From 5bffcd5c839bd76ff39cc97d964f1a527a4e77f9 Mon Sep 17 00:00:00 2001 From: Marco Enrico Piras Date: Wed, 16 Feb 2022 15:05:28 +0100 Subject: [PATCH 1/3] Add missing icon --- lifemonitor/static/img/icons/check-circle-solid.svg | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 lifemonitor/static/img/icons/check-circle-solid.svg diff --git a/lifemonitor/static/img/icons/check-circle-solid.svg b/lifemonitor/static/img/icons/check-circle-solid.svg new file mode 100644 index 000000000..98e3e7ef9 --- /dev/null +++ b/lifemonitor/static/img/icons/check-circle-solid.svg @@ -0,0 +1,3 @@ + \ No newline at end of file From 5f6ae484d84ca4ef228e97762a2798111a23e3f5 Mon Sep 17 00:00:00 2001 From: Marco Enrico Piras Date: Wed, 16 Feb 2022 15:15:11 +0100 Subject: [PATCH 2/3] Update node-sass dependency --- lifemonitor/static/src/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lifemonitor/static/src/package.json b/lifemonitor/static/src/package.json index 2a94a2b69..c493dd86f 100644 --- a/lifemonitor/static/src/package.json +++ b/lifemonitor/static/src/package.json @@ -79,7 +79,7 @@ "eslint-plugin-import": "^2.22.1", "eslint-plugin-unicorn": "^28.0.2", "lockfile-lint": "^4.6.2", - "node-sass": "^5.0.0", + "node-sass": "^7.0.0", "node-sass-package-importer": "^5.3.2", "npm-run-all": "^4.1.5", "postcss": "^8.2.8", From b5bd43c7eac2a793c868527f5f1999c12691bc3b Mon Sep 17 00:00:00 2001 From: Marco Enrico Piras Date: Wed, 16 Feb 2022 16:42:09 +0100 Subject: [PATCH 3/3] Bump version number to 0.7.1 --- 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 a0675cb63..2e2097cce 100644 --- a/k8s/Chart.yaml +++ b/k8s/Chart.yaml @@ -12,7 +12,7 @@ version: 0.7.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.0 +appVersion: 0.7.1 # Chart dependencies dependencies: diff --git a/lifemonitor/static/src/package.json b/lifemonitor/static/src/package.json index c493dd86f..1b2f658d9 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.0", + "version": "0.7.1", "license": "MIT", "author": "CRS4", "main": "../dist/js/lifemonitor.min.js", diff --git a/specs/api.yaml b/specs/api.yaml index d48f4b048..f340670a3 100644 --- a/specs/api.yaml +++ b/specs/api.yaml @@ -3,7 +3,7 @@ openapi: "3.0.0" info: - version: "0.7.0" + version: "0.7.1" title: "Life Monitor API" description: | *Workflow sustainability service* @@ -18,7 +18,7 @@ info: servers: - url: / description: > - Version 0.7.0 of API. + Version 0.7.1 of API. tags: - name: Registries