EOX GitLab Instance

Skip to content
Snippets Groups Projects
Commit c4f25ca7 authored by Lubomir Dolezal's avatar Lubomir Dolezal
Browse files

Bump version: 2.0.39 → 2.0.40

parent 0fbe7580
No related branches found
Tags release-3.0.1
No related merge requests found
Pipeline #22531 failed
[bumpversion] [bumpversion]
current_version = 2.0.39 current_version = 2.0.40
commit = True commit = True
tag = True tag = True
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>[a-z]+)\.(?P<build>\d+))? parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>[a-z]+)\.(?P<build>\d+))?
......
...@@ -90,4 +90,4 @@ EXPOSE 80 ...@@ -90,4 +90,4 @@ EXPOSE 80
ENTRYPOINT ["./entrypoint.sh"] ENTRYPOINT ["./entrypoint.sh"]
CMD ["/opt/core/run-httpd.sh"] CMD ["/opt/core/run-httpd.sh"]
LABEL version="2.0.39" LABEL version="2.0.40"
...@@ -19,10 +19,10 @@ maintainers: ...@@ -19,10 +19,10 @@ maintainers:
# This is the chart version. This version number should be incremented each time you make changes # 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. # to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/) # Versions are expected to follow Semantic Versioning (https://semver.org/)
version: "2.0.39" version: "2.0.40"
# This is the version number of the application being deployed. This version number should be # 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 # 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. # follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes. # It is recommended to use it with quotes.
appVersion: "2.0.39" appVersion: "2.0.40"
...@@ -19,10 +19,10 @@ maintainers: ...@@ -19,10 +19,10 @@ maintainers:
# This is the chart version. This version number should be incremented each time you make changes # 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. # to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/) # Versions are expected to follow Semantic Versioning (https://semver.org/)
version: "2.0.39" version: "2.0.40"
# This is the version number of the application being deployed. This version number should be # 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 # 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. # follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes. # It is recommended to use it with quotes.
appVersion: "2.0.39" appVersion: "2.0.40"
...@@ -6,7 +6,7 @@ long_description = "" ...@@ -6,7 +6,7 @@ long_description = ""
setup( setup(
name="registrar", # Replace with your own username name="registrar", # Replace with your own username
version="2.0.39", version="2.0.40",
author="", author="",
author_email="", author_email="",
description="registrar for PVS", description="registrar for PVS",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment