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 #69

Merged
merged 1 commit into from
Oct 1, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 9, 2024

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
github.com/cloudnative-pg/cnpg-i require digest c9f193b -> 7e24b2e age adoption passing confidence
github.com/cloudnative-pg/machinery require digest 6d4effa -> 34c8797 age adoption passing confidence
google.golang.org/grpc require minor v1.66.0 -> v1.67.1 age adoption passing confidence
k8s.io/api require patch v0.31.0 -> v0.31.1 age adoption passing confidence
k8s.io/apimachinery require patch v0.31.0 -> v0.31.1 age adoption passing confidence

Release Notes

grpc/grpc-go (google.golang.org/grpc)

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.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)

v1.66.1

Compare Source

kubernetes/api (k8s.io/api)

v0.31.1

Compare Source

kubernetes/apimachinery (k8s.io/apimachinery)

v0.31.1

Compare Source


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-approve[bot]
renovate-approve bot previously approved these changes Sep 9, 2024
@renovate renovate bot changed the title fix(deps): update module google.golang.org/grpc to v1.66.1 fix(deps): update all non-major go dependencies Sep 10, 2024
@renovate renovate bot force-pushed the renovate/all-non-major-go-dependencies branch from 9baeda2 to 91a1671 Compare September 10, 2024 04:59
renovate-approve[bot]
renovate-approve bot previously approved these changes Sep 10, 2024
@renovate renovate bot changed the title fix(deps): update all non-major go dependencies fix(deps): update github.com/cloudnative-pg/cnpg-i digest to 956b196 Sep 10, 2024
@renovate renovate bot changed the title fix(deps): update github.com/cloudnative-pg/cnpg-i digest to 956b196 fix(deps): update github.com/cloudnative-pg/cnpg-i digest to 89d2e00 Sep 10, 2024
@renovate renovate bot force-pushed the renovate/all-non-major-go-dependencies branch from 91a1671 to a766502 Compare September 10, 2024 15:46
renovate-approve[bot]
renovate-approve bot previously approved these changes Sep 10, 2024
@renovate renovate bot force-pushed the renovate/all-non-major-go-dependencies branch from a766502 to 7174c3a Compare September 10, 2024 16:16
@renovate renovate bot changed the title fix(deps): update github.com/cloudnative-pg/cnpg-i digest to 89d2e00 fix(deps): update all non-major go dependencies Sep 11, 2024
@renovate renovate bot force-pushed the renovate/all-non-major-go-dependencies branch from 7174c3a to 5a396e6 Compare September 11, 2024 19:13
renovate-approve[bot]
renovate-approve bot previously approved these changes Sep 11, 2024
renovate-approve[bot]
renovate-approve bot previously approved these changes Sep 11, 2024
renovate-approve[bot]
renovate-approve bot previously approved these changes Sep 12, 2024
renovate-approve[bot]
renovate-approve bot previously approved these changes Sep 23, 2024
renovate-approve[bot]
renovate-approve bot previously approved these changes Sep 24, 2024
renovate-approve[bot]
renovate-approve bot previously approved these changes Sep 24, 2024
@renovate renovate bot force-pushed the renovate/all-non-major-go-dependencies branch 4 times, most recently from 22ffb8b to d595608 Compare September 26, 2024 15:40
@renovate renovate bot force-pushed the renovate/all-non-major-go-dependencies branch from d595608 to 96c486c Compare September 26, 2024 19:09
renovate-approve[bot]
renovate-approve bot previously approved these changes Sep 26, 2024
renovate-approve[bot]
renovate-approve bot previously approved these changes Oct 1, 2024
renovate-approve[bot]
renovate-approve bot previously approved these changes Oct 1, 2024
| datasource | package                             | from                               | to                                 |
| ---------- | ----------------------------------- | ---------------------------------- | ---------------------------------- |
| go         | github.com/cloudnative-pg/cnpg-i    | v0.0.0-20240902182059-c9f193bf825b | v0.0.0-20241001103001-7e24b2eccd50 |
| go         | github.com/cloudnative-pg/machinery | v0.0.0-20240917123554-6d4effa15943 | v0.0.0-20241001075747-34c8797af80f |
| go         | google.golang.org/grpc              | v1.66.0                            | v1.67.1                            |
| go         | k8s.io/api                          | v0.31.0                            | v0.31.1                            |
| go         | k8s.io/apimachinery                 | v0.31.0                            | v0.31.1                            |


Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@leonardoce leonardoce merged commit 16817f1 into main Oct 1, 2024
5 checks passed
@leonardoce leonardoce deleted the renovate/all-non-major-go-dependencies branch October 1, 2024 13:44
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.

1 participant