Skip to content

Commit 7216939

Browse files
committed
Use k8s 1.29 client libs
Signed-off-by: Tamal Saha <[email protected]>
1 parent db90e00 commit 7216939

File tree

139 files changed

+14873
-4905
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

139 files changed

+14873
-4905
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
needs: build
5252
strategy:
5353
matrix:
54-
k8s: [v1.21.14, v1.22.17, v1.23.17, v1.24.12, v1.25.8, v1.26.3, v1.27.1]
54+
k8s: [v1.21.14, v1.22.17, v1.23.17, v1.24.12, v1.25.8, v1.26.3, v1.27.1, v1.28.0, v1.29.0]
5555
steps:
5656
- uses: actions/checkout@v1
5757

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ BIN := installer
2121
# Produce CRDs that work back to Kubernetes 1.11 (no version conversion)
2222
CRD_OPTIONS ?= "crd:crdVersions={v1}"
2323
# https://github.com/appscodelabs/gengo-builder
24-
CODE_GENERATOR_IMAGE ?= ghcr.io/appscode/gengo:release-1.25
24+
CODE_GENERATOR_IMAGE ?= ghcr.io/appscode/gengo:release-1.29
2525
API_GROUPS ?= installer:v1alpha1
2626

2727
# This version-strategy uses git tags to set the version string

apis/installer/v1alpha1/zz_generated.deepcopy.go

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

charts/auditor/values.openapiv3_schema.yaml

Lines changed: 176 additions & 23 deletions
Large diffs are not rendered by default.

charts/cluster-connector/values.openapiv3_schema.yaml

Lines changed: 176 additions & 23 deletions
Large diffs are not rendered by default.

charts/config-syncer/values.openapiv3_schema.yaml

Lines changed: 176 additions & 23 deletions
Large diffs are not rendered by default.

charts/external-dns-operator/values.openapiv3_schema.yaml

Lines changed: 176 additions & 23 deletions
Large diffs are not rendered by default.

charts/falco-ui-server/values.openapiv3_schema.yaml

Lines changed: 232 additions & 45 deletions
Large diffs are not rendered by default.

charts/kube-ui-server/values.openapiv3_schema.yaml

Lines changed: 176 additions & 23 deletions
Large diffs are not rendered by default.

charts/panopticon/values.openapiv3_schema.yaml

Lines changed: 183 additions & 33 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)