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
preprocessor-v3
Commits
bb44c3c2
Commit
bb44c3c2
authored
Oct 04, 2022
by
Nikola Jankovic
💻
Browse files
Bump version: 3.1.4 → 3.2.0
parent
72bb0b04
Pipeline
#28132
passed with stages
in 19 minutes and 10 seconds
Changes
4
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
.bumpversion.cfg
View file @
bb44c3c2
[bumpversion]
current_version = 3.
1.4
current_version = 3.
2.0
commit = True
tag = True
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>[a-z]+)\.(?P<build>\d+))?
...
...
Dockerfile
View file @
bb44c3c2
...
...
@@ -75,4 +75,4 @@ RUN python3 setup.py install
ENTRYPOINT
["./entrypoint.sh"]
CMD
["./run-preprocessor.sh"]
LABEL
version="3.
1.4
"
LABEL
version="3.
2.0
"
chart/Chart.yaml
View file @
bb44c3c2
...
...
@@ -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
:
"
3.
1.4
"
version
:
"
3.
2.0
"
# 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
:
"
3.
1.4
"
appVersion
:
"
3.
2.0
"
setup.py
View file @
bb44c3c2
...
...
@@ -3,7 +3,7 @@ from setuptools import setup, find_packages
setup
(
name
=
"preprocessor"
,
version
=
"3.
1.4
"
,
version
=
"3.
2.0
"
,
author
=
"jankovicn"
,
author_email
=
"nikola"
,
license
=
"MIT"
,
...
...
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