Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 28, 2025

This PR contains the following updates:

Package Type Update Change Age Confidence
aquaproj/aqua patch v2.53.5 -> v2.53.7 age confidence
aquaproj/aqua-registry minor v4.389.0 -> v4.394.0 age confidence
github.com/onsi/gomega require minor v1.37.0 -> v1.38.0 age confidence
goreleaser/goreleaser patch v2.11.0 -> v2.11.1 age confidence
kubernetes-sigs/kubebuilder patch v4.7.0 -> v4.7.1 age confidence
kubernetes-sigs/kustomize patch v5.7.0 -> v5.7.1 age confidence
mikefarah/yq minor v4.46.1 -> v4.47.1 age confidence
sigs.k8s.io/yaml require minor v1.5.0 -> v1.6.0 age confidence

Release Notes

aquaproj/aqua (aquaproj/aqua)

v2.53.7

Compare Source

Pull Requests | Issues | aquaproj/aqua@v2.53.6...v2.53.7

Fixes

#​4038 Fix a bug that it fails to verify GitHub Artifact Attestations on GitHub Enterprise Server @​yamoyamoto

v2.53.6

Compare Source

Pull Requests | Issues | aquaproj/aqua@v2.53.5...v2.53.6

🐛 Bug Fixes

#​4024 #​4025 Fix a bug that aqua works without registries' ref
#​4019 Set User-Agent to GitHub Release downloads @​yanolab

[!WARNING]
About #​4019 , unfortunately the bug is still remaining. But maybe #​4019 mitigates the bug to some extent.

aquaproj/aqua-registry (aquaproj/aqua-registry)

v4.394.0

Compare Source

Issues | Pull Requests | aquaproj/aqua-registry@v4.393.0...v4.394.0

🎉 New Packages

#​39367 hytromo/mimosa - Zero-config docker image promotion @​hytromo

Fixes

#​39373 hashicorp/nomad: Exclude ent-changelog versions @​risu729

v4.393.0

Compare Source

Issues | Pull Requests | aquaproj/aqua-registry@v4.392.0...v4.393.0

🎉 New Packages

#​39344 sr.ht/~charles/rq - rq (Rego Query) is inspired by jq, and aims to offer a similar set of capabilities oriented around running Rego queries @​refi64

Fixes

#​39345 chore: unpin lima @​refi64
#​39328 abhimanyu003/sttr: Fix cosign config

v4.392.0

Compare Source

Issues | Pull Requests | aquaproj/aqua-registry@v4.391.0...v4.392.0

🎉 New Packages

#​39204 yarnpkg/berry: Active development trunk for Yarn

⚠️ This package is for yarn berry

yarn has two lines.

This package is for yarn berry.
If you want to install yarn v1, please use the package yarnpkg/yarn

⚠️ yarn global

If you want to install packages globally by yarn, you need to add $(yarn global bin) to $PATH.
aqua can't change $PATH dynamically, so $(yarn global bin) must be static.
If $(yarn global bin) depends on the yarn version, you need to fix it.

e.g.

yarn config set prefix ~/.yarn
export PATH=$HOME/.yarn/bin:$PATH

Rename

#​39290 Rename the package rustwasm/wasm-pack drager/wasm-pack

v4.391.0

Compare Source

Issues | Pull Requests | aquaproj/aqua-registry@v4.390.0...v4.391.0

🎉 New Packages

#​39089 MaybeJustJames/zephyr - Tree shaking breeze for PureScript CoreFn AST @​risu729
#​39079 crazywhalecc/static-php-cli - Build standalone PHP binaries on Linux, macOS, FreeBSD, Windows, with PHP project together, with popular extensions included @​risu729
#​39114 mstange/samply - Command-line sampling profiler for macOS, Linux, and Windows @​sapphi-red
#​39171 noperator/jqfmt: like gofmt, but for jq

Fixes

#​39146 bazelbuild/bazel-watcher: Mark v0.26.5 as no_asset @​risu729
#​39172 Re-scaffold clowdhaus/eksup

v4.390.0

Compare Source

Issues | Pull Requests | aquaproj/aqua-registry@v4.389.0...v4.390.0

🎉 New Packages

