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

build(deps): bump the production-dependencies group with 13 updates #5

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 23, 2024

Bumps the production-dependencies group with 13 updates:

Package From To
github.com/go-logr/logr 1.2.3 1.4.2
github.com/google/go-cmp 0.5.9 0.6.0
github.com/kong/kubernetes-testing-framework 0.24.1 0.47.0
github.com/stretchr/testify 1.8.1 1.9.0
go.uber.org/zap 1.24.0 1.26.0
google.golang.org/grpc 1.54.0 1.62.1
google.golang.org/protobuf 1.30.0 1.33.0
k8s.io/api 0.26.0 0.29.3
k8s.io/apimachinery 0.26.0 0.29.3
k8s.io/client-go 0.26.0 0.29.3
k8s.io/code-generator 0.26.0 0.29.3
sigs.k8s.io/controller-runtime 0.14.1 0.17.3
sigs.k8s.io/yaml 1.3.0 1.4.0

Updates github.com/go-logr/logr from 1.2.3 to 1.4.2

Release notes

Sourced from github.com/go-logr/logr's releases.

v1.4.2

What's Changed

Dependencies:

Full Changelog: go-logr/logr@v1.4.1...v1.4.2

v1.4.1

What's Changed

Full Changelog: go-logr/logr@v1.4.0...v1.4.1

... (truncated)

Commits
  • 1205f42 Merge pull request #295 from go-logr/dependabot/github_actions/actions/checko...
  • ccedcbd Merge pull request #294 from go-logr/dependabot/github_actions/github/codeql-...
  • bead577 build(deps): bump actions/checkout from 4.1.5 to 4.1.6
  • a492d95 build(deps): bump github/codeql-action from 3.25.4 to 3.25.5
  • 19ad07c build(deps): bump ossf/scorecard-action from 2.3.1 to 2.3.3
  • 1c97a21 build(deps): bump actions/checkout from 4.1.4 to 4.1.5
  • f70c5b5 build(deps): bump github/codeql-action from 3.25.3 to 3.25.4
  • 4ade8d3 build(deps): bump golangci/golangci-lint-action from 5.3.0 to 6.0.1
  • 88d98bd Merge pull request #289 from go-logr/dependabot/github_actions/golangci/golan...
  • 432cd86 Merge pull request #288 from go-logr/dependabot/github_actions/actions/setup-...
  • Additional commits viewable in compare view

Updates github.com/google/go-cmp from 0.5.9 to 0.6.0

Release notes

Sourced from github.com/google/go-cmp's releases.

v0.6.0

New API:

  • (#340) Add cmpopts.EquateComparable

Documentation changes:

  • (#337) Use of hotlinking of Go identifiers

Build changes:

  • (#325) Remove purego fallbacks

Testing changes:

  • (#322) Run tests for Go 1.20 version
  • (#332) Pin GitHub action versions
  • (#327) set workflow permission to read-only
Commits

Updates github.com/kong/kubernetes-testing-framework from 0.24.1 to 0.47.0

Release notes

Sourced from github.com/kong/kubernetes-testing-framework's releases.

v0.47.0

See the CHANGELOG.md

v0.46.0

See the CHANGELOG.md

v0.45.0

See the CHANGELOG.md

v0.44.0

See the CHANGELOG.md

v0.43.0

See the CHANGELOG.md

v0.42.0

See the CHANGELOG.md

v0.40.1

See the CHANGELOG.md

v0.41.0

See the CHANGELOG.md

v0.40.0

See the CHANGELOG.md

v0.39.2

See the CHANGELOG.md

v0.39.1

See the CHANGELOG.md

v0.39.0

See the CHANGELOG.md

v0.38.0

See the CHANGELOG.md

v0.37.0

See the CHANGELOG.md

v0.36.0

See the CHANGELOG.md

v0.35.0

See the CHANGELOG.md

v0.34.0

See the CHANGELOG.md

... (truncated)

Changelog

Sourced from github.com/kong/kubernetes-testing-framework's changelog.

v0.47.0

Added

  • The former kubectl.runKustomize helper is now the public kubectl.RunKustomize. This function allows building an existing kustomization directory.

v0.46.0

Breaking changes

  • Fixed ProxyUDPURL function to return the correct URL (<IP>:<PORT>), the type of returned value changed from *url.URL to string. Renamed ProxyURL to ProxyHTTPURL. #1008

Added

  • Added support for arbitrary Helm chart values to the Kuma plugin. #958
  • Introduced new functions ProxyTCPURL and ProxyTLSURL that returns the URL in the format <IP>:<PORT>. Introduced new function ProxyHTTPSURL. #1008

v0.45.0

  • Kuma addon now properly uses the Helm chart version passed in its builder's WithVersion method. #949
  • When Kuma addon is used with version greater or equal to 2.6.0 and mTLS enabled, a default allow-all TrafficPermission gets installed to preserve previous behavior. #950

v0.44.0

  • Added a call to NegotiateAPIVersion when creating a Docker client to ensure that the client is able to communicate with the Docker daemon. #932

v0.43.0

  • Added WithReleaseChannel to the GKE cluster builder to allow specifying a release channel for the cluster. #911

v0.42.0

  • Bump Kong Gateway Enterprise default image to 3.4 #867

... (truncated)

Commits
  • 3337c75 chore(deps): bump Wandalen/wretry.action from 3.3.0 to 3.4.0 (#1037)
  • 3d7aec6 feat: publish kubectl.RunKustomize (#1036)
  • e21b04b chore(deps): bump github.com/docker/docker (#1033)
  • a025430 chore(deps): bump Wandalen/wretry.action from 3.2.0 to 3.3.0 (#1034)
  • a03f6ad chore(deps): bump Wandalen/wretry.action from 3.1.0 to 3.2.0 (#1031)
  • 05b3afe chore(deps): bump sigs.k8s.io/controller-runtime from 0.17.2 to 0.17.3 (#1032)
  • b52ee2d chore(deps): bump sigs.k8s.io/kustomize/api from 0.17.0 to 0.17.1
  • fa2aba1 chore(deps): bump github.com/kong/go-kong from 0.52.0 to 0.54.0
  • c4818f1 chore(deps): bump sigs.k8s.io/kustomize/api from 0.16.0 to 0.17.0
  • d387788 chore(deps): bump golang.org/x/oauth2 from 0.18.0 to 0.19.0 (#1026)
  • Additional commits viewable in compare view

Updates github.com/stretchr/testify from 1.8.1 to 1.9.0

Release notes

Sourced from github.com/stretchr/testify's releases.

v1.9.0

What's Changed

... (truncated)

Commits
  • bb548d0 Merge pull request #1552 from stretchr/dependabot/go_modules/github.com/stret...
  • 814075f build(deps): bump github.com/stretchr/objx from 0.5.1 to 0.5.2
  • e045612 Merge pull request #1339 from bogdandrutu/uintptr
  • 5b6926d Merge pull request #1385 from hslatman/not-implements
  • 9f97d67 Merge pull request #1550 from stretchr/release-notes
  • bcb0d3f Include the auto-release notes in releases
  • fb770f8 Merge pull request #1247 from ccoVeille/typos
  • 85d8bb6 fix typos in comments, tests and github templates
  • e2741fa Merge pull request #1548 from arjunmahishi/msgAndArgs
  • 6e59f20 http_assertions: assert that the msgAndArgs actually works in tests
  • Additional commits viewable in compare view

Updates go.uber.org/zap from 1.24.0 to 1.26.0

Release notes

Sourced from go.uber.org/zap's releases.

v1.26.0

Enhancements:

  • #1297[]: Add Dict as a Field.
  • #1319[]: Add WithLazy method to Logger which lazily evaluates the structured context.
  • #1350[]: String encoding is much (~50%) faster now.

Thanks to @​hhk7734, @​jquirke, @​cdvr1993 for their contributions to this release.

#1297: uber-go/zap#1297 #1319: uber-go/zap#1319 #1350: uber-go/zap#1350

v1.25.0

This release contains several improvements including performance, API additions, and two new experimental packages whose APIs are unstable and may change in the future.

Enhancements:

  • #1246[]: Add zap/exp/zapslog package for integration with slog.
  • #1273[]: Add Name to Logger which returns the Logger's name if one is set.
  • #1281[]: Add zap/exp/expfield package which contains helper methods Str and Strs for constructing String-like zap.Fields.
  • #1310[]: Reduce stack size on Any.

Thanks to @​knight42, @​dzakaammar, @​bcspragu, and @​rexywork for their contributions to this release.

#1246: uber-go/zap#1246 #1273: uber-go/zap#1273 #1281: uber-go/zap#1281 #1310: uber-go/zap#1310

Changelog

Sourced from go.uber.org/zap's changelog.

1.26.0 (14 Sep 2023)

Enhancements:

  • #1297[]: Add Dict as a Field.
  • #1319[]: Add WithLazy method to Logger which lazily evaluates the structured context.
  • #1350[]: String encoding is much (~50%) faster now.

Thanks to @​hhk7734, @​jquirke, and @​cdvr1993 for their contributions to this release.

#1297: uber-go/zap#1297 #1319: uber-go/zap#1319 #1350: uber-go/zap#1350

1.25.0 (1 Aug 2023)

This release contains several improvements including performance, API additions, and two new experimental packages whose APIs are unstable and may change in the future.

Enhancements:

  • #1246[]: Add zap/exp/zapslog package for integration with slog.
  • #1273[]: Add Name to Logger which returns the Logger's name if one is set.
  • #1281[]: Add zap/exp/expfield package which contains helper methods Str and Strs for constructing String-like zap.Fields.
  • #1310[]: Reduce stack size on Any.

Thanks to @​knight42, @​dzakaammar, @​bcspragu, and @​rexywork for their contributions to this release.

#1246: uber-go/zap#1246 #1273: uber-go/zap#1273 #1281: uber-go/zap#1281 #1310: uber-go/zap#1310

Commits

Updates google.golang.org/grpc from 1.54.0 to 1.62.1

Release notes

Sourced from google.golang.org/grpc's releases.

Release 1.62.1

Bug Fixes

  • xds: fix a bug that results in no matching virtual host found RPC errors due to a difference between the target and LDS resource names (#6997)
  • server: fixed stats handler data InPayload.Length for unary RPC calls (#6766)
  • grpc: the experimental RecvBufferPool DialOption and ServerOption are now active during unary RPCs with compression (#6766)
  • grpc: trim whitespaces in accept-encoding header before determining compressors

Release 1.62.0

New Features

  • grpc: Add StaticMethod CallOption as a signal to stats handler that a method is safe to use as an instrument key (#6986)

Behavior Changes

  • grpc: Return canonical target string from ClientConn.Target() and resolver.Address.String() (#6923)

Bug Fixes

  • server: wait to close connection until incoming socket is drained (with timeout) to prevent data loss on client-side (#6977)

Performance Improvements

  • *: Allow building without x/net/trace by using grpcnotrace to enable dead code elimination (#6954)
  • rand: improve performance and simplify implementation of grpcrand by adopting math/rand's top-level functions for go version 1.21.0 and newer. (#6925)

Dependencies

  • *: Use google.golang.org/protobuf/proto instead of github.com/golang/protobuf. (#6919)

[!NOTE] The above change in proto library usage introduces a minor behavior change within those libraries. The old github.com/golang/protobuf library would error if given a nil message to Marshal, while the new google.golang.org/protobuf library will successfully output zero bytes in this case. This means server method handlers that did return nil, nil will now return an empty message and no error, while it used to return an error. This also affects the client side, where clients sending nil messages used to fail without sending the RPC, and now they will send an empty message.

Release 1.61.2

Dependencies

Release 1.61.1

... (truncated)

Commits

Updates google.golang.org/protobuf from 1.30.0 to 1.33.0

Updates k8s.io/api from 0.26.0 to 0.29.3

Commits
  • 067c548 Update dependencies to v0.29.3 tag
  • f98a503 Merge pull request #123763 from liggitt/proto-1.29
  • 1e39277 [CVE-2024-24786] Bump github.com/golang/protobuf v1.5.4, google.golang.org/pr...
  • f5eca04 Merge pull request #122959RomanBednar/automated-cherry-pick-of-#122728
  • fd1786f flag PersistentVolumeLastPhaseTransitionTime field as beta
  • a48c0a4 Merge pull request #122429 from MadhavJivrajani/tools-bump-129
  • 656e18f .*: bump golang.org/x/tools to v0.16.1
  • 0d77c34 Merge remote-tracking branch 'origin/master' into release-1.29
  • bb0a75c add beta comment for pod replacement policy
  • 0099855 update go.mod
  • Additional commits viewable in compare view

Updates k8s.io/apimachinery from 0.26.0 to 0.29.3

Commits

Updates k8s.io/client-go from 0.26.0 to 0.29.3

Commits
  • 46588f2 Update dependencies to v0.29.3 tag
  • 403b37f Merge pull request #123763 from liggitt/proto-1.29
  • 92199ae [CVE-2024-24786] Bump github.com/golang/protobuf v1.5.4, google.golang.org/pr...
  • baea19d Merge pull request #122429 from MadhavJivrajani/tools-bump-129
  • 3373afd .*: bump golang.org/x/tools to v0.16.1
  • 288368e update go.mod
  • 86d49e7 Merge pull request #113374 from ahmedtd/kep-3257-projected-types
  • 59c256a Regenerate for ClusterTrustBundlePEM projected volume API
  • ac369c3 Define ClusterTrustBundlePEM projected volume
  • 66e57f7 Merge pull request #121552 from pohly/klog-update
  • Additional commits viewable in compare view

Updates k8s.io/code-generator from 0.26.0 to 0.29.3

Commits

Updates sigs.k8s.io/controller-runtime from 0.14.1 to 0.17.3

Release notes

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

v0.17.3

What's Changed

Full Changelog: kubernetes-sigs/controller-runtime@v0.17.2...v0.17.3

v0.17.2

What's Changed

Full Changelog: kubernetes-sigs/controller-runtime@v0.17.1...v0.17.2

v0.17....

Description has been truncated

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label May 23, 2024
@astoycos
Copy link
Member

@msherif1234 If you get the chance can you look into this?

Bumps the production-dependencies group with 13 updates:

| Package | From | To |
| --- | --- | --- |
| [github.com/go-logr/logr](https://github.com/go-logr/logr) | `1.2.3` | `1.4.2` |
| [github.com/google/go-cmp](https://github.com/google/go-cmp) | `0.5.9` | `0.6.0` |
| [github.com/kong/kubernetes-testing-framework](https://github.com/kong/kubernetes-testing-framework) | `0.24.1` | `0.47.0` |
| [github.com/stretchr/testify](https://github.com/stretchr/testify) | `1.8.1` | `1.9.0` |
| [go.uber.org/zap](https://github.com/uber-go/zap) | `1.24.0` | `1.26.0` |
| [google.golang.org/grpc](https://github.com/grpc/grpc-go) | `1.54.0` | `1.62.1` |
| google.golang.org/protobuf | `1.30.0` | `1.33.0` |
| [k8s.io/api](https://github.com/kubernetes/api) | `0.26.0` | `0.29.3` |
| [k8s.io/apimachinery](https://github.com/kubernetes/apimachinery) | `0.26.0` | `0.29.3` |
| [k8s.io/client-go](https://github.com/kubernetes/client-go) | `0.26.0` | `0.29.3` |
| [k8s.io/code-generator](https://github.com/kubernetes/code-generator) | `0.26.0` | `0.29.3` |
| [sigs.k8s.io/controller-runtime](https://github.com/kubernetes-sigs/controller-runtime) | `0.14.1` | `0.17.3` |
| [sigs.k8s.io/yaml](https://github.com/kubernetes-sigs/yaml) | `1.3.0` | `1.4.0` |


Updates `github.com/go-logr/logr` from 1.2.3 to 1.4.2
- [Release notes](https://github.com/go-logr/logr/releases)
- [Changelog](https://github.com/go-logr/logr/blob/master/CHANGELOG.md)
- [Commits](go-logr/logr@v1.2.3...v1.4.2)

Updates `github.com/google/go-cmp` from 0.5.9 to 0.6.0
- [Release notes](https://github.com/google/go-cmp/releases)
- [Commits](google/go-cmp@v0.5.9...v0.6.0)

Updates `github.com/kong/kubernetes-testing-framework` from 0.24.1 to 0.47.0
- [Release notes](https://github.com/kong/kubernetes-testing-framework/releases)
- [Changelog](https://github.com/Kong/kubernetes-testing-framework/blob/main/CHANGELOG.md)
- [Commits](Kong/kubernetes-testing-framework@v0.24.1...v0.47.0)

Updates `github.com/stretchr/testify` from 1.8.1 to 1.9.0
- [Release notes](https://github.com/stretchr/testify/releases)
- [Commits](stretchr/testify@v1.8.1...v1.9.0)

Updates `go.uber.org/zap` from 1.24.0 to 1.26.0
- [Release notes](https://github.com/uber-go/zap/releases)
- [Changelog](https://github.com/uber-go/zap/blob/master/CHANGELOG.md)
- [Commits](uber-go/zap@v1.24.0...v1.26.0)

Updates `google.golang.org/grpc` from 1.54.0 to 1.62.1
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](grpc/grpc-go@v1.54.0...v1.62.1)

Updates `google.golang.org/protobuf` from 1.30.0 to 1.33.0

Updates `k8s.io/api` from 0.26.0 to 0.29.3
- [Commits](kubernetes/api@v0.26.0...v0.29.3)

Updates `k8s.io/apimachinery` from 0.26.0 to 0.29.3
- [Commits](kubernetes/apimachinery@v0.26.0...v0.29.3)

Updates `k8s.io/client-go` from 0.26.0 to 0.29.3
- [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md)
- [Commits](kubernetes/client-go@v0.26.0...v0.29.3)

Updates `k8s.io/code-generator` from 0.26.0 to 0.29.3
- [Commits](kubernetes/code-generator@v0.26.0...v0.29.3)

Updates `sigs.k8s.io/controller-runtime` from 0.14.1 to 0.17.3
- [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.14.1...v0.17.3)

Updates `sigs.k8s.io/yaml` from 1.3.0 to 1.4.0
- [Release notes](https://github.com/kubernetes-sigs/yaml/releases)
- [Changelog](https://github.com/kubernetes-sigs/yaml/blob/master/RELEASE.md)
- [Commits](kubernetes-sigs/yaml@v1.3.0...v1.4.0)

---
updated-dependencies:
- dependency-name: github.com/go-logr/logr
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: github.com/google/go-cmp
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: github.com/kong/kubernetes-testing-framework
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: github.com/stretchr/testify
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: go.uber.org/zap
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: google.golang.org/grpc
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: google.golang.org/protobuf
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: k8s.io/api
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: k8s.io/apimachinery
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: k8s.io/client-go
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: k8s.io/code-generator
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: sigs.k8s.io/controller-runtime
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: sigs.k8s.io/yaml
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/go_modules/production-dependencies-86ea2940f2 branch from 6ad1e55 to 5f88b53 Compare May 27, 2024 03:16
@astoycos astoycos merged commit 5f88b53 into main May 29, 2024
0 of 2 checks passed
@dependabot dependabot bot deleted the dependabot/go_modules/production-dependencies-86ea2940f2 branch May 29, 2024 15:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant