From 762dc49a1b7e609a8d5b51720e7c394c8d46998e Mon Sep 17 00:00:00 2001 From: Matthias Glastra Date: Fri, 10 May 2024 21:36:15 +0200 Subject: [PATCH] chore: Add changelog for attestors Signed-off-by: Matthias Glastra --- CHANGELOG-ATTESTORS.md | 22 ++++++++++++++++++++++ attestation/material/material.go | 5 +---- 2 files changed, 23 insertions(+), 4 deletions(-) create mode 100644 CHANGELOG-ATTESTORS.md diff --git a/CHANGELOG-ATTESTORS.md b/CHANGELOG-ATTESTORS.md new file mode 100644 index 00000000..5495c052 --- /dev/null +++ b/CHANGELOG-ATTESTORS.md @@ -0,0 +1,22 @@ +# Attestor Changelog + +## Product attestor + +### `v0.2` + +Type: https://witness.dev/attestations/product +Version: `v0.2` + +- Attestor configuration has been added as `configuration`. +- Products has been put into its own `products` field. + + +## Material attestator + +### `v0.2` + +Type: https://witness.dev/attestations/product +Version: `v0.2` + +- Attestor configuration has been added as `configuration`. +- Material has been put into its own `materials` field. \ No newline at end of file diff --git a/attestation/material/material.go b/attestation/material/material.go index 8f61d117..c72f25e1 100644 --- a/attestation/material/material.go +++ b/attestation/material/material.go @@ -22,11 +22,8 @@ import ( "github.com/in-toto/go-witness/attestation" "github.com/in-toto/go-witness/attestation/file" "github.com/in-toto/go-witness/cryptoutil" -<<<<<<< HEAD - "github.com/invopop/jsonschema" -======= "github.com/in-toto/go-witness/registry" ->>>>>>> 4797229 (feat: Add material incl/excl glob) + "github.com/invopop/jsonschema" ) const (