EOX GitLab Instance
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
client
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Data Handling
client
Commits
b1aa7408
Commit
b1aa7408
authored
3 years ago
by
Bernhard Mallinger
Browse files
Options
Downloads
Patches
Plain Diff
Bump version: 2.0.3 → 2.0.4
parent
de9fec9a
No related branches found
No related tags found
No related merge requests found
Pipeline
#19774
passed
3 years ago
Stage: publish
Stage: chart
Stage: integration_test
Changes
4
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
.bumpversion.cfg
+1
-1
1 addition, 1 deletion
.bumpversion.cfg
Dockerfile
+1
-1
1 addition, 1 deletion
Dockerfile
Dockerfile.dev
+1
-1
1 addition, 1 deletion
Dockerfile.dev
chart/Chart.yaml
+2
-2
2 additions, 2 deletions
chart/Chart.yaml
with
5 additions
and
5 deletions
.bumpversion.cfg
+
1
−
1
View file @
b1aa7408
[bumpversion]
current_version
=
2.0.
3
current_version
=
2.0.
4
commit
=
True
tag
=
True
parse
=
(?P<major>
\d
+)
\.
(?P<minor>
\d
+)
\.
(?P<patch>
\d
+)(
\-
(?P<release>[a-z]+)
\.
(?P<build>
\d
+))?
...
...
This diff is collapsed.
Click to expand it.
Dockerfile
+
1
−
1
View file @
b1aa7408
...
...
@@ -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.0.
3
"
LABEL
version="2.0.
4
"
This diff is collapsed.
Click to expand it.
Dockerfile.dev
+
1
−
1
View file @
b1aa7408
...
...
@@ -40,4 +40,4 @@ COPY webpack.config.js browserslist .babelrc ./
CMD ["npm", "run", "dev-server"]
LABEL version="2.0.
3
"
LABEL version="2.0.
4
"
This diff is collapsed.
Click to expand it.
chart/Chart.yaml
+
2
−
2
View file @
b1aa7408
...
...
@@ -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.
3
"
version
:
"
2.0.
4
"
# 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.
3
"
appVersion
:
"
2.0.
4
"
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment