Skip to content

Commit

Permalink
Bump version: 1.7.0-rc3 → 1.7.1-rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
angelbarrera92 committed Sep 14, 2021
1 parent d84cba4 commit 1ba5bcf
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.7.0-rc3
current_version = 1.7.1-rc1
commit = True
tag = True
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-rc(?P<rc>\d+))?
Expand Down
2 changes: 1 addition & 1 deletion deployments/kubernetes/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ spec:
serviceAccountName: permission-manager
containers:
- name: permission-manager
image: quay.io/sighup/permission-manager:v1.7.0-rc3
image: quay.io/sighup/permission-manager:v1.7.1-rc1
ports:
- containerPort: 4000
envFrom:
Expand Down
6 changes: 3 additions & 3 deletions docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ stringData:

- Then apply:
```
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
kubectl apply -f https://github.com/sighupio/permission-manager/releases/download/v1.7.1-rc1/crd.yml
kubectl apply -f https://github.com/sighupio/permission-manager/releases/download/v1.7.1-rc1/seed.yml
kubectl apply -f https://github.com/sighupio/permission-manager/releases/download/v1.7.1-rc1/deploy.yml
```

## Basic auth
Expand Down
4 changes: 2 additions & 2 deletions helm_chart/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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-rc3
version: 1.7.1-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.7.0-rc3
appVersion: 1.7.1-rc1
2 changes: 1 addition & 1 deletion helm_chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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-rc3"
tag: "v1.7.1-rc1"

imagePullSecrets: []
nameOverride: ""
Expand Down

0 comments on commit 1ba5bcf

Please sign in to comment.