Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[v2.10] Remove k8s v1.27 support in aks-operator #4611

Merged
merged 2 commits into from
Oct 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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-aks-operator-crd=match
catalog.cattle.io/certified: rancher
catalog.cattle.io/hidden: "true"
catalog.cattle.io/kube-version: '>= 1.23.0-0 < 1.32.0-0'
catalog.cattle.io/kube-version: '>= 1.28.0-0 < 1.32.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 @@ -5486,7 +5486,7 @@ entries:
catalog.cattle.io/auto-install: rancher-aks-operator-crd=match
catalog.cattle.io/certified: rancher
catalog.cattle.io/hidden: "true"
catalog.cattle.io/kube-version: '>= 1.23.0-0 < 1.32.0-0'
catalog.cattle.io/kube-version: '>= 1.28.0-0 < 1.32.0-0'
catalog.cattle.io/namespace: cattle-system
catalog.cattle.io/os: linux
catalog.cattle.io/permits-os: linux,windows
Expand All @@ -5496,9 +5496,9 @@ entries:
catalog.cattle.io/scope: management
apiVersion: v2
appVersion: 1.10.0-rc.1
created: "2024-10-04T09:46:48.039014993+02:00"
created: "2024-10-21T08:52:07.764949519+02:00"
description: A Helm chart for provisioning AKS clusters
digest: ba1156cf7f23c09c14e8030fefeed31bdc6953a0974272da1c80e4e2b6ff35a1
digest: 1feecda5affa48ddc33bb01c7cfe2f8a7403ebf93822c17600908dcfcb0e8268
home: https://github.com/rancher/aks-operator
name: rancher-aks-operator
sources:
Expand Down Expand Up @@ -5804,9 +5804,9 @@ entries:
catalog.cattle.io/release-name: rancher-aks-operator-crd
apiVersion: v2
appVersion: 1.10.0-rc.1
created: "2024-10-04T09:46:48.040782217+02:00"
created: "2024-10-21T08:52:09.728355848+02:00"
description: AKS Operator CustomResourceDefinitions
digest: d077720ff4a8bc98bf926463baea1f6deec69d2dddd185555ca28b909107ce66
digest: f5a70e759801083c3d2f377790cb97b329efe937815a80f0964379a44b42b95a
name: rancher-aks-operator-crd
urls:
- assets/rancher-aks-operator-crd/rancher-aks-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.32.0-0'
+ catalog.cattle.io/kube-version: '>= 1.28.0-0 < 1.32.0-0'
catalog.cattle.io/namespace: cattle-system
catalog.cattle.io/os: linux
catalog.cattle.io/permits-os: linux,windows
Expand Down