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: containernetworking/cni
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.2.2
Choose a base ref
...
head repository: containernetworking/cni
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.2.3
Choose a head ref
  • 3 commits
  • 2 files changed
  • 1 contributor

Commits on Jul 1, 2024

  1. SPEC: use correct GC field name.

    The SPEC and libcni disagreed on the name to use for still-valid
    attachments. Change the spec to be aligned with libcni.
    
    Signed-off-by: Casey Callendrello <[email protected]>
    squeed committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    6a68851 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2024

  1. libcni: set both GC valid attachment keys

    I made an (embarassing) error where SPEC.md and libcni disagreed on the
    key for valid attachments for a GC operation. The spec has been
    updated, but libcni should set both keys as a transition mechanism.
    
    Signed-off-by: Casey Callendrello <[email protected]>
    squeed committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    692efbd View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1103 from squeed/fix-gc-key-name

    SPEC, libcni: harmonize GC valid-attachment key
    squeed authored Jul 22, 2024
    Configuration menu
    Copy the full SHA
    309b6bb View commit details
    Browse the repository at this point in the history
Loading