Skip to content

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

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 24, 2025

This PR contains the following updates:

Package Change Age Confidence
github.com/openmcp-project/controller-utils v0.11.0 -> v0.17.0 age confidence

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 becomes conflicted, 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.

Copy link
Contributor Author

renovate bot commented Jul 24, 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 from 5c07b68 to 45007df Compare July 30, 2025 15:12
@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 45007df to bdb94fb Compare August 5, 2025 13:45
@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 from bdb94fb to 1995a48 Compare August 7, 2025 14:30
@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
@renovate renovate bot force-pushed the renovate/github.com-openmcp-project-controller-utils-0.x branch from 1995a48 to 2137650 Compare August 12, 2025 14:03
@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