From 63e8a4b3175186c09650effac79029bf583dd96f Mon Sep 17 00:00:00 2001 From: semantic-release Date: Mon, 26 Oct 2020 10:17:18 +0000 Subject: [PATCH] 1.68.2 Automatically generated by python-semantic-release --- CHANGELOG.md | 5 +++++ common/constants.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 95eae0420..22eeaba6e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ +## v1.68.2 (2020-10-26) +### Fix +* Hostname env var shouldn't be configurable ([`f58677b`](https://github.com/RedHatInsights/vulnerability-engine/commit/f58677bceeed4810899c9f856bac49d2a5e48619)) +* Use pod name for log-stream in CW config ([`c571162`](https://github.com/RedHatInsights/vulnerability-engine/commit/c571162cab93bb9ecc668211d3d53aed0b56b35d)) + ## v1.68.1 (2020-10-23) ### Fix * Fix semantic-release issues ([`b3010df`](https://github.com/RedHatInsights/vulnerability-engine/commit/b3010df1bb8249f9b8826411d91cf07dd43b903e)) diff --git a/common/constants.py b/common/constants.py index 60e122b4c..cf9d31979 100644 --- a/common/constants.py +++ b/common/constants.py @@ -2,5 +2,5 @@ Common constants declaration module. """ -APP_VERSION = "1.68.1" +APP_VERSION = "1.68.2" TIMESTAMP_LAST_REPO_BASED_EVAL = 'last_eval_repo_based'