EOX GitLab Instance
Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
View Server 2
scheduler
Commits
8933ae2e
Commit
8933ae2e
authored
Apr 29, 2022
by
Fabian Schindler
Browse files
Bump version: 2.0.1 → 2.0.2
parent
f64dfbee
Pipeline
#23543
passed with stages
in 2 minutes and 22 seconds
Changes
4
Pipelines
2
Show whitespace changes
Inline
Side-by-side
.bumpversion.cfg
View file @
8933ae2e
[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 @
8933ae2e
...
...
@@ -43,4 +43,4 @@ RUN python3 setup.py install
CMD
["./run-scheduler.sh"]
LABEL
version="2.0.
1
"
LABEL
version="2.0.
2
"
chart/Chart.yaml
View file @
8933ae2e
...
...
@@ -19,10 +19,10 @@ maintainers:
# 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
:
"
2.0.
1
"
version
:
"
2.0.
2
"
# 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
:
"
2.0.
1
"
appVersion
:
"
2.0.
2
"
setup.py
View file @
8933ae2e
...
...
@@ -5,7 +5,7 @@ long_description = ""
setup
(
name
=
"scheduler"
,
version
=
"2.0.
1
"
,
version
=
"2.0.
2
"
,
author
=
""
,
author_email
=
""
,
description
=
"scheduler for PVS"
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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