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
d7ad9164
Commit
d7ad9164
authored
Oct 13, 2022
by
Sam
Browse files
bump: version 1.0.5 → 1.0.6
parent
079a1f95
Changes
6
Hide whitespace changes
Inline
Side-by-side
.env
View file @
d7ad9164
APP_NAME=monitoring-api
APP_VERSION=1.0.
5
APP_VERSION=1.0.
6
PYTHON_IMG_TAG=3.9
NGINX_VERSION=1.23
APP_MAINTAINER=rebecca.kurup@wsl.ch
...
...
CHANGELOG.md
View file @
d7ad9164
## 1.0.6 (2022-10-13)
### Fix
-
error handling for writer creating file if not exist, lint/format
-
change nginx root up one level for /static in url
-
revert nginx config without upstream, set error logging
### Refactor
-
remove redundant envidatrepo alias from helm chart
-
update gcnet data url from envidatrepo to envicloud s3 bucket
-
remove refs to dbpg01.wsl.ch (old), add alias for envidatrepo.wsl.ch
-
add additional debug log to gcnet importer urllib
-
update chart notation for importers to multiline arg
-
remove redundant location block in nginx config
-
set default chart liveness probes to off/false
-
update nginx proxy probe timeouts from 1 to 5
-
update importer deployment commands to main.main, timeouts on probes
-
update timeouts on chart liveness and startup probes
## 1.0.5 (2022-10-11)
### Fix
...
...
chart/Chart.yaml
View file @
d7ad9164
...
...
@@ -3,7 +3,7 @@ type: application
name
:
monitoring-api
description
:
Monitoring API provided by EnviDat.
version
:
"
0.1.1-chart"
appVersion
:
"
1.0.
5
"
appVersion
:
"
1.0.
6
"
maintainers
:
-
email
:
samuel.woodcock@wsl.ch
name
:
Sam Woodcock
...
...
monitoring-api/project/__version__.py
View file @
d7ad9164
"""Version File."""
__version__
=
"1.0.
5
"
__version__
=
"1.0.
6
"
monitoring-api/project/settings.py
View file @
d7ad9164
...
...
@@ -160,7 +160,7 @@ REST_FRAMEWORK = {
"DEFAULT_SCHEMA_CLASS"
:
"drf_spectacular.openapi.AutoSchema"
,
}
app_version
=
"1.0.
5
"
app_version
=
"1.0.
6
"
SPECTACULAR_SETTINGS
=
{
"TITLE"
:
"EnviDat Monitoring API"
,
"DESCRIPTION"
:
"Django API for WSL long-term environmental monitoring data."
,
...
...
pyproject.toml
View file @
d7ad9164
...
...
@@ -77,7 +77,7 @@ build-backend = "pdm.pep517.api"
[tool.commitizen]
name
=
"cz_conventional_commits"
version
=
"1.0.
5
"
version
=
"1.0.
6
"
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