Skip to content

Commit

Permalink
chore: Add changelog for attestors
Browse files Browse the repository at this point in the history
Signed-off-by: Matthias Glastra <[email protected]>
  • Loading branch information
matglas authored and jkjell committed Aug 11, 2024
1 parent 67bd420 commit 762dc49
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 4 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG-ATTESTORS.md
Original file line number Diff line number Diff line change
@@ -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.
5 changes: 1 addition & 4 deletions attestation/material/material.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 (
Expand Down

0 comments on commit 762dc49

Please sign in to comment.