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

Merged
merged 2 commits into from
Dec 23, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 1, 2024

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
github.com/cloudnative-pg/api require digest 98baa9f -> f6c8961 age adoption passing confidence
github.com/cloudnative-pg/cnpg-i require digest 5844b83 -> cbc4287 age adoption passing confidence
github.com/cloudnative-pg/machinery require digest 0e5ba4f -> 3910a89 age adoption passing confidence
github.com/grpc-ecosystem/go-grpc-middleware/v2 require minor v2.1.0 -> v2.2.0 age adoption passing confidence
github.com/onsi/ginkgo/v2 require minor v2.20.2 -> v2.22.1 age adoption passing confidence
github.com/onsi/gomega require minor v1.34.2 -> v1.36.1 age adoption passing confidence
google.golang.org/grpc require minor v1.65.0 -> v1.69.2 age adoption passing confidence
k8s.io/api require minor v0.31.1 -> v0.32.0 age adoption passing confidence
k8s.io/apimachinery require minor v0.31.1 -> v0.32.0 age adoption passing confidence
sigs.k8s.io/controller-runtime require patch v0.19.0 -> v0.19.3 age adoption passing confidence

Release Notes

grpc-ecosystem/go-grpc-middleware (github.com/grpc-ecosystem/go-grpc-middleware/v2)

v2.2.0

Compare Source

What's Changed

New Contributors

Full Changelog: grpc-ecosystem/go-grpc-middleware@v2.1.0...v2.2.0

onsi/ginkgo (github.com/onsi/ginkgo/v2)

v2.22.1

Compare Source

2.22.1

Fixes

Fix CSV encoding

Maintenance
  • ensure *.test files are gitignored so we don't accidentally commit compiled tests again [c88c634]
  • remove golang.org/x/net/context in favour of stdlib context [4df44bf]

v2.22.0

Compare Source

2.22.0

Features
  • Add label to serial nodes [0fcaa08]

This allows serial tests to be filtered using the label-filter

Maintenance

Various doc fixes

v2.21.0

Compare Source

2.21.0

Features
  • add support for GINKGO_TIME_FORMAT [a69eb39]
  • add GINKGO_NO_COLOR to disable colors via environment variables [bcab9c8]
Fixes
  • increase threshold in timeline matcher [e548367]
  • Fix the document by replacing SpecsThatWillBeRun with SpecsThatWillRun
    [c2c4d3c]
Maintenance
  • bump various dependencies [7e65a00]
onsi/gomega (github.com/onsi/gomega)

v1.36.1

Compare Source

1.36.1

Fixes

v1.36.0

Compare Source

1.36.0

Features
  • new: make collection-related matchers Go 1.23 iterator aware [4c964c6]
Maintenance
  • Replace min/max helpers with built-in min/max [ece6872]
  • Fix some typos in docs [8e924d7]

v1.35.1

Compare Source

1.35.1

Fixes
  • Export EnforceDefaultTimeoutsWhenUsingContexts and DisableDefaultTimeoutsWhenUsingContext [ca36da1]

v1.35.0

Compare Source

1.35.0

Features
  • You can now call EnforceDefaultTimeoutsWhenUsingContexts() to have Eventually honor the default timeout when passed a context. (prior to this you had to expclility add a timeout) [e4c4265]
  • You can call StopTrying(message).Successfully() to abort a Consistently early without failure [eeca931]
Fixes
  • Stop memoizing the result of HaveField to avoid unexpected errors when used with async assertions. [3bdbc4e]
Maintenance
grpc/grpc-go (google.golang.org/grpc)

v1.69.2: Release 1.69.2

Compare Source

