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

build(deps): Bump the sigs-k8s-io group with 2 updates #210

Merged
merged 1 commit into from
Oct 27, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 27, 2024

Bumps the sigs-k8s-io group with 2 updates: sigs.k8s.io/controller-runtime and sigs.k8s.io/e2e-framework.

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

Release notes

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

v0.19.1

What's Changed

Full Changelog: kubernetes-sigs/controller-runtime@v0.19.0...v0.19.1

Commits
  • 013f46f Merge pull request #2992 from k8s-infra-cherrypick-robot/cherry-pick-2980-to-...
  • 4421425 bug: Fakeclient: Fix TOCTOU races
  • aa14005 Merge pull request #2974 from k8s-infra-cherrypick-robot/cherry-pick-2973-to-...
  • f883b25 Fix PR verify action
  • 409ae31 Merge pull request #2965 from k8s-infra-cherrypick-robot/cherry-pick-2964-to-...
  • 465b62a pr-verify: use env var for passing the PR title
  • d32b491 Merge pull request #2962 from k8s-infra-cherrypick-robot/cherry-pick-2961-to-...
  • b400366 pr-verify: use env var for passing the PR title
  • 22d9eab Merge pull request #2951 from k8s-infra-cherrypick-robot/cherry-pick-2949-to-...
  • f0e55af Preserve TypeMeta for PartialObjectMeta resources
  • Additional commits viewable in compare view

Updates sigs.k8s.io/e2e-framework from 0.4.0 to 0.5.0

Release notes

Sourced from sigs.k8s.io/e2e-framework's releases.

v0.5.0

What's Changed

New Contributors

Full Changelog: kubernetes-sigs/e2e-framework@v0.4.0...v0.5.0

Commits
  • 517dbe3 Merge pull request #422 from kubernetes-sigs/dependabot/github_actions/gorele...
  • 4bb137e Merge pull request #456 from kubernetes-sigs/dependabot/github_actions/all-a9...
  • bbfef32 build(deps): bump actions/checkout from 4.2.0 to 4.2.1 in the all group
  • 22fd031 Merge pull request #455 from kubernetes-sigs/dependabot/github_actions/all-aa...
  • 87b69d6 build(deps): bump actions/checkout from 4.1.7 to 4.2.0 in the all group
  • 8050f0c Merge pull request #452 from kubernetes-sigs/dependabot/go_modules/all-d62395...
  • 7de0ae1 build(deps): bump the all group with 4 updates
  • f9e1bb8 Merge pull request #451 from crandles/env-config
  • 6f0edff feat: allow accessing the test environments env config
  • 9206e6f Merge pull request #448 from kubernetes-sigs/dependabot/go_modules/all-f06358...
  • Additional commits viewable in compare view

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

@dependabot dependabot bot requested a review from a team as a code owner October 27, 2024 16:27
@dependabot dependabot bot requested review from csatib02 and removed request for a team October 27, 2024 16:27
@github-actions github-actions bot added the size/S Denotes a PR that changes 10-99 lines label Oct 27, 2024
Bumps the sigs-k8s-io group with 2 updates: [sigs.k8s.io/controller-runtime](https://github.com/kubernetes-sigs/controller-runtime) and [sigs.k8s.io/e2e-framework](https://github.com/kubernetes-sigs/e2e-framework).


Updates `sigs.k8s.io/controller-runtime` from 0.19.0 to 0.19.1
- [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.19.0...v0.19.1)

Updates `sigs.k8s.io/e2e-framework` from 0.4.0 to 0.5.0
- [Release notes](https://github.com/kubernetes-sigs/e2e-framework/releases)
- [Changelog](https://github.com/kubernetes-sigs/e2e-framework/blob/main/RELEASE.md)
- [Commits](kubernetes-sigs/e2e-framework@v0.4.0...v0.5.0)

---
updated-dependencies:
- dependency-name: sigs.k8s.io/controller-runtime
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: sigs-k8s-io
- dependency-name: sigs.k8s.io/e2e-framework
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: sigs-k8s-io
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/go_modules/sigs-k8s-io-bb1747c9cb branch from 00d2c99 to 804de2d Compare October 27, 2024 17:52
@csatib02 csatib02 merged commit d415383 into main Oct 27, 2024
29 checks passed
@csatib02 csatib02 deleted the dependabot/go_modules/sigs-k8s-io-bb1747c9cb branch October 27, 2024 18:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/dependencies size/S Denotes a PR that changes 10-99 lines
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant