Skip to content

CLOUD-727: Bump sigs.k8s.io/controller-runtime from 0.21.0 to 0.22.1#1277

Merged
hors merged 9 commits intomainfrom
dependabot/go_modules/sigs.k8s.io/controller-runtime-0.22.1
Jan 14, 2026
Merged

CLOUD-727: Bump sigs.k8s.io/controller-runtime from 0.21.0 to 0.22.1#1277
hors merged 9 commits intomainfrom
dependabot/go_modules/sigs.k8s.io/controller-runtime-0.22.1

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Sep 9, 2025

CLOUD-727 Powered by Pull Request Badge

Bumps sigs.k8s.io/controller-runtime from 0.21.0 to 0.22.1.

Release notes

Sourced from sigs.k8s.io/controller-runtime's releases.

v0.22.1

What's Changed

Full Changelog: kubernetes-sigs/controller-runtime@v0.22.0...v0.22.1

v0.22.0

🔆 Highlights

⚠️ Breaking changes

✨ Features

🐛 Bugfixes

🌱 Other

... (truncated)

Commits
  • 6422ed0 Merge pull request #3308 from k8s-infra-cherrypick-robot/cherry-pick-3307-to-...
  • 09a2e89 Revert deprecation of client.Apply
  • fc84a60 Merge pull request #3300 from troy0820/troy0820/k8s-deps-1.34
  • c430462 update k8s.io dependencies to v0.34.0
  • 7085be7 Merge pull request #3299 from sbueringer/pr-clarify-state-of-warmup
  • 5fd7ff6 Clarify state of Warmup feature
  • e922805 Merge pull request #3293 from s-z-z/certwatcher-patch
  • 41feb4f feat(certwatcher): add instance-specific logger with cert/key context
  • 0f4e99e Merge pull request #3296 from alvaroaleman/reconciliationtimeout
  • f8db32f ✨ Add a ReconciliationTimeout option
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot Bot force-pushed the dependabot/go_modules/sigs.k8s.io/controller-runtime-0.22.1 branch 7 times, most recently from 4f5cece to 578f3b7 Compare September 26, 2025 06:42
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Oct 7, 2025

A newer version of sigs.k8s.io/controller-runtime exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged.

@hors
Copy link
Copy Markdown
Collaborator

hors commented Jan 8, 2026

@dependabot recreate

Bumps [sigs.k8s.io/controller-runtime](https://github.com/kubernetes-sigs/controller-runtime) from 0.21.0 to 0.22.1.
- [Release notes](https://github.com/kubernetes-sigs/controller-runtime/releases)
- [Changelog](https://github.com/kubernetes-sigs/controller-runtime/blob/main/RELEASE.md)
- [Commits](kubernetes-sigs/controller-runtime@v0.21.0...v0.22.1)

---
updated-dependencies:
- dependency-name: sigs.k8s.io/controller-runtime
  dependency-version: 0.22.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/go_modules/sigs.k8s.io/controller-runtime-0.22.1 branch from f505a23 to 591eb8d Compare January 8, 2026 09:45
@JNKPercona
Copy link
Copy Markdown
Collaborator

Test Name Result Time
backup-enable-disable passed 00:00:00
custom-envs passed 00:00:00
custom-extensions passed 00:00:00
custom-tls passed 00:00:00
database-init-sql passed 00:00:00
demand-backup passed 00:22:57
finalizers passed 00:00:00
init-deploy passed 00:00:00
monitoring passed 00:09:05
monitoring-pmm3 passed 00:00:00
one-pod passed 00:00:00
operator-self-healing passed 00:08:29
pgvector-extension passed 00:00:00
pitr passed 00:00:00
scaling passed 00:00:00
scheduled-backup passed 00:00:00
self-healing passed 00:00:00
sidecars passed 00:00:00
start-from-backup passed 00:00:00
tablespaces passed 00:00:00
telemetry-transfer passed 00:00:00
upgrade-consistency passed 00:00:00
upgrade-minor passed 00:00:00
users passed 00:00:00
Summary Value
Tests Run 24/24
Job Duration 01:15:37
Total Test Time 00:40:33

commit: 1f3b7ad
image: perconalab/percona-postgresql-operator:PR-1277-1f3b7adca

Copy link
Copy Markdown
Collaborator

@hors hors left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@pooknull please check golangci-lint

@egegunes
Copy link
Copy Markdown
Contributor

@pooknull please check golangci-lint

I remember @gkech investigated this deprecation and we decided that this is not a trivial migration. We will do it under https://perconadev.atlassian.net/browse/K8SPG-866, we should ignore these warnings here.

@hors hors self-requested a review January 12, 2026 11:27
@hors
Copy link
Copy Markdown
Collaborator

hors commented Jan 12, 2026

@pooknull please check golangci-lint

I remember @gkech investigated this deprecation and we decided that this is not a trivial migration. We will do it under https://perconadev.atlassian.net/browse/K8SPG-866, we should ignore these warnings here.

In this case let's approve it

@hors hors merged commit 95ecfe0 into main Jan 14, 2026
9 of 10 checks passed
@hors hors deleted the dependabot/go_modules/sigs.k8s.io/controller-runtime-0.22.1 branch January 14, 2026 10:29
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.

4 participants