Skip to content

Commit

Permalink
[v2.10] Remove k8s v1.27 support in gke-operator (#4613)
Browse files Browse the repository at this point in the history
  • Loading branch information
mjura authored Oct 22, 2024
1 parent 943d628 commit 05c8a1a
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ annotations:
catalog.cattle.io/auto-install: rancher-gke-operator-crd=match
catalog.cattle.io/certified: rancher
catalog.cattle.io/hidden: "true"
catalog.cattle.io/kube-version: '>= 1.23.0-0 < 1.31.0-0'
catalog.cattle.io/kube-version: '>= 1.28.0-0 < 1.31.0-0'
catalog.cattle.io/namespace: cattle-system
catalog.cattle.io/os: linux
catalog.cattle.io/permits-os: linux,windows
Expand Down
10 changes: 5 additions & 5 deletions index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9587,7 +9587,7 @@ entries:
catalog.cattle.io/auto-install: rancher-gke-operator-crd=match
catalog.cattle.io/certified: rancher
catalog.cattle.io/hidden: "true"
catalog.cattle.io/kube-version: '>= 1.23.0-0 < 1.31.0-0'
catalog.cattle.io/kube-version: '>= 1.28.0-0 < 1.31.0-0'
catalog.cattle.io/namespace: cattle-system
catalog.cattle.io/os: linux
catalog.cattle.io/permits-os: linux,windows
Expand All @@ -9597,9 +9597,9 @@ entries:
catalog.cattle.io/scope: management
apiVersion: v2
appVersion: 1.10.0-rc.1
created: "2024-10-04T10:18:29.116121346+02:00"
created: "2024-10-21T09:08:02.49106847+02:00"
description: A Helm chart for provisioning GKE clusters
digest: 4e20d1e586c3b3628e125fe00eafc43a80ac562ffc02e72028e78d6b4dbfd770
digest: be2b62e8e749a53d17201453c6e211228a6b1d6c05788b7182926185b2158886
home: https://github.com/rancher/gke-operator
name: rancher-gke-operator
sources:
Expand Down Expand Up @@ -9857,9 +9857,9 @@ entries:
catalog.cattle.io/release-name: rancher-gke-operator-crd
apiVersion: v2
appVersion: 1.10.0-rc.1
created: "2024-10-04T10:18:31.236800595+02:00"
created: "2024-10-21T09:08:04.868160889+02:00"
description: GKE Operator CustomResourceDefinitions
digest: 5870f1358b77eaa15bf46f044edd832f76f05de2ef510670d48d2325f337bd89
digest: 1ec3b130c516b6e782b283eed32abba75b6fc338bb4fd142b6e1090772a2341d
name: rancher-gke-operator-crd
urls:
- assets/rancher-gke-operator-crd/rancher-gke-operator-crd-105.0.0+up1.10.0-rc.1.tgz
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
catalog.cattle.io/certified: rancher
catalog.cattle.io/hidden: "true"
- catalog.cattle.io/kube-version: '>= 1.18.0-0'
+ catalog.cattle.io/kube-version: '>= 1.23.0-0 < 1.31.0-0'
+ catalog.cattle.io/kube-version: '>= 1.28.0-0 < 1.31.0-0'
catalog.cattle.io/namespace: cattle-system
catalog.cattle.io/os: linux
catalog.cattle.io/permits-os: linux,windows
Expand Down

0 comments on commit 05c8a1a

Please sign in to comment.