WSL/SLF GitLab Repository
Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
EnviDat
monitoring-backend
Commits
69f78be0
Commit
69f78be0
authored
Oct 11, 2022
by
Sam
Browse files
bump: version 1.0.4 → 1.0.5
parent
97fe56e8
Pipeline
#1461
passed with stages
in 10 minutes and 5 seconds
Changes
5
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.env
View file @
69f78be0
APP_NAME=monitoring-api
APP_VERSION=1.0.
4
APP_VERSION=1.0.
5
PYTHON_IMG_TAG=3.9
NGINX_VERSION=1.23
APP_MAINTAINER=rebecca.kurup@wsl.ch
...
...
CHANGELOG.md
View file @
69f78be0
## 1.0.5 (2022-10-11)
### Fix
-
remove drf-spectacular sidecar
### Refactor
-
update swagger and redoc endpoint urls
-
added swagger schema endpoints to project/urls.py
-
update helm chart, remove importers from api deployment
-
fix name issue in helm deployment gcnet --> lwf
## 1.0.4 (2022-10-07)
### Fix
...
...
chart/Chart.yaml
View file @
69f78be0
...
...
@@ -3,7 +3,7 @@ type: application
name
:
monitoring-api
description
:
Monitoring API provided by EnviDat.
version
:
"
0.1.1-chart"
appVersion
:
"
1.0.
4
"
appVersion
:
"
1.0.
5
"
maintainers
:
-
email
:
samuel.woodcock@wsl.ch
name
:
Sam Woodcock
...
...
monitoring-api/project/__version__.py
View file @
69f78be0
"""Version File."""
__version__
=
"1.0.
4
"
__version__
=
"1.0.
5
"
pyproject.toml
View file @
69f78be0
...
...
@@ -77,7 +77,7 @@ build-backend = "pdm.pep517.api"
[tool.commitizen]
name
=
"cz_conventional_commits"
version
=
"1.0.
4
"
version
=
"1.0.
5
"
version_files
=
[
"pyproject.toml:version"
,
"monitoring-api/project/__version__.py"
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment