From 42819200a201c1cfe7e5c53206f5897ef95d7f2e Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Fri, 21 Jan 2022 07:26:17 +0000 Subject: [PATCH] chore: release 0.2.0 --- CHANGELOG.md | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e7981a53..9fd55775 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,32 @@ +## Version 0.2.0 (2022-01-21) + +### Features and improvements + +* [[`5caebcc9`](https://github.com/ckotzbauer/sbom-operator/commit/5caebcc9)] - **feat**: add configurable sbom-format + +### Bug fixes + +* [[`891dfc7e`](https://github.com/ckotzbauer/sbom-operator/commit/891dfc7e)] - **fix**: remove whole directory on sbom-removal close #8 + +### Build and testing + +* [[`ffea5729`](https://github.com/ckotzbauer/sbom-operator/commit/ffea5729)] - **build**: try to fix trigger + +### Documentation + +* [[`f865a13e`](https://github.com/ckotzbauer/sbom-operator/commit/f865a13e)] - **doc**: add helm example values +* [[`8199174a`](https://github.com/ckotzbauer/sbom-operator/commit/8199174a)] - **doc**: several improvements ref: #11 + +### Security + +* [[`b67cc1d0`](https://github.com/ckotzbauer/sbom-operator/commit/b67cc1d0)] - **security**: update opencontainers/image-spec + +### Common changes + +* [[`870f195b`](https://github.com/ckotzbauer/sbom-operator/commit/870f195b)] - **chore**: use syft version 0.36.0 on top layer +* [[`96e043cc`](https://github.com/ckotzbauer/sbom-operator/commit/96e043cc)] - **chore**: change the way of install syft + + ## Version 0.1.0 (2022-01-20) ### Features and improvements