18 Commits

Author SHA1 Message Date
90fc864be4 Update chart to 0.0.4 2023-03-11 06:42:16 +00:00
3bf3823b77 Version 0.0.4 2023-03-11 06:38:29 +00:00
8c91dacc7e Pin telegram-bot to <14 2023-03-11 06:33:38 +00:00
4bdf3e0f63 Revert "Update python Docker tag to v3.11"
This reverts commit 692a7eab37.
2023-03-10 22:26:24 +00:00
24f72ade72 Merge pull request #19 from nikdoof/renovate/docker-build-push-action-4.x
Update docker/build-push-action action to v4
2023-02-22 16:31:42 +00:00
852a684d4e Merge pull request #18 from nikdoof/renovate/helm-chart-releaser-action-1.x
Update helm/chart-releaser-action action to v1.5.0
2023-02-22 16:31:33 +00:00
41bc52d046 Merge pull request #16 from nikdoof/renovate/python-3.x
Update python Docker tag to v3.11
2023-02-22 16:31:22 +00:00
renovate[bot]
90b5fa0621 Update docker/build-push-action action to v4 2023-01-30 21:25:02 +00:00
renovate[bot]
f2fec6b5b6 Update helm/chart-releaser-action action to v1.5.0 2023-01-06 18:02:55 +00:00
c7f7ef3fda Merge pull request #17 from nikdoof/renovate/wemake-services-wemake-python-styleguide-0.x
Update wemake-services/wemake-python-styleguide action to v0.17.0
2023-01-04 13:38:16 +00:00
cdff8dab7b Merge pull request #15 from nikdoof/renovate/helm-chart-releaser-action-1.x
Update helm/chart-releaser-action action to v1.4.1
2023-01-04 13:37:14 +00:00
renovate[bot]
98aacb8093 Update wemake-services/wemake-python-styleguide action to v0.17.0 2023-01-04 13:37:13 +00:00
b30fa38e41 Merge pull request #14 from nikdoof/renovate/azure-setup-helm-3.x
Update azure/setup-helm action to v3
2023-01-04 13:37:03 +00:00
c51ba0e0ae Merge pull request #13 from nikdoof/renovate/common-4.x
Update Helm release common to v4.5.2
2023-01-04 13:36:50 +00:00
renovate[bot]
692a7eab37 Update python Docker tag to v3.11 2022-11-20 21:36:25 +00:00
renovate[bot]
5d7db991e6 Update helm/chart-releaser-action action to v1.4.1 2022-11-20 21:36:18 +00:00
renovate[bot]
30835e4a6f Update azure/setup-helm action to v3 2022-09-25 20:20:42 +00:00
renovate[bot]
3b55f71db6 Update Helm release common to v4.5.2 2022-08-02 19:29:01 +00:00
7 changed files with 12 additions and 12 deletions

View File

@@ -24,7 +24,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }} password: ${{ secrets.GITHUB_TOKEN }}
- name: Build and push - name: Build and push
id: docker_build id: docker_build
uses: docker/build-push-action@v3 uses: docker/build-push-action@v4
with: with:
push: true push: true
tags: | tags: |

View File

@@ -18,4 +18,4 @@ jobs:
uses: actions/checkout@v3 uses: actions/checkout@v3
- name: wemake-python-styleguide - name: wemake-python-styleguide
uses: wemake-services/wemake-python-styleguide@0.16.1 uses: wemake-services/wemake-python-styleguide@0.17.0

View File

@@ -21,12 +21,12 @@ jobs:
git config user.name "$GITHUB_ACTOR" git config user.name "$GITHUB_ACTOR"
git config user.email "$GITHUB_ACTOR@users.noreply.github.com" git config user.email "$GITHUB_ACTOR@users.noreply.github.com"
- name: Install Helm - name: Install Helm
uses: azure/setup-helm@v1 uses: azure/setup-helm@v3
with: with:
version: v3.6.3 version: v3.6.3
- name: Run chart-releaser - name: Run chart-releaser
uses: helm/chart-releaser-action@v1.4.0 uses: helm/chart-releaser-action@v1.5.0
env: env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}" CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
CR_RELEASE_NAME_TEMPLATE: "smsbot-helm-chart-{{ .Version }}" CR_RELEASE_NAME_TEMPLATE: "smsbot-helm-chart-{{ .Version }}"

View File

@@ -1,4 +1,4 @@
FROM python:3.10-alpine FROM python:3.11-alpine
WORKDIR /app WORKDIR /app
COPY . /app COPY . /app
RUN pip install . RUN pip install .

View File

@@ -1,8 +1,8 @@
apiVersion: v2 apiVersion: v2
appVersion: 0.0.3 appVersion: 0.0.4
description: A simple Telegram bot to receive SMS messages. description: A simple Telegram bot to receive SMS messages.
name: smsbot name: smsbot
version: 0.0.4 version: 0.0.5
kubeVersion: ">=1.19.0-0" kubeVersion: ">=1.19.0-0"
keywords: keywords:
- smsbot - smsbot
@@ -15,4 +15,4 @@ maintainers:
dependencies: dependencies:
- name: common - name: common
repository: https://library-charts.k8s-at-home.com repository: https://library-charts.k8s-at-home.com
version: 4.4.2 version: 4.5.2

View File

@@ -11,7 +11,7 @@ image:
# -- image pull policy # -- image pull policy
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
# -- image tag # -- image tag
tag: 0.0.3 tag: 0.0.4
# -- environment variables. # -- environment variables.
# @default -- See below # @default -- See below

View File

@@ -1,6 +1,6 @@
[metadata] [metadata]
name = smsbot name = smsbot
version = 0.0.3 version = 0.0.4
description = A simple Telegram bot to receive SMS messages. description = A simple Telegram bot to receive SMS messages.
long_description = file: README.md, LICENSE long_description = file: README.md, LICENSE
license = MIT license = MIT
@@ -9,7 +9,7 @@ classifiers =
Framework :: Flask Framework :: Flask
License :: OSI Approved :: MIT License License :: OSI Approved :: MIT License
Programming Language :: Python :: 3 Programming Language :: Python :: 3
Programming Language :: Python :: 3.9 Programming Language :: Python :: 3.11
[options] [options]
zip_safe = False zip_safe = False
@@ -19,7 +19,7 @@ install_requires =
flask flask
waitress waitress
twilio twilio
python-telegram-bot python-telegram-bot<=14
prometheus_client prometheus_client
[options.entry_points] [options.entry_points]