Skip to content

Commit

Permalink
chore: prepare for releasing v1.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
ralgozino committed Jan 11, 2024
1 parent 7ba7b5e commit df328f2
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 4 deletions.
6 changes: 3 additions & 3 deletions chart/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ description:
home: https://sighup.io
sources:
- https://github.com/sighupio/gatekeeper-policy-manager/
icon: https://raw.githubusercontent.com/sighupio/gatekeeper-policy-manager/master/app/static-content/logo.svg
icon: https://raw.githubusercontent.com/sighupio/gatekeeper-policy-manager/main/app/static-content/logo.svg
maintainers:
- name: Ramiro Algozino
email: [email protected]
Expand All @@ -19,9 +19,9 @@ keywords:
# 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: "0.8.0"
version: "0.9.0"

# 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: "v1.0.9"
appVersion: "v1.0.10"
2 changes: 1 addition & 1 deletion chart/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Gatekeeper Policy Manager Helm Chart - v0.6.0
# Gatekeeper Policy Manager Helm Chart - v0.9.0

A Helm chart for Gatekeeper Policy Manager, a simple to use, read-only web UI for viewing OPA Gatekeeper policies' status in a Kubernetes Cluster.

Expand Down
11 changes: 11 additions & 0 deletions docs/releases/v1.0.10.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# GPM v1.0.10

Welcome to the release of Gatekeeper Policy Manager version 1.0.10 🎉

This is a maintenance and bug-fixing release including:

- [#976](https://github.com/sighupio/gatekeeper-policy-manager/pull/976) Fixed an issue in the Helm Chart preventing OIDC configuration discovery to work properly. Now optional OIDC configuration environment variables are set only when their respective values are set as chart values.
- [#981](https://github.com/sighupio/gatekeeper-policy-manager/pull/981) Fixed an issue that failed to recognise the selected context when its name contained special characters like colons or forward slashes, for example the name that EKS gives to the context by default. Now special characters are supported.
- [#982](https://github.com/sighupio/gatekeeper-policy-manager/pull/982) Improved the context selection drop down for long names, now the width is not hardcoded anymore and hovering with the mouse pointer shows a tooltip with the full context name.
- Bumped all JavaScript and Python dependencies to their latest compatible version

0 comments on commit df328f2

Please sign in to comment.