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 all non-major go dependencies #15

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 6, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
github.com/cloudnative-pg/cloudnative-pg v1.24.0 -> v1.24.1 age adoption passing confidence require patch
github.com/cloudnative-pg/cnpg-i 89d2e00 -> 8abd359 age adoption passing confidence require digest
github.com/cloudnative-pg/cnpg-i-machinery 95a7e6c -> 7e59fc9 age adoption passing confidence require digest
google.golang.org/grpc v1.66.1 -> v1.68.0 age adoption passing confidence require minor
k8s.io/api v0.31.0 -> v0.31.2 age adoption passing confidence require patch
k8s.io/apimachinery v0.31.0 -> v0.31.2 age adoption passing confidence require patch
sigs.k8s.io/controller-runtime v0.19.0 -> v0.19.1 age adoption passing confidence require patch

Release Notes

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

v1.24.1

Compare Source

Release date: Oct 16, 2024

Enhancements:
  • Remove the use of pg_database_size from the status probe, as it caused high resource utilization by scanning the entire PGDATA directory to compute database sizes. The kubectl status plugin will now rely on du to provide detailed size information retrieval (#​5689).
  • Add the ability to configure the full_page_writes parameter in PostgreSQL. This setting defaults to on, in line with PostgreSQL's recommendations (#​5516).
  • Plugin:
    • Add the logs pretty command in the cnpg plugin to read a log stream from standard input and output a human-readable format, with options to filter log entries (#​5770)
    • Enhance the status command by allowing multiple -v options to increase verbosity for more detailed output (#​5765).
    • Add support for specifying a custom Docker image using the --image flag in the pgadmin4 plugin command, giving users control over the Docker image used for pgAdmin4 deployments (#​5515).
Fixes:
  • Resolve an issue with concurrent status updates when demoting a primary to a designated primary, ensuring smoother transitions during cluster role changes (#​5755).
  • Ensure that replica PodDisruptionBudgets (PDB) are removed when scaling down to two instances, enabling easier maintenance on the node hosting the replica (#​5487).
  • Prioritize full rollout over inplace restarts (#​5407).
  • When using .spec.postgresql.synchronous, ensure that the synchronous_standby_names parameter is correctly set, even when no replicas are reachable (#​5831).
  • Fix an issue that could lead to double failover in cases of lost connectivity (#​5788).
  • Correctly set the TMPDIR and PSQL_HISTORY environment variables for pods and jobs, improving temporary file and history management (#​5503).
  • Plugin:
    • Resolve a race condition in the logs cluster command (#​5775).
    • Display the potential sync status in the status plugin (#​5533).
    • Fix the issue where pods deployed by the pgadmin4 command didn’t have a writable home directory (#​5800).
Supported versions
  • PostgreSQL 17 (PostgreSQL 17.0 is the default image)
grpc/grpc-go (google.golang.org/grpc)

v1.68.0: Release 1.68.0

Compare Source

Behavior Changes

  • stats/opentelemetry/csm: Get mesh_id local label from "CSM_MESH_ID" environment variable, rather than parsing from bootstrap file (#​7740)
  • orca (experimental): if using an ORCA listener, it must now be registered only on a READY SubConn, and the listener will automatically be stopped when the connection is lost. (#​7663)
  • client: ClientConn.Close() now closes transports simultaneously and waits for transports to be closed before returning. (#​7666)
  • credentials: TLS credentials created via NewTLS that use tls.Config.GetConfigForClient will now have CipherSuites, supported TLS versions and ALPN configured automatically. These were previously only set for configs not using the GetConfigForClient option. (#​7709)

Bug Fixes

  • transport: prevent deadlock in client transport shutdown when writing the GOAWAY frame hangs. (#​7662)
  • mem: reuse buffers more accurately by using slice capacity instead of length (#​7702)
  • status: Fix regression caused by #​6919 in status.Details() causing it to return a wrapped type when getting proto messages generated with protoc-gen-go < v1. (#​7724)

Dependencies

  • Bump minimum supported Go version to go1.22.7. (#​7624)

v1.67.1: Release 1.67.1

Compare Source

Bug Fixes

  • transport: Fix a bug causing stream failures due to miscalculation of the flow control window in both clients and servers. (#​7667)
  • xds/server: Fix xDS Server memory leak. (#​7681)

v1.67.0: Release 1.67.0

Compare Source

Bug Fixes

  • ringhash: when used with multiple EDS priorities, fix bug that could prevent a higher priority from recovering from transient failure. (#​7364)

Behavior Changes

  • In accordance with RFC 7540, clients and servers will now reject TLS connections that don't support ALPN. This can be disabled by setting the environment variable GRPC_ENFORCE_ALPN_ENABLED to false (case insensitive). Please file a bug if you encounter any issues with this behavior. The environment variable to revert this behavior will be removed in an upcoming release. (#​7535)

v1.66.3: Release 1.66.3

Compare Source

Bug Fixes

  • transport: Fix a bug causing stream failures due to miscalculation of the flow control window in both clients and servers. (#​7667)
  • xds/server: Fix xDS Server memory leak. (#​7681)

v1.66.2: Release 1.66.2

Compare Source

Dependencies

  • Remove unintentional dependency on the testing package (#​7579)
  • Remove unintentional dependency on the flate package (#​7595)

Bug Fixes

  • client: fix a bug that prevented memory reuse after handling unary RPCs (#​7571)
kubernetes/api (k8s.io/api)

v0.31.2

Compare Source

v0.31.1

Compare Source

kubernetes/apimachinery (k8s.io/apimachinery)

v0.31.2

Compare Source

v0.31.1

Compare Source

kubernetes-sigs/controller-runtime (sigs.k8s.io/controller-runtime)

v0.19.1

Compare Source

What's Changed

Full Changelog: kubernetes-sigs/controller-runtime@v0.19.0...v0.19.1


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • 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 changed the title fix(deps): update github.com/cloudnative-pg/cnpg-i-machinery digest to 9621082 fix(deps): update github.com/cloudnative-pg/cnpg-i-machinery digest to a3bd4ce Aug 7, 2024
@renovate renovate bot force-pushed the renovate/all-non-major-go-dependencies branch 4 times, most recently from f6f9b69 to 6af8af8 Compare August 12, 2024 18:03
@renovate renovate bot changed the title fix(deps): update github.com/cloudnative-pg/cnpg-i-machinery digest to a3bd4ce fix(deps): update all non-major go dependencies Aug 12, 2024
@renovate renovate bot force-pushed the renovate/all-non-major-go-dependencies branch 6 times, most recently from 7621658 to 2dc4bc6 Compare August 15, 2024 21:28
@renovate renovate bot force-pushed the renovate/all-non-major-go-dependencies branch 4 times, most recently from d609657 to fc748b0 Compare August 26, 2024 09:46
@renovate renovate bot force-pushed the renovate/all-non-major-go-dependencies branch 12 times, most recently from 52183a4 to 9e15896 Compare September 4, 2024 09:20
@renovate renovate bot force-pushed the renovate/all-non-major-go-dependencies branch 9 times, most recently from 145fcc7 to 2fded04 Compare October 18, 2024 12:18
@renovate renovate bot force-pushed the renovate/all-non-major-go-dependencies branch 9 times, most recently from 5f0cae9 to 787da7d Compare October 25, 2024 19:59
@renovate renovate bot force-pushed the renovate/all-non-major-go-dependencies branch 6 times, most recently from 994cb82 to 300e59b Compare November 5, 2024 14:04
@renovate renovate bot force-pushed the renovate/all-non-major-go-dependencies branch 4 times, most recently from 89f91ec to 1bf1b8c Compare November 9, 2024 03:53
| datasource | package                                    | from                               | to                                 |
| ---------- | ------------------------------------------ | ---------------------------------- | ---------------------------------- |
| go         | github.com/cloudnative-pg/cloudnative-pg   | v1.24.0                            | v1.24.1                            |
| go         | github.com/cloudnative-pg/cnpg-i           | v0.0.0-20240910144444-89d2e00640c5 | v0.0.0-20241109002750-8abd359df734 |
| go         | github.com/cloudnative-pg/cnpg-i-machinery | v0.0.0-20240910161515-95a7e6cb16f9 | v0.0.0-20241030141108-7e59fc9f4797 |
| go         | google.golang.org/grpc                     | v1.66.1                            | v1.68.0                            |
| go         | k8s.io/api                                 | v0.31.0                            | v0.31.2                            |
| go         | k8s.io/apimachinery                        | v0.31.0                            | v0.31.2                            |
| go         | sigs.k8s.io/controller-runtime             | v0.19.0                            | v0.19.1                            |


Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@renovate renovate bot force-pushed the renovate/all-non-major-go-dependencies branch from 1bf1b8c to f9b82ba Compare November 9, 2024 03:53
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.

0 participants