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.8] Update AKS operator to v1.2.0-rc2 #2912

Closed
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.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ annotations:
catalog.cattle.io/permits-os: linux,windows
catalog.cattle.io/release-name: rancher-aks-operator-crd
apiVersion: v2
appVersion: 1.2.0-rc1
appVersion: 1.2.0-rc2
description: AKS Operator CustomResourceDefinitions
name: rancher-aks-operator-crd
version: 103.0.0+up1.2.0-rc1
version: 103.0.0+up1.2.0-rc2
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ annotations:
catalog.cattle.io/release-name: rancher-aks-operator
catalog.cattle.io/scope: management
apiVersion: v2
appVersion: 1.2.0-rc1
appVersion: 1.2.0-rc2
description: A Helm chart for provisioning AKS clusters
home: https://github.com/rancher/aks-operator
name: rancher-aks-operator
sources:
- https://github.com/rancher/aks-operator
version: 103.0.0+up1.2.0-rc1
version: 103.0.0+up1.2.0-rc2
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ global:
aksOperator:
image:
repository: rancher/aks-operator
tag: v1.2.0-rc1
tag: v1.2.0-rc2

httpProxy: ""
httpsProxy: ""
Expand Down
20 changes: 10 additions & 10 deletions index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4654,17 +4654,17 @@ entries:
catalog.cattle.io/release-name: rancher-aks-operator
catalog.cattle.io/scope: management
apiVersion: v2
appVersion: 1.2.0-rc1
created: "2023-08-22T11:32:33.716651+03:00"
appVersion: 1.2.0-rc2
created: "2023-08-28T14:58:16.567587902Z"
description: A Helm chart for provisioning AKS clusters
digest: d116445e5f79e3940902e3dd81680f662618e91dfd60f14921eaa049d52430ea
digest: 2a432ad6eeecb672200edd3c1e9452dd422bbc163ee1a3b69caaf03e33130309
home: https://github.com/rancher/aks-operator
name: rancher-aks-operator
sources:
- https://github.com/rancher/aks-operator
urls:
- assets/rancher-aks-operator/rancher-aks-operator-103.0.0+up1.2.0-rc1.tgz
version: 103.0.0+up1.2.0-rc1
- assets/rancher-aks-operator/rancher-aks-operator-103.0.0+up1.2.0-rc2.tgz
version: 103.0.0+up1.2.0-rc2
- annotations:
catalog.cattle.io/auto-install: rancher-aks-operator-crd=match
catalog.cattle.io/certified: rancher
Expand Down Expand Up @@ -4959,14 +4959,14 @@ entries:
catalog.cattle.io/permits-os: linux,windows
catalog.cattle.io/release-name: rancher-aks-operator-crd
apiVersion: v2
appVersion: 1.2.0-rc1
created: "2023-08-22T11:32:35.184311+03:00"
appVersion: 1.2.0-rc2
created: "2023-08-28T14:58:18.592595701Z"
description: AKS Operator CustomResourceDefinitions
digest: a2442f52f73988d3eead4b8432739f9ed516100ff1be69e3e93685caf1d05de4
digest: 045e949e866aa8232370dd28f66ceaed8a592676adac2f0ac7452b5c6e775ac4
name: rancher-aks-operator-crd
urls:
- assets/rancher-aks-operator-crd/rancher-aks-operator-crd-103.0.0+up1.2.0-rc1.tgz
version: 103.0.0+up1.2.0-rc1
- assets/rancher-aks-operator-crd/rancher-aks-operator-crd-103.0.0+up1.2.0-rc2.tgz
version: 103.0.0+up1.2.0-rc2
- annotations:
catalog.cattle.io/certified: rancher
catalog.cattle.io/hidden: "true"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
url: https://github.com/rancher/aks-operator/releases/download/v1.2.0-rc1/rancher-aks-operator-crd-1.2.0-rc1.tgz
url: https://github.com/rancher/aks-operator/releases/download/v1.2.0-rc2/rancher-aks-operator-crd-1.2.0-rc2.tgz
version: 103.0.0
doNotRelease: false
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
url: https://github.com/rancher/aks-operator/releases/download/v1.2.0-rc1/rancher-aks-operator-1.2.0-rc1.tgz
url: https://github.com/rancher/aks-operator/releases/download/v1.2.0-rc2/rancher-aks-operator-1.2.0-rc2.tgz
version: 103.0.0
doNotRelease: false
4 changes: 2 additions & 2 deletions release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ fleet-crd:
rancher-webhook:
- 103.0.0+up0.4.0-rc2
rancher-aks-operator:
- 103.0.0+up1.2.0-rc1
- 103.0.0+up1.2.0-rc2
rancher-aks-operator-crd:
- 103.0.0+up1.2.0-rc1
- 103.0.0+up1.2.0-rc2
rancher-gke-operator:
- 103.0.1+up1.2.0-rc1
rancher-gke-operator-crd:
Expand Down
Loading