Skip to content

Commit

Permalink
chore(kgo): bump KGO and kconf (#1161)
Browse files Browse the repository at this point in the history
  • Loading branch information
czeslavo authored Nov 7, 2024
1 parent e665079 commit 610f2b8
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 11 deletions.
7 changes: 7 additions & 0 deletions charts/gateway-operator/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 0.4.0

### Changes

- Bump the operator's default version to 1.4.0 and `kong/kubernetes-configuration` CRDs to 0.0.41.
[#1161](https://github.com/Kong/charts/pull/1161)

## 0.3.0

### Changes
Expand Down
6 changes: 3 additions & 3 deletions charts/gateway-operator/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ dependencies:
version: 1.1.0
- name: kubernetes-configuration-crds
repository: ""
version: 0.0.38
digest: sha256:bb2e90569c330baac439854178279982b4e0558771ca5da7fe38c8a4d281cf5f
generated: "2024-10-30T20:35:30.928038+01:00"
version: 0.0.41
digest: sha256:7833a0a6b9d736a0227f77212df4ad2eec572b367da2c8d1fece5eb617d45a95
generated: "2024-11-07T10:09:06.705774+01:00"
6 changes: 3 additions & 3 deletions charts/gateway-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ maintainers:
name: gateway-operator
sources:
- https://github.com/Kong/charts/tree/main/charts/gateway-operator
version: 0.3.1
appVersion: "1.3"
version: 0.4.0
appVersion: "1.4"
annotations:
artifacthub.io/prerelease: "false"

Expand All @@ -24,5 +24,5 @@ dependencies:
version: 1.1.0
condition: gwapi-experimental-crds.enabled
- name: kubernetes-configuration-crds
version: 0.0.38
version: 0.0.41
condition: kubernetes-configuration-crds.enabled
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v2
name: kubernetes-configuration-crds
version: 0.0.38
appVersion: "0.0.38"
version: 0.0.41
appVersion: "0.0.41"
description: A Helm chart for Kong's Kubernetes Configuration CRDs
Original file line number Diff line number Diff line change
Expand Up @@ -7015,8 +7015,8 @@ spec:
rule: '!has(oldSelf.spec.controlPlaneRef) || has(self.spec.controlPlaneRef)'
- message: spec.controlPlaneRef is immutable when an entity is already Programmed
rule: '(!has(self.status) || !self.status.conditions.exists(c, c.type ==
''Programmed'' && c.status == ''True'')) ? true : oldSelf.spec.controlPlaneRef
== self.spec.controlPlaneRef'
''Programmed'' && c.status == ''True'') || !has(self.spec.controlPlaneRef))
? true : oldSelf.spec.controlPlaneRef == self.spec.controlPlaneRef'
served: true
storage: true
subresources:
Expand Down
2 changes: 1 addition & 1 deletion charts/gateway-operator/values.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
image:
repository: docker.io/kong/gateway-operator
tag: 1.3
tag: 1.4

kubeRBACProxy:
# Additional pod containers in the controller.
Expand Down

0 comments on commit 610f2b8

Please sign in to comment.