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

🌱 Bump the gomod group across 2 directories with 13 updates #4450

Merged
merged 1 commit into from
Dec 11, 2024

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the gomod group with 7 updates in the / directory:

Package From To
cloud.google.com/go/bigquery 1.64.0 1.65.0
cloud.google.com/go/pubsub 1.45.1 1.45.3
github.com/bradleyfalzon/ghinstallation/v2 2.11.0 2.12.0
github.com/moby/buildkit 0.18.0 0.18.1
github.com/onsi/gomega 1.35.1 1.36.1
github.com/caarlos0/env/v6 6.10.0 6.10.1
github.com/xanzy/go-gitlab 0.113.0 0.115.0

Bumps the gomod group with 7 updates in the /tools directory:

Package From To
gocloud.dev 0.39.0 0.40.0
golang.org/x/text 0.19.0 0.21.0
github.com/go-git/go-billy/v5 5.5.0 5.6.0
github.com/xanzy/go-gitlab 0.109.0 0.115.0
golang.org/x/oauth2 0.23.0 0.24.0
github.com/google/ko 0.16.0 0.17.1
github.com/goreleaser/goreleaser/v2 2.3.2 2.4.8

Updates cloud.google.com/go/bigquery from 1.64.0 to 1.65.0

Release notes

Sourced from cloud.google.com/go/bigquery's releases.

bigquery: v1.65.0

1.65.0 (2024-12-05)

