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 sigs.k8s.io/cluster-api-ipam-provider-in-cluster from 1.0.0 to 1.0.1 #435

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 5, 2025

Bumps sigs.k8s.io/cluster-api-ipam-provider-in-cluster from 1.0.0 to 1.0.1.

Release notes

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

v1.0.1

Noteworthy for Users of ipamutils

This release fixes a bug (#317) within ipamutils.Reconciler that blocks cleanup of IPAddressClaims when a cluster is deleted and its resources get removed from the API before all claims were cleaned up.

Fixed

Other changes

New Contributors

Full Changelog: kubernetes-sigs/cluster-api-ipam-provider-in-cluster@v1.0.0...v1.0.1-rc.0

v1.0.1-rc.0

Noteworthy for Users of ipamutils

This release fixes a bug (#317) within ipamutils.Reconciler that blocks cleanup of IPAddressClaims when a cluster is deleted and its resources get removed from the API before all claims were cleaned up.

Fixed

Other changes

New Contributors

Full Changelog: kubernetes-sigs/cluster-api-ipam-provider-in-cluster@v1.0.0...v1.0.1-rc.0

Commits
  • 8cc8c8a Merge pull request #319 from kubernetes-sigs/dependabot/github_actions/golang...
  • a34723a fix a few linter remarks
  • fab73f2 ci: update go and golangci-lint versions
  • d7a39e3 golangci-lint: remove unsupported config option and replace tenv with usetesting
  • d89e8ce Merge pull request #318 from kubernetes-sigs/fix/align-cr-with-capi
  • 5d5b024 Merge pull request #316 from defo89/webhook-disable-env
  • 19635b4 fix linter
  • 7df4a4a chore: add wenhook flags and allow disabling them
  • 20ceecd 🌱 Bump golangci/golangci-lint-action from 6.3.2 to 6.5.0
  • 5f69fc7 upgrade to CAPI v1.9.5 and align c-r with it to unblock importing from other ...
  • Additional commits viewable in compare view

Dependabot compatibility score

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 this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Mar 5, 2025
Copy link

github-actions bot commented Mar 5, 2025

🚀 e2e tests run

We add labels to the PRs to control the e2e test runs by running specific tests and skipping some test contexts,
please follow this guide:

Label Behaviour
none Run Generic tests
e2e/none skip all e2e tests (documentation etc) - overrides all e2e/* labels Do not run any tests (overrides all e2e/ flags)
e2e/flatcar run Flatcar e2e tests Add Flatcar tests to the run

ℹ️ Ask a Member to add the requested labels if you don't have enough permissions.

Copy link

github-actions bot commented Mar 5, 2025

External PR

Test runs on external PRs require manual approval.

Note: This PR changes the following non-go, non-docs files:
go.mod
go.sum

mcbenjemaa
mcbenjemaa previously approved these changes Mar 5, 2025
@wikkyk wikkyk added the go/1.23 label Mar 6, 2025
@wikkyk wikkyk added this to the v0.7.0 milestone Mar 6, 2025
@dependabot dependabot bot force-pushed the dependabot/go_modules/sigs.k8s.io/cluster-api-ipam-provider-in-cluster-1.0.1 branch from 32e572a to 9f5e231 Compare March 10, 2025 14:01
@wikkyk wikkyk added the api break Things that change the API label Mar 10, 2025
@wikkyk wikkyk modified the milestones: v0.7.0, v0.8.0 Mar 10, 2025
@wikkyk wikkyk force-pushed the dependabot/go_modules/sigs.k8s.io/cluster-api-ipam-provider-in-cluster-1.0.1 branch from 2d823af to d5aca59 Compare March 18, 2025 11:49
@wikkyk wikkyk force-pushed the dependabot/go_modules/sigs.k8s.io/cluster-api-ipam-provider-in-cluster-1.0.1 branch from d5aca59 to c34490c Compare March 18, 2025 11:50
@wikkyk wikkyk removed the e2e/none skip all e2e tests (documentation etc) - overrides all e2e/* labels label Mar 18, 2025
@wikkyk
Copy link
Collaborator

wikkyk commented Mar 19, 2025

@dependabot recreate

@dependabot dependabot bot force-pushed the dependabot/go_modules/sigs.k8s.io/cluster-api-ipam-provider-in-cluster-1.0.1 branch from c34490c to fba564b Compare March 19, 2025 11:17
@wikkyk
Copy link
Collaborator

wikkyk commented Mar 19, 2025

Looks like this will need capi 1.10, since capi 1.9.6 is missing kubernetes-sigs/cluster-api@c01ebd4

@dependabot dependabot bot force-pushed the dependabot/go_modules/sigs.k8s.io/cluster-api-ipam-provider-in-cluster-1.0.1 branch from fba564b to 6a16dad Compare March 20, 2025 10:33
@dependabot dependabot bot force-pushed the dependabot/go_modules/sigs.k8s.io/cluster-api-ipam-provider-in-cluster-1.0.1 branch from 6a16dad to 539ba1f Compare March 25, 2025 12:22
@dependabot dependabot bot force-pushed the dependabot/go_modules/sigs.k8s.io/cluster-api-ipam-provider-in-cluster-1.0.1 branch from 539ba1f to 3d6cb81 Compare March 25, 2025 12:23
@wikkyk
Copy link
Collaborator

wikkyk commented Mar 26, 2025

@dependabot rebase

Bumps [sigs.k8s.io/cluster-api-ipam-provider-in-cluster](https://github.com/kubernetes-sigs/cluster-api-ipam-provider-in-cluster) from 1.0.0 to 1.0.1.
- [Release notes](https://github.com/kubernetes-sigs/cluster-api-ipam-provider-in-cluster/releases)
- [Commits](kubernetes-sigs/cluster-api-ipam-provider-in-cluster@v1.0.0...v1.0.1)

---
updated-dependencies:
- dependency-name: sigs.k8s.io/cluster-api-ipam-provider-in-cluster
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/go_modules/sigs.k8s.io/cluster-api-ipam-provider-in-cluster-1.0.1 branch from 3d6cb81 to 2b276ea Compare March 26, 2025 11:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file go Pull requests that update Go code hold/do-not-merge k8s/32
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants