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

🌱 (chore): Bump the sigs-k8s group in /test/e2e with 4 updates #1199

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 19, 2024

Bumps the sigs-k8s group in /test/e2e with 4 updates: sigs.k8s.io/cluster-api, sigs.k8s.io/cluster-api-provider-vsphere/test, sigs.k8s.io/cluster-api/test and sigs.k8s.io/controller-runtime.

Updates sigs.k8s.io/cluster-api from 1.7.0-rc.0.0.20240528063443-2568aa2997bc to 1.8.1

Release notes

Sourced from sigs.k8s.io/cluster-api's releases.

v1.8.1

👌 Kubernetes version support

  • Management Cluster: v1.27.x -> v1.31.x
  • Workload Cluster: v1.25.x -> v1.31.x

More information about version support can be found here

Highlights

  • Support for Kubernetes v1.31

Changes since v1.8.0

📈 Overview

  • 3 new commits merged
  • 1 feature addition ✨
  • 1 bug fixed 🐛

✨ New Features

  • Testing: Bump Kubernetes in tests to v1.31.0 and claim support for v1.31 (#11053)

🐛 Bug Fixes

  • Dependency: Update controller-runtime dependency to v0.18.5 (#11046)

🌱 Others

  • clusterctl: Improve clusterctl client config logic & error message (#11052)

Dependencies

Added

Nothing has changed.

Changed

  • sigs.k8s.io/controller-runtime: v0.18.4 → v0.18.5

Removed

Nothing has changed.

Thanks to all our contributors! 😊

v1.8.0

👌 Kubernetes version support

  • Management Cluster: v1.27.x -> v1.30.x
  • Workload Cluster: v1.25.x -> v1.30.x

More information about version support can be found here

Highlights

... (truncated)

Commits

Updates sigs.k8s.io/cluster-api-provider-vsphere/test from 1.10.0-rc.1.0.20240521132953-469f652e57ae to 1.11.0

Release notes

Sourced from sigs.k8s.io/cluster-api-provider-vsphere/test's releases.

v1.11.0

Highlights

  • Tested with Kubernetes v1.31 & cloud-provider-vsphere v1.31
  • Based on Cluster API v1.8
  • Bumped to controller-runtime v0.18, k8s.io/* v0.30, controller-gen v0.15
  • Bumped to Go 1.22

supervisor mode:

  • Significantly improved unit and e2e test coverage (#2995)
  • VirtualMachine namingStrategy (#3099)
  • Now uses vm-operator v1alpha2 APIs (#3029, #3104)
  • Dropped ProviderServiceAccount ConfigMap and deprecated ProviderServiceAccountFinalizer (#3009)
  • Support for namespace-scoped Zones (#3146)

govmomi mode:

  • Support for vGPU (#3025)
  • Removed the keep alive feature (#2984)
  • Use sha256 thumbprint in tests (#3076) (using sha1 thumbprint is now deprecated)

Changes since v1.10

📈 Overview

  • 142 new commits merged
  • 13 feature additions ✨
  • 5 bugs fixed 🐛

✨ New Features

  • Add Namespace Scoped Zone Discovery and Watch (#3146)
  • Add validating and mutating webhook for supervisor mode (#2651)
  • Bump CAPI to v1.8.0 (#3151)
  • Bump CAPI to v1.8.0-beta.0 (#3107)
  • Bump CAPI to v1.8.1 and CPI to v1.31.0 (#3155)
  • Bump Cluster API to v1.8.0-rc.1 (#3142)
  • Bump CPI to v1.31.0-beta.0 (#3108)
  • Bump e2e tests to kubernetes v1.31.0 (#3154)
  • Implement VirtualMachine namingStrategy (#3099)
  • Test/e2e: use vSphere projects from Boskos (#3034)
  • VGPU implementation (#3025)
  • VGPU implementation - follow-ups (#3101)
  • Vm-operator: migrate to v1alpha2 (#3029)

🐛 Bug Fixes

  • Config: drop the deprecated --enable-keep-alive flag from the template (#2947)
  • Drop caBundle from CRDs to support Kubernetes 1.31 (#3131)
  • Fix unit tests, improve debuggability (#3126)
  • Run only one manager with webhooks for supervisor tests (#3021)
  • Vmoperator: fix nil pointer when reconciling VM (#3112)

🌱 Others

  • Add Go directive check as Makefile target (#3004)

... (truncated)

Commits

Updates sigs.k8s.io/cluster-api/test from 1.7.0-rc.0.0.20240528063443-2568aa2997bc to 1.8.1

Release notes

Sourced from sigs.k8s.io/cluster-api/test's releases.

v1.8.1

👌 Kubernetes version support

  • Management Cluster: v1.27.x -> v1.31.x
  • Workload Cluster: v1.25.x -> v1.31.x

More information about version support can be found here

Highlights

  • Support for Kubernetes v1.31

Changes since v1.8.0

📈 Overview

  • 3 new commits merged
  • 1 feature addition ✨
  • 1 bug fixed 🐛

✨ New Features

  • Testing: Bump Kubernetes in tests to v1.31.0 and claim support for v1.31 (#11053)

🐛 Bug Fixes

  • Dependency: Update controller-runtime dependency to v0.18.5 (#11046)

🌱 Others

  • clusterctl: Improve clusterctl client config logic & error message (#11052)

Dependencies

Added

Nothing has changed.

Changed

  • sigs.k8s.io/controller-runtime: v0.18.4 → v0.18.5

Removed

Nothing has changed.

Thanks to all our contributors! 😊

v1.8.0

👌 Kubernetes version support

  • Management Cluster: v1.27.x -> v1.30.x
  • Workload Cluster: v1.25.x -> v1.30.x

More information about version support can be found here

Highlights

... (truncated)

Commits

Updates sigs.k8s.io/controller-runtime from 0.18.5 to 0.19.0

Release notes

Sourced from sigs.k8s.io/controller-runtime's releases.

v0.19.0

⚠️ Deprecation Warnings

Please note that admission.Defaulter/Validator have been deprecated in favor of admission.CustomDefaulter/CustomValidator since v0.17 and will be removed with v0.20.

⚠️ Breaking Changes

✨ New Features

  • client: Add WithFieldValidation client (#2860 #2913)
  • controller & webhook: Recover panics per default & add panic metrics (#2905)
  • controllerutil: configure BlockOwnerDeletion when setting OwnerReference (#2847)
  • fake client: Add scale subresource logic (#2855)
  • predicate: Add missing generic version of ResourceVersionChangedPredicate (#2812)
  • setup-envtest: Download binaries from controller-tools releases instead of GCS (#2811)
  • setup-envtest: Publish setup-envtest binaries via release attachments (#2911)
  • workqueue: Add controller label to workqueue metrics (#2895)

🐛 Bug Fixes

  • apiutil.IsGVKNamespaced: Fix namespaced GVK check to use version (#2875)
  • cache: Fix label defaulting of byObject when namespaces are configured (#2805)
  • certwatcher: Recreate watcher if the file is unlinked and replaced (#2893)
  • manager: Fix log in AddMetricsServerExtraHandler (#2874)
  • manager: Quiet context.Canceled errors during shutdown (#2745)
  • manager: Reintroduce AddMetricsServerExtraHandler (#2813)
  • manager.Start: Prevent LeaderElector setup error from being swallowed (#2876)
  • source.Kind: String() should return correct type (#2806)

🌱 Others

  • actions: Add action to approve actions if /ok-to-test is set (#2908)
  • controller: Add dynamic watcher tests (#2881)
  • dependabot: disable go module bumps, bump all actions in a single PR (#2856)
  • verify-modules: Verify go modules are in sync with upstream k/k (#2774)

📖 Additionally, there have been 5 contributions to our documentation. (#2830, #2849, #2863, #2894, #2899, #2910)

Dependencies

Added

  • cel.dev/expr: v0.15.0
  • github.com/antlr4-go/antlr/v4: v4.13.0

... (truncated)

Commits
  • b901db1 Merge pull request #2924 from lucacome/bump-deps
  • 0c7827e Bump k8s.io deps to v1.31.0
  • 9f5afec Merge pull request #2918 from sbueringer/pr-add-skip-name-validation
  • 96e8152 Merge pull request #2921 from kubernetes-sigs/dependabot/github_actions/all-g...
  • 8f5faff 🌱 Bump actions/upload-artifact in the all-github-actions group
  • 89bebe3 Add SkipNameValidation option
  • 7857623 Merge pull request #2911 from sbueringer/pr-publish-setup-envtest
  • fdc8bd7 Merge pull request #2913 from sbueringer/pr-test-cov-field-validation
  • 7dfd3bb Fix WithFieldValidation client
  • e882354 Merge pull request #2908 from sbueringer/pr-approve-action
  • Additional commits viewable in compare view

Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
sigs.k8s.io/cluster-api-provider-vsphere/test [< 1.11, > 1.10.0-rc.1.0.20240521132953-469f652e57ae]
sigs.k8s.io/cluster-api [< 1.8, > 1.7.0-rc.0.0.20240528063443-2568aa2997bc]
sigs.k8s.io/cluster-api/test [< 1.8, > 1.7.0-rc.0.0.20240528063443-2568aa2997bc]

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@k8s-ci-robot
Copy link
Contributor

Hi @dependabot[bot]. Thanks for your PR.

I'm waiting for a kubernetes member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work. Regular contributors should join the org to skip this step.

Once the patch is verified, the new status will be reflected by the ok-to-test label.

I understand the commands that are listed here.

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-sigs/prow repository.

@k8s-ci-robot k8s-ci-robot added the cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. label Aug 19, 2024
@k8s-ci-robot k8s-ci-robot added the size/L Denotes a PR that changes 100-499 lines, ignoring generated files. label Aug 19, 2024
Bumps the sigs-k8s group in /test/e2e with 4 updates: [sigs.k8s.io/cluster-api](https://github.com/kubernetes-sigs/cluster-api), [sigs.k8s.io/cluster-api-provider-vsphere/test](https://github.com/kubernetes-sigs/cluster-api-provider-vsphere), [sigs.k8s.io/cluster-api/test](https://github.com/kubernetes-sigs/cluster-api) and [sigs.k8s.io/controller-runtime](https://github.com/kubernetes-sigs/controller-runtime).


Updates `sigs.k8s.io/cluster-api` from 1.7.0-rc.0.0.20240528063443-2568aa2997bc to 1.8.1
- [Release notes](https://github.com/kubernetes-sigs/cluster-api/releases)
- [Commits](https://github.com/kubernetes-sigs/cluster-api/commits/v1.8.1)

Updates `sigs.k8s.io/cluster-api-provider-vsphere/test` from 1.10.0-rc.1.0.20240521132953-469f652e57ae to 1.11.0
- [Release notes](https://github.com/kubernetes-sigs/cluster-api-provider-vsphere/releases)
- [Commits](https://github.com/kubernetes-sigs/cluster-api-provider-vsphere/commits/v1.11.0)

Updates `sigs.k8s.io/cluster-api/test` from 1.7.0-rc.0.0.20240528063443-2568aa2997bc to 1.8.1
- [Release notes](https://github.com/kubernetes-sigs/cluster-api/releases)
- [Commits](https://github.com/kubernetes-sigs/cluster-api/commits/v1.8.1)

Updates `sigs.k8s.io/controller-runtime` from 0.18.5 to 0.19.0
- [Release notes](https://github.com/kubernetes-sigs/controller-runtime/releases)
- [Changelog](https://github.com/kubernetes-sigs/controller-runtime/blob/main/RELEASE.md)
- [Commits](kubernetes-sigs/controller-runtime@v0.18.5...v0.19.0)

---
updated-dependencies:
- dependency-name: sigs.k8s.io/cluster-api
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: sigs-k8s
- dependency-name: sigs.k8s.io/cluster-api-provider-vsphere/test
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: sigs-k8s
- dependency-name: sigs.k8s.io/cluster-api/test
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: sigs-k8s
- dependency-name: sigs.k8s.io/controller-runtime
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: sigs-k8s
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/go_modules/test/e2e/master/sigs-k8s-6a079a6d05 branch from 13448be to fb4d900 Compare August 19, 2024 04:25
@XudongLiuHarold
Copy link
Member

team-cluster-api#14

@XudongLiuHarold
Copy link
Member

/lgtm

/approve

@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Aug 19, 2024
@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: dependabot[bot], XudongLiuHarold

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

@k8s-ci-robot k8s-ci-robot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Aug 19, 2024
@k8s-ci-robot k8s-ci-robot merged commit 5516d9e into master Aug 19, 2024
11 checks passed
@dependabot dependabot bot deleted the dependabot/go_modules/test/e2e/master/sigs-k8s-6a079a6d05 branch August 19, 2024 06:49
@XudongLiuHarold
Copy link
Member

/cherry-pick release-1.31

@k8s-infra-cherrypick-robot

@XudongLiuHarold: #1199 failed to apply on top of branch "release-1.31":

Applying: seedling: (chore): Bump the sigs-k8s group in /test/e2e with 4 updates
Using index info to reconstruct a base tree...
M	test/e2e/go.mod
M	test/e2e/go.sum
Falling back to patching base and 3-way merge...
Auto-merging test/e2e/go.sum
CONFLICT (content): Merge conflict in test/e2e/go.sum
Auto-merging test/e2e/go.mod
CONFLICT (content): Merge conflict in test/e2e/go.mod
error: Failed to merge in the changes.
hint: Use 'git am --show-current-patch=diff' to see the failed patch
Patch failed at 0001 seedling: (chore): Bump the sigs-k8s group in /test/e2e with 4 updates
When you have resolved this problem, run "git am --continue".
If you prefer to skip this patch, run "git am --skip" instead.
To restore the original branch and stop patching, run "git am --abort".

In response to this:

/cherry-pick release-1.31

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-sigs/prow repository.

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. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. lgtm "Looks good to me", indicates that a PR is ready to be merged. ok-to-test Indicates a non-member PR verified by an org member that is safe to test. size/L Denotes a PR that changes 100-499 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants