Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

kgo: add missing customentities policy rules #1089

Merged
merged 1 commit into from
Jun 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions charts/gateway-operator/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## 0.1.9

### Fixes

- Fix missing `customentities` RBAC policy rules in operator's manager-role
[#1089](https://github.com/Kong/charts/pull/1089)
- Bump KIC's CRDs to 3.2.0
[#1089](https://github.com/Kong/charts/pull/1089)

## 0.1.8

### Features
Expand Down
6 changes: 3 additions & 3 deletions charts/gateway-operator/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
dependencies:
- name: kic-crds
repository: ""
version: 3.1.2
version: 3.2.0
- name: gwapi-standard-crds
repository: ""
version: 1.0.0
- name: gwapi-experimental-crds
repository: ""
version: 1.0.0
digest: sha256:c72ffe17253b0cd11caf5e1b03c2458b2c280528461a1621f6f90832d2979889
generated: "2024-03-16T07:20:29.547504039+08:00"
digest: sha256:17c486ff3a5f012cb2efaaf09419a8489686e8d1eab896b46b9ef323d53d5d05
generated: "2024-06-13T17:00:08.148357+02:00"
4 changes: 2 additions & 2 deletions charts/gateway-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ maintainers:
name: gateway-operator
sources:
- https://github.com/Kong/charts/tree/main/charts/gateway-operator
version: 0.1.8
version: 0.1.9
appVersion: "1.2"
annotations:
artifacthub.io/prerelease: "false"

dependencies:
- name: kic-crds
version: 3.1.2
version: 3.2.0
condition: kic-crds.enabled
- name: gwapi-standard-crds
version: 1.0.0
Expand Down
2 changes: 1 addition & 1 deletion charts/gateway-operator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ helm repo add kong https://charts.konghq.com
helm repo update

helm install kgo kong/gateway-operator -n kong-system --create-namespace
```
```
4 changes: 2 additions & 2 deletions charts/gateway-operator/charts/kic-crds/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v2
name: kic-crds
version: 3.1.2
appVersion: "3.1.2"
version: 3.2.0
appVersion: "3.2.0"
description: A Helm chart for Kong Ingress Controller's CRDs
Loading
Loading