diff --git a/.bumpversion.cfg b/.bumpversion.cfg index c0f0c7fff6096528573d13eaeec8c426582d9cff..0b2c706f92aaaf0f034ce9f07b67bc8eb31ed153 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 2.0.51 +current_version = 3.0.0 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 bec301af411448fba522ac3394990a6534282ca7..7008c20addcbc1e1014378b4853d73d8b014d8b7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -88,4 +88,4 @@ EXPOSE 80 ENTRYPOINT ["./entrypoint.sh"] CMD ["/opt/core/run-httpd.sh"] -LABEL version="2.0.51" +LABEL version="3.0.0" diff --git a/charts/vs-registrar/Chart.yaml b/charts/vs-registrar/Chart.yaml index 21b941e5e3efff9283166a621d5c4278c1944750..62703a8eae23628d69748ef9666a6cae1f4c9063 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.51" +version: "3.0.0" # 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.51" +appVersion: "3.0.0" diff --git a/charts/vs-renderer/Chart.yaml b/charts/vs-renderer/Chart.yaml index 67494f9652d697128198e8ec1fffde5bb8fc0fe6..a2beb8915234c56af89952c942832d0e49f20200 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.51" +version: "3.0.0" # 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.51" +appVersion: "3.0.0" diff --git a/setup.py b/setup.py index d96b8b0879e7242002938630bfe2b8ae533158df..664f3cdfbb8b68caacd3fc5cf53a85991f48b6f5 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ long_description = "" setup( name="registrar", # Replace with your own username - version="2.0.51", + version="3.0.0", author="", author_email="", description="registrar for PVS",