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 non-majors group with 15 updates #975

Merged
merged 2 commits into from
Dec 4, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 1, 2024

Bumps the non-majors group with 15 updates:

Package From To
github.com/cert-manager/cert-manager 1.16.1 1.16.2
github.com/moby/buildkit 0.17.0 0.18.0
github.com/regclient/regclient 0.7.1 0.7.2
github.com/stretchr/testify 1.9.0 1.10.0
github.com/tonistiigi/fsutil 0.0.0-20241028165955-397af5306b5c 0.0.0-20241121093142-31cf1f437184
github.com/traefik/traefik/v3 3.2.0 3.2.1
github.com/volatiletech/sqlboiler/v4 4.16.2 4.17.1
golang.org/x/crypto 0.28.0 0.29.0
golang.org/x/net 0.30.0 0.31.0
golang.org/x/sync 0.8.0 0.9.0
google.golang.org/protobuf 1.35.1 1.35.2
k8s.io/api 0.31.2 0.31.3
k8s.io/apiextensions-apiserver 0.31.1 0.31.3
k8s.io/apimachinery 0.31.2 0.31.3
k8s.io/client-go 0.31.2 0.31.3

Updates github.com/cert-manager/cert-manager from 1.16.1 to 1.16.2

Release notes

Sourced from github.com/cert-manager/cert-manager's releases.

v1.16.2

cert-manager is the easiest way to automatically manage certificates in Kubernetes and OpenShift clusters.

This patch release of cert-manager 1.16 makes several changes to how PEM input is validated, adding maximum sizes appropriate to the type of PEM data which is being parsed.

This is to prevent an unacceptable slow-down in parsing specially crafted PEM data. The issue was found by Google's OSS-Fuzz project.

The issue is low severity; to exploit the PEM issue would require privileged access which would likely allow Denial-of-Service through other methods.

Note also that since most PEM data parsed by cert-manager comes from ConfigMap or Secret resources which have a max size limit of approximately 1MB, it's difficult to force cert-manager to parse large amounts of PEM data.

Further information is available in GHSA-r4pg-vg54-wxx4

In addition, the version of Go used to build cert-manager 1.16 was updated along with the base images.

Changes by Kind

