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 22 updates #1007

Merged
merged 1 commit into from
Feb 3, 2025

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 1, 2025

Bumps the non-majors group with 22 updates:

Package From To
code.gitea.io/sdk/gitea 0.19.0 0.20.0
connectrpc.com/connect 1.17.0 1.18.1
github.com/aws/aws-sdk-go 1.55.5 1.55.6
github.com/cert-manager/cert-manager 1.16.2 1.16.3
github.com/docker/cli 27.4.1+incompatible 27.5.1+incompatible
github.com/go-git/go-git/v5 5.13.0 5.13.2
github.com/moby/buildkit 0.18.2 0.19.0
github.com/prometheus/common 0.61.0 0.62.0
github.com/samber/lo 1.47.0 1.49.1
github.com/spf13/pflag 1.0.5 1.0.6
github.com/tonistiigi/fsutil 0.0.0-20241121093142-31cf1f437184 0.0.0-20250113203817-b14e27f4135a
github.com/traefik/traefik/v3 3.2.3 3.3.3
github.com/volatiletech/sqlboiler/v4 4.17.1 4.18.0
go.mongodb.org/mongo-driver 1.17.1 1.17.2
golang.org/x/crypto 0.31.0 0.32.0
golang.org/x/exp 0.0.0-20240909161429-701f63a606c0 0.0.0-20241210194714-1829a127f884
golang.org/x/net 0.33.0 0.34.0
google.golang.org/protobuf 1.36.1 1.36.4
k8s.io/api 0.32.0 0.32.1
k8s.io/apiextensions-apiserver 0.32.0 0.32.1
k8s.io/apimachinery 0.32.0 0.32.1
k8s.io/client-go 0.32.0 0.32.1

Updates code.gitea.io/sdk/gitea from 0.19.0 to 0.20.0

Updates connectrpc.com/connect from 1.17.0 to 1.18.1

Release notes

Sourced from connectrpc.com/connect's releases.

v1.18.1

What's Changed

Bugfixes

Full Changelog: connectrpc/connect-go@v1.18.0...v1.18.1

v1.18.0

What's Changed

Enhancements

Other changes

New Contributors

Full Changelog: connectrpc/connect-go@v1.17.0...v1.18.0

