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 dependencies group with 3 updates #133

Merged

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Oct 1, 2023

Bumps the dependencies group with 3 updates: github.com/klauspost/compress, github.com/opencontainers/image-spec and gotest.tools/v3.

Updates github.com/klauspost/compress from 1.16.7 to 1.17.0

Release notes

Sourced from github.com/klauspost/compress's releases.

v1.17.0

What's Changed

New Contributors

Full Changelog: klauspost/compress@v1.16.7...v1.17.0

Commits

Updates github.com/opencontainers/image-spec from 1.1.0-rc4 to 1.1.0-rc5

Release notes

Sourced from github.com/opencontainers/image-spec's releases.

v1.1.0-rc5

For changeset and diff please see - opencontainers/image-spec#1109

Vote - https://groups.google.com/a/opencontainers.org/g/dev/c/KIwyzExcjZ8

Commits
  • 1e54f01 version: release v1.1.0-rc5
  • 24a0e97 Merge pull request #1113 from sudo-bmitch/pr-fix-golangci-lint-version
  • 061cba3 Fix golangci-lint install on older versions of Go
  • 3131ecd Merge pull request #1101 from sudo-bmitch/pr-artifact-workflow
  • 1be3fba Merge pull request #1105 from michalbiesek/feat-riscv64
  • 0c1622e Add riscv64 arch to check{Architecture|Platform}
  • e6a75e6 Provide a decision tree for artifacts
  • 4b568ff Merge pull request #1102 from sudo-bmitch/pr-lint-md-files
  • 9ac8f92 Quote lint-md wildcard expression
  • 82d42b1 Merge pull request #1090 from sudo-bmitch/pr-markdown-lint
  • Additional commits viewable in compare view

Updates gotest.tools/v3 from 3.5.0 to 3.5.1

Release notes

Sourced from gotest.tools/v3's releases.

v3.5.1

What's Changed

New Contributors

Full Changelog: gotestyourself/gotest.tools@v3.5.0...v3.5.1

Commits
  • 81cea1a Merge pull request #275 from gotestyourself/fs-add-godoc-links
  • 9af8f4e fs: add go doc links
  • 2891300 Merge pull request #273 from filintod/also-remove-cr-from-file
  • 4ed7350 fix lint line length
  • 7306428 rebase/fix only doc
  • e15fa27 Merge pull request #271 from dnephin/gate-update-flag
  • 56c3123 Make assert and golden compatible with other golden packages
  • See full diff in compare view

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

Bumps the dependencies group with 3 updates: [github.com/klauspost/compress](https://github.com/klauspost/compress), [github.com/opencontainers/image-spec](https://github.com/opencontainers/image-spec) and [gotest.tools/v3](https://github.com/gotestyourself/gotest.tools).


Updates `github.com/klauspost/compress` from 1.16.7 to 1.17.0
- [Release notes](https://github.com/klauspost/compress/releases)
- [Changelog](https://github.com/klauspost/compress/blob/master/.goreleaser.yml)
- [Commits](klauspost/compress@v1.16.7...v1.17.0)

Updates `github.com/opencontainers/image-spec` from 1.1.0-rc4 to 1.1.0-rc5
- [Release notes](https://github.com/opencontainers/image-spec/releases)
- [Changelog](https://github.com/opencontainers/image-spec/blob/main/RELEASES.md)
- [Commits](opencontainers/image-spec@v1.1.0-rc4...v1.1.0-rc5)

Updates `gotest.tools/v3` from 3.5.0 to 3.5.1
- [Release notes](https://github.com/gotestyourself/gotest.tools/releases)
- [Commits](gotestyourself/gotest.tools@v3.5.0...v3.5.1)

---
updated-dependencies:
- dependency-name: github.com/klauspost/compress
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: github.com/opencontainers/image-spec
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: gotest.tools/v3
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Oct 1, 2023
@dependabot dependabot bot requested a review from Soulou October 1, 2023 04:09
@github-actions github-actions bot merged commit 2382216 into master Oct 1, 2023
1 check passed
@github-actions github-actions bot deleted the dependabot/go_modules/dependencies-77de57b300 branch October 1, 2023 04:10
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.

0 participants