Skip to content

Commit

Permalink
chore: release 0.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Sep 24, 2022
1 parent 1d2d361 commit da0bc7e
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 2 deletions.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,29 @@
## Version 0.18.0 (2022-09-24)

### Features and improvements

* [[`ec17ccbe`](https://github.com/ckotzbauer/sbom-operator/commit/ec17ccbe)] - **feat**: update Codenotary VCN to 1.0.1

### Cleanup and refactoring

* [[`68a2a661`](https://github.com/ckotzbauer/sbom-operator/commit/68a2a661)] - **cleanup**: use git-implementation from libk8soci
* [[`849134b3`](https://github.com/ckotzbauer/sbom-operator/commit/849134b3)] - **cleanup**: go-mod-tidy

### Documentation

* [[`1d2d361f`](https://github.com/ckotzbauer/sbom-operator/commit/1d2d361f)] - **doc**: updated version-table
* [[`8e65d89b`](https://github.com/ckotzbauer/sbom-operator/commit/8e65d89b)] - **doc**: update VCN docs
* [[`e1d242cc`](https://github.com/ckotzbauer/sbom-operator/commit/e1d242cc)] - **doc**: add git-init note

### Dependency updates

* [[`d868e046`](https://github.com/ckotzbauer/sbom-operator/commit/d868e046)] - **deps**: update module github.com/anchore/syft to v0.57.0 (#170)
* [[`c8d5f103`](https://github.com/ckotzbauer/sbom-operator/commit/c8d5f103)] - **deps**: update kubernetes versions to v0.25.2
* [[`fa3ad710`](https://github.com/ckotzbauer/sbom-operator/commit/fa3ad710)] - **deps**: update sigstore/cosign-installer digest to ced07f2
* [[`e24bb779`](https://github.com/ckotzbauer/sbom-operator/commit/e24bb779)] - **deps**: update golang.org/x/exp digest to 439092d
* [[`fb238932`](https://github.com/ckotzbauer/sbom-operator/commit/fb238932)] - **deps**: update github.com/ckotzbauer/libk8soci digest to cfc4b76


## Version 0.17.0 (2022-09-17)

### Features and improvements
Expand Down
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -132,10 +132,10 @@ require (

require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/go-git/go-git/v5 v5.4.2
github.com/go-git/go-git/v5 v5.4.2 // indirect
github.com/go-logr/logr v1.2.3 // indirect
github.com/gogo/protobuf v1.3.2 // indirect
github.com/golang-jwt/jwt v3.2.2+incompatible
github.com/golang-jwt/jwt v3.2.2+incompatible // indirect
github.com/golang/protobuf v1.5.2 // indirect
github.com/google/go-cmp v0.5.9 // indirect
github.com/google/go-containerregistry v0.11.0
Expand Down

0 comments on commit da0bc7e

Please sign in to comment.