Skip to content

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented May 6, 2025

Coming soon: The Renovate bot (GitHub App) will be renamed to Mend. PRs from Renovate will soon appear from 'Mend'. Learn more here.

This PR contains the following updates:

Package Type Update Change Age Confidence
actions/checkout action minor v4.2.2 -> v4.3.0 age confidence
docker/build-push-action action minor v6.16.0 -> v6.18.0 age confidence
docker/login-action action minor v3.4.0 -> v3.5.0 age confidence
docker/setup-buildx-action action minor v3.10.0 -> v3.11.1 age confidence
github.com/fsnotify/fsnotify require minor v1.8.0 -> v1.9.0 age confidence
go (source) toolchain minor 1.24.0 -> 1.25.1 age confidence
go uses-with minor 1.23 -> 1.25 age confidence
golang final minor 1.23-bookworm -> 1.25-bookworm age confidence
k8s.io/api require minor v0.32.1 -> v0.34.1 age confidence
k8s.io/apimachinery require minor v0.32.1 -> v0.34.1 age confidence
k8s.io/client-go require minor v0.32.1 -> v0.34.1 age confidence

Release Notes

actions/checkout (actions/checkout)

v4.3.0

Compare Source

What's Changed
New Contributors

Full Changelog: actions/checkout@v4...v4.3.0

docker/build-push-action (docker/build-push-action)

v6.18.0

Compare Source

[!NOTE]
Build summary is now supported with Docker Build Cloud.

Full Changelog: docker/build-push-action@v6.17.0...v6.18.0

v6.17.0

Compare Source

[!NOTE]
Build record is now exported using the buildx history export command instead of the legacy export-build tool.

Full Changelog: docker/build-push-action@v6.16.0...v6.17.0

docker/login-action (docker/login-action)

v3.5.0

Compare Source

Full Changelog: docker/login-action@v3.4.0...v3.5.0

docker/setup-buildx-action (docker/setup-buildx-action)

v3.11.1

Compare Source

Full Changelog: docker/setup-buildx-action@v3.11.0...v3.11.1

v3.11.0

Compare Source

Full Changelog: docker/setup-buildx-action@v3.10.0...v3.11.0

fsnotify/fsnotify (github.com/fsnotify/fsnotify)

v1.9.0

Compare Source

Changes and fixes
  • all: make BufferedWatcher buffered again (#​657)

  • inotify: fix race when adding/removing watches while a watched path is being deleted (#​678, #​686)

  • inotify: don't send empty event if a watched path is unmounted (#​655)

  • inotify: don't register duplicate watches when watching both a symlink and its target; previously that would get "half-added" and removing the second would panic (#​679)

  • kqueue: fix watching relative symlinks (#​681)

  • kqueue: correctly mark pre-existing entries when watching a link to a dir on kqueue (#​682)

  • illumos: don't send error if changed file is deleted while processing the event (#​678)

golang/go (go)

v1.25.1

v1.25.0

v1.24.7

v1.24.6

v1.24.5

v1.24.4

v1.24.3

v1.24.2

v1.24.1

actions/go-versions (go)

v1.25.1: 1.25.1

Compare Source

Go 1.25.1

v1.25.0: 1.25.0

Compare Source

Go 1.25.0

v1.24.7: 1.24.7

Compare Source

Go 1.24.7

v1.24.6: 1.24.6

Compare Source

Go 1.24.6

v1.24.5: 1.24.5

Compare Source

Go 1.24.5

v1.24.4: 1.24.4

Compare Source

Go 1.24.4

v1.24.3: 1.24.3

Compare Source

Go 1.24.3

v1.24.2: 1.24.2

Compare Source

Go 1.24.2

v1.24.1: 1.24.1

Compare Source

Go 1.24.1

v1.24.0: 1.24.0

Compare Source

Go 1.24.0

kubernetes/api (k8s.io/api)

v0.34.1

Compare Source

v0.34.0

Compare Source

v0.33.5

Compare Source

v0.33.4

Compare Source

v0.33.3

Compare Source

v0.33.2

Compare Source

v0.33.1

Compare Source

v0.33.0

Compare Source

v0.32.9

Compare Source

v0.32.8

Compare Source

v0.32.7

Compare Source

v0.32.6

Compare Source

v0.32.5

Compare Source

v0.32.4

Compare Source

v0.32.3

Compare Source

v0.32.2

Compare Source

kubernetes/apimachinery (k8s.io/apimachinery)

v0.34.1

Compare Source

v0.34.0

Compare Source

v0.33.5

Compare Source

v0.33.4

Compare Source

v0.33.3

Compare Source

v0.33.2

Compare Source

v0.33.1

Compare Source

v0.33.0

Compare Source

v0.32.9

Compare Source

v0.32.8

Compare Source

v0.32.7

Compare Source

v0.32.6

Compare Source

v0.32.5

Compare Source

v0.32.4

Compare Source

v0.32.3

Compare Source

v0.32.2

Compare Source

kubernetes/client-go (k8s.io/client-go)

v0.34.1

Compare Source

v0.34.0

Compare Source

v0.33.5

Compare Source

v0.33.4

Compare Source

v0.33.3

Compare Source

v0.33.2

Compare Source

v0.33.1

Compare Source

v0.33.0

Compare Source

v0.32.9

Compare Source

v0.32.8

Compare Source

v0.32.7

Compare Source

v0.32.6

Compare Source

v0.32.5

Compare Source

v0.32.4

Compare Source

v0.32.3

Compare Source

v0.32.2

Compare Source


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Copy link
Author

renovate bot commented May 6, 2025

ℹ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 8 additional dependencies were updated

Details:

Package Change
github.com/fxamacker/cbor/v2 v2.7.0 -> v2.9.0
github.com/modern-go/reflect2 v1.0.2 -> v1.0.3-0.20250322232337-35a7c28c31ee
github.com/spf13/pflag v1.0.5 -> v1.0.6
golang.org/x/oauth2 v0.23.0 -> v0.27.0
golang.org/x/time v0.7.0 -> v0.9.0
k8s.io/utils v0.0.0-20241104100929-3ea5e8cea738 -> v0.0.0-20250604170112-4c0f3b243397
sigs.k8s.io/json v0.0.0-20241010143419-9aa6b5e7a4b3 -> v0.0.0-20241014173422-cfa47c3a1cc8
sigs.k8s.io/yaml v1.4.0 -> v1.6.0

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 6cb3941 to 45b0098 Compare May 7, 2025 08:13
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 84e7ee3 to 9cdbf51 Compare May 20, 2025 08:00
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 28ce4d6 to 85ecfa4 Compare May 20, 2025 12:05
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 85ecfa4 to 86ce269 Compare May 28, 2025 08:16
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 86ce269 to b2dbe19 Compare June 6, 2025 18:53
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from b2dbe19 to c2d2681 Compare June 22, 2025 03:49
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from c2d2681 to ffb7cba Compare July 10, 2025 09:24
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from ffb7cba to 11e7035 Compare July 18, 2025 18:37
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from e3d7ddf to 2d62613 Compare August 4, 2025 22:56
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 9e35dd5 to 2a34471 Compare August 11, 2025 20:07
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 2a34471 to 0c53c26 Compare August 15, 2025 11:51
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 56a12a2 to 3f9a057 Compare September 4, 2025 16:05
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 3f9a057 to 3bdaf8c Compare September 10, 2025 12:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants