Skip to content

Commit

Permalink
feat: bump to v1.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
luigibarbato committed Mar 27, 2023
1 parent 1033986 commit 3da2e5a
Show file tree
Hide file tree
Showing 6 changed files with 41 additions and 41 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.8.0
current_version = 1.9.0
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.8.0
image: quay.io/sighup/permission-manager:v1.9.0
ports:
- containerPort: 4000
env:
Expand Down
8 changes: 4 additions & 4 deletions docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ stringData:
### Deploy the application

``` shell
kubectl apply -f https://github.com/sighupio/permission-manager/releases/download/v1.8.0/crd.yml
kubectl apply -f https://github.com/sighupio/permission-manager/releases/download/v1.8.0/seed.yml
kubectl apply -f https://github.com/sighupio/permission-manager/releases/download/v1.8.0/deploy.yml
kubectl apply -f https://github.com/sighupio/permission-manager/releases/download/v1.9.0/crd.yml
kubectl apply -f https://github.com/sighupio/permission-manager/releases/download/v1.9.0/seed.yml
kubectl apply -f https://github.com/sighupio/permission-manager/releases/download/v1.9.0/deploy.yml
```

### Visit the application
Expand All @@ -51,7 +51,7 @@ Then, execute:

``` shell
helm repo add permission-manager https://sighupio.github.io/permission-manager
helm upgrade --install --namespace permission-manager --set image.tag=v1.8.0 --values my-values.yaml permission-manager permission-manager/permission-manager
helm upgrade --install --namespace permission-manager --set image.tag=v1.9.0 --values my-values.yaml permission-manager permission-manager/permission-manager
```

> don't forget to replace `my-values.yaml` with the path to your values file.
2 changes: 1 addition & 1 deletion helm_chart/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ version: 0.1.1
# 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.8.0
appVersion: 1.9.0
Loading

0 comments on commit 3da2e5a

Please sign in to comment.