Features

  • bigquery/reservation: Add a new field is_flat_rate to .google.cloud.bigquery.reservation.v1.CapacityCommitment to distinguish between flat rate and edition commitments (8dedb87)
  • bigquery/reservation: Add the managed disaster recovery API(https (8dedb87)
  • bigquery: Expose IsCaseInsensitive for dataset metadata (#11216) (364b639)
  • bigquery: Support IAM conditions in datasets (#11123) (d93c2d9)

Bug Fixes

Documentation

  • bigquery/reservation: Clarify that Autoscale.current_slots in message .google.cloud.bigquery.reservation.v1.Reservation can temporarily be larger than Autoscale.max_slots if users reduce Autoscale.max_slots (8dedb87)
  • bigquery/reservation: Update comment for slot_capacity in message .google.cloud.bigquery.reservation.v1.Reservation to provide more clarity about reservation baselines, committed slots and autoscaler SKU charges when the baseline exceeds committed slots (8dedb87)
  • bigquery/reservation: Update comments for commitment_start_time and commitment_end_time in message .google.cloud.bigquery.reservation.v1.CapacityCommitment to provide details on how these values are affected by commitment renewal (8dedb87)
Commits
  • 0d41231 chore(main): release spanner 1.65.0 (#10474)
  • 643a8e3 feat(bigtable): expose protoToType (#10602)
  • 0211c95 feat(bigtable): Add MergeToCell support to the bigtable emulator and client (...
  • a49ab59 feat(bigtable): Add support for new functions (#10582)
  • 6bd2596 chore(all): update module github.com/google/s2a-go to v0.1.8 (#10586)
  • 3a566ed chore(bigtable): bump genproto (#10600)
  • ce31365 fix(bigtable): move usage to local proto definitions (#10598)
  • 485d54b chore(main): release bigtable 1.27.1 (#10596)
  • 5b4b0f7 feat(deploy): add support for different Pod selector labels when doing canari...
  • a6847cb chore: fix bigtable config (#10594)
  • Additional commits viewable in compare view

Updates cloud.google.com/go/pubsub from 1.45.1 to 1.45.3

Release notes

Sourced from cloud.google.com/go/pubsub's releases.

pubsub: v1.45.3

1.45.3 (2024-12-04)

Bug Fixes

  • pubsub: Convert stream ack deadline seconds from duration (#11214) (b2b05e4)

pubsub: v1.45.2

1.45.2 (2024-12-03)

Bug Fixes

  • pubsub/pstest: Make invalid filter return error instead of panic (#11087) (45e1ce7)
  • pubsub: Only init batch span if trace enabled (#11193) (f843d50)
  • pubsub: Use official semconv variable whenever possible (#10904) (1ce4b6d)

Documentation

  • pubsub: MinExtensionPeriod defaults to 60 seconds (#10791) (cc88fe1)
Commits

Updates github.com/bradleyfalzon/ghinstallation/v2 from 2.11.0 to 2.12.0

Release notes

Sourced from github.com/bradleyfalzon/ghinstallation/v2's releases.

v2.12.0

What's Changed

New Contributors

Full Changelog: bradleyfalzon/ghinstallation@v2.11.0...v2.12.0

Commits

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

Release notes

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

v0.18.1

Welcome to the v0.18.1 release of buildkit!

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

Notable Changes

  • Fix issue where builds from older versions of clients/frontends could result in missing "no-cache" behavior or original Dockerfile commands could be missing in progress output #5563

Dependency Changes

This release has no dependency changes

Previous release can be found at v0.18.0

Commits
  • eb68885 Merge pull request #5564 from tonistiigi/v0.18.1-picks
  • ec39add llbsolver: fix recompute test and avoid struct copy
  • 64293f9 llbsolver: tie op metadata to the op before recomputing digests
  • See full diff in compare view

Updates github.com/onsi/gomega from 1.35.1 to 1.36.1

Release notes

Sourced from github.com/onsi/gomega's releases.

v1.36.1

1.36.1

Fixes

v1.36.0

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]
Changelog

Sourced from github.com/onsi/gomega's changelog.

1.36.1

Fixes

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]
Commits

Updates golang.org/x/text from 0.19.0 to 0.20.0

Commits
  • d42948e go.mod: update golang.org/x dependencies
  • efd25da go.mod: update golang.org/x dependencies
  • 8a0e65e README: don't recommend go get
  • fefda1a internal/texttest: remove Run and Bench helpers
  • a457f47 all: normalize subtest names to NFC
  • See full diff in compare view

Updates github.com/caarlos0/env/v6 from 6.10.0 to 6.10.1

Release notes

Sourced from github.com/caarlos0/env/v6's releases.

v6.10.1

Changelog

Bug fixes

  • f3ddf1f7ee602a224429717ddc431e9083d45882: fix: non empty struct pointer value (#236) (@​akutuev)

Released with GoReleaser Pro!

Commits

Updates github.com/xanzy/go-gitlab from 0.113.0 to 0.115.0

Release notes

Sourced from github.com/xanzy/go-gitlab's releases.

v0.115.0 (deprecation)

This release is solely to deprecate this package in favor of https://gitlab.com/gitlab-org/api/client-go.

See the migration information in #2060

v0.114.0

What's Changed

New Contributors

Full Changelog: xanzy/go-gitlab@v0.113.0...v0.114.0

Commits
  • bbe76a5 Merge pull request #2075 from xanzy/github/migrate-to-gitlab
  • 7f944b7 Merge pull request #2064 from yogeshlonkar/main
  • 5626c64 Merge pull request #2065 from yogeshlonkar/feat/hidden-variables-on-projects
  • 5146c24 Fix model for get, create and update group variable
  • 44d69ec Fix model for get, create and update project variable
  • 820d428 Deprecate github.com/xanzy/go-gitlab in favor of gitlab.com/gitlab-org/client...
  • 2526565 Deprecate module and its exported client type and constructor functions
  • 01aa9b5 Merge pull request #2071 from ipsavitsky/ipsavitsky/create-service-account-us...
  • c3da1c2 Add comment to CreateServiceAccountUserOptions
  • 6ba9ee4 Add options to CreateServiceAccountUser
  • Additional commits viewable in compare view

Updates golang.org/x/oauth2 from 0.23.0 to 0.24.0

Commits

Updates gocloud.dev from 0.39.0 to 0.40.0

Release notes

Sourced from gocloud.dev's releases.

v0.40.0

What's Changed

New Contributors

Full Changelog: google/go-cloud@v0.39.0...v0.40.0

Commits
  • ce6d5c1 all: prep for release (#3498)
  • 0bc0788 aws: add rate_limiter_capacity to configure client-side rate limits
  • af4c9dd blob/s3blob: Add disable_https and use_path_style query param options
  • bbdd0b3 aws: Add support for non-camelcased version of two URL parameters. (#3494)
  • 2cb18bb blob/gcsblob: Allow providing options for storage.NewClient (#3493)
  • e5b1bc6 blob: change howto docs to reflect awssdk=v2 is the default as of 0.39. (#3487)
  • aeb964f aws: support additional endpoint query parameters "dualstack", "fips", "accel...
  • 9af237b blob/s3blob: fix typo in docs (#3485)
  • 8b41580 blob/azblob: Support AZURE_STORAGEBLOB_CONNECTIONSTRING as an alternative for...
  • 49a4d98 blob/azureblob: fix typo in documentation (#3481)
  • Additional commits viewable in compare view

Updates golang.org/x/text from 0.19.0 to 0.21.0

Commits
  • d42948e go.mod: update golang.org/x dependencies
  • efd25da go.mod: update golang.org/x dependencies
  • 8a0e65e README: don't recommend go get
  • fefda1a internal/texttest: remove Run and Bench helpers
  • a457f47 all: normalize subtest names to NFC
  • See full diff in compare view

Updates github.com/go-git/go-billy/v5 from 5.5.0 to 5.6.0

Release notes

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

v5.6.0

What's Changed

New Contributors

Full Changelog: go-git/go-billy@v5.5.0...v5.6.0

Commits
  • 371e232 Merge pull request #85 from go-git/dependabot/github_actions/github/codeql-ac...
  • 5087c4c build: bump github/codeql-action from 3.26.10 to 3.26.11
  • 5f263c9 Merge pull request #84 from go-git/dependabot/github_actions/github/codeql-ac...
  • 18ec098 build: bump github/codeql-action from 3.26.8 to 3.26.10
  • c1ee0b9 Merge pull request #81 from evankanderson/iofs
  • b50bc97 Rename Wrap to New
  • 9745bbb Merge pull request #83 from go-git/dependabot/github_actions/github/codeql-ac...
  • d864d47 build: bump github/codeql-action from 3.26.7 to 3.26.8
  • b8c5b1b Prevent test failures on Windows, address feedback from pjbgf
  • 28f6c49 Fix test handling on go < 1.23
  • Additional commits viewable in compare view

Updates github.com/xanzy/go-gitlab from 0.109.0 to 0.115.0

Release notes

Sourced from github.com/xanzy/go-gitlab's releases.

v0.115.0 (deprecation)

This release is solely to deprecate this package in favor of https://gitlab.com/gitlab-org/api/client-go.

See the migration information in #2060

v0.114.0

What's Changed

New Contributors

Full Changelog: xanzy/go-gitlab@v0.113.0...v0.114.0

Commits
  • bbe76a5 Merge pull request #2075 from xanzy/github/migrate-to-gitlab
  • 7f944b7 Merge pull request #2064 from yogeshlonkar/main
  • 5626c64 Merge pull request #2065 from yogeshlonkar/feat/hidden-variables-on-projects
  • 5146c24 Fix model for get, create and update group variable
  • 44d69ec Fix model for get, create and update project variable
  • 820d428 Deprecate github.com/xanzy/go-gitlab in favor of gitlab.com/gitlab-org/client...
  • 2526565 Deprecate module and its exported client type and constructor functions
  • 01aa9b5 Merge pull request #2071 from ipsavitsky/ipsavitsky/create-service-account-us...
  • c3da1c2 Add comment to CreateServiceAccountUserOptions
  • 6ba9ee4 Add options to CreateServiceAccountUser
  • Additional commits viewable in compare view

Updates golang.org/x/oauth2 from 0.23.0 to 0.24.0

Commits

Updates github.com/google/ko from 0.16.0 to 0.17.1

Release notes

Sourced from github.com/google/ko's releases.

v0.17.1

What's Changed

Full Changelog: ko-build/ko@v0.17.0...v0.17.1

v0.17.0

What's Changed

Other changes

... (truncated)

Commits
  • fd1f251 Remove cycle in release process
  • ac22328 feat: add image user option
  • 6541f6e Merge pull request #1421 from ko-build/dependabot/github_actions/actions/uplo...
  • bfaef8b Merge pull request #1431 from ko-build/dependabot/github_actions/actions/chec...
  • 13b4955 Merge pull request #1432 from ko-build/dependabot/go_modules/k8s.io/apimachin...
  • 3701328 Bump k8s.io/apimachinery from 0.31.1 to 0.31.2
  • 4e5d543 Bump actions/checkout from 4.2.1 to 4.2.2
  • 711779e Document linux_capabilities in builds section
  • 4761e07 Bump actions/upload-artifact from 4.4.2 to 4.4.3
  • 43baebd Merge pull request #1429 from ko-build/dependabot/github_actions/github/codeq...
  • Additional commits viewable in compare view

Updates github.com/goreleaser/goreleaser/v2 from 2.3.2 to 2.4.8

Release notes

Sourced from github.com/goreleaser/goreleaser/v2's releases.

v2.4.8

Changelog

Bug fixes

  • 377981ebd76e1bbb0dbe07d5428239ec8c5381a8: fix(aur): description with quotes (#5304) (@​ldez)
  • 10ab79f8581b9ff25a04f26cee54d2164f2d8277: fix(build): overrides without specifying goarm64 et al (#5298) (@​caarlos0)
  • ae4f6aa662dd26a879f82d507fff13f816748e92: refactor: replace fmt.Errorf with errors.New for consistency (#5294) (@​alexandear)
  • bae3bacc7d34ec433a7cc0b53a2c3691ea8ba6b7: refactor: use cmp.Or instead of ordered.First (#5295) (@​alexandear)

Dependency updates

  • 50d51ac89868bf6de10112e33cca5afb491b872f: chore(deps): bump anchore/sbom-action from 0.17.7 to 0.17.8 (#5305) (@​dependabot[bot])
  • 11cd27ec20c00c7acb0b3007781728e715d0d27f: chore(deps): bump codecov/codecov-action from 5.0.2 to 5.0.4 (#5300) (@​dependabot[bot])
  • 2527485f34069676742662704d7d62facde5b7ea: chore(deps): bump codecov/codecov-action from 5.0.4 to 5.0.7 (#5302) (@​dependabot[bot])
  • 47f97818647a66df9cb61986eff59ce9092f11f9: chore(deps): bump github.com/Masterminds/semver/v3 from 3.3.0 to 3.3.1 (#5299) (@​dependabot[bot])
  • c124eef95ab17145948133ffc130998ed21dbb7b: chore(deps): bump github.com/xanzy/go-gitlab from 0.113.0 to 0.114.0 (#5296) (@​dependabot[bot])
  • 1cfe69e7e9852d4f7b70881cb048170be2701d03: chore(deps): bump github/codeql-action from 3.27.4 to 3.27.5 (#5303) (@​dependabot[bot])

Other work

  • 4b4facb4b2d265528464da33a6b5612dd8e73f3a: chore: auto-update generated files (@​actions-user)

Full Changelog: goreleaser/goreleaser@v2.4.7...v2.4.8

Helping out

This release is only possible thanks to all the support of some awesome people!

Want to be one of them? You can sponsor, get a Pro License or contribute with code.

Where to go next?

v2.4.7

Changelog

Bug fixes

  • 700889269f740f659c9f3867f2b79fed677b74b0: fix: no output (@​caarlos0)

Dependency updates

  • 0ec1c2cf2af3ea854902bff8a29ca5dd45f5cd7e: chore(deps): bump codecov/codecov-action from 5.0.0 to 5.0.2 (#5293) (@​dependabot[bot])

Other work

  • f6d9c44d98aa00aa7068cc700fa7301675d58a84: chore: auto-update generated files (@​actions-user)

Full Changelog: goreleaser/goreleaser@v2.4.6...v2.4.7

Helping out

This release is only possible thanks to all the support of some awesome people!

... (truncated)

Commits
  • 377981e fix(aur): description with quotes (#5304)
  • 50d51ac chore(deps): bump anchore/sbom-action from 0.17.7 to 0.17.8 (#5305)
  • 2527485 chore(deps): bump codecov/codecov-action from 5.0.4 to 5.0.7 (#5302)
  • 1cfe69e chore(deps): bump github/codeql-action from 3.27.4 to 3.27.5 (#5303)
  • ed94f0d test(ko): update chainguard labels
  • 10ab79f fix(build): overrides without specifying goarm64 et al (#5298)
  • 11cd27e chore(deps): bump codecov/codecov-action from 5.0.2 to 5.0.4 (#5300)
  • 47f9781 chore(deps): bump github.com/Masterminds/semver/v3 from 3.3.0 to 3.3.1 (#5299)
  • c124eef chore(deps): bump github.com/xanzy/go-gitlab from 0.113.0 to 0.114.0 (#5296)
  • ae4f6aa refactor: replace fmt.Errorf with errors.New for consistency (#5294)
  • Additional commits viewable in compare view

You can trigger a rebase of this PR by commenting @dependabot rebase.

Dependabot will merge this PR once CI passes on it, as requested by @spencerschrock.


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

Description has been truncated

Bumps the gomod group with 7 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [cloud.google.com/go/bigquery](https://github.com/googleapis/google-cloud-go) | `1.64.0` | `1.65.0` |
| [cloud.google.com/go/pubsub](https://github.com/googleapis/google-cloud-go) | `1.45.1` | `1.45.3` |
| [github.com/bradleyfalzon/ghinstallation/v2](https://github.com/bradleyfalzon/ghinstallation) | `2.11.0` | `2.12.0` |
| [github.com/moby/buildkit](https://github.com/moby/buildkit) | `0.18.0` | `0.18.1` |
| [github.com/onsi/gomega](https://github.com/onsi/gomega) | `1.35.1` | `1.36.1` |
| [github.com/caarlos0/env/v6](https://github.com/caarlos0/env) | `6.10.0` | `6.10.1` |
| [github.com/xanzy/go-gitlab](https://github.com/xanzy/go-gitlab) | `0.113.0` | `0.115.0` |

Bumps the gomod group with 7 updates in the /tools directory:

| Package | From | To |
| --- | --- | --- |
| [gocloud.dev](https://github.com/google/go-cloud) | `0.39.0` | `0.40.0` |
| [golang.org/x/text](https://github.com/golang/text) | `0.19.0` | `0.21.0` |
| [github.com/go-git/go-billy/v5](https://github.com/go-git/go-billy) | `5.5.0` | `5.6.0` |
| [github.com/xanzy/go-gitlab](https://github.com/xanzy/go-gitlab) | `0.109.0` | `0.115.0` |
| [golang.org/x/oauth2](https://github.com/golang/oauth2) | `0.23.0` | `0.24.0` |
| [github.com/google/ko](https://github.com/google/ko) | `0.16.0` | `0.17.1` |
| [github.com/goreleaser/goreleaser/v2](https://github.com/goreleaser/goreleaser) | `2.3.2` | `2.4.8` |



Updates `cloud.google.com/go/bigquery` from 1.64.0 to 1.65.0
- [Release notes](https://github.com/googleapis/google-cloud-go/releases)
- [Changelog](https://github.com/googleapis/google-cloud-go/blob/main/CHANGES.md)
- [Commits](googleapis/google-cloud-go@spanner/v1.64.0...spanner/v1.65.0)

Updates `cloud.google.com/go/pubsub` from 1.45.1 to 1.45.3
- [Release notes](https://github.com/googleapis/google-cloud-go/releases)
- [Changelog](https://github.com/googleapis/google-cloud-go/blob/main/CHANGES.md)
- [Commits](googleapis/google-cloud-go@pubsub/v1.45.1...pubsub/v1.45.3)

Updates `github.com/bradleyfalzon/ghinstallation/v2` from 2.11.0 to 2.12.0
- [Release notes](https://github.com/bradleyfalzon/ghinstallation/releases)
- [Commits](bradleyfalzon/ghinstallation@v2.11.0...v2.12.0)

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

Updates `github.com/onsi/gomega` from 1.35.1 to 1.36.1
- [Release notes](https://github.com/onsi/gomega/releases)
- [Changelog](https://github.com/onsi/gomega/blob/master/CHANGELOG.md)
- [Commits](onsi/gomega@v1.35.1...v1.36.1)

Updates `golang.org/x/text` from 0.19.0 to 0.20.0
- [Release notes](https://github.com/golang/text/releases)
- [Commits](golang/text@v0.19.0...v0.21.0)

Updates `github.com/caarlos0/env/v6` from 6.10.0 to 6.10.1
- [Release notes](https://github.com/caarlos0/env/releases)
- [Changelog](https://github.com/caarlos0/env/blob/main/.goreleaser.yml)
- [Commits](caarlos0/env@v6.10.0...v6.10.1)

Updates `github.com/xanzy/go-gitlab` from 0.113.0 to 0.115.0
- [Release notes](https://github.com/xanzy/go-gitlab/releases)
- [Changelog](https://github.com/xanzy/go-gitlab/blob/main/releases_test.go)
- [Commits](xanzy/go-gitlab@v0.113.0...v0.115.0)

Updates `golang.org/x/oauth2` from 0.23.0 to 0.24.0
- [Commits](golang/oauth2@v0.23.0...v0.24.0)

Updates `gocloud.dev` from 0.39.0 to 0.40.0
- [Release notes](https://github.com/google/go-cloud/releases)
- [Commits](google/go-cloud@v0.39.0...v0.40.0)

Updates `golang.org/x/text` from 0.19.0 to 0.21.0
- [Release notes](https://github.com/golang/text/releases)
- [Commits](golang/text@v0.19.0...v0.21.0)

Updates `github.com/go-git/go-billy/v5` from 5.5.0 to 5.6.0
- [Release notes](https://github.com/go-git/go-billy/releases)
- [Commits](go-git/go-billy@v5.5.0...v5.6.0)

Updates `github.com/xanzy/go-gitlab` from 0.109.0 to 0.115.0
- [Release notes](https://github.com/xanzy/go-gitlab/releases)
- [Changelog](https://github.com/xanzy/go-gitlab/blob/main/releases_test.go)
- [Commits](xanzy/go-gitlab@v0.113.0...v0.115.0)

Updates `golang.org/x/oauth2` from 0.23.0 to 0.24.0
- [Commits](golang/oauth2@v0.23.0...v0.24.0)

Updates `github.com/google/ko` from 0.16.0 to 0.17.1
- [Release notes](https://github.com/google/ko/releases)
- [Changelog](https://github.com/ko-build/ko/blob/main/.goreleaser.yml)
- [Commits](ko-build/ko@v0.16.0...v0.17.1)

Updates `github.com/goreleaser/goreleaser/v2` from 2.3.2 to 2.4.8
- [Release notes](https://github.com/goreleaser/goreleaser/releases)
- [Changelog](https://github.com/goreleaser/goreleaser/blob/main/.goreleaser.yaml)
- [Commits](goreleaser/goreleaser@v2.3.2...v2.4.8)

---
updated-dependencies:
- dependency-name: cloud.google.com/go/bigquery
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod
- dependency-name: cloud.google.com/go/pubsub
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gomod
- dependency-name: github.com/bradleyfalzon/ghinstallation/v2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod
- dependency-name: github.com/moby/buildkit
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gomod
- dependency-name: github.com/onsi/gomega
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod
- dependency-name: golang.org/x/text
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod
- dependency-name: github.com/caarlos0/env/v6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gomod
- dependency-name: github.com/xanzy/go-gitlab
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod
- dependency-name: golang.org/x/oauth2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod
- dependency-name: gocloud.dev
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: gomod
- dependency-name: golang.org/x/text
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: gomod
- dependency-name: github.com/go-git/go-billy/v5
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: gomod
- dependency-name: github.com/xanzy/go-gitlab
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: gomod
- dependency-name: golang.org/x/oauth2
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: gomod
- dependency-name: github.com/google/ko
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod
- dependency-name: github.com/goreleaser/goreleaser/v2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner December 11, 2024 18:25
@dependabot dependabot bot removed the request for review from a team December 11, 2024 18:25
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 11, 2024
@dependabot dependabot bot requested a review from justaugustus December 11, 2024 18:25
@dependabot dependabot bot added the go Pull requests that update Go code label Dec 11, 2024
@dependabot dependabot bot requested a review from spencerschrock December 11, 2024 18:25
Copy link
Member

@spencerschrock spencerschrock left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dependabot squash and merge

@spencerschrock
Copy link
Member

Highlighted release note for github.com/xanzy/go-gitlab (we can do the switch in a follow-up):

v0.115.0 (deprecation)
This release is solely to deprecate this package in favor of https://gitlab.com/gitlab-org/api/client-go.

Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 11, 2024

One of your CI runs failed on this pull request, so Dependabot won't merge it.

Dependabot will still automatically merge this pull request if you amend it and your tests pass.

@dependabot dependabot bot temporarily deployed to integration-test December 11, 2024 19:31 Inactive
@dependabot dependabot bot merged commit d137d51 into main Dec 11, 2024
40 checks passed
@dependabot dependabot bot deleted the dependabot/go_modules/gomod-b30a853060 branch December 11, 2024 19:40
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
Status: Done
Development

Successfully merging this pull request may close these issues.

1 participant