Skip to content
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 github.com/cloudnative-pg/cloudnative-pg to v1.23.2 #55

Closed

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 12, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/cloudnative-pg/cloudnative-pg v1.23.1 -> v1.23.2 age adoption passing confidence

Release Notes

cloudnative-pg/cloudnative-pg (github.com/cloudnative-pg/cloudnative-pg)

v1.23.2

Compare Source

Release date: Jun 12, 2024

Enhancements:
  • Enabled configuration of standby-sensitive parameters during recovery using a physical backup (#​4564)

  • Enabled the configuration of the liveness probe timeout via the .spec.livenessProbeTimeout option (#​4719)

  • cnpg plugin for kubectl:

    • Enhanced support for ANSI colors in the plugin by adding the --color option, which accepts always, never, and auto (default) as values (#​4775)
    • The plugin is now available on Homebrew for macOS users (#​4602)
Fixes:
  • Prevented fenced instances from entering an unnecessary loop and consuming all available CPU (#​4625)

  • Resolved an issue where the instance manager on the primary would indefinitely wait for the instance to start after encountering a failure following a stop operation (#​4434)

  • Fixed an issue where the interaction between hot_standby_feedback and managed cluster-level replication slots was preventing the autovacuum from operating correctly; this issue was causing disk space to remain occupied by dead tuples (#​4811)

  • Fixed a panic in the backup controller that occurred when pod container statuses were missing (#​4765)

  • Prevented unnecessary shutdown of the instance manager (#​4670)

  • Prevented unnecessary reloads of PostgreSQL configuration when unchanged (#​4531)

  • Prevented unnecessary reloads of the ident map by ensuring a consistent and unique method of writing its content (#​4648)

  • Avoided conflicts during phase registration by patching the status of the resource instead of updating it (#​4637)

  • Implemented a timeout when restarting PostgreSQL and lifting fencing (#​4504)

  • Ensured that a replica cluster is restarted after promotion to properly set the archive mode (#​4399)

  • Removed an unneeded concurrent keep-alive routine that was causing random failures in volume snapshot backups (#​4768)

  • Ensured correct parsing of the additional rows field returned when the pgaudit.log_rows option was enabled, preventing audit logs from being incorrectly routed to the normal log stream (#​4394)

  • cnpg plugin for kubectl:

    • Resolved an issue with listing PDBs using the cnpg status command (#​4530)
Changes
  • Default operand image set to PostgreSQL 16.3 (#​4584)
  • Removed all RBAC requirements on namespace objects (#​4753)

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 has been generated by Mend Renovate. View repository job log here.

Copy link
Contributor Author

renovate bot commented Jun 12, 2024

ℹ Artifact update notice

File name: tools/preview-operator/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):

  • 23 additional dependencies were updated
  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.22.2 -> 1.22.4
github.com/onsi/ginkgo/v2 v2.17.1 -> v2.19.0
github.com/onsi/gomega v1.32.0 -> v1.33.1
k8s.io/api v0.29.4 -> v0.30.1
k8s.io/apimachinery v0.29.4 -> v0.30.1
k8s.io/client-go v0.29.4 -> v0.30.1
sigs.k8s.io/controller-runtime v0.17.3 -> v0.18.3
github.com/go-logr/logr v1.4.1 -> v1.4.2
github.com/google/pprof v0.0.0-20210720184732-4bb14d4b1be1 -> v0.0.0-20240424215950-a892ee059fd6
github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring v0.73.1 -> v0.74.0
github.com/prometheus/client_golang v1.19.0 -> v1.19.1
golang.org/x/exp v0.0.0-20240416160154-fe59bbe5cc7f -> v0.0.0-20240531132922-fd00a4e0eefc
golang.org/x/net v0.24.0 -> v0.25.0
golang.org/x/oauth2 v0.17.0 -> v0.18.0
golang.org/x/sys v0.19.0 -> v0.20.0
golang.org/x/term v0.19.0 -> v0.20.0
golang.org/x/text v0.14.0 -> v0.15.0
golang.org/x/tools v0.20.0 -> v0.21.0
google.golang.org/genproto/googleapis/rpc v0.0.0-20240227224415-6ceb2ff114de -> v0.0.0-20240318140521-94a12d6c2237
google.golang.org/grpc v1.63.2 -> v1.64.0
k8s.io/apiextensions-apiserver v0.29.4 -> v0.30.1
k8s.io/component-base v0.29.4 -> v0.30.1
k8s.io/kube-openapi v0.0.0-20231010175941-2dd684a91f00 -> v0.0.0-20240228011516-70dd3763d340
k8s.io/utils v0.0.0-20240310230437-4693a0247e57 -> v0.0.0-20240502163921-fe8a2dddb1d0

@renovate renovate bot changed the title fix(deps): update module github.com/cloudnative-pg/cloudnative-pg to v1.23.2 fix(deps): update module github.com/cloudnative-pg/cloudnative-pg to v1.23.2 - autoclosed Jun 24, 2024
@renovate renovate bot closed this Jun 24, 2024
@renovate renovate bot deleted the renovate/github.com-cloudnative-pg-cloudnative-pg-1.x branch June 24, 2024 16:52
@renovate renovate bot changed the title fix(deps): update module github.com/cloudnative-pg/cloudnative-pg to v1.23.2 - autoclosed fix(deps): update module github.com/cloudnative-pg/cloudnative-pg to v1.23.2 Jun 24, 2024
@renovate renovate bot reopened this Jun 24, 2024
@renovate renovate bot restored the renovate/github.com-cloudnative-pg-cloudnative-pg-1.x branch June 24, 2024 18:55
@renovate renovate bot force-pushed the renovate/github.com-cloudnative-pg-cloudnative-pg-1.x branch from 56c0d00 to 58fb9b1 Compare June 24, 2024 18:55
@bo0tzz bo0tzz closed this Jul 18, 2024
Copy link
Contributor Author

renovate bot commented Jul 18, 2024

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update (v1.23.2). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the ignoreDeps array of your Renovate config.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

@renovate renovate bot deleted the renovate/github.com-cloudnative-pg-cloudnative-pg-1.x branch July 18, 2024 11:38
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.

1 participant