Skip to content

Commit

Permalink
chore(kgo): bump kubernetes-configuration CRDs to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pmalek committed Dec 23, 2024
1 parent 0b9bbde commit 4ebc51f
Show file tree
Hide file tree
Showing 6 changed files with 1,865 additions and 3,779 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.0
[#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.0
digest: sha256:aada875705523f6cf423247ed04ccd199e65ce503ca4d4f7301ad5b79d07bf1c
generated: "2024-12-23T17:45:41.861667+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.0
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.0
appVersion: "1.0.0"
description: A Helm chart for Kong's Kubernetes Configuration CRDs
Loading

0 comments on commit 4ebc51f

Please sign in to comment.