Commits
  • 46c8b00 Prepare for v1.18.1 (#809)
  • 044befe Fix protoc-gen-go schema variable case handling (#808)
  • 867dac8 Back to development (#806)
  • 8c52642 Prepare for v1.18.0 (#805)
  • 29d45c4 Add same_package option to protoc-gen-connect-go (#803)
  • d55ebd8 Make stream client closers non-blocking (#791)
  • 7dc3e6d Bump github.com/quic-go/quic-go from 0.46.0 to 0.48.2 in /internal/conformanc...
  • 74a6754 Remove reader allocation for compressors pools (#792)
  • 6029bf7 Fix spelling of "optimize" in comment (#786)
  • 145b279 Bump connectrpc.com/conformance from 1.0.3 to 1.0.4 in /internal/conformance ...
  • Additional commits viewable in compare view

Updates github.com/aws/aws-sdk-go from 1.55.5 to 1.55.6

Release notes

Sourced from github.com/aws/aws-sdk-go's releases.

Release v1.55.6 (2025-01-15)

SDK Bugs

  • Fix broken printf for go1.24
Commits
  • e1db430 release v1.55.6 (2025-01-15) (#5341)
  • 5ab6103 changelog
  • 394e0e3 Merge pull request #5340 from djedward/main
  • 19d98e3 Fix improper use of Printf-style functions
  • 7112c0a Merge pull request #5325 from ashishdhingra/user/ashdhin/IssueTemplateRegress...
  • 8d6a0f9 chore: Modified bug issue template to add checkbox to report potential regres...
  • 02c1f72 Update PULL_REQUEST_TEMPLATE.md
  • See full diff in compare view

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

Release notes

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

v1.16.3

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

v1.16.3 is a patch release mainly focused around bumping dependencies to address reported CVEs: CVE-2024-45337 and CVE-2024-45338.

We don't believe that cert-manager is actually vulnerable; this release is instead intended to satisfy vulnerability scanners.

It also includes a bug fix to the new renewBeforePercentage field. If you were using renewBeforePercentage, see PR #7421 for more information.

Changes

Bug

Other

Commits

Updates github.com/docker/cli from 27.4.1+incompatible to 27.5.1+incompatible

Commits

Updates github.com/go-git/go-git/v5 from 5.13.0 to 5.13.2

Release notes

Sourced from github.com/go-git/go-git/v5's releases.

v5.13.2

What's Changed

Full Changelog: go-git/go-git@v5.13.1...v5.13.2

v5.13.1

What's Changed

Full Changelog: go-git/go-git@v5.13.0...v5.13.1

Commits
  • 2c68247 Merge pull request #1383 from go-git/dependabot/go_modules/github.com/ProtonM...
  • d462c2e Merge pull request #1359 from BeChris/issue1150-v5
  • 32ac23a Merge pull request #1392 from go-git/dependabot/go_modules/github.com/pjbgf/s...
  • 93e635a build: bump github.com/pjbgf/sha1cd from 0.3.0 to 0.3.2
  • b2bb975 git: worktree_status, took into account code review remarks
  • 518ac88 git: worktree_status, fix adding dot slash files to working tree (backported ...
  • 21b3150 build: bump github.com/ProtonMail/go-crypto from 1.1.4 to 1.1.5
  • 189e7e4 Merge pull request #1361 from BeChris/issue1176-v5
  • 654815a Merge pull request #1377 from go-git/dependabot/go_modules/github.com/elazarl...
  • 91dbdb9 Merge pull request #1376 from go-git/dependabot/github_actions/github/codeql-...
  • Additional commits viewable in compare view

Updates github.com/moby/buildkit from 0.18.2 to 0.19.0

Release notes

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

v0.19.0

Welcome to the v0.19.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
  • Sebastiaan van Stijn
  • Akihiro Suda
  • Jonathan A. Sternberg
  • Anthony Nandaa
  • Brian Goff
  • David Karlsson
  • Marat Radchenko
  • Shaun Thompson
  • Alberto Garcia Hierro
  • Daniel Githinji
  • Peter Engelbert
  • Steeve Chailloux
  • lvyaoting

Notable Changes

  • Builtin Dockerfile frontend has been updated to v1.13.0
  • Attestations embedded into build results can now be generated in OCI artifact format with oci-artifact=true option #5573
  • Platform specifiers that set Windows OSVersion are now supported #5614
  • Add powershell.exe dir to default PATH for WCOW #5446
  • Allow unix address for debug address for buildkitd #5568
  • Requests that pull in Git sources now inherit proxy environment variables from buildkitd #5613
  • Update Runc to v1.2.4 #5639
  • Update RootlessKit to v2.3.2 #5674
  • Fix possible "unknown file mode" error when transferring files on Windows #5636 #5657
  • Fix possible panic from data race in history record serialization #5666
  • Fix error message for invalid includepatterns #5649
  • Fix invalid index.json annotations on tar=false export #5589
  • Fix possible panic when walking provenance due to race condition #5606

Dependency Changes

  • github.com/AdaLogics/go-fuzz-headers ced1acdcaa24 -> e8a1dd7889d6
  • github.com/AdamKorcz/go-118-fuzz-build 8075edf89bb0 -> 2b5cbb29f3e2
  • github.com/Microsoft/hcsshim v0.12.8 -> v0.12.9
  • github.com/aws/aws-sdk-go-v2 v1.24.1 -> v1.30.3
  • github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.5.4 -> v1.6.3
  • github.com/aws/aws-sdk-go-v2/config v1.26.6 -> v1.27.27

... (truncated)

Commits
  • 3637d1b Merge pull request #5676 from crazy-max/v0.19_backport_rootless-update
  • fd911c1 Dockerfile: update RootlessKit to v2.3.2
  • 3a76127 Merge pull request #5613 from WnP/git-proxy
  • 4f97acf fix git http_proxy ignored
  • c2c70ac Merge pull request #5643 from crazy-max/update-libcap
  • 77c7489 Merge pull request #5656 from cpuguy83/platform_format_add_config_check
  • e7185ac Merge pull request #5636 from jsternberg/unroll-prune-loop
  • f55aa54 Merge pull request #5665 from jsternberg/clear-mode-irregular
  • f101ab5 Merge pull request #5666 from tonistiigi/marshal-history-record-fix
  • 45177da contenthash: clear ModeIrregular before sending to archive/tar
  • Additional commits viewable in compare view

Updates github.com/prometheus/common from 0.61.0 to 0.62.0

Release notes

Sourced from github.com/prometheus/common's releases.

v0.62.0

⚠️ This releases switches internal global to UTF8Validation from LegacyValidation. This is a breaking change, relaxing the validation. We don't intend to add more schemas and we have to have a global for unmarshalling interfaces, thus the change was made ⚠️

What's Changed

New Contributors

Full Changelog: prometheus/common@v0.61.0...v0.62.0

Commits
  • 280b0e7 http_config: Allow customizing TLS config and settings. (#748)
  • aea8919 Update common Prometheus files (#747)
  • 8d916fa Bump golang.org/x/net from 0.32.0 to 0.33.0 (#743)
  • fe88605 Bump google.golang.org/protobuf from 1.35.2 to 1.36.1 (#744)
  • 5d9961d Update common Prometheus files (#742)
  • 0a89b98 Merge pull request #740 from dashpole/update_om_links
  • e3926e2 update links to openmetrics to reference the v1.0.0 release
  • d88ee1f Remove deprecated sigv4 module (#737)
  • c3fdb17 Remove deprecated promlog package (#738)
  • cf5f48f Change default validation scheme to UTF8Validation (#724)
  • See full diff in compare view

Updates github.com/samber/lo from 1.47.0 to 1.49.1

Release notes

Sourced from github.com/samber/lo's releases.

v1.49.1

What's Changed

Full Changelog: samber/lo@v1.49.0...v1.49.1

v1.49.0

What's Changed

New Contributors

Full Changelog: samber/lo@v1.48.0...v1.49.0

v1.48.0

What's Changed

Feature

Fix

Refactor

New Contributors

... (truncated)

Commits

Updates github.com/spf13/pflag from 1.0.5 to 1.0.6

Release notes

Sourced from github.com/spf13/pflag's releases.

v1.0.6

What's Changed

New Contributors

Full Changelog: spf13/pflag@v1.0.5...v1.0.6

Commits

Updates github.com/tonistiigi/fsutil from 0.0.0-20241121093142-31cf1f437184 to 0.0.0-20250113203817-b14e27f4135a

Commits

Updates github.com/traefik/traefik/v3 from 3.2.3 to 3.3.3

Release notes

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

v3.3.3

Bug fixes:

  • [api] Do not create observability model by default (#11476 by rtribotte)
  • [fastproxy] Fix content-length header assertion (#11498 by kevinpollet)
  • [fastproxy] Handle responses without content length header (#11458 by rtribotte)
  • [k8s/crd,k8s] Add missing headerField in Middleware CRD (#11499 by jspdown)
  • [tracing,accesslogs] Bring back TraceID and SpanID fields in access logs (#11450 by rtribotte)

Misc:

v3.3.2

Bug fixes:

  • [fastproxy] Do not read response body for HEAD requests (#11442 by kevinpollet)
  • [metrics,tracing,accesslogs] Fix observability configuration on EntryPoints (#11446 by rtribotte)
  • [webui] Set content-type when serving webui index (#11428 by kevinpollet)

Documentation:

  • [acme] Fix deprecated dnsChallenge propagation logging and documentation (#11433 by thomscode)
  • [acme] Add missing trailing s to propagation.delayBeforeCheck option (#11417 by jspiers)

Misc:

v3.3.1

Bug fixes:

  • [websocket,server] Disable http2 connect setting for websocket by default (#11408 by rtribotte)

v3.3.0

⚠️ There is an issue with websocket upgrade. If you want to use this version, please set the following environment variable GODEBUG=http2xconnect=0 ⚠️

Enhancements:

  • [acme] Add options to control ACME propagation checks (#11241 by ldez)
  • [api] Add support dump API endpoint (#11328 by mmatur)
  • [http] Set Host header in HTTP provider request (#11237 by nikonhub)
  • [k8s/crd,k8s] Make the IngressRoute kind optional (#11177 by skirtan1)
  • [k8s/ingress,sticky-session,k8s/crd,k8s] Support serving endpoints (#11121 by BZValoche)
  • [logs,accesslogs] OpenTelemetry Logs and Access Logs (#11319 by rtribotte)
  • [logs,accesslogs] Add experimental flag for OTLP logs integration (#11335 by kevinpollet)
  • [metrics,tracing,accesslogs] Manage observability at entrypoint and router level (#11308 by rtribotte)
  • [middleware,authentication] Add an option to preserve the ForwardAuth Server Location header (#11318 by Nelwhix)
  • [middleware,authentication] Only calculate basic auth hashes once for concurrent requests (#11143 by michelheusschen)
  • [middleware,authentication] Send request body to authorization server for forward auth (#11097 by kyo-ke)
  • [plugins] Add AbortOnPluginFailure option to abort startup on plugin load failure (#11228 by bmagic)
  • [sticky-session] Configurable path for sticky cookies (#11166 by IIpragmaII)
  • [webui,api] Configurable API & Dashboard base path (#11250 by rtribotte)

Bug fixes:

... (truncated)

Changelog

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

v3.3.3 (2025-01-31)

All Commits

Bug fixes:

  • [api] Do not create observability model by default (#11476 by rtribotte)
  • [fastproxy] Fix content-length header assertion (#11498 by kevinpollet)
  • [fastproxy] Handle responses without content length header (#11458 by rtribotte)
  • [k8s/crd,k8s] Add missing headerField in Middleware CRD (#11499 by jspdown)
  • [tracing,accesslogs] Bring back TraceID and SpanID fields in access logs (#11450 by rtribotte)

Misc:

v2.11.20 (2025-01-31)

All Commits

Bug fixes:

  • [acme] Graceful shutdown for ACME JSON write operation (#11497 by juliens)

Documentation:

v2.11.19 (2025-01-29)

All Commits

Bug fixes:

  • [middleware] Changing log message when client cert is not available to debug (#11453 by Nelwhix)
  • [service] Do not create a logger instance for each proxy (#11487 by kevinpollet)
  • [webui] Fix auto refresh not clearing on component unmount (#11477 by DoubleREW)

Documentation:

  • Remove awesome.traefik.io reference in documentation section (#11435 by kevinpollet)

v3.3.2 (2025-01-14)

All Commits

Bug fixes:

  • [fastproxy] Do not read response body for HEAD requests (#11442 by kevinpollet)
  • [metrics,tracing,accesslogs] Fix observability configuration on EntryPoints (#11446 by rtribotte)
  • [webui] Set content-type when serving webui index (#11428 by kevinpollet)

Documentation:

  • [acme] Fix deprecated dnsChallenge propagation logging and documentation (#11433 by thomscode)
  • [acme] Add missing trailing s to propagation.delayBeforeCheck option (#11417 by jspiers)

Misc:

v3.3.1 (2025-01-07)

... (truncated)

Commits
  • da2278b Prepare release v3.3.3
  • cfebed7 Merge branch v2.11 into v3.3
  • 4e441d0 Prepare release v2.11.20
  • 8f5dd7b Change docker-compose to docker compose
  • d04e2d7 Add missing headerField in Middleware CRD
  • cdd24e9 Fix content-length header assertion
  • 4fd6b10 Merge branch v2.11 into v3.3
  • 86315e0 Fix ACME write when traefik is shutting down
  • c20af07 Set check-latest to true in Go setup
  • 8593581 Fix integration tests for HTTPS
  • Additional commits viewable in compare view

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

Release notes

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

v4.18.0

Added

Fixed

  • Revert change to DeleteAll method. The change causes incorrect changes on tables with multi-column primary keys

New Contributors

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

Changelog

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

[4.18.0] - 2025-01-03

Added

Fixed

  • Revert change to DeleteAll method. The change causes incorrect changes on tables with multi-column primary keys
Commits
  • 2921b87 Update CHANGELOG and Bump Version
  • 6a51bd5 Update CHANGELOG and Bump Version
  • a33806b Merge pull request #1431 from volatiletech/revert-1376-master
  • fc6399e Revert "Updates to string template"
  • d0cee93 Merge pull request #1428 from volatiletech/workflows
  • 9dd0e46 Pin ubuntu-22.04 in workflow
  • dafaf41 Merge pull request #1414 from morganhein/feat/add-no-schema-argument
  • 583bd69 wip: added --no-schema option scaffolding, needs tests
  • See full diff in compare view

Updates go.mongodb.org/mongo-driver from 1.17.1 to 1.17.2

Release notes

Sourced from go.mongodb.org/mongo-driver's releases.

MongoDB Go Driver 1.17.2

The MongoDB Go Driver Team is pleased to release version 1.17.2 of the official MongoDB Go driver.

Release Notes

This release addresses several...

Description has been truncated

Bumps the non-majors group with 22 updates:

| Package | From | To |
| --- | --- | --- |
| code.gitea.io/sdk/gitea | `0.19.0` | `0.20.0` |
| [connectrpc.com/connect](https://github.com/connectrpc/connect-go) | `1.17.0` | `1.18.1` |
| [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) | `1.55.5` | `1.55.6` |
| [github.com/cert-manager/cert-manager](https://github.com/cert-manager/cert-manager) | `1.16.2` | `1.16.3` |
| [github.com/docker/cli](https://github.com/docker/cli) | `27.4.1+incompatible` | `27.5.1+incompatible` |
| [github.com/go-git/go-git/v5](https://github.com/go-git/go-git) | `5.13.0` | `5.13.2` |
| [github.com/moby/buildkit](https://github.com/moby/buildkit) | `0.18.2` | `0.19.0` |
| [github.com/prometheus/common](https://github.com/prometheus/common) | `0.61.0` | `0.62.0` |
| [github.com/samber/lo](https://github.com/samber/lo) | `1.47.0` | `1.49.1` |
| [github.com/spf13/pflag](https://github.com/spf13/pflag) | `1.0.5` | `1.0.6` |
| [github.com/tonistiigi/fsutil](https://github.com/tonistiigi/fsutil) | `0.0.0-20241121093142-31cf1f437184` | `0.0.0-20250113203817-b14e27f4135a` |
| [github.com/traefik/traefik/v3](https://github.com/traefik/traefik) | `3.2.3` | `3.3.3` |
| [github.com/volatiletech/sqlboiler/v4](https://github.com/volatiletech/sqlboiler) | `4.17.1` | `4.18.0` |
| [go.mongodb.org/mongo-driver](https://github.com/mongodb/mongo-go-driver) | `1.17.1` | `1.17.2` |
| [golang.org/x/crypto](https://github.com/golang/crypto) | `0.31.0` | `0.32.0` |
| [golang.org/x/exp](https://github.com/golang/exp) | `0.0.0-20240909161429-701f63a606c0` | `0.0.0-20241210194714-1829a127f884` |
| [golang.org/x/net](https://github.com/golang/net) | `0.33.0` | `0.34.0` |
| google.golang.org/protobuf | `1.36.1` | `1.36.4` |
| [k8s.io/api](https://github.com/kubernetes/api) | `0.32.0` | `0.32.1` |
| [k8s.io/apiextensions-apiserver](https://github.com/kubernetes/apiextensions-apiserver) | `0.32.0` | `0.32.1` |
| [k8s.io/apimachinery](https://github.com/kubernetes/apimachinery) | `0.32.0` | `0.32.1` |
| [k8s.io/client-go](https://github.com/kubernetes/client-go) | `0.32.0` | `0.32.1` |


Updates `code.gitea.io/sdk/gitea` from 0.19.0 to 0.20.0

Updates `connectrpc.com/connect` from 1.17.0 to 1.18.1
- [Release notes](https://github.com/connectrpc/connect-go/releases)
- [Changelog](https://github.com/connectrpc/connect-go/blob/main/RELEASE.md)
- [Commits](connectrpc/connect-go@v1.17.0...v1.18.1)

Updates `github.com/aws/aws-sdk-go` from 1.55.5 to 1.55.6
- [Release notes](https://github.com/aws/aws-sdk-go/releases)
- [Changelog](https://github.com/aws/aws-sdk-go/blob/main/CHANGELOG_PENDING.md)
- [Commits](aws/aws-sdk-go@v1.55.5...v1.55.6)

Updates `github.com/cert-manager/cert-manager` from 1.16.2 to 1.16.3
- [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.2...v1.16.3)

Updates `github.com/docker/cli` from 27.4.1+incompatible to 27.5.1+incompatible
- [Commits](docker/cli@v27.4.1...v27.5.1)

Updates `github.com/go-git/go-git/v5` from 5.13.0 to 5.13.2
- [Release notes](https://github.com/go-git/go-git/releases)
- [Commits](go-git/go-git@v5.13.0...v5.13.2)

Updates `github.com/moby/buildkit` from 0.18.2 to 0.19.0
- [Release notes](https://github.com/moby/buildkit/releases)
- [Commits](moby/buildkit@v0.18.2...v0.19.0)

Updates `github.com/prometheus/common` from 0.61.0 to 0.62.0
- [Release notes](https://github.com/prometheus/common/releases)
- [Changelog](https://github.com/prometheus/common/blob/main/RELEASE.md)
- [Commits](prometheus/common@v0.61.0...v0.62.0)

Updates `github.com/samber/lo` from 1.47.0 to 1.49.1
- [Release notes](https://github.com/samber/lo/releases)
- [Commits](samber/lo@v1.47.0...v1.49.1)

Updates `github.com/spf13/pflag` from 1.0.5 to 1.0.6
- [Release notes](https://github.com/spf13/pflag/releases)
- [Commits](spf13/pflag@v1.0.5...v1.0.6)

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

Updates `github.com/traefik/traefik/v3` from 3.2.3 to 3.3.3
- [Release notes](https://github.com/traefik/traefik/releases)
- [Changelog](https://github.com/traefik/traefik/blob/v3.3.3/CHANGELOG.md)
- [Commits](traefik/traefik@v3.2.3...v3.3.3)

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

Updates `go.mongodb.org/mongo-driver` from 1.17.1 to 1.17.2
- [Release notes](https://github.com/mongodb/mongo-go-driver/releases)
- [Commits](mongodb/mongo-go-driver@v1.17.1...v1.17.2)

Updates `golang.org/x/crypto` from 0.31.0 to 0.32.0
- [Commits](golang/crypto@v0.31.0...v0.32.0)

Updates `golang.org/x/exp` from 0.0.0-20240909161429-701f63a606c0 to 0.0.0-20241210194714-1829a127f884
- [Commits](https://github.com/golang/exp/commits)

Updates `golang.org/x/net` from 0.33.0 to 0.34.0
- [Commits](golang/net@v0.33.0...v0.34.0)

Updates `google.golang.org/protobuf` from 1.36.1 to 1.36.4

Updates `k8s.io/api` from 0.32.0 to 0.32.1
- [Commits](kubernetes/api@v0.32.0...v0.32.1)

Updates `k8s.io/apiextensions-apiserver` from 0.32.0 to 0.32.1
- [Release notes](https://github.com/kubernetes/apiextensions-apiserver/releases)
- [Commits](kubernetes/apiextensions-apiserver@v0.32.0...v0.32.1)

Updates `k8s.io/apimachinery` from 0.32.0 to 0.32.1
- [Commits](kubernetes/apimachinery@v0.32.0...v0.32.1)

Updates `k8s.io/client-go` from 0.32.0 to 0.32.1
- [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md)
- [Commits](kubernetes/client-go@v0.32.0...v0.32.1)

---
updated-dependencies:
- dependency-name: code.gitea.io/sdk/gitea
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: non-majors
- dependency-name: connectrpc.com/connect
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: non-majors
- dependency-name: github.com/aws/aws-sdk-go
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: non-majors
- 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/docker/cli
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: non-majors
- dependency-name: github.com/go-git/go-git/v5
  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/prometheus/common
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: non-majors
- dependency-name: github.com/samber/lo
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: non-majors
- dependency-name: github.com/spf13/pflag
  dependency-type: direct:production
  update-type: version-update:semver-patch
  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-minor
  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: go.mongodb.org/mongo-driver
  dependency-type: direct:production
  update-type: version-update:semver-patch
  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/exp
  dependency-type: direct:production
  update-type: version-update:semver-patch
  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: 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] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Feb 1, 2025
Copy link

github-actions bot commented Feb 1, 2025

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

@pirosiki197 pirosiki197 merged commit c306292 into main Feb 3, 2025
12 checks passed
@pirosiki197 pirosiki197 deleted the dependabot/go_modules/non-majors-fbc60b32f1 branch February 3, 2025 06:03
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