diff --git a/.bumpversion.cfg b/.bumpversion.cfg index ba09e0b1..5c68330f 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.7.0-rc2 +current_version = 1.7.0-rc3 commit = True tag = True parse = (?P\d+)\.(?P\d+)\.(?P\d+)(\-rc(?P\d+))? diff --git a/deployments/kubernetes/deploy.yml b/deployments/kubernetes/deploy.yml index 02cae317..92eb8a6f 100644 --- a/deployments/kubernetes/deploy.yml +++ b/deployments/kubernetes/deploy.yml @@ -32,7 +32,7 @@ spec: serviceAccountName: permission-manager containers: - name: permission-manager - image: quay.io/sighup/permission-manager:v1.7.0-rc2 + image: quay.io/sighup/permission-manager:v1.7.0-rc3 ports: - containerPort: 4000 envFrom: diff --git a/docs/installation.md b/docs/installation.md index cfa522ed..8ae1c743 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -30,9 +30,9 @@ stringData: - Then apply: ``` -kubectl apply -f https://github.com/sighupio/permission-manager/releases/download/v1.7.0-rc2/crd.yml -kubectl apply -f https://github.com/sighupio/permission-manager/releases/download/v1.7.0-rc2/seed.yml -kubectl apply -f https://github.com/sighupio/permission-manager/releases/download/v1.7.0-rc2/deploy.yml +kubectl apply -f https://github.com/sighupio/permission-manager/releases/download/v1.7.0-rc3/crd.yml +kubectl apply -f https://github.com/sighupio/permission-manager/releases/download/v1.7.0-rc3/seed.yml +kubectl apply -f https://github.com/sighupio/permission-manager/releases/download/v1.7.0-rc3/deploy.yml ``` ## Basic auth diff --git a/helm_chart/Chart.yaml b/helm_chart/Chart.yaml index fdb27939..0a1bf048 100644 --- a/helm_chart/Chart.yaml +++ b/helm_chart/Chart.yaml @@ -15,9 +15,9 @@ type: application # 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: 1.7.0-rc2 +version: 1.7.0-rc3 # 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. -appVersion: 1.7.0-rc2 +appVersion: 1.7.0-rc3 diff --git a/helm_chart/values.yaml b/helm_chart/values.yaml index 0adb23dc..3e2bfb84 100644 --- a/helm_chart/values.yaml +++ b/helm_chart/values.yaml @@ -8,7 +8,7 @@ image: repository: quay.io/sighup/permission-manager pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. - tag: "v1.7.0-rc2" + tag: "v1.7.0-rc3" imagePullSecrets: [] nameOverride: ""