Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 20, 2025

This PR contains the following updates:

Package Update Change
aquaproj/aqua patch v2.53.3 -> v2.53.5
aquaproj/aqua-registry minor v4.386.0 -> v4.389.0
kubernetes-sigs/kubebuilder minor v4.6.0 -> v4.7.0

Release Notes

aquaproj/aqua (aquaproj/aqua)

v2.53.5

Compare Source

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

#​4008 Fix Homebrew tap to remove the quarantine bit from the binary on a post install hook

v2.53.4

Compare Source

Pull Requests | Issues | aquaproj/aqua@v2.53.3...v2.53.4

#​3995 Add license files of Go and Go modules to released assets
#​3995 Release SBOM
#​3995 Update Go to 1.24.5
#​3996 Update aqua-proxy to v1.2.10

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

v4.389.0

Compare Source

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

🎉 New Packages

#​39061 airbytehq/abctl - Airbyte's CLI for managing local Airbyte installations @​artemklevtsov
#​39038 opentofu/tofu-ls: OpenTofu Language Server
#​39066 sourcemeta/jsonschema: The CLI for working with JSON Schema. Covers formatting, linting, testing, bundling, and more for both local development and CI/CD pipelines

Fixes

#​39063 Fix Maven downloads by using archive.apache.org @​motlin

Improvement

#​39046 jdx/mise: Add no_asset to broken releases @​risu729

v4.388.0

Compare Source

Issues | Pull Requests | aquaproj/aqua-registry@v4.387.0...v4.388.0

🎉 New Packages

#​38847 KhronosGroup/KTX-Software - KTX (Khronos Texture) Library and Tools @​risu729
#​39019 mono0926/LicensePlist - A license list generator of all your dependencies for iOS applications @​risu729
#​39020 inovex/CalendarSync - Stateless CLI tool to sync calendars across different calendaring systems @​risu729
#​39023 EnvCLI/EnvCLI - Don't install Node, Go, ... locally - use containers you define within your project. If you have a new machine / other contributors you just have to install docker and envcli to get started @​risu729
#​39024 wren-lang/wren-cli - A command line tool for the Wren programming language @​risu729
#​39025 jdx/pitchfork - Daemons with DX @​risu729
#​39026 aduros/wasm4 - Build retro games using WebAssembly for a fantasy console @​risu729
#​39029 Kotlin/kotlin-interactive-shell - Kotlin Language Interactive Shell @​risu729

v4.387.0

Compare Source

Issues | Pull Requests | aquaproj/aqua-registry@v4.386.0...v4.387.0

🎉 New Packages

#​38955 sivchari/ccowl: A cross-platform status bar application that monitors Claude Code usage in real-time
#​38911 ytdl-org/ytdl-nightly: Nightly builds for youtube-dl @​risu729
#​38717 hay-kot/scaffold: A cookie cutter alternative with in-project scaffolding for generating components, controllers, or other common code patterns

Security

#​38878 opentofu/opentofu: Use .tar.gz and update cosign config @​risu729

Fixes

#​38960 oven-sh/bun: Use the non musl binary

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

v4.7.0

Compare Source

⚠️ Breking Changes

  • (helm/v1-alpha): remove init command from Helm plugin as it's only meaningful with edit (#​4903)

✨ New Features

  • (go/v4): Add default logic to conversion webhook implementations to copy ObjectMeta (e.g., name, namespace, labels). Includes example usage to clarify usage patterns (#​4825)
  • (kustomize/v2; go/v4): Automatically uncomment webhook blocks during scaffold generation to improve UX and maintainability (#​4826)
  • (cli): Improve help output for kubebuilder alpha generate command to clarify usage (#​4846)
  • (alpha update): Introduce initial implementation of the alpha update command (#​4871). Users can now automate the full upgrade process of their projects, only intervening to resolve conflicts. (More info)
  • (deploy-image/v1-alpha): Refine CRD conditions field documentation for improved clarity and human readability (#​4894)
  • Upgrade usage of cert-manager from v1.17.2 to v1.18.2 (#​4866) (#​4878)(#​4905)
  • Upgrade golang-ci from v2.1.0 to v2.1.6 (#​4867)

🐛 Bug Fixes

  • (helm/v1-alpha): Use consistent file and directory permissions (0644/0755) during scaffolding (#​4814)
  • (cli): Ensure files and directories starting with a dot (except .git and PROJECT) are cleaned up correctly during alpha generate (#​4842)
  • (cli): Ensure alpha generate runs all necessary targets (make manifests generate fmt vet lint-fix) post-scaffolding (#​4843)(#​4848)
  • (cli): Patch PROJECT file in-memory to support unsupported plugins during alpha generate (#​4844)
  • (go/v4): Fix grammar in e2e test comments to improve clarity (#​4847)
  • (go/v4): Remove unused +kubebuilder:conversion:hub marker from conversion webhooks (#​4849)
  • (go/v4): Set readOnlyRootFilesystem in manager and curl pods to meet PSA security guidelines (#​4869)
  • (go/v4): Fix incorrect ServiceAccount spec naming in e2e tests (#​4868)
  • (go/v4): Skip kind node creation during e2e tests if node already exists (#​4883)
  • (deploy-image/v1-alpha): Remove patchStrategy and protobuf tags from Conditions field (#​4893)
  • (deploy-image/v1-alpha): Remove default max size validation logic from CRD schema (#​4909)
  • (deploy-image/v1-alpha): Eliminate unnecessary error handling for addFinalizer logic (#​4789)
  • (go/v4, deploy-image/v1-alpha): Ensure API scaffolds follow Kubernetes API conventions. This effort aligns the code to be checked with kube-api-linter in a future release. (#​4907) (#​4897) (#​4913)
    • Ensure CRD field comments do not start with capitalised letters and omit trailing periods
    • Ensure //+required and //+optional markers are correctly applied
    • Use omitzero for Status fields to avoid unnecessary use and complexities that pointers can bring

Thanks to all our contributors! 🎉

What's Changed

New Contributors

Full Changelog: kubernetes-sigs/kubebuilder@v4.6.0...v4.7.0


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: 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 merged commit 810f9db into main Jul 20, 2025
8 checks passed
@renovate renovate bot deleted the renovate/all-minor-patch branch July 20, 2025 21:37
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.

0 participants