-
Notifications
You must be signed in to change notification settings - Fork 0
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
fix(deps): update module sigs.k8s.io/controller-runtime to v0.18.3 #171
Conversation
2d6fe03
to
8cf3a26
Compare
8cf3a26
to
f4d7fe9
Compare
43f23aa
to
f000e0d
Compare
ℹ Artifact update noticeFile name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
663233d
to
8fcbac6
Compare
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
8fcbac6
to
8c2f86d
Compare
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
Tests pass locally on my machine. I was running Go 1.22.3. It's failing in GHA, even when the version is explicitly set to 1.22.3. I don't know why yet. |
Codecov ReportAll modified and coverable lines are covered by tests ✅ |
This failed because Renovate isn't keeping the var |
🤖 I have created a release *beep* *boop* --- ## [0.0.12](v0.0.11...v0.0.12) (2024-07-09) ### Features * **feat**: community gallery image rule (PAD-272) (#190) ### Bug Fixes * **deps:** update golang.org/x/exp digest to 7f521ea ([#182](#182)) ([1275836](1275836)) * **deps:** update golang.org/x/exp digest to fc45aab ([#172](#172)) ([8292ecf](8292ecf)) * **deps:** update golang.org/x/exp digest to fd00a4e ([#162](#162)) ([a17bb30](a17bb30)) * **deps:** update kubernetes packages to v0.30.2 ([#181](#181)) ([d126336](d126336)) * **deps:** update module github.com/azure/azure-sdk-for-go/sdk/azcore to v1.11.1 ([#137](#137)) ([fee1387](fee1387)) * **deps:** update module github.com/azure/azure-sdk-for-go/sdk/azcore to v1.12.0 ([#178](#178)) ([05a4c91](05a4c91)) * **deps:** update module github.com/azure/azure-sdk-for-go/sdk/azidentity to v1.5.2 ([#163](#163)) ([964185e](964185e)) * **deps:** update module github.com/azure/azure-sdk-for-go/sdk/azidentity to v1.6.0 ([#179](#179)) ([ffdc6f5](ffdc6f5)) * **deps:** update module github.com/azure/azure-sdk-for-go/sdk/azidentity to v1.7.0 ([#186](#186)) ([cf7d54a](cf7d54a)) * **deps:** update module github.com/go-logr/logr to v1.4.2 ([#164](#164)) ([7cbd912](7cbd912)) * **deps:** update module github.com/onsi/ginkgo/v2 to v2.19.0 ([#169](#169)) ([6ba7fbc](6ba7fbc)) * **deps:** update module github.com/onsi/gomega to v1.33.1 ([#170](#170)) ([adb319e](adb319e)) * **deps:** update module github.com/validator-labs/validator to v0.0.41 ([#165](#165)) ([19b2204](19b2204)) * **deps:** update module github.com/validator-labs/validator to v0.0.42 ([#177](#177)) ([9231fcb](9231fcb)) * **deps:** update module github.com/validator-labs/validator to v0.0.43 ([#187](#187)) ([ef90b92](ef90b92)) * **deps:** update module sigs.k8s.io/cluster-api to v1.7.2 ([#148](#148)) ([2599bec](2599bec)) * **deps:** update module sigs.k8s.io/cluster-api to v1.7.3 ([#180](#180)) ([238686a](238686a)) * **deps:** update module sigs.k8s.io/controller-runtime to v0.18.3 ([#171](#171)) ([b98fc2c](b98fc2c)) * **deps:** update module sigs.k8s.io/controller-runtime to v0.18.4 ([#175](#175)) ([7d666ca](7d666ca)) ### Other * **deps:** pin googleapis/release-please-action action to f3969c0 ([#155](#155)) ([357443a](357443a)) * **deps:** update actions/checkout digest to a5ac7e5 ([#156](#156)) ([f44fa39](f44fa39)) * **deps:** update actions/setup-go digest to cdcb360 ([#159](#159)) ([5cbad1e](5cbad1e)) * **deps:** update actions/setup-python digest to 82c7e63 ([#160](#160)) ([ca80de9](ca80de9)) * **deps:** update anchore/sbom-action action to v0.15.11 ([#139](#139)) ([c4722ec](c4722ec)) * **deps:** update anchore/sbom-action action to v0.16.0 ([#158](#158)) ([a83aacb](a83aacb)) * **deps:** update azure/setup-helm digest to fe7b79c ([#140](#140)) ([c2321b0](c2321b0)) * **deps:** update codecov/codecov-action digest to 125fc84 ([#161](#161)) ([073048f](073048f)) * **deps:** update docker/build-push-action digest to 2cdde99 ([#141](#141)) ([8121406](8121406)) * **deps:** update docker/login-action digest to 0d4c9c5 ([#157](#157)) ([548f1b4](548f1b4)) * **deps:** update docker/login-action digest to e92390c ([#150](#150)) ([82b4951](82b4951)) * **deps:** update docker/setup-buildx-action digest to d70bba7 ([#151](#151)) ([960e0ee](960e0ee)) * **deps:** update gcr.io/kubebuilder/kube-rbac-proxy docker tag to v0.16.0 ([#166](#166)) ([f97fd34](f97fd34)) * **deps:** update helm/kind-action action to v1.10.0 ([#167](#167)) ([2b183df](2b183df)) * **deps:** update softprops/action-gh-release action to v2 ([#142](#142)) ([4256df9](4256df9)) ### Dependency Updates * **deps:** update golang.org/x/exp digest to 46b0784 ([#191](#191)) ([123bd86](123bd86)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
This PR contains the following updates:
v0.17.3
->v0.18.3
Release Notes
kubernetes-sigs/controller-runtime (sigs.k8s.io/controller-runtime)
v0.18.3
Compare Source
What's Changed
Full Changelog: kubernetes-sigs/controller-runtime@v0.18.2...v0.18.3
v0.18.2
Compare Source
What's Changed
Full Changelog: kubernetes-sigs/controller-runtime@v0.18.1...v0.18.2
v0.18.1
Compare Source
What's Changed
Full Changelog: kubernetes-sigs/controller-runtime@v0.18.0...v0.18.1
v0.18.0
Compare Source
✨ New Features
NewQueue
option (#2767)ListenConfig
option (#2519)🐛 Bug Fixes
🌱 Others
📖 Additionally, there have been 3 contributions to our documentation and book. (#2712, #2770, #2789)
Dependencies
Added
b75ee88
51d4e06
Changed
2dd684a
→70dd376
Removed
9cce18d
Thanks to all our contributors! 😊
v0.17.5
Compare Source
What's Changed
Full Changelog: kubernetes-sigs/controller-runtime@v0.17.4...v0.17.5
v0.17.4
Compare Source
What's Changed
Full Changelog: kubernetes-sigs/controller-runtime@v0.17.3...v0.17.4
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ 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.
This PR has been generated by Mend Renovate. View repository job log here.