Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Nov 20, 2025

This PR contains the following updates:

Package Type Update Change Age Confidence
github.com/kube-logging/logging-operator require digest daed40d -> c92ffdb age confidence
github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring require patch v0.86.1 -> v0.86.2 age confidence
github.com/vladopajic/go-test-coverage/v2 minor 2.17.1 -> 2.18.0 age confidence
go.uber.org/zap require patch v1.27.0 -> v1.27.1 age confidence
golang.org/x/exp require digest 27f1f14 -> e25ba8c age confidence
golang.org/x/net require minor v0.46.0 -> v0.47.0 age confidence
golangci/golangci-lint patch 2.6.1 -> 2.6.2 age confidence
k8s.io/api require patch v0.34.1 -> v0.34.2 age confidence
k8s.io/apiextensions-apiserver require patch v0.34.1 -> v0.34.2 age confidence
k8s.io/apimachinery require patch v0.34.1 -> v0.34.2 age confidence
k8s.io/client-go require patch v0.34.1 -> v0.34.2 age confidence
kubernetes-sigs/kubebuilder minor 4.9.0 -> 4.10.1 age confidence
vladopajic/go-test-coverage action minor v2.17.1 -> v2.18.0 age confidence

Release Notes

prometheus-operator/prometheus-operator (github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring)

v0.86.2: 0.86.2 / 2025-11-07

Compare Source

  • [CHANGE/BUGFIX] Fix operator's permissions to emit Kubernetes events. #​8077
vladopajic/go-test-coverage (github.com/vladopajic/go-test-coverage/v2)

v2.18.0

Compare Source

What's Changed

New Contributors

Full Changelog: vladopajic/go-test-coverage@v2.17.1...v2.18.0

uber-go/zap (go.uber.org/zap)

v1.27.1

Compare Source

Enhancements:

  • #​1501: prevent Object from panicking on nils
  • #​1511: Fix a race condition in WithLazy.

Thanks to @​rabbbit, @​alshopov, @​jquirke, @​arukiidou for their contributions to this release.

golangci/golangci-lint (golangci/golangci-lint)

v2.6.2

Compare Source

Released on 2025-11-14

  1. Bug fixes
    • fmt command with symlinks
    • use file depending on build configuration to invalidate cache
  2. Linters bug fixes
    • testableexamples: from 1.0.0 to 1.0.1
    • testpackage: from 1.1.1 to 1.1.2
kubernetes/api (k8s.io/api)

v0.34.2

Compare Source

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

v0.34.2

Compare Source

kubernetes/apimachinery (k8s.io/apimachinery)

v0.34.2

Compare Source

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

v0.34.2

Compare Source

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

v4.10.1

Compare Source

🚀 Keep Your Scaffold Updated

Automate updates with kubebuilder edit --plugins="autoupdate.kubebuilder.io/v1-alpha" or run them manually with kubebuilder alpha update. If your PROJECT file does not include cliVersion, you may need a one-time manual upgrade, and kubebuilder alpha generate can fully re-scaffold the project in one step. After that, updates work seamlessly.

🐛 Bug fixes
  • (go/v4;deploy-image/v1-alpha): Remove omitempty from nested struct JSON tags in API scaffolds. #​5212
  • (go/v4): Fix flaky metrics e2e tests when webhooks are scaffolded. #​5204
  • (go/v4): Fix Go module download failure caused by invalid filename and retract v4.10.0. (#​5213, #​5216)

🎉 Thanks to all contributors!

What's Changed

Full Changelog: kubernetes-sigs/kubebuilder@v4.10.0...v4.10.1

v4.10.0

Compare Source

🚀 Keep Your Scaffold Updated

Automate updates with kubebuilder edit --plugins="autoupdate.kubebuilder.io/v1-alpha" or run them manually with kubebuilder alpha update. If your PROJECT file does not include cliVersion, you may need a one-time manual upgrade, and kubebuilder alpha generate can fully re-scaffold the project in one step. After that, updates work seamlessly.

⚠️ Warnings

Deprecation Notice: helm/v1-alphahelm/v2-alpha

✨ The new helm/v2-alpha plugin replaces the deprecated helm/v1-alpha and brings major improvements in flexibility and maintainability, championing changes driven by community feedback.

Chart values are now better exposed, enabling easier customization and addressing long-standing issues by consuming the kustomize-generated bundle from make build-installer instead of relying on fixed templates for chart generation.
Try it out with: kubebuilder edit --plugins=helm/v2-alpha. (More info)

v4.10.0 Go Module Install Issue

v4.10.0 cannot be installed as a Go module (go mod download fails due to an invalid file path: .github/*.instructions.md).
CLI binaries work normally. The release has been retracted.

✨ New features

  • (go/v4): Enable multi-architecture support in GitHub Actions and devcontainer scripts by dynamically detecting GOARCH. #​5142
  • (go/v4): Allow ENV TEST version to be derived from replaces. #​5096
  • (go/v4): Add support for custom webhook paths. #​5171
  • (go/v4): Add *.kubeconfig to .gitignore. #​5111
  • (go/v4): Allow informing Go modules for external APIs when pinning a downgraded version is required. #​5194
  • (helm/v2-alpha): Introduce the new helm/v2-alpha plugin. (More info) (#​5058, #​5172, #​5119, #​5147, #​5173, #​5174)
  • (External Plugins API): Add PluginChain field to the external plugin API. #​5161
  • (External Plugins API): Expose ProjectConfig to external plugins. #​5165

✨ Upgrades

  • (go/v4): Upgrade golangci-lint from v2.4.0v2.5.0. #​5128
  • (go/v4): Upgrade controller-runtime from v0.22.1v0.22.4. (#​5129, #​5178)
  • (go/v4): Upgrade cert-manager used in e2e tests from v1.18.2v1.19.1. (#​5133, #​5136)
  • (go/v4): Upgrade Golang version from 1.241.24.6. #​5186

🐛 Bug fixes

  • (go/v4): Fix project scaffolding failure when directories contain spaces by quoting Makefile variables. #​5139
  • (go/v4): Simplify init directory validation to only block Kubebuilder-specific files. #​5154
  • (External Plugins API): Fix plugin configuration tracking when wrapped in bundles with custom domains. #​5166

🎉 Thanks to all contributors!

What's Changed

New Contributors

Full Changelog: kubernetes-sigs/kubebuilder@v4.9.0...v4.10.0


Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM ( * 0-3 * * * ) in timezone Etc/UTC, Automerge - At any time (no schedule defined).

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

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 added the dependencies Pull requests that update a dependency file label Nov 20, 2025
@renovate
Copy link
Contributor Author

renovate bot commented Nov 20, 2025

⚠️ Artifact update problem

Renovate failed to update artifacts related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: e2e/go.sum
Command failed: install-tool golang 1.24.10

File name: go.sum
Command failed: install-tool golang 1.24.10

File name: pkg/sdk/go.sum
Command failed: install-tool golang 1.24.10

File name: pkg/sdk/logging/model/syslogng/config/go.sum
Command failed: install-tool golang 1.24.10

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant