Skip to content

fix(deps): update module github.com/openmcp-project/controller-utils to v0.17.0 #92

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 15, 2025

This PR contains the following updates:

Package Type Update Change OpenSSF
github.com/openmcp-project/controller-utils require minor v0.11.0 -> v0.17.0 OpenSSF Scorecard

Release Notes

openmcp-project/controller-utils (github.com/openmcp-project/controller-utils)

v0.17.0

Compare Source

Changes included in v0.17.0:

🚀 Features
  • release v0.17.0 #​110.
  • [feature] [developer] add function to generate oidc-based kubeconfig #​108: The pkg/clusteraccess package now contains a CreateOIDCKubeconfig function that can be used to generate a kubeconfig that uses the oidc-login kubectl plugin to authenticate via OIDC.

v0.16.0

Compare Source

Changes included in v0.16.0:

🔧 Chores
  • [other] [dependency] use ginkgo V2 and release v0.16.0 ##​106: Upgrade dependency github.com/onsi/ginkgo/v2
  • [feature] [developer] add ProjectSliceToMap function ##​94: Added a ProjectSliceToMap function to the pkg/collections package. This is useful for turning lists with identifiable items into maps with the identifiers as key, for example.
```breaking developer
For better naming consistency, `ProjectSlice` has been renamed to `ProjectSliceToSlice`. The old function is deprecated and will be removed in the future.

v0.15.0

Compare Source

Changes included in v0.15.0:

🔨 Refactoring
  • [other] [developer] move smart requeue action into reconcile result #​103: The information, how the object should be requeued when the smart requeuing logic is used with the status updater integration has been moved from the WithSmartRequeue call into the ReconcileResult.
🚀 Features
  • release v0.15.0 #​104.
  • [feature] [developer] integrate smart requeue logic into status updater #​102: The smart requeuing logic is now easier to use in combination with the status updater by using WithSmartRequeue.
🔧 Chores
  • [feature] [developer] add ConditionsToRemove field to ReconcileResult struct #​101: The status updater's ReconcileResult struct now has a ConditionsToRemove field that takes a slice of condition types. If the condition updater is configured on the status updater, all conditions with the listed types are removed from the list of conditions.

v0.14.0

Compare Source

Changes included in v0.14.0:

🚀 Features
  • release v0.14.0 #​100.
  • add map containment utility functions #​98.
  • move smartrequeue lib from kind clusterprovider #​99.

v0.13.1

Compare Source

Changes included in v0.13.1:

🐛 Fixes
  • fix condition updater #​93.

v0.13.0

Compare Source

Changes included in v0.13.0:

🚀 Features
  • release v0.13.0 #​92.
  • event recording for changed conditions #​87.
  • Adapt condition updater to use metav1.Condition #​86.
🔧 Chores
  • add ValidatingAdmissionPolicy(Binding) resource mutators #​91: Added resource mutators for ValidatingAdmissionPolicy and ValidatingAdmissionPolicyBinding.
🐛 Fixes
  • fix cluster's Scheme() method in test setups #​89: Improved the implementation of the Cluster type's Scheme method so it does not return nil for Clusters created via NewTestClusterFromClient.

v0.12.0

Compare Source

Changes included in v0.12.0:

🚀 Features
  • add collection utility functions ##​66.
  • add jsonpatch library ##​71.
🔧 Chores
  • release v0.12.0 ##​72.
  • extend testing library ##​80.
  • add retrying k8s client implementation ##​79.
  • renovate minimumReleaseAge back to 0 days ##​76.
  • renovate updates go lang version ##​70.

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 is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • 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/github.com-openmcp-project-controller-utils-0.x branch 2 times, most recently from d7b800b to 08ec195 Compare July 21, 2025 17:44
@renovate renovate bot changed the title fix(deps): update module github.com/openmcp-project/controller-utils to v0.12.0 fix(deps): update module github.com/openmcp-project/controller-utils to v0.13.0 Jul 21, 2025
Copy link
Contributor Author

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

  • 15 additional dependencies were updated

Details:

Package Change
k8s.io/api v0.33.2 -> v0.33.3
k8s.io/apiextensions-apiserver v0.33.2 -> v0.33.3
k8s.io/apimachinery v0.33.2 -> v0.33.3
k8s.io/client-go v0.33.2 -> v0.33.3
golang.org/x/crypto v0.39.0 -> v0.40.0
golang.org/x/mod v0.25.0 -> v0.26.0
golang.org/x/tools v0.34.0 -> v0.35.0
k8s.io/component-base v0.33.2 -> v0.33.3
golang.org/x/exp v0.0.0-20250620022241-b7579e27df2b -> v0.0.0-20250711185948-6ae5c78190dc
golang.org/x/net v0.41.0 -> v0.42.0
golang.org/x/sync v0.15.0 -> v0.16.0
golang.org/x/sys v0.33.0 -> v0.34.0
golang.org/x/term v0.32.0 -> v0.33.0
golang.org/x/text v0.26.0 -> v0.27.0
sigs.k8s.io/yaml v1.5.0 -> v1.6.0

@renovate renovate bot force-pushed the renovate/github.com-openmcp-project-controller-utils-0.x branch from 08ec195 to 793f312 Compare July 23, 2025 12:53
@renovate renovate bot changed the title fix(deps): update module github.com/openmcp-project/controller-utils to v0.13.0 fix(deps): update module github.com/openmcp-project/controller-utils to v0.13.1 Jul 23, 2025
@renovate renovate bot force-pushed the renovate/github.com-openmcp-project-controller-utils-0.x branch from 793f312 to 1f4ba60 Compare July 30, 2025 16:32
@renovate renovate bot changed the title fix(deps): update module github.com/openmcp-project/controller-utils to v0.13.1 fix(deps): update module github.com/openmcp-project/controller-utils to v0.14.0 Jul 30, 2025
@renovate renovate bot force-pushed the renovate/github.com-openmcp-project-controller-utils-0.x branch from 1f4ba60 to c7e2183 Compare August 5, 2025 12:40
@renovate renovate bot changed the title fix(deps): update module github.com/openmcp-project/controller-utils to v0.14.0 fix(deps): update module github.com/openmcp-project/controller-utils to v0.15.0 Aug 5, 2025
@renovate renovate bot force-pushed the renovate/github.com-openmcp-project-controller-utils-0.x branch 2 times, most recently from 0f19db8 to 43d354c Compare August 7, 2025 14:24
@renovate renovate bot changed the title fix(deps): update module github.com/openmcp-project/controller-utils to v0.15.0 fix(deps): update module github.com/openmcp-project/controller-utils to v0.16.0 Aug 7, 2025
Copy link
Contributor Author

renovate bot commented Aug 7, 2025

⚠️ Artifact update problem

Renovate failed to update an artifact 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: go.sum
Command failed: go get -t ./...
go: module github.com/openmcp-project/[email protected] requires go >= 1.24.6; switching to go1.24.6
go: downloading go1.24.6 (linux/amd64)
go: download go1.24.6: golang.org/[email protected]: verifying module: checksum database disabled by GOSUMDB=off

@renovate renovate bot force-pushed the renovate/github.com-openmcp-project-controller-utils-0.x branch 2 times, most recently from 127c639 to 7058783 Compare August 7, 2025 18:10
@renovate renovate bot force-pushed the renovate/github.com-openmcp-project-controller-utils-0.x branch from 7058783 to 5e0e2be Compare August 12, 2025 16:53
@renovate renovate bot changed the title fix(deps): update module github.com/openmcp-project/controller-utils to v0.16.0 fix(deps): update module github.com/openmcp-project/controller-utils to v0.17.0 Aug 12, 2025
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