Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: google/go-tpm-tools Loading
base: v0.4.1
Choose a base ref
...
head repository: google/go-tpm-tools Loading
compare: v0.4.2
Choose a head ref
  • 15 commits
  • 35 files changed
  • 8 contributors

Commits on Sep 15, 2023

  1. Configuration menu
    Copy the full SHA
    79f32ea View commit details
    Browse the repository at this point in the history
  2. Fix flakey cloud logging test (#361)

    The basic workload cloud logging test does not have some wait time for
    the workload to write to cloud logging, so it consistently fails.
    alexmwu committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    12c2c65 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2023

  1. Add experiment support (#352)

    Co-authored-by: Joshua Krstic <[email protected]>
    JoshuaKrstic and Joshua Krstic committed Sep 17, 2023
    Configuration menu
    Copy the full SHA
    c2f108f View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2023

  1. Configuration menu
    Copy the full SHA
    ee76386 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #363 from JoshuaKrstic/experiments

    Make launcher host tmp directory before experiment fetch
    JoshuaKrstic committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    d4994a5 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2023

  1. launcher: Print kernel cmdline on builds (#268)

    Previously, we would need to pull logs from the server to see how
    exactly the cmdline gets passed through. Unfortunately, the cmdline
    passed by GRUB, and as a result, measured in the TCG event log, has
    surrounding quotes stripped out. So, we mutate the existing command line
    to what GRUB passes to the kernel.
    alexmwu committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    cdf30f7 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2023

  1. Configuration menu
    Copy the full SHA
    7f60076 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2023

  1. Configuration menu
    Copy the full SHA
    82c53a3 View commit details
    Browse the repository at this point in the history
  2. Run go mod tidy

    jrjatin committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    e26d8fe View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    04c2d3a View commit details
    Browse the repository at this point in the history
  4. Merge pull request #373 from jrjatin/master

    * Import latest version of go-tdx-guest v0.2.3
    jkl73 committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    56211cd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    44e8925 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2023

  1. Add image tests for the experiments binary (#378)

    Co-authored-by: Joshua Krstic <[email protected]>
    JoshuaKrstic and Joshua Krstic committed Oct 26, 2023
    Configuration menu
    Copy the full SHA
    eab8fa8 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2023

  1. Update go-sev-guest to v0.9.3 (#381)

    Signed-off-by: Dionna Glaze <[email protected]>
    deeglaze committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    2531016 View commit details
    Browse the repository at this point in the history
  2. Release v0.4.2 (#385)

    New Features:
    [launcher] Add experiment support #352
    [launcher] Integrate signature discovery client into attestation agent #343
    
    Bug Fixes:
    Make launcher host tmp directory before experiment fetch #363
    
    Other Changes:
    [launcher] Print kernel cmdline on builds #268
    Import latest version of go-tdx-guest #373
    [launcher] Print signature details instead of signature object #374
    [launcher] Add image tests for the experiments binary #378
    Update go-sev-guest to v0.9.3 #381
    alexmwu committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    0dd0099 View commit details
    Browse the repository at this point in the history
Loading