Skip to content

Comments

Bump github.com/google/go-tpm from 0.3.2 to 0.3.3#2755

Closed
dependabot[bot] wants to merge 2 commits intomainfrom
dependabot/go_modules/github.com/google/go-tpm-0.3.3
Closed

Bump github.com/google/go-tpm from 0.3.2 to 0.3.3#2755
dependabot[bot] wants to merge 2 commits intomainfrom
dependabot/go_modules/github.com/google/go-tpm-0.3.3

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 8, 2022

Bumps github.com/google/go-tpm from 0.3.2 to 0.3.3.

Release notes

Sourced from github.com/google/go-tpm's releases.

v0.3.3

Bug Fixes

New Features

Documentation & Other

New Contributors

Full Changelog: google/go-tpm@v0.3.2...v0.3.3

Commits
  • 77d0de8 Add PCRReset command for tpm2 (#268)
  • 90fb624 Merge pull request #237 from alexmwu/policySigned
  • 69b205d Test PolicySecret expected ticket output
  • 48c8908 Add tpm2.PolicySigned; fix PolicySecret signature
  • 8cae640 Add support for encoding Signatures
  • b3942ee tpm2: Allow for tpm2.OpenTPM() to use default paths on Linux (#256)
  • 43d309c Merge pull request #257 from josephlr/sys
  • b3b611c Update golang.org/x/sys
  • a583b12 Merge pull request #255 from josephlr/mod
  • e538d64 Remove go-cmp dependancy
  • 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/google/go-tpm](https://github.com/google/go-tpm) from 0.3.2 to 0.3.3.
- [Release notes](https://github.com/google/go-tpm/releases)
- [Commits](google/go-tpm@v0.3.2...v0.3.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 8, 2022
@rturner3
Copy link
Collaborator

rturner3 commented Feb 8, 2022

I'll try to fix this up

@rturner3
Copy link
Collaborator

rturner3 commented Feb 8, 2022

We need to wait for a new release of github.com/google/go-tpm-tools before we can take this:

$ make
Building bin/spire-server...
Building bin/spire-agent...
# github.com/google/go-tpm-tools/client
/root/go/pkg/mod/github.com/google/go-tpm-tools@v0.3.2/client/session.go:71:12: assignment mismatch: 2 variables but tpm2.PolicySecret returns 3 values
make: *** [Makefile:239: bin/spire-agent] Error 2

Signed-off-by: Ryan Turner <turner@uber.com>
@evan2645 evan2645 added this to the 1.2.1 milestone Feb 8, 2022
@rturner3
Copy link
Collaborator

Looks like the next release of github.com/google/go-tpm-tools should be compatible with github.com/google/go-tpm 0.3.3: google/go-tpm-tools#163

@azdagron
Copy link
Member

This is covered by #2785.

@azdagron azdagron closed this Feb 18, 2022
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 18, 2022

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/go_modules/github.com/google/go-tpm-0.3.3 branch February 18, 2022 17:24
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants