From d720ea5734bfec00f2ceaf74d7349c4fff27b191 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81ngel=20Barrera=20S=C3=A1nchez?= Date: Tue, 23 Feb 2021 17:26:27 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.6.0=20=E2=86=92=201.7.0-rc1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- deployments/kubernetes/deploy.yml | 2 +- docs/installation.md | 6 +++--- helm_chart/Chart.yaml | 4 ++-- helm_chart/values.yaml | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 894e4f12..be4df27b 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.6.0 +current_version = 1.7.0-rc1 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 3a67206e..fa6e33af 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.6.0 + image: quay.io/sighup/permission-manager:v1.7.0-rc1 ports: - containerPort: 4000 envFrom: diff --git a/docs/installation.md b/docs/installation.md index 2b3432b8..ae7bd830 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.6.0/crd.yml -kubectl apply -f https://github.com/sighupio/permission-manager/releases/download/v1.6.0/seed.yml -kubectl apply -f https://github.com/sighupio/permission-manager/releases/download/v1.6.0/deploy.yml +kubectl apply -f https://github.com/sighupio/permission-manager/releases/download/v1.7.0-rc1/crd.yml +kubectl apply -f https://github.com/sighupio/permission-manager/releases/download/v1.7.0-rc1/seed.yml +kubectl apply -f https://github.com/sighupio/permission-manager/releases/download/v1.7.0-rc1/deploy.yml ``` ## Basic auth diff --git a/helm_chart/Chart.yaml b/helm_chart/Chart.yaml index d0beba6e..38f94a2d 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.6.0 +version: 1.7.0-rc1 # 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.6.0 +appVersion: 1.7.0-rc1 diff --git a/helm_chart/values.yaml b/helm_chart/values.yaml index ca2539a9..95ec62d4 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.6.0" + tag: "v1.7.0-rc1" imagePullSecrets: [] nameOverride: ""