Bump version to v1.0.6: Update Prometheus metrics and Kubernetes image tag.

This commit is contained in:
Johannes Reichhardt 2026-03-31 23:39:08 -05:00
parent 068099fe33
commit 2e2c42285b
2 changed files with 2 additions and 2 deletions

2
app.py
View File

@ -11,7 +11,7 @@ app = Flask(__name__)
app.secret_key = os.environ.get("FLASK_SECRET_KEY", "prod-secret-7721")
metrics = PrometheusMetrics(app)
metrics.info('app_info', 'Application info', version='1.0.5')
metrics.info('app_info', 'Application info', version='1.0.6')
conversion_counter = metrics.counter(
'txt2md_conversions_total', 'Total number of text conversions'

View File

@ -70,7 +70,7 @@ spec:
serviceAccountName: txt2md-sa
containers:
- name: txt2md
image: europe-west3-docker.pkg.dev/project-84ddd43d-e408-4cb9-8cb/txt2md-repo/txt2md:v1.0.5
image: europe-west3-docker.pkg.dev/project-84ddd43d-e408-4cb9-8cb/txt2md-repo/txt2md:v1.0.6
ports:
- containerPort: 5000
env: