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 github.com/theupdateframework/go-tuf from 0.3.0 to 0.3.1 #906

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 6, 2022

Bumps github.com/theupdateframework/go-tuf from 0.3.0 to 0.3.1.

Release notes

Sourced from github.com/theupdateframework/go-tuf's releases.

v0.3.1

Changelog

Features

  • 4bf58eb096f99647e7fd30447396c7a57202982f: feat: add payload and add-signature commands. (#214) (@​znewman01)
  • 39c23cb5043ad2c0d873f7cc7191a7256f6a3cb6: feat: add workflow responsible for notifying of new TUF spec release (#287) (@​rdimitrov)
  • 355e39cb2df220fc3961396a6d0e30bcf2c9ac12: feat: Implement TAP-12 support (#310) (@​znewman01)

Bug fixes

  • 9a41055b8eee0fee60650c43037f35b919d72d7c: fix: check root metadata verification before snapshotting (#293) (@​asraa)
  • e3efe988f0371d41c83686204dc6ae23285bf33c: fix: verify length and hashes of fetched bytes before parsing (#325) (@​joshuagl)

Others

  • ea0f98a4e1b72d7486e4e86baf7fd9a3ec1fc844: chore(deps): bump arnested/go-version-action from 1.0.67 to 1.0.69 (#288) (@​dependabot[bot])
  • 6722937104a3178b2b899c5ce1799de129ddb294: chore(deps): bump golangci/golangci-lint-action from 2.5.2 to 3.2.0 (#289) (@​dependabot[bot])
  • e2594e68bf2239a0b60c576c47b5ede7ac8c8fe4: chore(deps): bump actions/setup-go from 3.0.0 to 3.1.0 (#290) (@​dependabot[bot])
  • 580db1958c1e16ee73d53055eb9793fde1110d8e: chore(deps): bump goreleaser/goreleaser-action from 2.9.1 to 3 (#294) (@​dependabot[bot])
  • 5884dab97151c7fd314ee34ac71bf0cf6167e21c: chore(deps): bump actions/setup-go from 3.1.0 to 3.2.0 (#295) (@​dependabot[bot])
  • 3b26aedfe985198bc88a9dda7525938c575ca046: chore(deps): bump arnested/go-version-action from 1.0.69 to 1.0.70 (#297) (@​dependabot[bot])
  • 041e818016131ec500c78ed8eb20fed9a5668861: chore(deps): bump github.com/secure-systems-lab/go-securesystemslib (#298) (@​dependabot[bot])
  • ad96eca0239ec2cc9b6e408fbe42b2f9e9d6b1dd: chore(deps): bump github.com/stretchr/testify from 1.7.1 to 1.7.2 (#299) (@​dependabot[bot])
  • 36633af8d7a2162664a58f3fb1fe36a74e10428e: chore(deps): bump arnested/go-version-action from 1.0.70 to 1.1.0 (#300) (@​dependabot[bot])
  • e24b175b00960136ecacb8111d9887d15ce47c6d: chore(deps): bump actions/setup-python from 3.1.2 to 4 (#311) (@​dependabot[bot])
  • 1684c680105f90a054f04e05b0f8ac540c4ef885: docs: Update CONTRIBUTING.md, add MAINTAINERS.md (#309) (@​znewman01)
  • 4139c85cd7632c659bf00f4b2810c37eb8d71a2c: chore(deps): bump arnested/go-version-action from 1.1.0 to 1.1.3 (#316) (@​dependabot[bot])
  • 36a29309b2531255fc7d374c4055dcfab0fd04e8: build: update go version to 1.18 (#314) (@​asraa)
  • ae904d2bb977a54e6a5527513c4d398c8d9cc285: docs: Add DCO instructions (#319) (@​znewman01)
  • 81cd9b36a8023d6e943f0f3cacfe664603fa3177: chore(deps): bump Python from 3.6 to 3.10 (#318) (@​rdimitrov)
  • 986a4c5a492be020d0ab16a5ea13b9963bf7af1f: chore(deps): bump requests from 2.27.1 to 2.28.0 (#317) (@​dependabot[bot])
  • 439ce47c43c772ad225101494db8307e97f869c3: chore(deps): bump github.com/stretchr/testify from 1.7.2 to 1.7.4 (#324) (@​dependabot[bot])
  • 3bb077e8c246429db8acafc78761de71cc4d6b62: chore(deps): bump requests from 2.28.0 to 2.28.1 (#332) (@​dependabot[bot])
  • eed9e6c4d8eac821593800fd053d8cca5ee56137: chore(deps): bump github.com/stretchr/testify from 1.7.4 to 1.8.0 (#331) (@​dependabot[bot])
  • 0d40b25637fa35e4e546a0bafebaa7ee4591e172: test: fix flakey util test (#333) (@​asraa)
Commits
  • 0d40b25 test: fix flakey util test (#333)
  • eed9e6c chore(deps): bump github.com/stretchr/testify from 1.7.4 to 1.8.0 (#331)
  • 3bb077e chore(deps): bump requests from 2.28.0 to 2.28.1 (#332)
  • e3efe98 fix: verify length and hashes of fetched bytes before parsing (#325)
  • 439ce47 chore(deps): bump github.com/stretchr/testify from 1.7.2 to 1.7.4 (#324)
  • 986a4c5 chore(deps): bump requests from 2.27.1 to 2.28.0 (#317)
  • 81cd9b3 chore(deps): bump Python from 3.6 to 3.10 (#318)
  • 355e39c feat: Implement TAP-12 support (#310)
  • ae904d2 docs: Add DCO instructions (#319)
  • 36a2930 build: update go version to 1.18 (#314)
  • Additional commits viewable in compare view

Dependabot compatibility score

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 ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [github.com/theupdateframework/go-tuf](https://github.com/theupdateframework/go-tuf) from 0.3.0 to 0.3.1.
- [Release notes](https://github.com/theupdateframework/go-tuf/releases)
- [Commits](theupdateframework/go-tuf@v0.3.0...v0.3.1)

---
updated-dependencies:
- dependency-name: github.com/theupdateframework/go-tuf
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from a team as a code owner July 6, 2022 11:24
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Jul 6, 2022
@bobcallaway bobcallaway requested a review from asraa July 6, 2022 13:30
@asraa
Copy link
Contributor

asraa commented Jul 6, 2022

Updating, an error was removed from go-tuf to support a TAP

Signed-off-by: Asra Ali <asraa@google.com>
Copy link
Contributor

@asraa asraa left a comment

Choose a reason for hiding this comment

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

Removed the error per theupdateframework/go-tuf#310 for TAP-12 support

@asraa asraa merged commit 3184a52 into main Jul 6, 2022
@asraa asraa deleted the dependabot/go_modules/github.com/theupdateframework/go-tuf-0.3.1 branch July 6, 2022 15:08
@github-actions github-actions bot added this to the v1.0.0 milestone Jul 6, 2022
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.

2 participants