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: chainguard-dev/sdk
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.1.51
Choose a base ref
...
head repository: chainguard-dev/sdk
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.1.52
Choose a head ref
  • 11 commits
  • 79 files changed
  • 5 contributors

Commits on Mar 18, 2026

  1. Export 34ca2b7f5fa560b00c711a54c3cc76b1c212d7b3

    Export:  34ca2b7f5fa560b00c711a54c3cc76b1c212d7b3
    k4leung4 committed Mar 18, 2026
    Configuration menu
    Copy the full SHA
    6888152 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2026

  1. Export 09e06b23d81956581e5c4f1aa1489fe1704d020f

    Export:  09e06b23d81956581e5c4f1aa1489fe1704d020f
    k4leung4 committed Mar 19, 2026
    Configuration menu
    Copy the full SHA
    1e961d0 View commit details
    Browse the repository at this point in the history
  2. Export b3df5374b9c7ff18b4a856f04587a6e426310947

    Export:  b3df5374b9c7ff18b4a856f04587a6e426310947
    cpanato committed Mar 19, 2026
    Configuration menu
    Copy the full SHA
    a054e2b View commit details
    Browse the repository at this point in the history
  3. Export ce341670f395121d279456214efa06d269730420

    Export:  ce341670f395121d279456214efa06d269730420
    k4leung4 committed Mar 19, 2026
    Configuration menu
    Copy the full SHA
    6aed366 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #142 from chainguard-dev/create-pull-request/patch

    Export mono/public/sdk: refs/heads/main
    cpanato authored Mar 19, 2026
    Configuration menu
    Copy the full SHA
    864fa38 View commit details
    Browse the repository at this point in the history
  5. Export e48cbb365bc2e6db03a354b512ea109bbeb31eeb

    Export:  e48cbb365bc2e6db03a354b512ea109bbeb31eeb
    cpanato committed Mar 19, 2026
    Configuration menu
    Copy the full SHA
    ca2652d View commit details
    Browse the repository at this point in the history
  6. Export 744a93b82e2d43a8868906ebd1f946932d6ad34b

    Export:  744a93b82e2d43a8868906ebd1f946932d6ad34b
    joshrwolf committed Mar 19, 2026
    Configuration menu
    Copy the full SHA
    8cb68d6 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2026

  1. Export 4a4ffe2e7c2818af1c9e8ad86921d47e70971a7e

    Export:  4a4ffe2e7c2818af1c9e8ad86921d47e70971a7e
    k4leung4 committed Mar 20, 2026
    Configuration menu
    Copy the full SHA
    a769777 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2026

  1. fix: sync codegen tool versions with mono and allow GitHub signing

    The verify workflow was pinned to older protoc and protoc-gen-go versions
    that no longer match what mono uses to generate the exported proto files.
    
    ## What
    
    Update protoc (v29.3 → v34.0), protoc-gen-go (v1.34.2 → v1.36.11), and
    protoc-gen-go-grpc (v1.5.1 → v1.6.1) in the verify workflow to match
    mono's current codegen toolchain. Also add GitHub verified signature
    support to .chainguard/source.yaml to allow direct PRs from GitHub users.
    
    ## Why
    
    The stage-open-source export from mono regenerated *.pb.go files using the
    newer tool versions, but this workflow's verify step was still pinning the
    old versions. Re-running codegen locally produced different output, causing
    the verify check to fail on every exported PR.
    
    ## Notes
    
    - .github/workflows/ is excluded from mono's export, so this file must be
      kept in sync with mono/public/sdk/README.md manually going forward.
    - No functional code changes — only CI toolchain version pins and signing policy.
    
    Signed-off-by: jmeridth <jmeridth@gmail.com>
    jmeridth committed Mar 24, 2026
    Configuration menu
    Copy the full SHA
    806141b View commit details
    Browse the repository at this point in the history
  2. Merge pull request #148 from jmeridth/fix-codegen-tool-versions

    fix: sync codegen tool versions with mono
    jmeridth authored Mar 24, 2026
    Configuration menu
    Copy the full SHA
    5eb4701 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #149 from chainguard-dev/create-pull-request/patch

    Export mono/public/sdk: refs/heads/main
    cmdpdx authored Mar 24, 2026
    Configuration menu
    Copy the full SHA
    ebcbaf4 View commit details
    Browse the repository at this point in the history
Loading