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

Update images to support Kubernetes 1.30 #3214

Merged

Conversation

SimonTheLeg
Copy link
Member

@SimonTheLeg SimonTheLeg commented Jun 11, 2024

What this PR does / why we need it:

Which issue(s) this PR fixes:

Fixes #3206

What type of PR is this?

/kind feature

Special notes for your reviewer:

  • There was no update for Equinix, last release was in February
  • There was no major update for Nutanix, no new images and no new helm chart
  • There seemed to be no major upgrade for GCP CCM as well
  • I am a bit stuck on what we do to update Vault CSI Secret Provider and Secret Store CSI Driver, please let me know how we upgrade these
  • Something feels off to be about vsphere-ccm changes. Especially the last hunk of it with the kind: List item. maybe you know something about it? If not I can dig deeper once I return

Does this PR introduce a user-facing change? Then add your Release Note here:

- Upgrade control plane components:
  - Update NodeLocalDNS to v1.23.1
  - Update AWS CCM to v1.30.1, v1.29.3, v1.28.6, and v1.27.7
  - Update CSI snapshot controller and webhook to v8.0.1
  - Update AWS EBS CSI driver to v1.31.0
  - Update Azure CCM to v1.30.3 for Kubernetes 1.30 clusters
  - Update AzureFile CSI driver to v1.30.2
  - Update AzureDisk CSI driver to v1.30.1
  - Update DigitalOcean CCM to v0.1.53
  - Update DigitalOcean CSI to v4.10.0
  - Update Hetzner CSI to v2.7.0
  - Update OpenStack CCM and CSI to v1.30.0 for Kubernetes 1.30 clusters
  - Update vSphere CCM to v1.30.1 for Kubernetes 1.30 clusters
  - Update vSphere CSI driver to v3.2.0
  - Update GCP Compute CSI driver to v1.13.2
  - Update Cilium to v1.15.6
  - Update cluster-autoscaler to v1.30.1, v1.29.3, v1.28.5, and v1.27.8

I had written a release note in the other PR for k1 supporting k8s 1.30. If I should write sth here let me know

Documentation:

NONE

@kubermatic-bot kubermatic-bot added do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. release-note-none Denotes a PR that doesn't merit a release note. docs/none Denotes a PR that doesn't need documentation (changes). kind/feature Categorizes issue or PR as related to a new feature. labels Jun 11, 2024
@kubermatic-bot
Copy link
Contributor

Skipping CI for Draft Pull Request.
If you want CI signal for your change, please convert it to an actual PR.
You can still manually trigger a test run with /test all

@kubermatic-bot kubermatic-bot added dco-signoff: yes Denotes that all commits in the pull request have the valid DCO signoff message. size/XXL Denotes a PR that changes 1000+ lines, ignoring generated files. labels Jun 11, 2024
@SimonTheLeg SimonTheLeg marked this pull request as ready for review June 11, 2024 17:26
@kubermatic-bot kubermatic-bot removed the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label Jun 11, 2024
Copy link
Member

@kron4eg kron4eg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please lookup what has changed in ccm-openstack, why it doesn't pick-up secret name indicated in the values anymore (var name has changed? we need Kustomize to the rescue!)

addons/ccm-openstack/ccm-openstack.yaml Outdated Show resolved Hide resolved
addons/calico-vxlan/Kustomization Outdated Show resolved Hide resolved
addons/ccm-vsphere/ccm-vsphere.yaml Outdated Show resolved Hide resolved
addons/cni-canal/Kustomization Outdated Show resolved Hide resolved
addons/csi-aws-ebs/README.md Outdated Show resolved Hide resolved
addons/csi-azurefile/ccm-azurefile.yaml Show resolved Hide resolved
addons/csi-hetzner/hcloud-csi.yml Outdated Show resolved Hide resolved
addons/csi-vsphere/1-vsphere-csi-driver.yaml Show resolved Hide resolved
addons/ccm-openstack/ccm-openstack.yaml Outdated Show resolved Hide resolved
pkg/templates/images/images.go Outdated Show resolved Hide resolved
pkg/templates/images/images.go Show resolved Hide resolved
@xrstf xrstf force-pushed the kubeone-k8s-130-update-images branch from 4ef7a86 to 35eb01e Compare June 13, 2024 15:15
@xrstf xrstf assigned xrstf and unassigned kron4eg and xmudrii Jun 13, 2024
@xrstf xrstf force-pushed the kubeone-k8s-130-update-images branch 2 times, most recently from 508ffb8 to 08013aa Compare June 14, 2024 08:56
@xmudrii
Copy link
Member

