Skip to content

Commit

Permalink
Merge pull request #2076 from ConnorJC3/topology-master
Browse files Browse the repository at this point in the history
[master] Add topology label warning to changelog; Backout kops to 1.29
  • Loading branch information
k8s-ci-robot authored Jun 26, 2024
2 parents 1a30368 + 75dfb0f commit 9f755fd
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# v1.32.0
### Announcements
* The next minor version (`v1.33.0`) of the EBS CSI Driver will migrate the AZ topology label `CreateVolume` returns from `topology.ebs.csi.aws.com/zone` to `topology.kubernetes.io/zone`. Volumes created on this or any future version will be incompatible with EBS CSI Driver versions before `v1.28.0`, preventing a downgrade of more than 5 releases in the past. No other customer-facing impact is expected unless you directly depend on the topology label. For more information and the reasoning behind this change, see [issue #729](https://github.com/kubernetes-sigs/aws-ebs-csi-driver/issues/729#issuecomment-1942026577).

### Bug Fixes
* Fix off-by-one error in ENI calculation when using IMDS metadata ([#2065](https://github.com/kubernetes-sigs/aws-ebs-csi-driver/pull/2065), [@AndrewSirenko](https://github.com/AndrewSirenko))

Expand Down
2 changes: 1 addition & 1 deletion hack/e2e/config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ WINDOWS_HOSTPROCESS=${WINDOWS_HOSTPROCESS:-"false"}

# kops: must include patch version (e.g. 1.19.1)
# eksctl: mustn't include patch version (e.g. 1.19)
K8S_VERSION_KOPS=${K8S_VERSION_KOPS:-1.30.2}
K8S_VERSION_KOPS=${K8S_VERSION_KOPS:-1.29.6}
K8S_VERSION_EKSCTL=${K8S_VERSION_EKSCTL:-1.30}

EBS_INSTALL_SNAPSHOT=${EBS_INSTALL_SNAPSHOT:-"true"}
Expand Down
2 changes: 1 addition & 1 deletion hack/tools/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ GOMPLATE_VERSION="v4.0.0"
# https://github.com/helm/helm
HELM_VERSION="v3.15.2"
# https://github.com/kubernetes/kops
KOPS_VERSION="v1.30.0-alpha.1"
KOPS_VERSION="v1.29.0"
# https://pkg.go.dev/sigs.k8s.io/kubetest2?tab=versions
KUBETEST2_VERSION="v0.0.0-20240309080311-0d7ca9ccb41e"
# https://github.com/golang/mock
Expand Down

0 comments on commit 9f755fd

Please sign in to comment.