Skip to content

Commit 51ccd6a

Browse files
committed
chore(sdk): restore v0.18 API diff acknowledgement
Signed-off-by: Tjark Gunnar Rasche <trasche@nvidia.com>
1 parent 2f96914 commit 51ccd6a

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

pkg/client/v1/api-diff-exceptions.yaml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,11 @@
1414

1515
# Intentional API compatibility breaks. Each entry is tied to the active release
1616
# baseline and must be removed when that baseline advances; stale entries fail the gate.
17-
acknowledgements: []
17+
acknowledgements:
18+
- baseline: v0.18.0
19+
issue: '#1891, #2095'
20+
summary: BundleOptions and Snapshot gained []byte fields, making both structs non-comparable.
21+
rationale: BinaryAttestation enables verified in-image provenance; Raw preserves agent-emitted snapshots without dropping fields unknown to the client.
22+
incompatible_changes:
23+
- 'BundleOptions: old is comparable, new is not'
24+
- 'Snapshot: old is comparable, new is not'

0 commit comments

Comments
 (0)