xmudrii commented Jun 14, 2024

/retest

addons/ccm-vsphere/ccm-vsphere.yaml Outdated Show resolved Hide resolved
addons/csi-vsphere/1-vsphere-csi-driver.yaml Show resolved Hide resolved
pkg/templates/images/images.go Outdated Show resolved Hide resolved
pkg/templates/images/images.go Outdated Show resolved Hide resolved
pkg/templates/images/images.go Outdated Show resolved Hide resolved
pkg/templates/images/images.go Outdated Show resolved Hide resolved
pkg/templates/images/images.go Outdated Show resolved Hide resolved
pkg/templates/images/images.go Outdated Show resolved Hide resolved
pkg/templates/images/images.go Show resolved Hide resolved
also removes the copy of external-snapshotter CRDs in the AWS EBS CSI addon
@xrstf xrstf force-pushed the kubeone-k8s-130-update-images branch from 4211878 to 64a3f0c Compare June 14, 2024 13:30
Copy link
Member

@xmudrii xmudrii left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank y'all!
/lgtm
/approve

@kubermatic-bot kubermatic-bot added the lgtm Indicates that a PR is ready to be merged. label Jun 14, 2024
@kubermatic-bot
Copy link
Contributor

LGTM label has been added.

Git tree hash: 8f7c8fcb2474897e7fde544251afb3e04cf1b81f

@kubermatic-bot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: xmudrii

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@kubermatic-bot kubermatic-bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Jun 14, 2024
@kubermatic-bot kubermatic-bot merged commit cbaab7a into kubermatic:main Jun 14, 2024
13 of 14 checks passed
@kubermatic-bot kubermatic-bot added this to the KubeOne 1.9 milestone Jun 14, 2024
@xmudrii
Copy link
Member

xmudrii commented Jun 14, 2024

/cherrypick release/v1.8

@kubermatic-bot
Copy link
Contributor

@xmudrii: new pull request created: #3230

In response to this:

/cherrypick release/v1.8

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

@xmudrii
Copy link
Member

xmudrii commented Jun 28, 2024

/release-note-edit

- Upgrade control plane components:
  - Update NodeLocalDNS to v1.23.1
  - Update AWS CCM to v1.30.1, v1.29.3, v1.28.6, and v1.27.7
  - Update CSI snapshot controller and webhook to v8.0.1
  - Update AWS EBS CSI driver to v1.31.0
  - Update Azure CCM to v1.30.3 for Kubernetes 1.30 clusters
  - Update AzureFile CSI driver to v1.30.2
  - Update AzureDisk CSI driver to v1.30.1
  - Update DigitalOcean CCM to v0.1.53
  - Update DigitalOcean CSI to v4.10.0
  - Update Hetzner CSI to v2.7.0
  - Update OpenStack CCM and CSI to v1.30.0 for Kubernetes 1.30 clusters
  - Update vSphere CCM to v1.30.1 for Kubernetes 1.30 clusters
  - Update vSphere CSI driver to v3.2.0
  - Update GCP Compute CSI driver to v1.13.2
  - Update Cilium to v1.15.6
  - Update cluster-autoscaler to v1.30.1, v1.29.3, v1.28.5, and v1.27.8

@kubermatic-bot kubermatic-bot added release-note Denotes a PR that will be considered when it comes time to generate release notes. and removed release-note-none Denotes a PR that doesn't merit a release note. labels Jun 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. dco-signoff: yes Denotes that all commits in the pull request have the valid DCO signoff message. docs/none Denotes a PR that doesn't need documentation (changes). kind/feature Categorizes issue or PR as related to a new feature. lgtm Indicates that a PR is ready to be merged. release-note Denotes a PR that will be considered when it comes time to generate release notes. size/XXL Denotes a PR that changes 1000+ lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update images to support Kubernetes 1.30
6 participants