Bug Fixes

  • stats/experimental: add type aliases for symbols (Metrics/etc) that were moved to the stats package (#​7929).
  • client: set user-agent string to the correct version.

v1.69.0: Release 1.69.0

Compare Source

Known Issues

  • The recently added grpc.NewClient function is incompatible with forward proxies, because it resolves the target hostname on the client instead of passing the hostname to the proxy. A fix is expected to be a part of grpc-go v1.70. (#​7556)

New Features

  • stats/opentelemetry: Introduce new APIs to enable OpenTelemetry instrumentation for metrics on servers and clients (#​7874)
  • xdsclient: add support to fallback to lower priority servers when higher priority ones are down (#​7701)
  • dns: Add support for link local IPv6 addresses (#​7889)
  • The new experimental pickfirst LB policy (disabled by default) supports Happy Eyeballs, interleaving IPv4 and IPv6 address as described in RFC-8305 section 4, to attempt connections to multiple backends concurrently. The experimental pickfirst policy can be enabled by setting the environment variable GRPC_EXPERIMENTAL_ENABLE_NEW_PICK_FIRST to true. (#​7725, #​7742)
  • balancer/pickfirst: Emit metrics from the pick_first load balancing policy (#​7839)
  • grpc: export MethodHandler, which is the type of an already-exported field in MethodDesc (#​7796)

Bug Fixes

  • credentials/google: set scope for application default credentials (#​7887)
  • xds: fix edge-case issues where some clients or servers would not initialize correctly or would not receive errors when resources are invalid or unavailable if another channel or server with the same target was already in use . (#​7851, #​7853)
  • examples: fix the debugging example, which was broken by a recent change (#​7833)

Behavior Changes

  • client: update retry attempt backoff to apply jitter per updates to gRFC A6. (#​7869)
  • balancer/weightedroundrobin: use the pick_first LB policy to manage connections (#​7826)

API Changes

  • balancer: An internal method is added to the balancer.SubConn interface to force implementors to embed a delegate implementation. This requirement is present in the interface documentation, but wasn't enforced earlier. (#​7840)

Performance Improvements

  • mem: implement a ReadAll() method for more efficient io.Reader consumption (#​7653)
  • mem: use slice capacity instead of length to determine whether to pool buffers or directly allocate them (#​7702)

Documentation

  • examples/csm_observability: Add xDS Credentials and switch server to be xDS enabled (#​7875)

v1.68.2: Release 1.68.2

Compare Source

Dependencies

  • Remove the experimental stats/opentelemetry module and instead add the experimental packages it contains directly into the main google.golang.org/grpc module (#​7936)

v1.68.1: Release 1.68.1

Compare Source

Bug Fixes

  • credentials/alts: avoid SRV and TXT lookups for handshaker service to work around hangs caused by buggy versions of systemd-resolved. (#​7861)

Dependencies

  • Relax minimum Go version requirement from go1.22.7 to go1.22. (#​7831)

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.3: Release 1.67.3

Compare Source

Dependencies

  • Remove the experimental stats/opentelemetry module and instead add the experimental packages it contains directly into the main google.golang.org/grpc module.

v1.67.2: Release 1.67.2

Compare Source

Bug Fixes

  • credentials/alts: avoid SRV and TXT lookups for handshaker service to work around hangs caused by buggy versions of systemd-resolved. (#​7861)

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)

v1.66.1

Compare Source

v1.66.0: Release 1.66.0

Compare Source

New Features

Bug Fixes

  • grpc: Clients now return status code INTERNAL instead of UNIMPLEMENTED when the server uses an unsupported compressor. This is consistent with the gRPC compression spec. (#​7461)
  • transport: Fix a bug which could result in writes busy looping when the underlying conn.Write returns errors (#​7394)
  • client: fix race that could lead to orphaned connections and associated resources. (#​7390)
  • xds: use locality from the connected address for load reporting with pick_first (#​7378)
    • without this fix, if a priority contains multiple localities with pick_first, load was reported for the wrong locality
  • client: prevent hanging during ClientConn.Close() when the network is unreachable (#​7540)

Performance Improvements

  • transport: double buffering is avoided when using an http connect proxy and the target server waits for client to send the first message. (#​7424)
  • codec: Implement a new Codec which uses buffer recycling for encoded message (#​7356)

v1.65.1: Release 1.65.1

Compare Source

Bug Fixes

kubernetes/api (k8s.io/api)

v0.32.0

Compare Source

v0.31.4

Compare Source

v0.31.3

Compare Source

v0.31.2

Compare Source

kubernetes/apimachinery (k8s.io/apimachinery)

v0.32.0

Compare Source

v0.31.4

Compare Source

v0.31.3

Compare Source

v0.31.2

Compare Source

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

v0.19.3

Compare Source

What's Changed

Full Changelog: kubernetes-sigs/controller-runtime@v0.19.2...v0.19.3

v0.19.2

Compare Source

What's Changed

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

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 requested review from fcanovai and gbartolini as code owners October 1, 2024 13:56
@renovate renovate bot added the automated label Oct 1, 2024
@renovate renovate bot requested a review from leonardoce as a code owner October 1, 2024 13:56
@renovate renovate bot added the no-issue label Oct 1, 2024
@renovate renovate bot requested review from mnencia, phisco, sxd and armru as code owners October 1, 2024 13:56
renovate-approve[bot]
renovate-approve bot previously approved these changes Oct 1, 2024
@renovate renovate bot force-pushed the renovate/all-non-major-go-dependencies branch from cce01f7 to 134f367 Compare October 1, 2024 16:55
renovate-approve[bot]
renovate-approve bot previously approved these changes Oct 1, 2024
@renovate renovate bot force-pushed the renovate/all-non-major-go-dependencies branch from 134f367 to ba90968 Compare October 2, 2024 07:10
Copy link
Contributor Author

renovate bot commented Oct 2, 2024

ℹ Artifact update notice

File name: 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):

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

Details:

Package Change
go 1.22.0 -> 1.23.0
github.com/cloudnative-pg/barman-cloud v0.0.0-20240924124724-92831d48562a -> v0.0.0-20241218093921-134c7de4954a
github.com/google/pprof v0.0.0-20240910150728-a0b0bb1d4134 -> v0.0.0-20241210010833-40e02aabc2ad
github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring v0.75.2 -> v0.79.2
golang.org/x/net v0.29.0 -> v0.32.0
golang.org/x/sys v0.25.0 -> v0.28.0
golang.org/x/term v0.24.0 -> v0.27.0
golang.org/x/text v0.18.0 -> v0.21.0
golang.org/x/time v0.6.0 -> v0.7.0
golang.org/x/tools v0.25.0 -> v0.28.0
google.golang.org/genproto/googleapis/rpc v0.0.0-20240814211410-ddb44dafa142 -> v0.0.0-20241015192408-796eee8c2d53
google.golang.org/protobuf v1.34.2 -> v1.36.0
k8s.io/apiextensions-apiserver v0.31.1 -> v0.32.0
k8s.io/client-go v0.31.1 -> v0.32.0
k8s.io/kube-openapi v0.0.0-20240903163716-9e1beecbcb38 -> v0.0.0-20241105132330-32ad38e42d3f
k8s.io/utils v0.0.0-20240921022957-49e7df575cb6 -> v0.0.0-20241210054802-24370beab758
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd -> v0.0.0-20241014173422-cfa47c3a1cc8
sigs.k8s.io/structured-merge-diff/v4 v4.4.1 -> v4.5.0

@renovate renovate bot force-pushed the renovate/all-non-major-go-dependencies branch from ba90968 to dad0095 Compare October 2, 2024 19:09
renovate-approve[bot]
renovate-approve bot previously approved these changes Oct 2, 2024
@renovate renovate bot force-pushed the renovate/all-non-major-go-dependencies branch from dad0095 to 914673e Compare October 2, 2024 21:06
renovate-approve[bot]
renovate-approve bot previously approved these changes Oct 2, 2024
@renovate renovate bot force-pushed the renovate/all-non-major-go-dependencies branch from 914673e to 11b087a Compare October 3, 2024 09:52
renovate-approve[bot]
renovate-approve bot previously approved these changes Oct 3, 2024
@renovate renovate bot force-pushed the renovate/all-non-major-go-dependencies branch from 11b087a to cc6c924 Compare October 3, 2024 22:21
renovate-approve[bot]
renovate-approve bot previously approved these changes Oct 3, 2024
@renovate renovate bot force-pushed the renovate/all-non-major-go-dependencies branch from cc6c924 to d19c2a7 Compare October 4, 2024 10:27
renovate-approve[bot]
renovate-approve bot previously approved these changes Oct 4, 2024
@renovate renovate bot force-pushed the renovate/all-non-major-go-dependencies branch from 471faea to 6e7a7a7 Compare December 19, 2024 18:03
renovate-approve[bot]
renovate-approve bot previously approved these changes Dec 19, 2024
@renovate renovate bot force-pushed the renovate/all-non-major-go-dependencies branch from 6e7a7a7 to 41641e8 Compare December 20, 2024 01:25
renovate-approve[bot]
renovate-approve bot previously approved these changes Dec 20, 2024
@renovate renovate bot force-pushed the renovate/all-non-major-go-dependencies branch from 41641e8 to 3de3e34 Compare December 20, 2024 10:05
renovate-approve[bot]
renovate-approve bot previously approved these changes Dec 20, 2024
@renovate renovate bot force-pushed the renovate/all-non-major-go-dependencies branch from 3de3e34 to 4ca08dc Compare December 20, 2024 14:31
renovate-approve[bot]
renovate-approve bot previously approved these changes Dec 20, 2024
@renovate renovate bot force-pushed the renovate/all-non-major-go-dependencies branch from 4ca08dc to 817b0e5 Compare December 20, 2024 19:20
renovate-approve[bot]
renovate-approve bot previously approved these changes Dec 20, 2024
@renovate renovate bot force-pushed the renovate/all-non-major-go-dependencies branch from 817b0e5 to 6725a15 Compare December 23, 2024 10:47
renovate-approve[bot]
renovate-approve bot previously approved these changes Dec 23, 2024
| datasource | package                                         | from                               | to                                 |
| ---------- | ----------------------------------------------- | ---------------------------------- | ---------------------------------- |
| go         | github.com/cloudnative-pg/api                   | v0.0.0-20241004125129-98baa9f4957b | v0.0.0-20241223102100-f6c896163b47 |
| go         | github.com/cloudnative-pg/cnpg-i                | v0.0.0-20240820123829-5844b833f4eb | v0.0.0-20241218212131-cbc4287931ee |
| go         | github.com/cloudnative-pg/machinery             | v0.0.0-20241001153943-0e5ba4f9a0e1 | v0.0.0-20241219132510-3910a89a1a69 |
| go         | github.com/grpc-ecosystem/go-grpc-middleware/v2 | v2.1.0                             | v2.2.0                             |
| go         | github.com/onsi/ginkgo/v2                       | v2.20.2                            | v2.22.1                            |
| go         | github.com/onsi/gomega                          | v1.34.2                            | v1.36.1                            |
| go         | google.golang.org/grpc                          | v1.65.0                            | v1.69.2                            |
| go         | k8s.io/api                                      | v0.31.1                            | v0.32.0                            |
| go         | k8s.io/apimachinery                             | v0.31.1                            | v0.32.0                            |
| go         | sigs.k8s.io/controller-runtime                  | v0.19.0                            | v0.19.3                            |


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 6725a15 to de0749a Compare December 23, 2024 14:40
renovate-approve[bot]
renovate-approve bot previously approved these changes Dec 23, 2024
Api library changed the type. Follow the change.

Signed-off-by: Francesco Canovai <[email protected]>
@fcanovai fcanovai force-pushed the renovate/all-non-major-go-dependencies branch from 5f96c56 to 6eaf6f2 Compare December 23, 2024 16:06
@leonardoce leonardoce merged commit a545ade into main Dec 23, 2024
5 checks passed
@leonardoce leonardoce deleted the renovate/all-non-major-go-dependencies branch December 23, 2024 16:23
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.

2 participants