diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 2dbb7a0fdfd4802c28776fbfacc9db9319fb2fe9..c8d40000f9dd14b65ee60995ed689d74211ec600 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 2.0.33 +current_version = 2.0.34 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 ead6dd46f7f06c8104fa066ac80d052ec260cffe..498ab8e0306452eef8d41cb16bcb5d7254c8495c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -94,4 +94,4 @@ EXPOSE 80 ENTRYPOINT ["./entrypoint.sh"] CMD ["/opt/core/run-httpd.sh"] -LABEL version="2.0.33" +LABEL version="2.0.34" diff --git a/charts/vs-registrar/Chart.yaml b/charts/vs-registrar/Chart.yaml index 73c440869124f3b9081eb3c4aea7ed4a31b2ee03..c4fb7edbd7caa3c519cfef1e4b4269683cf0f435 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.33" +version: "2.0.34" # 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.33" +appVersion: "2.0.34" diff --git a/charts/vs-renderer/Chart.yaml b/charts/vs-renderer/Chart.yaml index 869900eb20e1a1e61d815e465f44ccbb665dc9b5..3bc9bb5774d755eb779b8b3c7621c41e31a31373 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.33" +version: "2.0.34" # 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.33" +appVersion: "2.0.34" diff --git a/setup.py b/setup.py index fdfa7a3431938041afb9155d6a2a6fa10a21a6bf..c3d896b49335029602e35fe9f33209223cc3b3e8 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ long_description = "" setup( name="registrar", # Replace with your own username - version="2.0.33", + version="2.0.34", author="", author_email="", description="registrar for PVS",