Skip to content

Commit

Permalink
feat(kgo): bump KGO to 1.3.0 and Gateway API CRDs to 1.1.0 (#1115)
Browse files Browse the repository at this point in the history
  • Loading branch information
pmalek committed Aug 13, 2024
1 parent e8334f8 commit 7f12944
Show file tree
Hide file tree
Showing 11 changed files with 22,218 additions and 9,410 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.2.0

### Changes

- Bump default version to 1.3.0 and Gateway API CRDs to 1.1.0.
[#1115](https://github.com/Kong/charts/pull/1115)

## 0.1.11

### Changes
Expand Down
8 changes: 4 additions & 4 deletions charts/gateway-operator/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ dependencies:
version: 3.2.0
- name: gwapi-standard-crds
repository: ""
version: 1.0.0
version: 1.1.0
- name: gwapi-experimental-crds
repository: ""
version: 1.0.0
digest: sha256:17c486ff3a5f012cb2efaaf09419a8489686e8d1eab896b46b9ef323d53d5d05
generated: "2024-06-13T17:00:08.148357+02:00"
version: 1.1.0
digest: sha256:1eecbe3e6242f1a62b9c1a3c024f6983c0f5053d7147307b796bcc116fd664c2
generated: "2024-08-09T09:58:05.387848+02:00"
8 changes: 4 additions & 4 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.1.11
appVersion: "1.2"
version: 0.2.0
appVersion: "1.3"
annotations:
artifacthub.io/prerelease: "false"

Expand All @@ -18,8 +18,8 @@ dependencies:
version: 3.2.0
condition: kic-crds.enabled
- name: gwapi-standard-crds
version: 1.0.0
version: 1.1.0
condition: gwapi-standard-crds.enabled
- name: gwapi-experimental-crds
version: 1.0.0
version: 1.1.0
condition: gwapi-experimental-crds.enabled
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v2
name: gwapi-experimental-crds
version: 1.0.0
appVersion: "1.0.0"
version: 1.1.0
appVersion: "1.1.0"
description: A Helm chart for Kubernetes Gateway API experimental channel's CRDs
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,10 @@

This sub-chart contains Gateway API experimental CRDs, allowing users to control whether to install the CRDs.

## How to update

In order to update this with new version CRDs run:

```
kustomize build github.com/kubernetes-sigs/gateway-api/config/crd/experimental\?ref=${VERSION} > crds/gwapi-crds.yaml
```
18,132 changes: 12,305 additions & 5,827 deletions charts/gateway-operator/charts/gwapi-experimental-crds/crds/gwapi-crds.yaml

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions charts/gateway-operator/charts/gwapi-standard-crds/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v2
name: gwapi-standard-crds
version: 1.0.0
appVersion: "1.0.0"
version: 1.1.0
appVersion: "1.1.0"
description: A Helm chart for Kubernetes Gateway API standard channel's CRDs
7 changes: 7 additions & 0 deletions charts/gateway-operator/charts/gwapi-standard-crds/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,10 @@

This sub-chart contains Gateway API standard CRDs, allowing users to control whether to install the CRDs.

## How to update

In order to update this with new version CRDs run:

```
kustomize build github.com/kubernetes-sigs/gateway-api/config/crd\?ref=${VERSION} > crds/gwapi-crds.yaml
```
13,448 changes: 9,878 additions & 3,570 deletions charts/gateway-operator/charts/gwapi-standard-crds/crds/gwapi-crds.yaml

Large diffs are not rendered by default.

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.2
tag: 1.3

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

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7f12944

Please sign in to comment.