Skip to content

Commit

Permalink
Bump version: 0.4.0 → 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ralgozino committed Dec 31, 2020
1 parent 9fc65da commit 32b495c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[bumpversion]
commit = True
tag = True
current_version = 0.4.0
current_version = 0.4.1
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-rc(?P<rc>\d+))?
serialize =
{major}.{minor}.{patch}-rc{rc}
Expand Down
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.4.0
docker run -v ~/.kube/config:/root/.kube/config -p 8080:8080 quay.io/sighup/gatekeeper-policy-manager:v0.4.1
```

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.4.0</h4>
<h4 class="ui inverted header">Gatekeeper Policy Manager v0.4.1</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.4.0"
newTag: "v0.4.1"

0 comments on commit 32b495c

Please sign in to comment.