Skip to content

Commit

Permalink
chore: release 0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Jun 28, 2022
1 parent b21910d commit 898a723
Show file tree
Hide file tree
Showing 2 changed files with 54 additions and 14 deletions.
54 changes: 54 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,57 @@
## Version 0.13.0 (2022-06-28)

### Bug fixes

* [[`c5ace22b`](https://github.com/ckotzbauer/sbom-operator/commit/c5ace22b)] - **fix**: update libk8soci

### Cleanup and refactoring

* [[`3764b742`](https://github.com/ckotzbauer/sbom-operator/commit/3764b742)] - **cleanup**: moved some k8s logics to libk8soci
* [[`e87fbf11`](https://github.com/ckotzbauer/sbom-operator/commit/e87fbf11)] - **cleanup**: moved registry package to libk8soci
* [[`1be48395`](https://github.com/ckotzbauer/sbom-operator/commit/1be48395)] - **cleanup**: fix test path
* [[`6bbc756c`](https://github.com/ckotzbauer/sbom-operator/commit/6bbc756c)] - **cleanup**: move targets to own packages

### Build and testing

* [[`fecc9ced`](https://github.com/ckotzbauer/sbom-operator/commit/fecc9ced)] - **build**: add linting (#124)
* [[`b30b9170`](https://github.com/ckotzbauer/sbom-operator/commit/b30b9170)] - **build**: fix fork condition
* [[`951230b5`](https://github.com/ckotzbauer/sbom-operator/commit/951230b5)] - **build**: update to golang 1.18.3
* [[`811824a7`](https://github.com/ckotzbauer/sbom-operator/commit/811824a7)] - **build**: tolerate suffixes
* [[`8240e512`](https://github.com/ckotzbauer/sbom-operator/commit/8240e512)] - **build**: update toolkit to 0.16.0
* [[`d6d2dbe0`](https://github.com/ckotzbauer/sbom-operator/commit/d6d2dbe0)] - **build**: added dependencies
* [[`88471bde`](https://github.com/ckotzbauer/sbom-operator/commit/88471bde)] - **build**: fix command
* [[`78bf604b`](https://github.com/ckotzbauer/sbom-operator/commit/78bf604b)] - **test**: fix conditional execution
* [[`a592ef59`](https://github.com/ckotzbauer/sbom-operator/commit/a592ef59)] - **test**: only execute on non-forks
* [[`64b22fe2`](https://github.com/ckotzbauer/sbom-operator/commit/64b22fe2)] - **test**: merge tests
* [[`0b0e45a4`](https://github.com/ckotzbauer/sbom-operator/commit/0b0e45a4)] - **test**: fix test path

### Security

* [[`d22c9d2f`](https://github.com/ckotzbauer/sbom-operator/commit/d22c9d2f)] - **security**: updated containerd to 1.6.6

### Dependency updates

* [[`b21910d4`](https://github.com/ckotzbauer/sbom-operator/commit/b21910d4)] - **deps**: update ckotzbauer/actions-toolkit action to v0.17.0
* [[`88dc0e7f`](https://github.com/ckotzbauer/sbom-operator/commit/88dc0e7f)] - **deps**: update module github.com/google/go-containerregistry to v0.10.0
* [[`bab83b3b`](https://github.com/ckotzbauer/sbom-operator/commit/bab83b3b)] - **deps**: update module github.com/spf13/cobra to v1.5.0
* [[`44272a8d`](https://github.com/ckotzbauer/sbom-operator/commit/44272a8d)] - **deps**: update module github.com/anchore/syft to v0.49.0
* [[`23cc1405`](https://github.com/ckotzbauer/sbom-operator/commit/23cc1405)] - **deps**: update module github.com/stretchr/testify to v1.7.5
* [[`49c569a6`](https://github.com/ckotzbauer/sbom-operator/commit/49c569a6)] - **deps**: update sigstore/cosign-installer digest to 441a29e
* [[`6d614e99`](https://github.com/ckotzbauer/sbom-operator/commit/6d614e99)] - **deps**: update module github.com/nscuro/dtrack-client to v0.6.0 (#123)
* [[`17bd6ce8`](https://github.com/ckotzbauer/sbom-operator/commit/17bd6ce8)] - **deps**: update github.com/ckotzbauer/libk8soci digest to 5d23eb2
* [[`5f26087a`](https://github.com/ckotzbauer/sbom-operator/commit/5f26087a)] - **deps**: update module github.com/anchore/syft to v0.48.1 (#121)
* [[`eafde448`](https://github.com/ckotzbauer/sbom-operator/commit/eafde448)] - **deps**: update dependency codenotary/vcn to v0.9.20 (#119)
* [[`fe955100`](https://github.com/ckotzbauer/sbom-operator/commit/fe955100)] - **deps**: update github.com/ckotzbauer/libk8soci digest to 769e57e
* [[`b3eb7a61`](https://github.com/ckotzbauer/sbom-operator/commit/b3eb7a61)] - **deps**: update kubernetes versions to v0.24.2 (#120)
* [[`0ddf2619`](https://github.com/ckotzbauer/sbom-operator/commit/0ddf2619)] - **deps**: update module github.com/anchore/syft to v0.47.0 (#117)
* [[`5b53a5a7`](https://github.com/ckotzbauer/sbom-operator/commit/5b53a5a7)] - **deps**: update module github.com/stretchr/testify to v1.7.2 (#115)
* [[`b47a870e`](https://github.com/ckotzbauer/sbom-operator/commit/b47a870e)] - **deps**: update sigstore/cosign-installer digest to 7e0881f (#112)
* [[`2683c671`](https://github.com/ckotzbauer/sbom-operator/commit/2683c671)] - **deps**: update dependency docker to v20.10.17 (#113)
* [[`c45fb8ed`](https://github.com/ckotzbauer/sbom-operator/commit/c45fb8ed)] - **deps**: update module github.com/docker/cli to v20.10.17 (#114)
* [[`55178600`](https://github.com/ckotzbauer/sbom-operator/commit/55178600)] - **deps**: update ckotzbauer/actions-toolkit action to v0.15.0 (#116)
* [[`3433998a`](https://github.com/ckotzbauer/sbom-operator/commit/3433998a)] - **deps**: update dependency codenotary/vcn to v0.9.19


## Version 0.12.0 (2022-05-29)

### Features and improvements
Expand Down
14 changes: 0 additions & 14 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -84,12 +84,10 @@ github.com/Masterminds/goutils v1.1.0/go.mod h1:8cTjp+g8YejhMuvIA5y2vz3BpJxksy86
github.com/Masterminds/goutils v1.1.1 h1:5nUrii3FMTL5diU80unEVvNevw1nH4+ZV4DSLVJLSYI=
github.com/Masterminds/goutils v1.1.1/go.mod h1:8cTjp+g8YejhMuvIA5y2vz3BpJxksy863GQaJW2MFNU=
github.com/Masterminds/semver v1.4.2/go.mod h1:MB6lktGJrhw8PrUyiEoblNEGEQ+RzHPF078ddwwvV3Y=
github.com/Masterminds/semver v1.5.0 h1:H65muMkzWKEuNDnfl9d70GUjFniHKHRbFPGBuZ3QEww=
github.com/Masterminds/semver v1.5.0/go.mod h1:MB6lktGJrhw8PrUyiEoblNEGEQ+RzHPF078ddwwvV3Y=
github.com/Masterminds/semver/v3 v3.1.1 h1:hLg3sBzpNErnxhQtUy/mmLR2I9foDujNK030IGemrRc=
github.com/Masterminds/semver/v3 v3.1.1/go.mod h1:VPu/7SZ7ePZ3QOrcuXROw5FAcLl4a0cBrbBpGY/8hQs=
github.com/Masterminds/sprig v2.15.0+incompatible/go.mod h1:y6hNFY5UBTIWBxnzTeuNhlNS5hqE0NB0E6fgfo2Br3o=
github.com/Masterminds/sprig v2.22.0+incompatible h1:z4yfnGrZ7netVz+0EDJ0Wi+5VZCSYp4Z0m2dk6cEM60=
github.com/Masterminds/sprig v2.22.0+incompatible/go.mod h1:y6hNFY5UBTIWBxnzTeuNhlNS5hqE0NB0E6fgfo2Br3o=
github.com/Masterminds/sprig/v3 v3.2.2 h1:17jRggJu518dr3QaafizSXOjKYp94wKfABxUmyxvxX8=
github.com/Masterminds/sprig/v3 v3.2.2/go.mod h1:UoaO7Yp8KlPnJIYWTFkMaqPUYKTfGFPhxNuwnnxkKlk=
Expand Down Expand Up @@ -144,8 +142,6 @@ github.com/anchore/packageurl-go v0.1.1-0.20220428202044-a072fa3cb6d7 h1:kDrYkTS
github.com/anchore/packageurl-go v0.1.1-0.20220428202044-a072fa3cb6d7/go.mod h1:Blo6OgJNiYF41ufcgHKkbCKF2MDOMlrqhXv/ij6ocR4=
github.com/anchore/stereoscope v0.0.0-20220616165231-b0fd10fdee06 h1:TSRA7gtuia3eyleTO3t7iPU+9xHbdSaufoUFNQUwUXo=
github.com/anchore/stereoscope v0.0.0-20220616165231-b0fd10fdee06/go.mod h1:sai2ZjAtT/y1GRQBDRbynhdhnQcGWBvVcv8CN3hTWmI=
github.com/anchore/syft v0.48.1 h1:tBJicJQVvaDTdgQB9hVgXLl+gb6C3RIQ8THp11C9Riw=
github.com/anchore/syft v0.48.1/go.mod h1:lQ90VDNtxYK09F+/6hs5b2FSpnT+1/eLy+Z8ap6jsSo=
github.com/anchore/syft v0.49.0 h1:C+ol3K5K1UDgzRAAdHt+dWglex9lAV+JQMotM10HR0s=
github.com/anchore/syft v0.49.0/go.mod h1:bo4IP6CDEnITW3WDy0Sefyg0GpvRPPcmkzB4cLGkcqs=
github.com/andreyvit/diff v0.0.0-20170406064948-c7f18ee00883/go.mod h1:rCTlJbsFo29Kk6CurOXKm700vrz8f0KW0JNfpkRJY/8=
Expand Down Expand Up @@ -592,8 +588,6 @@ github.com/google/go-cmp v0.5.6/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/
github.com/google/go-cmp v0.5.8 h1:e6P7q2lk1O+qJJb4BtCQXlK8vWEO8V1ZeuEdJNOqZyg=
github.com/google/go-cmp v0.5.8/go.mod h1:17dUlkBOakJ0+DkrSSNjCkIjxS6bF9zb3elmeNGIjoY=
github.com/google/go-containerregistry v0.7.0/go.mod h1:2zaoelrL0d08gGbpdP3LqyUuBmhWbpD6IOe2s9nLS2k=
github.com/google/go-containerregistry v0.9.0 h1:5Ths7RjxyFV0huKChQTgY6fLzvHhZMpLTFNja8U0/0w=
github.com/google/go-containerregistry v0.9.0/go.mod h1:9eq4BnSufyT1kHNffX+vSXVonaJ7yaIOulrKZejMxnQ=
github.com/google/go-containerregistry v0.10.0 h1:qd/fv2nQajGZJenaNcdaghlwSPjQ0NphN9hzArr2WWg=
github.com/google/go-containerregistry v0.10.0/go.mod h1:C7uwbB1QUAtvnknyd3ethxJRd4gtEjU/9WLXzckfI1Y=
github.com/google/gofuzz v1.0.0/go.mod h1:dBl0BpW6vV/+mYPU4Po3pmUjxk6FQPldtuIdl/M65Eg=
Expand Down Expand Up @@ -1137,8 +1131,6 @@ github.com/spf13/cobra v0.0.3/go.mod h1:1l0Ry5zgKvJasoi3XT1TypsSe7PqH0Sj9dhYf7v3
github.com/spf13/cobra v0.0.5/go.mod h1:3K3wKZymM7VvHMDS9+Akkh4K60UwM26emMESw8tLCHU=
github.com/spf13/cobra v1.0.0/go.mod h1:/6GTrnGXV9HjY+aR4k0oJ5tcvakLuG6EuKReYlHNrgE=
github.com/spf13/cobra v1.2.1/go.mod h1:ExllRjgxM/piMAM+3tAZvg8fsklGAf3tPfi+i8t68Nk=
github.com/spf13/cobra v1.4.0 h1:y+wJpx64xcgO1V+RcnwW0LEHxTKRi2ZDPSBjWnrg88Q=
github.com/spf13/cobra v1.4.0/go.mod h1:Wo4iy3BUC+X2Fybo0PDqwJIv3dNRiZLHQymsfxlB84g=
github.com/spf13/cobra v1.5.0 h1:X+jTBEBqF0bHN+9cSMgmfuvv2VHJ9ezmFNf9Y/XstYU=
github.com/spf13/cobra v1.5.0/go.mod h1:dWXEIy2H428czQCjInthrTRUg7yKbok+2Qi/yBIJoUM=
github.com/spf13/jwalterweatherman v1.0.0/go.mod h1:cQK4TGJAtQXfYWX+Ddv3mKDzgVb68N+wFjFa4jdeBTo=
Expand Down Expand Up @@ -1174,8 +1166,6 @@ github.com/stretchr/testify v1.5.1/go.mod h1:5W2xD1RspED5o8YsWQXVCued0rvSQ+mT+I5
github.com/stretchr/testify v1.6.1/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg=
github.com/stretchr/testify v1.7.0/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg=
github.com/stretchr/testify v1.7.1/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg=
github.com/stretchr/testify v1.7.2 h1:4jaiDzPyXQvSd7D0EjG45355tLlV3VOECpq10pLC+8s=
github.com/stretchr/testify v1.7.2/go.mod h1:R6va5+xMeoiuVRoj+gSkQ7d3FALtqAAGI1FQKckRals=
github.com/stretchr/testify v1.7.5 h1:s5PTfem8p8EbKQOctVV53k6jCJt3UX4IEJzwh+C324Q=
github.com/stretchr/testify v1.7.5/go.mod h1:yNjHg4UonilssWZ8iaSj1OCr/vHnekPRkoO+kdMU+MU=
github.com/subosito/gotenv v1.2.0/go.mod h1:N0PQaV/YGNqwC0u51sEeR/aUtSLEXKX9iv69rRypqCw=
Expand Down Expand Up @@ -1427,8 +1417,6 @@ golang.org/x/net v0.0.0-20210805182204-aaa1db679c0d/go.mod h1:9nx3DQGgdP8bBQD5qx
golang.org/x/net v0.0.0-20211111160137-58aab5ef257a/go.mod h1:9nx3DQGgdP8bBQD5qxJ1jj9UTztislL4KSBs9R2vV5Y=
golang.org/x/net v0.0.0-20211112202133-69e39bad7dc2/go.mod h1:9nx3DQGgdP8bBQD5qxJ1jj9UTztislL4KSBs9R2vV5Y=
golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd/go.mod h1:CfG3xpIq0wQ8r1q4Su4UZFWDARRcnwPjda9FqA0JpMk=
golang.org/x/net v0.0.0-20220520000938-2e3eb7b945c2 h1:NWy5+hlRbC7HK+PmcXVUmW1IMyFce7to56IUvhUFm7Y=
golang.org/x/net v0.0.0-20220520000938-2e3eb7b945c2/go.mod h1:CfG3xpIq0wQ8r1q4Su4UZFWDARRcnwPjda9FqA0JpMk=
golang.org/x/net v0.0.0-20220524220425-1d687d428aca h1:xTaFYiPROfpPhqrfTIDXj0ri1SpfueYT951s4bAuDO8=
golang.org/x/net v0.0.0-20220524220425-1d687d428aca/go.mod h1:CfG3xpIq0wQ8r1q4Su4UZFWDARRcnwPjda9FqA0JpMk=
golang.org/x/oauth2 v0.0.0-20180821212333-d2e6202438be/go.mod h1:N/0e6XlmueqKjAGxoOufVs8QHGRruUQn6yWY3a++T0U=
Expand All @@ -1448,8 +1436,6 @@ golang.org/x/oauth2 v0.0.0-20210628180205-a41e5a781914/go.mod h1:KelEdhl1UZF7XfJ
golang.org/x/oauth2 v0.0.0-20210805134026-6f1e6394065a/go.mod h1:KelEdhl1UZF7XfJ4dDtk6s++YSgaE7mD/BuKKDLBl4A=
golang.org/x/oauth2 v0.0.0-20210819190943-2bc19b11175f/go.mod h1:KelEdhl1UZF7XfJ4dDtk6s++YSgaE7mD/BuKKDLBl4A=
golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8/go.mod h1:KelEdhl1UZF7XfJ4dDtk6s++YSgaE7mD/BuKKDLBl4A=
golang.org/x/oauth2 v0.0.0-20220411215720-9780585627b5 h1:OSnWWcOd/CtWQC2cYSBgbTSJv3ciqd8r54ySIW2y3RE=
golang.org/x/oauth2 v0.0.0-20220411215720-9780585627b5/go.mod h1:DAh4E804XQdzx2j+YRIaUnCqCV2RuMz24cGBJ5QYIrc=
golang.org/x/oauth2 v0.0.0-20220524215830-622c5d57e401 h1:zwrSfklXn0gxyLRX/aR+q6cgHbV/ItVyzbPlbA+dkAw=
golang.org/x/oauth2 v0.0.0-20220524215830-622c5d57e401/go.mod h1:DAh4E804XQdzx2j+YRIaUnCqCV2RuMz24cGBJ5QYIrc=
golang.org/x/sync v0.0.0-20180314180146-1d60e4601c6f/go.mod h1:RxMgew5VJxzue5/jJTE5uejpjVlOe/izrB70Jof72aM=
Expand Down

0 comments on commit 898a723

Please sign in to comment.