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
cache
Commits
cdeaa215
Commit
cdeaa215
authored
Nov 10, 2022
by
Lubomir Doležal
Browse files
Bump version: 2.0.25 → 2.0.26
parent
0419d755
Pipeline
#29349
passed with stages
in 10 minutes and 4 seconds
Changes
5
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
.bumpversion.cfg
View file @
cdeaa215
[bumpversion]
current_version = 2.0.2
5
current_version = 2.0.2
6
commit = True
tag = True
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>[a-z]+)\.(?P<build>\d+))?
...
...
Dockerfile
View file @
cdeaa215
...
...
@@ -138,4 +138,4 @@ EXPOSE 80
ENTRYPOINT
["./entrypoint.sh"]
CMD
["/opt/cache/run-httpd.sh"]
LABEL
version="2.0.2
5
"
LABEL
version="2.0.2
6
"
charts/cache/Chart.yaml
View file @
cdeaa215
...
...
@@ -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.2
5
"
version
:
"
2.0.2
6
"
# 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.2
5
"
appVersion
:
"
2.0.2
6
"
charts/seeder/Chart.yaml
View file @
cdeaa215
...
...
@@ -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.2
5
"
version
:
"
2.0.2
6
"
# 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.2
5
"
appVersion
:
"
2.0.2
6
"
seeder/Dockerfile
View file @
cdeaa215
...
...
@@ -25,7 +25,7 @@
# IN THE SOFTWARE.
#-----------------------------------------------------------------------------
FROM
registry.gitlab.eox.at/vs/cache:release-2.0.2
5
FROM
registry.gitlab.eox.at/vs/cache:release-2.0.2
6
LABEL
name="view server seeder" \
vendor="EOX IT Services GmbH <https://eox.at>" \
license="MIT Copyright (C) 2019 EOX IT Services GmbH <https://eox.at>" \
...
...
@@ -50,4 +50,4 @@ COPY . .
ENTRYPOINT
["./entrypoint.sh"]
CMD
["tini", "--", "./run-seeder.sh"]
LABEL
version="2.0.2
5
"
LABEL
version="2.0.2
6
"
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