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 golang.org/x/net from 0.0.0-20220624214902-1bab6f366d9e to 0.7.0 in /launcher #290

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 25, 2023

Bumps golang.org/x/net from 0.0.0-20220624214902-1bab6f366d9e to 0.7.0.

Commits

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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language

You can disable automated security fix PRs for this repo from the Security Alerts page.

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 25, 2023
@jkl73
Copy link
Contributor

jkl73 commented Feb 27, 2023

/gcbrun

@jkl73
Copy link
Contributor

jkl73 commented Mar 1, 2023

@dependabot rebase.

Bumps [golang.org/x/net](https://github.com/golang/net) from 0.0.0-20220624214902-1bab6f366d9e to 0.7.0.
- [Release notes](https://github.com/golang/net/releases)
- [Commits](https://github.com/golang/net/commits/v0.7.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/go_modules/launcher/golang.org/x/net-0.7.0 branch from 68c59a6 to 316f806 Compare March 1, 2023 19:18
@jkl73
Copy link
Contributor

jkl73 commented Mar 1, 2023

/gcbrun

@jkl73 jkl73 merged commit 1de612c into master Mar 1, 2023
@dependabot dependabot bot deleted the dependabot/go_modules/launcher/golang.org/x/net-0.7.0 branch March 1, 2023 19:45
alexmwu added a commit to alexmwu/go-tpm-tools that referenced this pull request Apr 7, 2023
Use region in spec to create attestation service rest client google#281
Parse EFI App state from the TCG event log google#277

Increase default systemd wait timeout to 900s google#276
Use same env var formatting logic on the launcher as server google#253
Fix image pulling in launcher google#282
Bump version and fix a kernel cmd issue google#291
Return the actual number of bytes written to through command buffer google#287
Fix lint issues after using golangci-lint-1.52.2 google#296

Add image tests and test automation google#275
Update go-sev-guest to v0.4.2 google#278
Update to go-sev-guest v0.4.5 google#279
Add proper debug license and logging to launcher google#280
Upgrade to go-sev-guest v0.5.0 google#283
Import go-sev-guest v0.5.2 google#284
Add override test for workload env vars and cmd google#286
Add test workload code, check OIDC claims, and validate launch policy checks google#288
Bump golang.org/x/net in /launcher google#290
Add RELEASING instructions google#187

https://github.com/google/go-tpm-tools/compare/53cab1a...5dd1056?expand=1
alexmwu added a commit to alexmwu/go-tpm-tools that referenced this pull request Apr 7, 2023
Breaking Changes:

New Features:
Use region in spec to create attestation service rest client google#281
Parse EFI App state from the TCG event log google#277

Bug Fixes:
Increase default systemd wait timeout to 900s google#276
Use same env var formatting logic on the launcher as server google#253
Fix image pulling in launcher google#282
Bump version and fix a kernel cmd issue google#291
Return the actual number of bytes written to through command buffer google#287
Fix lint issues after using golangci-lint-1.52.2 google#296

Other Changes:
Add image tests and test automation google#275
Update go-sev-guest to v0.4.2 google#278
Update to go-sev-guest v0.4.5 google#279
Add proper debug license and logging to launcher google#280
Upgrade to go-sev-guest v0.5.0 google#283
Import go-sev-guest v0.5.2 google#284
Add override test for workload env vars and cmd google#286
Add test workload code, check OIDC claims, and validate launch policy checks google#288
Bump golang.org/x/net in /launcher google#290
Add RELEASING instructions google#187

https://github.com/google/go-tpm-tools/compare/53cab1a...5dd1056?expand=1
@alexmwu alexmwu mentioned this pull request Apr 7, 2023
alexmwu added a commit that referenced this pull request Apr 7, 2023
Breaking Changes:

New Features:
Use region in spec to create attestation service rest client #281
Parse EFI App state from the TCG event log #277

Bug Fixes:
Increase default systemd wait timeout to 900s #276
Use same env var formatting logic on the launcher as server #253
Fix image pulling in launcher #282
Bump version and fix a kernel cmd issue #291
Return the actual number of bytes written to through command buffer #287
Fix lint issues after using golangci-lint-1.52.2 #296

Other Changes:
Add image tests and test automation #275
Update go-sev-guest to v0.4.2 #278
Update to go-sev-guest v0.4.5 #279
Add proper debug license and logging to launcher #280
Upgrade to go-sev-guest v0.5.0 #283
Import go-sev-guest v0.5.2 #284
Add override test for workload env vars and cmd #286
Add test workload code, check OIDC claims, and validate launch policy checks #288
Bump golang.org/x/net in /launcher #290
Add RELEASING instructions #187

https://github.com/google/go-tpm-tools/compare/53cab1a...5dd1056?expand=1
alexmwu added a commit to alexmwu/go-tpm-tools that referenced this pull request Apr 7, 2023
Breaking Changes:

New Features:
Use region in spec to create attestation service rest client google#281
Parse EFI App state from the TCG event log google#277

Bug Fixes:
Increase default systemd wait timeout to 900s google#276
Use same env var formatting logic on the launcher as server google#253
Fix image pulling in launcher google#282
Bump version and fix a kernel cmd issue google#291
Return the actual number of bytes written to through command buffer google#287
Fix lint issues after using golangci-lint-1.52.2 google#296

Other Changes:
Add image tests and test automation google#275
Update go-sev-guest to v0.4.2 google#278
Update to go-sev-guest v0.4.5 google#279
Add proper debug license and logging to launcher google#280
Upgrade to go-sev-guest v0.5.0 google#283
Import go-sev-guest v0.5.2 google#284
Add override test for workload env vars and cmd google#286
Add test workload code, check OIDC claims, and validate launch policy checks google#288
Bump golang.org/x/net in /launcher google#290
Add RELEASING instructions google#187

https://github.com/google/go-tpm-tools/compare/53cab1a...5dd1056?expand=1
michael-pregman pushed a commit that referenced this pull request Apr 10, 2023
Breaking Changes:

New Features:
Use region in spec to create attestation service rest client #281
Parse EFI App state from the TCG event log #277

Bug Fixes:
Increase default systemd wait timeout to 900s #276
Use same env var formatting logic on the launcher as server #253
Fix image pulling in launcher #282
Bump version and fix a kernel cmd issue #291
Return the actual number of bytes written to through command buffer #287
Fix lint issues after using golangci-lint-1.52.2 #296

Other Changes:
Add image tests and test automation #275
Update go-sev-guest to v0.4.2 #278
Update to go-sev-guest v0.4.5 #279
Add proper debug license and logging to launcher #280
Upgrade to go-sev-guest v0.5.0 #283
Import go-sev-guest v0.5.2 #284
Add override test for workload env vars and cmd #286
Add test workload code, check OIDC claims, and validate launch policy checks #288
Bump golang.org/x/net in /launcher #290
Add RELEASING instructions #187

https://github.com/google/go-tpm-tools/compare/53cab1a...5dd1056?expand=1
michael-pregman pushed a commit that referenced this pull request Apr 11, 2023
Breaking Changes:

New Features:
Use region in spec to create attestation service rest client #281
Parse EFI App state from the TCG event log #277

Bug Fixes:
Increase default systemd wait timeout to 900s #276
Use same env var formatting logic on the launcher as server #253
Fix image pulling in launcher #282
Bump version and fix a kernel cmd issue #291
Return the actual number of bytes written to through command buffer #287
Fix lint issues after using golangci-lint-1.52.2 #296

Other Changes:
Add image tests and test automation #275
Update go-sev-guest to v0.4.2 #278
Update to go-sev-guest v0.4.5 #279
Add proper debug license and logging to launcher #280
Upgrade to go-sev-guest v0.5.0 #283
Import go-sev-guest v0.5.2 #284
Add override test for workload env vars and cmd #286
Add test workload code, check OIDC claims, and validate launch policy checks #288
Bump golang.org/x/net in /launcher #290
Add RELEASING instructions #187

https://github.com/google/go-tpm-tools/compare/53cab1a...5dd1056?expand=1
Pranjali-2501 pushed a commit to Pranjali-2501/go-tpm-tools that referenced this pull request Apr 13, 2023
Breaking Changes:

New Features:
Use region in spec to create attestation service rest client google#281
Parse EFI App state from the TCG event log google#277

Bug Fixes:
Increase default systemd wait timeout to 900s google#276
Use same env var formatting logic on the launcher as server google#253
Fix image pulling in launcher google#282
Bump version and fix a kernel cmd issue google#291
Return the actual number of bytes written to through command buffer google#287
Fix lint issues after using golangci-lint-1.52.2 google#296

Other Changes:
Add image tests and test automation google#275
Update go-sev-guest to v0.4.2 google#278
Update to go-sev-guest v0.4.5 google#279
Add proper debug license and logging to launcher google#280
Upgrade to go-sev-guest v0.5.0 google#283
Import go-sev-guest v0.5.2 google#284
Add override test for workload env vars and cmd google#286
Add test workload code, check OIDC claims, and validate launch policy checks google#288
Bump golang.org/x/net in /launcher google#290
Add RELEASING instructions google#187

https://github.com/google/go-tpm-tools/compare/53cab1a...5dd1056?expand=1
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.

1 participant