Bug or Regression

  • Set a maximum size for PEM inputs which cert-manager will accept to remove possibility of taking a long time to process an input (#7401, @​SgtCoDFish)

Other (Cleanup or Flake)

Commits
  • 33df0f2 Merge pull request #7431 from SgtCoDFish/release-1.16-bumps
  • 03f9832 [release-1.16] bump go + base images
  • 5001e8b Merge pull request #7401 from SgtCoDFish/release-1.16-pem-inputs
  • 3ba1f2c [release-1.16] bump base images
  • d99dddb security: remove calls to pem.Decode in non-test code
  • 481b67b security: Add functions to limit max PEM sizes allowable
  • 24f59c3 Merge pull request #7370 from SgtCoDFish/release-1.16-ipv6-dns
  • a9785d4 [release-1.16] add IPv6 example for recursive DNS arg
  • See full diff in compare view

Updates github.com/moby/buildkit from 0.17.0 to 0.18.0

Release notes

Sourced from github.com/moby/buildkit's releases.

v0.18.0

buildkit 0.18.0

Welcome to the v0.18.0 release of buildkit!

Please try out the release binaries and report any issues at https://github.com/moby/buildkit/issues.

Contributors

  • Tõnis Tiigi
  • CrazyMax
  • Akihiro Suda
  • Sebastiaan van Stijn
  • David Karlsson
  • Jonathan A. Sternberg
  • Anthony Nandaa
  • Austin Vazquez
  • Erik Sipsma
  • Marat Radchenko
  • Brian Goff
  • Erik Sjölund
  • Justin Chadwell
  • Shaun Thompson
  • Tianon Gravi

Notable Changes

  • Builtin Dockerfile frontend has been updated to v1.12.0 changelog
  • Runc container runtime has been updated to v1.2.2 #5532
  • Allow graceful daemon stop while there are active history event requests #5522
  • Improve performance of booting BuildKit with many local cache records (regression v0.16.0+) #5550
  • Improve stacktraces on cancellation errors #5536
  • Improve performance of recalculating content checksums after incremental context upload #5521
  • Fix leaving unreleased references behind after SBOM generation #5511
  • Make sure blob data is immediately released after deleting build history records #5515
  • Fix caching HTTP resources from servers that report the same ETag for different URLs #5549
  • Fix possible issue with uploaded build context when using old clients #5517
  • Fix old cache keys not being cleaned up by background garbage collection (worked for manual prune) #5540
  • Fix possible incorrect casing in provenance JSON #5524
  • Fix possible intermittent cancellation error when building from big build context due to internal gRPC bug #5530
  • Fix build errors on OpenBSD #5542
  • Fix possible issue when building from tarball URL on WCOW #5523
  • Fix warning of incompatible semconv configuration in OpenTelemetry #5503 #5501

Dependency Changes

... (truncated)

Commits
  • 95d190e Merge pull request #5549 from tonistiigi/etag-cache-fix
  • 3b38a1e Merge pull request #5550 from cpuguy83/metadata_view
  • de14049 Use view transaction for metadata read
  • 06ff841 http: fix etag cache scoping
  • 51fbdf3 Merge pull request #5548 from crazy-max/containerd-lld
  • 787d9d0 ci: test sandbox build with multiple platforms
  • af2d65b dockerfile: use lld linker for containerd build
  • 94d0f6e Merge pull request #5547 from crazy-max/fix-content-check-test
  • 0145090 dockerd: skip content check with containerd snapshotter
  • db6989a Merge pull request #5543 from tonistiigi/vendor-containerd-v1.7.24
  • Additional commits viewable in compare view

Updates github.com/regclient/regclient from 0.7.1 to 0.7.2

Release notes

Sourced from github.com/regclient/regclient's releases.

v0.7.2

Release v0.7.2

Breaking Changes:

The breaking changes are to internal methods and undocumented features that should not be encountered by users.

  • Update scheme to use pqueue instead of throttle. ([PR 803][pr-803])
  • Removes an undocumented API for deleting images from Hub. ([PR 803][pr-803])
  • config.Host.Throttle() has been removed. Use scheme.Throttler instead. ([PR 813][pr-813])

Features:

  • Significant refactor of http APIs to speed up image copies. ([PR 803][pr-803])
  • Add a priority queue for network requests. ([PR 803][pr-803])
  • Move logging into transport and rework backoff. ([PR 803][pr-803])
  • Remove default rate limit. ([PR 803][pr-803])
  • Add priority queue algorithm and reorder image copy steps. ([PR 803][pr-803])
  • Consolidate warnings. ([PR 810][pr-810])
  • Limit number of retries for a request. ([PR 812][pr-812])
  • Add default host config. ([PR 821][pr-821])

Fixes:

  • Update GHA output generating steps. ([PR 800][pr-800])
  • Lookup referrers when registry does not give digest with head. ([PR 801][pr-801])
  • Support auth on redirect. ([PR 805][pr-805])
  • Prevent data race when reading blob and seeking. ([PR 814][pr-814])
  • Detect integer overflows on type conversion. ([PR 830][pr-830])
  • Add a warning if syft is not installed. ([PR 841][pr-841])
  • Race condition in the pqueue tests. ([PR 843][pr-843])
  • Dedup warnings on image mod. ([PR 846][pr-846])

Chores:

  • Update staticcheck and fix linter warnings for Go 1.23. ([PR 804][pr-804])
  • Remove digest calculation from reghttp. ([PR 803][pr-803])
  • Remove ReqPerSec in tests. ([PR 806][pr-806])
  • Move throttle from config to reghttp. ([PR 813][pr-813])
  • Refactoring to remove globals in regsync. ([PR 815][pr-815])
  • Refactor to remove globals in regbot. ([PR 816][pr-816])
  • Remove throttle package. ([PR 817][pr-817])
  • Update version-bump config for processors. ([PR 828][pr-828])
  • Update config to use yaml anchors and aliases ([PR 829][pr-829])
  • Do not automatically assign myself to GitHub issues. ([PR 831][pr-831])
  • Remove OpenSSF scorecard and best practices. ([PR 832][pr-832])
  • Update docker image base filesystem. ([PR 837][pr-837])

Contributors:

... (truncated)

Changelog

Sourced from github.com/regclient/regclient's changelog.

Release v0.7.2

Breaking Changes:

The breaking changes are to internal methods and undocumented features that should not be encountered by users.

  • Update scheme to use pqueue instead of throttle. ([PR 803][pr-803])
  • Removes an undocumented API for deleting images from Hub. ([PR 803][pr-803])
  • config.Host.Throttle() has been removed. Use scheme.Throttler instead. ([PR 813][pr-813])

Features:

  • Significant refactor of http APIs to speed up image copies. ([PR 803][pr-803])
  • Add a priority queue for network requests. ([PR 803][pr-803])
  • Move logging into transport and rework backoff. ([PR 803][pr-803])
  • Remove default rate limit. ([PR 803][pr-803])
  • Add priority queue algorithm and reorder image copy steps. ([PR 803][pr-803])
  • Consolidate warnings. ([PR 810][pr-810])
  • Limit number of retries for a request. ([PR 812][pr-812])
  • Add default host config. ([PR 821][pr-821])

Fixes:

  • Update GHA output generating steps. ([PR 800][pr-800])
  • Lookup referrers when registry does not give digest with head. ([PR 801][pr-801])
  • Support auth on redirect. ([PR 805][pr-805])
  • Prevent data race when reading blob and seeking. ([PR 814][pr-814])
  • Detect integer overflows on type conversion. ([PR 830][pr-830])
  • Add a warning if syft is not installed. ([PR 841][pr-841])
  • Race condition in the pqueue tests. ([PR 843][pr-843])
  • Dedup warnings on image mod. ([PR 846][pr-846])

Chores:

  • Update staticcheck and fix linter warnings for Go 1.23. ([PR 804][pr-804])
  • Remove digest calculation from reghttp. ([PR 803][pr-803])
  • Remove ReqPerSec in tests. ([PR 806][pr-806])
  • Move throttle from config to reghttp. ([PR 813][pr-813])
  • Refactoring to remove globals in regsync. ([PR 815][pr-815])
  • Refactor to remove globals in regbot. ([PR 816][pr-816])
  • Remove throttle package. ([PR 817][pr-817])
  • Update version-bump config for processors. ([PR 828][pr-828])
  • Update config to use yaml anchors and aliases ([PR 829][pr-829])
  • Do not automatically assign myself to GitHub issues. ([PR 831][pr-831])
  • Remove OpenSSF scorecard and best practices. ([PR 832][pr-832])
  • Update docker image base filesystem. ([PR 837][pr-837])

Contributors:

... (truncated)

Commits
  • 6b1f7bd Release v0.7.2
  • 15576a0 Merge for release v0.7.2
  • e0c84eb Merge pull request #846 from sudo-bmitch/pr-mod-dedup-warning
  • 928df38 Fix: Dedup warnings on image mod
  • 952240a Merge pull request #845 from sudo-bmitch/pr-update-20241103
  • afac446 Version bump
  • 4824016 Merge pull request #843 from sudo-bmitch/pr-pqueue-race
  • cedbd76 Fix: Race condition in the pqueue tests
  • 6b1cec8 Merge pull request #842 from sudo-bmitch/pr-update-20241027
  • 8c600f3 Version bump
  • Additional commits viewable in compare view

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

Release notes

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

v1.10.0

What's Changed

Functional Changes

Fixes

Documantation, Build & CI

New Contributors

... (truncated)

Commits
  • 89cbdd9 Merge pull request #1626 from arjun-1/fix-functional-options-diff-indirect-calls
  • 07bac60 Merge pull request #1667 from sikehish/flaky
  • 716de8d Increase timeouts in Test_Mock_Called_blocks to reduce flakiness in CI
  • 118fb83 NotSame should fail if args are not pointers #1661 (#1664)
  • 7d99b2b attempt 2
  • 05f87c0 more similar
  • ea7129e better fmt
  • a1b9c9e Merge pull request #1663 from ybrustin/master
  • 8302de9 Merge branch 'master' into master
  • 89352f7 Merge pull request #1518 from hendrywiranto/adjust-readme-remove-v2
  • Additional commits viewable in compare view

Updates github.com/tonistiigi/fsutil from 0.0.0-20241028165955-397af5306b5c to 0.0.0-20241121093142-31cf1f437184

Commits

Updates github.com/traefik/traefik/v3 from 3.2.0 to 3.2.1

Release notes

Sourced from github.com/traefik/traefik/v3's releases.

v3.2.1

Important: Please read the migration guide.

Bug fixes:

  • [k8s/ingress,k8s] Fix HostRegexp config for rule syntax v2 (#11288 by kevinpollet)
  • [logs] Change level of peeking first byte error log to DEBUG for Postgres (#11270 by rtribotte)
  • [service,fastproxy] Fix case problem for websocket upgrade (#11246 by juliens)

Documentation:

  • [acme,tls] Document how to use Certificates of cert-manager (#11053 by mloiseleur)
  • [docker/swarm] Add tips about the use of docker in dynamic configuration for swarm provider (#11207 by webash)
  • [middleware] Add Compress middleware to migration guide (#11229 by logica0419)

Misc:

Changelog

Sourced from github.com/traefik/traefik/v3's changelog.

v3.2.1 (2024-11-20)

All Commits

Bug fixes:

  • [k8s/ingress,k8s] Fix HostRegexp config for rule syntax v2 (#11288 by kevinpollet)
  • [logs] Change level of peeking first byte error log to DEBUG for Postgres (#11270 by rtribotte)
  • [service,fastproxy] Fix case problem for websocket upgrade (#11246 by juliens)

Documentation:

  • [acme,tls] Document how to use Certificates of cert-manager (#11053 by mloiseleur)
  • [docker/swarm] Add tips about the use of docker in dynamic configuration for swarm provider (#11207 by webash)
  • [middleware] Add Compress middleware to migration guide (#11229 by logica0419)

Misc:

v2.11.14 (2024-11-20)

All Commits

Bug fixes:

  • [acme] Update go-acme/lego to v4.20.2 (#11263 by ldez)
  • [logs,server] Change level of peeking first byte error log to DEBUG (#11254 by rtribotte)
  • [middleware,server] Drop untrusted X-Forwarded-Prefix header (#11253 by rtribotte)
  • [server] Apply keepalive config to h2c entrypoints (#11276 by davefu113)
  • [service] Fix internal handlers ServiceBuilder composition (#11281 by juliens)

Documentation:

Commits
  • 5cfc11f Prepare release v3.2.1
  • 8a0c1e6 Fix HostRegexp config for rule syntax v2
  • 394f97b Merge branch v2.11 into v3.2
  • 8eadfbb Prepare release v2.11.14
  • ca5b70e Merge branch v2.11 into v3.2
  • cc80568 Fix internal handlers ServiceBuilder composition
  • 8ffd185 Fix the defaultRule CLI examples
  • 6baa110 Update access-logs.md, add examples for accesslog.format
  • 5658c8a Fix spelling, grammar, and rephrase sections for clarity in some documentatio...
  • 1c80f12 Apply keepalive config to h2c entrypoints
  • Additional commits viewable in compare view

Updates github.com/volatiletech/sqlboiler/v4 from 4.16.2 to 4.17.1

Release notes

Sourced from github.com/volatiletech/sqlboiler/v4's releases.

v4.17.1

Fixed

  • Update the version constant to prevent inaccurate warnings about the version mismatch

Full Changelog: volatiletech/sqlboiler@v4.17.0...v4.17.1

v4.17.0

Changes

Added

  • Add MySQL unix socket support (thanks @​c9s)
  • Implement (Un-)marshalText for Decimal and NullDecimal (thanks @​MJacred)
  • Add version checking flags to make sure CLI and project runtime versions are the same (thanks @​090809)
  • Add SIMILAR TO method for Postgres (thanks @​090809)
  • Skip code generation for replaced enum types using the flag --skip-replaced-enum-types (thanks @​MJacred)

Fixed

  • Fix compilation errors with TIMESTAMP columns in sqlite3 driver (thanks @​hirasawayuki)
  • Fix issue scanning column_full_type when column_type is NULL (thanks @​mattdbush)
  • Fix performance issue with DeleteAll by using a WHERE IN instead of WHERE OR (thanks @​jakeiotechsys)
  • Use renamed created column in Update method (thanks @​glerchundi)
  • Fix comment position in first column of table (thanks @​hizzuu)
  • Count from subquery if query uses HAVING or GROUP BY. This is because aggregate functions are run for each group separately, but we need to return the count of returned rows. (thanks @​renom)
  • Fix output filenames that contain a forward slash or backslash. Replace with an underscore (thanks @​MJacred)

New Contributors

Full Changelog: volatiletech/sqlboiler@v4.16.2...v4.17.0

Changelog

Sourced from github.com/volatiletech/sqlboiler/v4's changelog.

[4.17.1] - 2024-11-11

Fixed

  • Update the version constant to prevent inaccurate warnings about the version mismatch

[4.17.0] - 2024-11-10

Added

  • Add MySQL unix socket support (thanks @​c9s)
  • Implement (Un-)marshalText for Decimal and NullDecimal (thanks @​MJacred)
  • Add version checking flags to make sure CLI and project runtime versions are the same (thanks @​090809)
  • Add SIMILAR TO method for Postgres (thanks @​090809)
  • Skip code generation for replaced enum types using the flag --skip-replaced-enum-types (thanks @​MJacred)

Fixed

  • Fix compilation errors with TIMESTAMP columns in sqlite3 driver (thanks @​hirasawayuki)
  • Fix issue scanning column_full_type when column_type is NULL (thanks @​mattdbush)
  • Fix performance issue with DeleteAll by using a WHERE IN instead of WHERE OR (thanks @​jakeiotechsys)
  • Use renamed created column in Update method (thanks @​glerchundi)
  • Fix comment position in first column of table (thanks @​hizzuu)
  • Count from subquery if query uses HAVING or GROUP BY. This is because aggregate functions are run for each group separately, but we need to return the count of returned rows. (thanks @​renom)
  • Fix output filenames that contain a forward slash or backslash. Replace with an underscore (thanks @​MJacred)
Commits
  • e4d4b94 Update changelog and bump version
  • 1e0c661 Update README for maintenance mode
  • 5c62b7d Update CHANGELOG and bump version
  • 540d7a2 Merge pull request #1398 from renom/master
  • bc92201 Merge pull request #1410 from cubiest/init_tags
  • 9eaa10e Merge pull request #1402 from cubiest/fix_filename_gen
  • 4e8f887 Merge pull request #1400 from cubiest/skip_replaced_enums
  • 0699909 Tiny refactoring: remove unnecessary parameters.
  • fa0706a Fix output filenames that contain a forward slash or backslash
  • 73c84b3 Skip enum type generation, if they've been replaced
  • Additional commits viewable in compare view

Updates golang.org/x/crypto from 0.28.0 to 0.29.0

Commits
  • 6018723 go.mod: update golang.org/x dependencies
  • 71ed71b README: don't recommend go get
  • 750a45f sha3: add MarshalBinary, AppendBinary, and UnmarshalBinary
  • 36b1725 sha3: avoid trailing permutation
  • 80ea76e sha3: fix padding for long cSHAKE parameters
  • c17aa50 sha3: avoid buffer copy
  • 7cfb916 ssh: return unexpected msg error when server fails keyboard-interactive auth ...
  • b61b08d chacha20: extend ppc64le support to ppc64
  • 6c21748 internal/poly1305: extend ppc64le support to ppc64
  • See full diff in compare view

Updates golang.org/x/net from 0.30.0 to 0.31.0

Commits
  • 334afa0 go.mod: update golang.org/x dependencies
  • d7f220d quic: add LocalAddr and RemoteAddr to quic.Conn
  • 858db1a http2: surface errors occurring very early in a client conn's lifetime
  • 0aa844c http2: support unencrypted HTTP/2 handoff from net/http
  • f35fec9 http2: detect hung client connections by confirming stream resets
  • e883dae README: don't recommend go get
  • 511cc3a html: add Node.{Ancestors,ChildNodes,Descendants}()
  • 4783315 http2: limit 1xx based on size, do not limit when delivered
  • 5716b98 internal/socket: execute gofmt
  • 42b1186 http2: support ResponseController.EnableFullDuplex
  • See full diff in compare view

Updates golang.org/x/sync from 0.8.0 to 0.9.0

Commits

Updates google.golang.org/protobuf from 1.35.1 to 1.35.2

Updates k8s.io/api from 0.31.2 to 0.31.3

Commits

Updates k8s.io/apiextensions-apiserver from 0.31.1 to 0.31.3

Commits

Updates k8s.io/apimachinery from 0.31.2 to 0.31.3

Commits

Updates k8s.io/client-go from 0.31.2 to 0.31.3

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Dec 1, 2024
Copy link

github-actions bot commented Dec 1, 2024

Preview (prod backend + PR dashboard) → https://975.ns-preview.trapti.tech/

Bumps the non-majors group with 15 updates:

| Package | From | To |
| --- | --- | --- |
| [github.com/cert-manager/cert-manager](https://github.com/cert-manager/cert-manager) | `1.16.1` | `1.16.2` |
| [github.com/moby/buildkit](https://github.com/moby/buildkit) | `0.17.0` | `0.18.0` |
| [github.com/regclient/regclient](https://github.com/regclient/regclient) | `0.7.1` | `0.7.2` |
| [github.com/stretchr/testify](https://github.com/stretchr/testify) | `1.9.0` | `1.10.0` |
| [github.com/tonistiigi/fsutil](https://github.com/tonistiigi/fsutil) | `0.0.0-20241028165955-397af5306b5c` | `0.0.0-20241121093142-31cf1f437184` |
| [github.com/traefik/traefik/v3](https://github.com/traefik/traefik) | `3.2.0` | `3.2.1` |
| [github.com/volatiletech/sqlboiler/v4](https://github.com/volatiletech/sqlboiler) | `4.16.2` | `4.17.1` |
| [golang.org/x/crypto](https://github.com/golang/crypto) | `0.28.0` | `0.29.0` |
| [golang.org/x/net](https://github.com/golang/net) | `0.30.0` | `0.31.0` |
| [golang.org/x/sync](https://github.com/golang/sync) | `0.8.0` | `0.9.0` |
| google.golang.org/protobuf | `1.35.1` | `1.35.2` |
| [k8s.io/api](https://github.com/kubernetes/api) | `0.31.2` | `0.31.3` |
| [k8s.io/apiextensions-apiserver](https://github.com/kubernetes/apiextensions-apiserver) | `0.31.1` | `0.31.3` |
| [k8s.io/apimachinery](https://github.com/kubernetes/apimachinery) | `0.31.2` | `0.31.3` |
| [k8s.io/client-go](https://github.com/kubernetes/client-go) | `0.31.2` | `0.31.3` |


Updates `github.com/cert-manager/cert-manager` from 1.16.1 to 1.16.2
- [Release notes](https://github.com/cert-manager/cert-manager/releases)
- [Changelog](https://github.com/cert-manager/cert-manager/blob/master/RELEASE.md)
- [Commits](cert-manager/cert-manager@v1.16.1...v1.16.2)

Updates `github.com/moby/buildkit` from 0.17.0 to 0.18.0
- [Release notes](https://github.com/moby/buildkit/releases)
- [Commits](moby/buildkit@v0.17.0...v0.18.0)

Updates `github.com/regclient/regclient` from 0.7.1 to 0.7.2
- [Release notes](https://github.com/regclient/regclient/releases)
- [Changelog](https://github.com/regclient/regclient/blob/v0.7.2/release.md)
- [Commits](regclient/regclient@v0.7.1...v0.7.2)

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

Updates `github.com/tonistiigi/fsutil` from 0.0.0-20241028165955-397af5306b5c to 0.0.0-20241121093142-31cf1f437184
- [Commits](https://github.com/tonistiigi/fsutil/commits)

Updates `github.com/traefik/traefik/v3` from 3.2.0 to 3.2.1
- [Release notes](https://github.com/traefik/traefik/releases)
- [Changelog](https://github.com/traefik/traefik/blob/master/CHANGELOG.md)
- [Commits](traefik/traefik@v3.2.0...v3.2.1)

Updates `github.com/volatiletech/sqlboiler/v4` from 4.16.2 to 4.17.1
- [Release notes](https://github.com/volatiletech/sqlboiler/releases)
- [Changelog](https://github.com/volatiletech/sqlboiler/blob/master/CHANGELOG.md)
- [Commits](volatiletech/sqlboiler@v4.16.2...v4.17.1)

Updates `golang.org/x/crypto` from 0.28.0 to 0.29.0
- [Commits](golang/crypto@v0.28.0...v0.29.0)

Updates `golang.org/x/net` from 0.30.0 to 0.31.0
- [Commits](golang/net@v0.30.0...v0.31.0)

Updates `golang.org/x/sync` from 0.8.0 to 0.9.0
- [Commits](golang/sync@v0.8.0...v0.9.0)

Updates `google.golang.org/protobuf` from 1.35.1 to 1.35.2

Updates `k8s.io/api` from 0.31.2 to 0.31.3
- [Commits](kubernetes/api@v0.31.2...v0.31.3)

Updates `k8s.io/apiextensions-apiserver` from 0.31.1 to 0.31.3
- [Release notes](https://github.com/kubernetes/apiextensions-apiserver/releases)
- [Commits](kubernetes/apiextensions-apiserver@v0.31.1...v0.31.3)

Updates `k8s.io/apimachinery` from 0.31.2 to 0.31.3
- [Commits](kubernetes/apimachinery@v0.31.2...v0.31.3)

Updates `k8s.io/client-go` from 0.31.2 to 0.31.3
- [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md)
- [Commits](kubernetes/client-go@v0.31.2...v0.31.3)

---
updated-dependencies:
- dependency-name: github.com/cert-manager/cert-manager
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: non-majors
- dependency-name: github.com/moby/buildkit
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: non-majors
- dependency-name: github.com/regclient/regclient
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: non-majors
- dependency-name: github.com/stretchr/testify
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: non-majors
- dependency-name: github.com/tonistiigi/fsutil
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: non-majors
- dependency-name: github.com/traefik/traefik/v3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: non-majors
- dependency-name: github.com/volatiletech/sqlboiler/v4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: non-majors
- dependency-name: golang.org/x/crypto
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: non-majors
- dependency-name: golang.org/x/net
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: non-majors
- dependency-name: golang.org/x/sync
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: non-majors
- dependency-name: google.golang.org/protobuf
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: non-majors
- dependency-name: k8s.io/api
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: non-majors
- dependency-name: k8s.io/apiextensions-apiserver
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: non-majors
- dependency-name: k8s.io/apimachinery
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: non-majors
- dependency-name: k8s.io/client-go
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: non-majors
...

Signed-off-by: dependabot[bot] <support@github.com>
@pirosiki197 pirosiki197 force-pushed the dependabot/go_modules/non-majors-2ef2409051 branch from c36ab13 to a0a3c12 Compare December 4, 2024 05:45
@pirosiki197 pirosiki197 force-pushed the dependabot/go_modules/non-majors-2ef2409051 branch from e2ce15c to 1610640 Compare December 4, 2024 06:18
@pirosiki197 pirosiki197 merged commit 15b361a into main Dec 4, 2024
13 checks passed
@pirosiki197 pirosiki197 deleted the dependabot/go_modules/non-majors-2ef2409051 branch December 4, 2024 06:45
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 go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant