Skip to content

fix(deps): update all minor and patch - #393

Open
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/all-minor-and-patch
Open

fix(deps): update all minor and patch#393
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/all-minor-and-patch

Conversation

@renovate

@renovate renovate Bot commented Jul 14, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change Pending Age Confidence
actions/checkout action patch v7.0.0v7.0.1 age confidence
docker/login-action action minor v4.4.0v4.6.0 age confidence
fkirc/skip-duplicate-actions action patch v5.3.1v5.3.2 age confidence
github.com/crossplane/crossplane-tools require digest dd45172659f1dc age confidence
github.com/crossplane/crossplane/apis/v2 require patch v2.3.3v2.3.4 age confidence
github.com/go-logr/logr require patch v1.4.3v1.4.4 age confidence
gitlab.com/gitlab-org/api/client-go/v2 require minor v2.47.0v2.53.0 v2.54.0 age confidence
k8s.io/api require patch v0.36.2v0.36.3 age confidence
k8s.io/apiextensions-apiserver require patch v0.36.2v0.36.3 age confidence
k8s.io/apimachinery require patch v0.36.2v0.36.3 age confidence
k8s.io/client-go require patch v0.36.2v0.36.3 age confidence

Release Notes

actions/checkout (actions/checkout)

v7.0.1

Compare Source

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

v4.6.0

Compare Source

v4.5.2

Compare Source

v4.5.1

Compare Source

v4.5.0

Compare Source

fkirc/skip-duplicate-actions (fkirc/skip-duplicate-actions)

v5.3.2

Compare Source

v5.3.2

crossplane/crossplane (github.com/crossplane/crossplane/apis/v2)

v2.3.4

Compare Source

v2.3.4 is a patch release scoped to fixing issues reported by users of Crossplane v2.3 and fixing security related issues in Crossplane and its dependencies.

🎉 Highlights

  • Fixed repeated owner updates for composed Usages (#​7597, originally #​7591): The Usage controller only checked the first ownerReference when deciding whether the spec.by resource already owned the Usage. A Usage created by a Composition already has the composite as its first owner, so spec.by ended up as a later owner and the controller issued an unnecessary update on every reconciliation — repeatedly re-triggering composition reconciliation and eventually opening the XR circuit breaker. It now checks all owner references.
  • crossplane render fixes (#​7599, originally #​7544): render no longer overwrites the input XR's UID when one is already set, and now validates observed resources before proceeding with the render.
  • Vulnerability-scannable images (#​7574): Container images are now built with buildGoModule (replacing gomod2nix), so published images can be scanned by standard vulnerability tooling.
  • Dependency security updates: Bumps grpc / golang.org/x/net / golang.org/x/text (#​7618, #​7614, #​7615) and the sigstore stack — cosign (#​7559), rekor (#​7560), timestamp-authority (#​7570), sigstore-go (#​7583) — to pick up upstream CVE fixes. See ## What's Changed for the full list.

What's Changed

Full Changelog: crossplane/crossplane@v2.3.3...v2.3.4

go-logr/logr (github.com/go-logr/logr)

v1.4.4

Compare Source

What's Changed

New Contributors

Full Changelog: go-logr/logr@v1.4.3...v1.4.4

gitlab-org/api/client-go (gitlab.com/gitlab-org/api/client-go/v2)

v2.53.0

Compare Source

2.53.0

🚀 Features

2.53.0 (2026-07-28)

Features
  • support project api 'cicd_catalog_enabled' field (894a927)

v2.52.0

Compare Source

2.52.0
🚀 Features
🔄 Other Changes
2.52.0 (2026-07-27)

v2.51.0

Compare Source

2.51.0
🚀 Features
🔄 Other Changes
2.51.0 (2026-07-17)
Features
  • client: add option to retry only idempotent requests (8260b22)
  • workitems: Add Children field to WorkItem struct. (6a5eca2)

v2.50.0

Compare Source

2.50.0

🚀 Features
🔄 Other Changes

2.50.0 (2026-07-16)

v2.49.0

Compare Source

2.49.0

🚀 Features
  • Update ListWorkItems to return only CE fields by default. ListWorkItemOptions now includes ReturnedFields which allows users to opt in to EE fields (!2936) by Kai Armstrong
🔄 Other Changes

2.49.0 (2026-07-15)

v2.48.1

Compare Source

2.48.1
🐛 Bug Fixes
  • fix(audit_events): Add support for object-valued details.change (stored in details.ChangeObject) and the details.changes array (!2949) by Cesar Hinojosa
2.48.1 (2026-07-14)
Bug Fixes
  • audit_events: Add support for object-valued details.change (stored in details.ChangeObject) and the details.changes array (7f7f38f)

v2.48.0

Compare Source

2.48.0
🚀 Features
🔄 Other Changes
  • Add new skill for providing additional instructions to the quick win agent (!2951) by Patrick Rice
2.48.0 (2026-07-13)
kubernetes/api (k8s.io/api)

v0.36.3

Compare Source

kubernetes/apiextensions-apiserver (k8s.io/apiextensions-apiserver)

v0.36.3

Compare Source

kubernetes/apimachinery (k8s.io/apimachinery)

v0.36.3

Compare Source

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

v0.36.3

Compare Source


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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.

@renovate
renovate Bot force-pushed the renovate/all-minor-and-patch branch from e1c7252 to 96d2a43 Compare July 14, 2026 17:11
@renovate renovate Bot changed the title chore(deps): update github.com/floric/crossplane-tools digest to dd45172 chore(deps): update all minor and patch Jul 14, 2026
@renovate
renovate Bot force-pushed the renovate/all-minor-and-patch branch from 96d2a43 to 576c971 Compare July 14, 2026 23:11
@renovate renovate Bot changed the title chore(deps): update all minor and patch fix(deps): update all minor and patch Jul 14, 2026
@renovate
renovate Bot force-pushed the renovate/all-minor-and-patch branch 7 times, most recently from 7448fac to 18d722a Compare July 21, 2026 19:11
@renovate
renovate Bot force-pushed the renovate/all-minor-and-patch branch 2 times, most recently from c93591f to 6b449c7 Compare July 24, 2026 02:37
@renovate

renovate Bot commented Jul 24, 2026

Copy link
Copy Markdown
Contributor Author

ℹ️ 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):

  • 9 additional dependencies were updated

Details:

Package Change
sigs.k8s.io/structured-merge-diff/v6 v6.3.2 -> v6.3.3
golang.org/x/mod v0.36.0 -> v0.37.0
golang.org/x/net v0.55.0 -> v0.56.0
golang.org/x/sys v0.45.0 -> v0.46.0
golang.org/x/term v0.43.0 -> v0.44.0
golang.org/x/text v0.38.0 -> v0.39.0
golang.org/x/tools v0.45.0 -> v0.47.0
k8s.io/code-generator v0.36.2 -> v0.36.3
k8s.io/component-base v0.36.2 -> v0.36.3

@renovate
renovate Bot force-pushed the renovate/all-minor-and-patch branch 7 times, most recently from cf0c255 to 5575914 Compare July 30, 2026 13:07
@renovate
renovate Bot force-pushed the renovate/all-minor-and-patch branch from 5575914 to 2477bb4 Compare July 30, 2026 19:53
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