Skip to content

Commit

Permalink
Bump version: 0.3.0 → 0.4.0-rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
ralgozino committed Oct 22, 2020
1 parent 7bef651 commit c7da17c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
3 changes: 1 addition & 2 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[bumpversion]
commit = True
tag = True
current_version = 0.3.0
current_version = 0.4.0-rc1
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-rc(?P<rc>\d+))?
serialize =
{major}.{minor}.{patch}-rc{rc}
Expand All @@ -12,4 +12,3 @@ serialize =
[bumpversion:file:kustomization.yaml]

[bumpversion:file:app/templates/footer.html]

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Then access it with your browser on: [http://127.0.0.1:8080](http://127.0.0.1:80
GPM can also be run locally using docker and a `kubeconfig`, assuming that the `kubeconfig` file you want to use is located at `~/.kube/config` the command to run GPM locally would be:

```bash
docker run -v ~/.kube/config:/root/.kube/config -p 8080:8080 quay.io/sighup/gatekeeper-policy-manager:v0.3.0
docker run -v ~/.kube/config:/root/.kube/config -p 8080:8080 quay.io/sighup/gatekeeper-policy-manager:v0.4.0-rc1
```

Then access it with your browser on: [http://127.0.0.1:8080](http://127.0.0.1:8080)
Expand Down
2 changes: 1 addition & 1 deletion app/templates/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<div class="ui inverted vertical footer segment">
<div class="ui container">
<h4 class="ui inverted header">Gatekeeper Policy Manager v0.3.0</h4>
<h4 class="ui inverted header">Gatekeeper Policy Manager v0.4.0-rc1</h4>
<p>A simple to use web-based Gatekeeper policies manager</p>
<p><i class="red heart icon"></i> Proud part of the <a href="https://kubernetesfury.com">Kubernetes Fury
Distribution</a></p>
Expand Down
2 changes: 1 addition & 1 deletion kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ resources:

images:
- name: quay.io/sighup/gatekeeper-policy-manager
newTag: "v0.3.0"
newTag: "v0.4.0-rc1"

0 comments on commit c7da17c

Please sign in to comment.