#​39086 barthr/redo - Redo is the ultimate tool to create reusable functions from your history in an interactive way @​risu729
#​39083 cloud66-oss/copper - A configuration file validator for Kubernetes @​risu729
#​39081 cloudfoundry/uaa-cli - CLI for UAA written in Go @​risu729
#​39088 jstemmer/go-junit-report - Convert Go test output to JUnit XML @​risu729
#​39087 ohkrab/krab - Krab is a migration and automation tool for PostgreSQL based on HCL syntax @​risu729
#​39085 pulumi/esc - Pulumi ESC is a centralized, secure service for environments, secrets, and configuration management, optimized for multi-cloud infrastructures and applications @​risu729
#​39082 slok/agebox - Age based repository file encryption gitops tool @​risu729

Fixes

#​39095 Add checksum configs to some packages

onsi/gomega (github.com/onsi/gomega)

v1.38.0

Compare Source

1.38.0

Features
  • gstruct handles extra unexported fields [4ee7ed0]
Fixes
  • support [] in IgnoringTopFunction function signatures (#​851) [36bbf72]
Maintenance
goreleaser/goreleaser (goreleaser/goreleaser)

v2.11.1

Compare Source

Announcement

Read the official announcement: Announcing GoReleaser v2.11.

Changelog
Bug fixes
Documentation updates

Full Changelog: goreleaser/goreleaser@v2.11.0...v2.11.1

Helping out

This release is only possible thanks to all the support of some awesome people!

Want to be one of them?
You can sponsor, get a Pro License or contribute with code.

Where to go next?

GoReleaser logo

kubernetes-sigs/kubebuilder (kubernetes-sigs/kubebuilder)

v4.7.1

Compare Source

✨ New Features

  • (alpha update command): Introduce --force flag to allow upgrades and create the commit even if conflicts are encountered. Also enables users to resolve conflicts before committing with the conflict markers. (#​4936)

🐛 Bug Fixes

  • (alpha update command): fix pre-require check when --to-version is informed (#​4937)
  • (go/v4): Skip webhook test injection if required files or markers are missing, avoiding unnecessary errors during scaffolding or updates by ensuring backwards compatibility with older project versions where e2e tests were not scaffolded due to missing markers. This fix also allows for flexibility in user customisations, as e2e tests are optional. (#​4950)
  • (go/v4): For utils scaffolded under e2e tests: delete CertManager leftover leases in kube-system (not cleaned by default) when CertManager is uninstalled (#​4949)

Thanks to all our contributors! 🎉

What's Changed

Full Changelog: v4.7.0...v4.7.1

kubernetes-sigs/kustomize (kubernetes-sigs/kustomize)

v5.7.1

Compare Source

This release introduces code to replace the shlex library used for parsing arguments in the exec plugin.
If any existing manifests become corrupted, please file an issue. discussion: https://github.com/kubernetes/kubernetes/pull/132593#discussion_r21781165433

Dependencies

#​5943: drop shlex dependency

Chore

#​5948: Update kyaml to v0.20.1
#​5949: Update cmd/config to v0.20.1
#​5950: Update api to v0.20.1

mikefarah/yq (mikefarah/yq)

v4.47.1: - Merge Anchor fixes (with flag)

Compare Source

kubernetes-sigs/yaml (sigs.k8s.io/yaml)

v1.6.0

Compare Source

What's Changed


Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) in timezone Asia/Tokyo, 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
Contributor Author

renovate bot commented Jul 28, 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):

  • 7 additional dependencies were updated

Details:

Package Change
golang.org/x/net v0.38.0 -> v0.41.0
golang.org/x/sync v0.12.0 -> v0.15.0
golang.org/x/sys v0.32.0 -> v0.33.0
golang.org/x/term v0.30.0 -> v0.32.0
golang.org/x/text v0.23.0 -> v0.26.0
golang.org/x/tools v0.31.0 -> v0.33.0
google.golang.org/protobuf v1.36.5 -> v1.36.6

@zoetrope zoetrope merged commit fffdb45 into main Jul 28, 2025
8 checks passed
@zoetrope zoetrope deleted the renovate/all-minor-patch branch July 28, 2025 04:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant