Skip to content

Commit

Permalink
chore(kgo): bump kubernetes-configuration CRDs to 1.0.3 (#1203)
Browse files Browse the repository at this point in the history
* chore(kgo): bump kubernetes-configuration CRDs to 1.0.0

* chore: add version information
  • Loading branch information
pmalek authored Jan 7, 2025
1 parent 7646b3a commit 648b8c2
Show file tree
Hide file tree
Showing 5 changed files with 1,887 additions and 3,778 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.2

### Changes

- Update kubernetes-configuration CRDs to 1.0.3
[#1203](https://github.com/Kong/charts/pull/1203)

## 0.4.1

### 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.41
digest: sha256:7833a0a6b9d736a0227f77212df4ad2eec572b367da2c8d1fece5eb617d45a95
generated: "2024-11-07T10:09:06.705774+01:00"
version: 1.0.3
digest: sha256:2e65234a2398cd6b463374f55abc6c88f51ec8c6535304ff6cce7a81c468526f
generated: "2025-01-07T18:13:01.488691+01: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,7 +8,7 @@ maintainers:
name: gateway-operator
sources:
- https://github.com/Kong/charts/tree/main/charts/gateway-operator
version: 0.4.1
version: 0.4.2
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.41
version: 1.0.3
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.41
appVersion: "0.0.41"
version: 1.0.3
appVersion: "1.0.3"
description: A Helm chart for Kong's Kubernetes Configuration CRDs
Loading

0 comments on commit 648b8c2

Please sign in to comment.