From 39806ef2d0e5cb41e553734da7fe2eed61f30a88 Mon Sep 17 00:00:00 2001 From: Marco Enrico Piras Date: Wed, 6 Apr 2022 08:08:42 +0000 Subject: [PATCH 1/2] Bump promethues-exporter to version 0.20 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index aac634e40..0e39fab24 100644 --- a/requirements.txt +++ b/requirements.txt @@ -21,7 +21,7 @@ itsdangerous~=2.1.0 jwt==1.3.1 loginpass==0.5 marshmallow-sqlalchemy~=0.27.0 -prometheus-flask-exporter>=0.18,<0.19 +prometheus-flask-exporter~=0.20 psycopg2~=2.9.1 pyopenssl==22.0.0 pytest-mock~=3.7.0 From c7a2db53508c9d7018e5bc6414ed47f9b659efc9 Mon Sep 17 00:00:00 2001 From: Marco Enrico Piras Date: Wed, 6 Apr 2022 08:23:36 +0000 Subject: [PATCH 2/2] Bump app version to 0.7.3 --- k8s/Chart.yaml | 2 +- lifemonitor/static/src/package.json | 2 +- specs/api.yaml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/k8s/Chart.yaml b/k8s/Chart.yaml index 3475dc8ed..e2be5323f 100644 --- a/k8s/Chart.yaml +++ b/k8s/Chart.yaml @@ -12,7 +12,7 @@ version: 0.8.0 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. -appVersion: 0.7.2 +appVersion: 0.7.3 # Chart dependencies dependencies: diff --git a/lifemonitor/static/src/package.json b/lifemonitor/static/src/package.json index f5d2cfb7d..13b47aa25 100644 --- a/lifemonitor/static/src/package.json +++ b/lifemonitor/static/src/package.json @@ -1,7 +1,7 @@ { "name": "lifemonitor", "description": "Workflow Testing Service", - "version": "0.7.2", + "version": "0.7.3", "license": "MIT", "author": "CRS4", "main": "../dist/js/lifemonitor.min.js", diff --git a/specs/api.yaml b/specs/api.yaml index 299a4d8b4..c0af9ddb6 100644 --- a/specs/api.yaml +++ b/specs/api.yaml @@ -3,7 +3,7 @@ openapi: "3.0.0" info: - version: "0.7.2" + version: "0.7.3" title: "Life Monitor API" description: | *Workflow sustainability service* @@ -18,7 +18,7 @@ info: servers: - url: / description: > - Version 0.7.2 of API. + Version 0.7.3 of API. tags: - name: Registries