diff --git a/backend/config.py b/backend/config.py index c008cd96..5136fd9a 100644 --- a/backend/config.py +++ b/backend/config.py @@ -9,7 +9,7 @@ from iblog import logger, log_level from typing import Dict, List -__version__ = "v1.8.1" +__version__ = "v1.8.2" # .env parse dotenv_path = os.path.join(os.path.dirname(__file__), ".env") @@ -276,6 +276,11 @@ def validate(self): "type": "string", "empty": False, }, + "status_mapping": { + "required": False, + "type": "list", + "empty": False, + } }, }, "opsgenie": { diff --git a/deploy/kustomize/incident-bot/overlays/production/kustomization.yaml b/deploy/kustomize/incident-bot/overlays/production/kustomization.yaml index 044da8ab..1872f629 100755 --- a/deploy/kustomize/incident-bot/overlays/production/kustomization.yaml +++ b/deploy/kustomize/incident-bot/overlays/production/kustomization.yaml @@ -7,7 +7,7 @@ bases: images: - name: eb129/incident-bot - newTag: v1.8.1 + newTag: v1.8.2 configMapGenerator: - name: incident-bot-config diff --git a/docs/deploy/overlays/production/kustomization.yaml b/docs/deploy/overlays/production/kustomization.yaml index c10f1a03..06b4ec95 100755 --- a/docs/deploy/overlays/production/kustomization.yaml +++ b/docs/deploy/overlays/production/kustomization.yaml @@ -7,7 +7,7 @@ bases: images: - name: eb129/incident-bot-docs - newTag: v1.8.1 + newTag: v1.8.2 generatorOptions: disableNameSuffixHash: true diff --git a/version b/version index 2fb69e15..57f52717 100644 --- a/version +++ b/version @@ -1 +1 @@ -v1.8.1 +v1.8.2