Skip to content

Commit

Permalink
Release v1.9.4 - Package bumps and other cleanup. (#431)
Browse files Browse the repository at this point in the history
  • Loading branch information
echoboomer committed Jan 15, 2024
1 parent b636d60 commit 23fa989
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 25 deletions.
2 changes: 1 addition & 1 deletion backend/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
from iblog import logger, log_level
from typing import Dict, List

__version__ = "v1.9.3"
__version__ = "v1.9.4"

# .env parse
dotenv_path = os.path.join(os.path.dirname(__file__), ".env")
Expand Down
26 changes: 13 additions & 13 deletions backend/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,33 +1,33 @@
alembic==1.12.1
apispec==6.3.0
alembic==1.13.1
apispec==6.4.0
apscheduler==3.10.4
atlassian-python-api==3.41.3
atlassian-python-api==3.41.4
cerberus==1.3.5
flasgger==0.9.7.1
flask==2.2.3
flask==2.3.3
flask-cors==4.0.0
flask-debugtoolbar==0.13.1
flask-jwt-extended==4.5.3
flask-debugtoolbar==0.14.1
flask-jwt-extended==4.6.0
flask-limiter==3.5.0
flask-login==0.6.3
flask-marshmallow==0.15.0
marshmallow==3.20.1
marshmallow_sqlalchemy==0.29.0
opsgenie-sdk==2.1.5
pdpyras==5.1.3
pdpyras==5.2.0
psycopg2-binary==2.9.9
pytest==7.4.3
pytest-env==1.1.1
pytest==7.4.4
pytest-env==1.1.3
pytest-mock==3.12.0
pytest-sqlalchemy-mock==0.1.5
python-dotenv==1.0.0
python-json-logger==2.0.7
pytz==2023.3
pytz==2023.3.post1
PyYAML==6.0.1
requests==2.31.0
requests-mock==1.11.0
slack_bolt==1.18.0
slack_sdk==3.24.0
slack_bolt==1.18.1
slack_sdk==3.26.2
sqlalchemy==1.4.50
waitress==2.1.2
werkzeug==2.2.3
werkzeug==2.3.8
4 changes: 2 additions & 2 deletions deploy/charts/incident-bot/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 1.9.3
version: 1.9.4

# 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.
# It is recommended to use it with quotes.
appVersion: '1.9.3'
appVersion: '1.9.4'
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ bases:

images:
- name: eb129/incident-bot
newTag: v1.9.3
newTag: v1.9.4

configMapGenerator:
- name: incident-bot-config
Expand Down
2 changes: 1 addition & 1 deletion docs/deploy/overlays/production/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ bases:

images:
- name: eb129/incident-bot-docs
newTag: v1.9.3
newTag: v1.9.4

generatorOptions:
disableNameSuffixHash: true
6 changes: 0 additions & 6 deletions package-lock.json

This file was deleted.

2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1.9.3
v1.9.4

0 comments on commit 23fa989

Please sign in to comment.