diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 58e9233c8f741dc1447de1ffbde2525f6022edb7..2ae9a6c1be2df875f6fbfe7a083daac4dfd540ab 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 2.0.41 +current_version = 2.0.42 commit = True tag = True parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>[a-z]+)\.(?P<build>\d+))? diff --git a/Dockerfile b/Dockerfile index 162c1d507c7cbcc388ee577a615e90f91eae35a6..2da7a6b7949fb7840a542b2ab125436c85f8a4c7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -91,4 +91,4 @@ EXPOSE 80 ENTRYPOINT ["./entrypoint.sh"] CMD ["/opt/core/run-httpd.sh"] -LABEL version="2.0.41" +LABEL version="2.0.42" diff --git a/charts/vs-registrar/Chart.yaml b/charts/vs-registrar/Chart.yaml index da591ec12c89be428244687bbbc4705daa06afdf..e7f200a07eb3bf3a5d321e2812bfa185a4671e73 100644 --- a/charts/vs-registrar/Chart.yaml +++ b/charts/vs-registrar/Chart.yaml @@ -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.41" +version: "2.0.42" # 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.41" +appVersion: "2.0.42" diff --git a/charts/vs-renderer/Chart.yaml b/charts/vs-renderer/Chart.yaml index 593b84ad23ca315531a4cc83426fd39fa311429a..6d5bedae3a5f8f2c7612d7d74241a8f34b624b3f 100644 --- a/charts/vs-renderer/Chart.yaml +++ b/charts/vs-renderer/Chart.yaml @@ -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.41" +version: "2.0.42" # 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.41" +appVersion: "2.0.42" diff --git a/setup.py b/setup.py index b2338a524150f9832505790eaf390ca930caa2a7..69a46f19aedd8c51943a3d9a4cfec768ea8f1a47 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ long_description = "" setup( name="registrar", # Replace with your own username - version="2.0.41", + version="2.0.42", author="", author_email="", description="registrar for PVS",