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 5 updates #4465

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the gomod group with 4 updates in the / directory: github.com/moby/buildkit, google.golang.org/protobuf, github.com/onsi/ginkgo/v2 and gitlab.com/gitlab-org/api/client-go.
Bumps the gomod group with 3 updates in the /tools directory: google.golang.org/protobuf, github.com/onsi/ginkgo/v2 and github.com/goreleaser/goreleaser/v2.

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

Release notes

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

v0.18.2

buildkit 0.18.2

Welcome to the v0.18.2 release of buildkit!

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

Notable Changes

  • Builtin Dockerfile frontend has been updated to v1.12.1 changelog
  • Fix possible concurrent map write error #5577
  • Update Runc to v1.2.3 to fix possible build error when using parallel cache mounts #5588 #5590

Dependency Changes

This release has no dependency changes

Previous release can be found at v0.18.1

Commits
  • e4da654 Merge pull request #5601 from tonistiigi/v0.18.2-picks
  • 987b409 dockerfile: fix named context replacement for child stages
  • 873382b dockerfile: fix onbuild propagation for child stages
  • 6614837 dockerfile: add regression test for parallel cache mounts
  • 25649b3 Dockerfile: update runc binary to v1.2.3
  • 36a6e05 llb: avoid concurrent map write on parallel marshal
  • 4241ae2 update xx to v1.6.1
  • 715418b hack: remove loong64 validation in archutil
  • See full diff in compare view

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

Updates github.com/onsi/ginkgo/v2 from 2.22.0 to 2.22.1

Release notes

Sourced from github.com/onsi/ginkgo/v2's releases.

v2.22.1

2.22.1

Fixes

Fix CSV encoding

  • Update tests [aab3da6]
  • Properly encode CSV rows [c09df39]
  • Add test case for proper csv escaping [96a80fc]
  • Add meta-test [43dad69]

Maintenance

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

Sourced from github.com/onsi/ginkgo/v2's changelog.

2.22.1

Fixes

Fix CSV encoding

  • Update tests [aab3da6]
  • Properly encode CSV rows [c09df39]
  • Add test case for proper csv escaping [96a80fc]
  • Add meta-test [43dad69]

Maintenance

  • ensure *.test files are gitignored so we don't accidentally commit compiled tests again [c88c634]
  • remove golang.org/x/net/context in favour of stdlib context [4df44bf]
Commits
  • a0190b7 v2.22.1
  • 4df44bf remove golang.org/x/net/context in favour of stdlib context
  • c88c634 ensure *.test files are gitignored so we don't accidentally commit compiled t...
  • aab3da6 Update tests
  • c09df39 Properly encode CSV rows
  • 96a80fc Add test case for proper csv escaping
  • 43dad69 Add meta-test
  • See full diff in compare view

Updates gitlab.com/gitlab-org/api/client-go from 0.116.0 to 0.118.0

Release notes

Sourced from gitlab.com/gitlab-org/api/client-go's releases.

v0.118.0

0.118.0 (2024-12-20)

No changes.

v0.117.0

0.117.0 (2024-12-16)

No changes.

Commits
  • 273643d Merge branch 'rpereira2-main-patch-33788' into 'main'
  • 6218fef Add name field to PipelineInfo
  • 7125c5f Merge branch 'github/fork/TheCodear/feat/extend-project-lint-result' into 'main'
  • 2154642 Extend project lint result struct with includes
  • 9039338 Merge branch 'renovate/google.golang.org-protobuf-1.x' into 'main'
  • e7c03eb go: Update module google.golang.org/protobuf to v1.36.0
  • 75dadc0 Merge branch 'fix-update-settings-struct' into 'main'
  • 98792f8 Fix an issue with the UpdateSettings struct
  • 6827529 Merge branch 'feat/add-owner-to-project-creation-level' into 'main'
  • 12ad38d Add owner to project creation level
  • Additional commits viewable in compare view

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

Updates github.com/onsi/ginkgo/v2 from 2.22.0 to 2.22.1

Release notes

Sourced from github.com/onsi/ginkgo/v2's releases.

v2.22.1

2.22.1

Fixes

Fix CSV encoding

  • Update tests [aab3da6]
  • Properly encode CSV rows [c09df39]
  • Add test case for proper csv escaping [96a80fc]
  • Add meta-test [43dad69]

Maintenance

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

Sourced from github.com/onsi/ginkgo/v2's changelog.

2.22.1

Fixes

Fix CSV encoding

  • Update tests [aab3da6]
  • Properly encode CSV rows [c09df39]
  • Add test case for proper csv escaping [96a80fc]
  • Add meta-test [43dad69]

Maintenance

  • ensure *.test files are gitignored so we don't accidentally commit compiled tests again [c88c634]
  • remove golang.org/x/net/context in favour of stdlib context [4df44bf]
Commits
  • a0190b7 v2.22.1
  • 4df44bf remove golang.org/x/net/context in favour of stdlib context
  • c88c634 ensure *.test files are gitignored so we don't accidentally commit compiled t...
  • aab3da6 Update tests
  • c09df39 Properly encode CSV rows
  • 96a80fc Add test case for proper csv escaping
  • 43dad69 Add meta-test
  • See full diff in compare view

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

Release notes

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

v2.5.0

Changelog

New Features

  • 77bbddf64b037ae71b7771f31d3702e57200f605: feat(announce): implement expected_status_codes for webhooks (#5317) (@​mattrobenolt)
  • 09be848e1ab5a0b856c83d1927ee67b5dc499440: feat(build): initial support for zig (#5312) (@​caarlos0)
  • d1b511061532b79dd4696913717b81345450a59a: feat(build): rust support (#5325) (@​caarlos0)
  • f34093d3451b91b181661ff2cc8102983afcc0f2: feat(init): add footer to default configuration file (@​caarlos0)
  • e6dc91cf05d092a1946db4be7c01f0b0d93c0506: feat(init): figure out if its a zig project, init differntly (@​caarlos0)
  • e51b861be4dec4f52ff5021717338f2e40bd839a: feat(ko): support multiple repositories (#5353) (@​caarlos0)
  • 4f5329025e57d838bcc9172f37919541ab2fd4c0: feat(release): allow using existing draft release (#5226) (@​mloberg)
  • 82efa126c8da4b206a89bd2eba370d86aac8be87: feat(rust): detect project name from Cargo.toml (@​caarlos0)
  • f247d7d38cdc4cd20cd2144c3e10e57637bfb377: feat(template): allow to use .Target (#5308) (@​caarlos0)
  • 46829b018c5e7e5d46434858631484cacabb360f: feat(winget): update manifest version to 1.9.0 (#5333) (@​vedantmgoyal9)
  • b6b583b0bee3a8417ae3bf3db80f8d746be5cd64: feat: --release and -Doptimize=ReleaseSafe for rust and zig (#5332) (@​caarlos0)
  • 5fa9b2d0b1c963258fe1a17d05c74c6579464639: feat: AUR source integration (#5311) (@​ldez)
  • 444e25db6a9b8a040da8ec2a0acc8411326f4e17: feat: add rustup and zig to packages optional dependencies (#5330) (@​caarlos0)
  • 86262c1b85a5db7c05da72ee39e5c99c157194e7: feat: changing descriptions everywhere, more docs touches (#5368) (@​caarlos0)
  • b7bf14d1b7cbe71a2203c3880341b9d8435ce767: feat: handle healthcheck for builders (#5329) (@​caarlos0)
  • dd3a4eff5fb364ec96552b747442c7a7b8b402c8: feat: rename builds..gobinary to builds..tool (#5328) (@​caarlos0)

Bug fixes

  • c7f4e903e7c086ec693a4958de9bd5cb2500bc45: fix(announce): move default status codes to Default, more tests (@​caarlos0)
  • 46db67742468fe3be29f9bbc13ef2a4a142c7ad2: fix(archive): improve info messages (#5362) (@​caarlos0)
  • 23a96b25eb82054337c3e203d880698c72307d6a: fix(brew): do not use on_arm and on_intel (#5348) (@​caarlos0)
  • 8f0cede737ac4532e85d258ae282be9b6f29d3a4: fix(build): improve build overrides handling (@​caarlos0)
  • c67b8d0ba7fb5bc2b4813dea4852bc91c15a0230: fix(docker): install cosign and syft with apk (#5275) (@​caarlos0)
  • 255151e7f953d32dd630f5ef7f9464218f704c4c: fix(docker): retry on EOF (#5319) (@​caarlos0)
  • 7d6311e73bdbafb089c026ea7027e0b5c7f9da5e: fix(init): complete --language (@​caarlos0)
  • 368b8cbdb3292be448765f1da098a03009f81401: fix(jsonschema): add enum options to build.builder (@​caarlos0)
  • 6d1429da726a3993e9e844bc96fcda14f7997697: fix(lint): ignore error copying to discard (@​caarlos0)
  • db39f826026f4a7306362d0407d6eb2419eba9ed: fix(typo): asmtags -> asmflags (#5331) (@​vedantmgoyal9)
  • 898c62c690aca366ee30c5a2a4bf222e1b1398e5: fix: artifact filter should check if default when builder is zig (@​caarlos0)
  • 8542907caf59f60784c9e5965fe08dfc75ad2655: fix: default zig config (@​caarlos0)
  • f1a364726d63a6b71c03e2383b31799c40509d41: fix: docker error message (@​caarlos0)
  • 23b6a1a880f209d4b4a3308e90139263415875e1: fix: godoc (@​caarlos0)
  • 7339ef1b4aeae3ba84d4f125fa762b22c59a1c30: fix: group by platform when using rust or zig mixed with go (@​caarlos0)
  • 549f2e86a5d0daa1c4b88f409ff9051f7c257b14: fix: improve zig build (@​caarlos0)
  • 6a07002add1d594191a7af3f71b443eff02fef57: fix: keep underscores in deprecation urls (#5352) (@​zimeg)
  • b623d535839996d6604724ed265b079f3131c35e: fix: lint (@​caarlos0)
  • 275896461775501c984ee25e4aef17cc68e6e6be: fix: lint issue (@​caarlos0)
  • f4ad27cae99e62c83837eaeccc42de111062426a: fix: skip gomod info loading if no go builds (@​caarlos0)
  • 43e870826c78ca0524f2158003f8ead574a110f4: fix: typo in the YAML tag for Webhook.ExpectedStatusCodes (#5359) (@​alexandear)
  • d43f84aa3f505ea840a7aec8e816c7630385208a: refactor(build): preparing to support multiple languages (#5307) (@​caarlos0)
  • cb0957c11b0e446531a1163552fee180f4e931cb: refactor: change from sort functions to slices functions (#5355) (@​alexandear)
  • 317b533e1202174611e6f5288a3a97c842be2d63: refactor: flag template processing (#5336) (@​caarlos0)
  • 21934d135e0118aff9b449699a3ada825d634ba5: refactor: simplify validateImager, validateManifester (#5366) (@​alexandear)

Dependency updates

  • 6a513e266055153269293c281c75e31b1184cdee: chore(deps): bump actions/cache from 4.1.2 to 4.2.0 (#5344) (@​dependabot[bot])
  • 50c98a25bdef5743b0ee627822e40dea79f321ce: chore(deps): bump actions/setup-go from 5.1.0 to 5.2.0 (#5357) (@​dependabot[bot])
  • 05042cfb9f7b12ffdd5a68ce00126e7c079ace9b: chore(deps): bump codecov/codecov-action from 5.0.7 to 5.1.1 (#5345) (@​dependabot[bot])
  • dade01e148e78f27c6f49e59e8e63682638302cd: chore(deps): bump dagger/dagger-for-github from 7.0.1 to 7.0.2 (#5364) (@​dependabot[bot])

... (truncated)

Commits
  • 7339ef1 fix: group by platform when using rust or zig mixed with go
  • 8872f00 docs: update
  • 86262c1 feat: changing descriptions everywhere, more docs touches (#5368)
  • 2a6fbc1 chore(deps): bump dagger/dagger-for-github from 7.0.2 to 7.0.3 (#5370)
  • 240654e chore(deps): bump github/codeql-action from 3.27.7 to 3.27.9 (#5369)
  • 23b6a1a fix: godoc
  • 82efa12 feat(rust): detect project name from Cargo.toml
  • 21934d1 refactor: simplify validateImager, validateManifester (#5366)
  • dade01e chore(deps): bump dagger/dagger-for-github from 7.0.1 to 7.0.2 (#5364)
  • 5d9dd9b chore(deps): bump golang.org/x/crypto from 0.30.0 to 0.31.0 (#5363)
  • Additional commits viewable in compare view

You can trigger a rebase of this PR 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

Bumps the gomod group with 4 updates in the / directory: [github.com/moby/buildkit](https://github.com/moby/buildkit), google.golang.org/protobuf, [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo) and [gitlab.com/gitlab-org/api/client-go](https://gitlab.com/gitlab-org/api/client-go).
Bumps the gomod group with 3 updates in the /tools directory: google.golang.org/protobuf, [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo) and [github.com/goreleaser/goreleaser/v2](https://github.com/goreleaser/goreleaser).


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

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

Updates `github.com/onsi/ginkgo/v2` from 2.22.0 to 2.22.1
- [Release notes](https://github.com/onsi/ginkgo/releases)
- [Changelog](https://github.com/onsi/ginkgo/blob/master/CHANGELOG.md)
- [Commits](onsi/ginkgo@v2.22.0...v2.22.1)

Updates `gitlab.com/gitlab-org/api/client-go` from 0.116.0 to 0.118.0
- [Release notes](https://gitlab.com/gitlab-org/api/client-go/tags)
- [Commits](https://gitlab.com/gitlab-org/api/client-go/compare/v0.116.0...v0.118.0)

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

Updates `github.com/onsi/ginkgo/v2` from 2.22.0 to 2.22.1
- [Release notes](https://github.com/onsi/ginkgo/releases)
- [Changelog](https://github.com/onsi/ginkgo/blob/master/CHANGELOG.md)
- [Commits](onsi/ginkgo@v2.22.0...v2.22.1)

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

---
updated-dependencies:
- dependency-name: github.com/moby/buildkit
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gomod
- dependency-name: google.golang.org/protobuf
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod
- dependency-name: github.com/onsi/ginkgo/v2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gomod
- dependency-name: gitlab.com/gitlab-org/api/client-go
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod
- dependency-name: google.golang.org/protobuf
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod
- dependency-name: github.com/onsi/ginkgo/v2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  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 23, 2024 08:18
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Dec 23, 2024
@dependabot dependabot bot requested review from justaugustus and raghavkaul and removed request for a team December 23, 2024 08:18
@dependabot dependabot bot temporarily deployed to integration-test December 23, 2024 08:19 Inactive
@spencerschrock
Copy link
Member

@dependabot ignore gitlab.com/gitlab-org/api/client-go minor version

See https://gitlab.com/gitlab-org/api/client-go/-/issues/2078

Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 23, 2024

OK, I won't notify you about version 0.118.x of gitlab.com/gitlab-org/api/client-go again, unless you unignore it.

Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 23, 2024

Superseded by #4468.

@dependabot dependabot bot closed this Dec 23, 2024
@dependabot dependabot bot deleted the dependabot/go_modules/gomod-f8b6d09fc9 branch December 23, 2024 15: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
Status: Done
Development

Successfully merging this pull request may close these issues.

1 participant