Skip to content

Commit

Permalink
release v0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ralgozino committed Oct 3, 2020
1 parent 59f925e commit 340ffb5
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Gatekeeper Policy Manager Changelog

## v0.3

- Added support for offline frontend usage.
- Added favicon.
- Updated base image and pinned OS-level dependencies packages versions.
- Added message when there are no Constraint Templates instead of showing an empty view.
- Fixed crash when constraints don't have any match criteria defined.
- Improved error handling in general

## v0.2

We are pleased to announce the release of Gatekeeper Policy Manager v0.2, changes in this new release:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,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 locallly using docker and a kubeconfig, assuming that the kubeconfig file you want to use is located at `~/.kube/config` the command to run GPM locallly would be:

```bash
docker run -v ~/.kube/config:/root/.kube/config -p 8080:8080 quay.io/sighup/gatekeeper-policy-manager:0.2
docker run -v ~/.kube/config:/root/.kube/config -p 8080:8080 quay.io/sighup/gatekeeper-policy-manager:0.3
```

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 kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ resources:

images:
- name: quay.io/sighup/gatekeeper-policy-manager
newTag: "0.2"
newTag: "0.3"

0 comments on commit 340ffb5

Please sign in to comment.