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
client
Commits
acc7d403
Commit
acc7d403
authored
Nov 15, 2022
by
Lubomir Dolezal
Browse files
Bump version: 2.1.1 → 2.1.2
parent
82bf63fd
Pipeline
#29550
passed with stages
in 7 minutes and 20 seconds
Changes
4
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
.bumpversion.cfg
View file @
acc7d403
[bumpversion]
current_version = 2.1.
1
current_version = 2.1.
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 @
acc7d403
...
...
@@ -44,4 +44,4 @@ COPY --from=build-stage /dist /usr/share/nginx/html
RUN
rm
/etc/nginx/conf.d/default.conf
COPY
./nginx.conf /etc/nginx/conf.d/default.conf
LABEL
version="2.1.
1
"
LABEL
version="2.1.
2
"
Dockerfile.dev
View file @
acc7d403
...
...
@@ -43,4 +43,4 @@ COPY webpack.config.js browserslist .babelrc ./
CMD ["npm", "run", "dev-server"]
LABEL version="2.1.
1
"
LABEL version="2.1.
2
"
chart/Chart.yaml
View file @
acc7d403
...
...
@@ -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.1.
1
"
version
:
"
2.1.
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.1.
1
"
appVersion
:
"
2.1.
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