EOX GitLab Instance
Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
View Server 2
ingestor
Commits
99cf8fd2
Commit
99cf8fd2
authored
Nov 22, 2021
by
Bernhard Mallinger
Browse files
Bump version: 2.0.1 → 2.0.2
parent
5d67c79a
Pipeline
#18831
passed with stages
in 2 minutes and 14 seconds
Changes
3
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
.bumpversion.cfg
View file @
99cf8fd2
[bumpversion]
current_version = 2.0.
1
current_version = 2.0.
2
commit = True
tag = True
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>[a-z]+)\.(?P<build>\d+))?
...
...
Dockerfile
View file @
99cf8fd2
...
...
@@ -43,4 +43,4 @@ COPY . .
CMD
["gunicorn", "-c", "config.py", "app"]
LABEL
version="2.0.
1
"
LABEL
version="2.0.
2
"
chart/Chart.yaml
View file @
99cf8fd2
...
...
@@ -25,4 +25,4 @@ version: 0.1.2
# 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
:
"
2.0.
1
"
appVersion
:
"
2.0.
2
"
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