Accepting request 972903 from devel:kubic
OBS-URL: https://build.opensuse.org/request/show/972903 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kubeseal?expand=0&rev=3
This commit is contained in:
commit
95710477d9
4
_service
4
_service
@ -3,7 +3,7 @@
|
|||||||
<param name="url">https://github.com/bitnami-labs/sealed-secrets</param>
|
<param name="url">https://github.com/bitnami-labs/sealed-secrets</param>
|
||||||
<param name="scm">git</param>
|
<param name="scm">git</param>
|
||||||
<param name="exclude">.git</param>
|
<param name="exclude">.git</param>
|
||||||
<param name="revision">v0.17.4</param>
|
<param name="revision">v0.17.5</param>
|
||||||
<param name="versionformat">@PARENT_TAG@</param>
|
<param name="versionformat">@PARENT_TAG@</param>
|
||||||
<param name="changesgenerate">enable</param>
|
<param name="changesgenerate">enable</param>
|
||||||
<param name="versionrewrite-pattern">v(.*)</param>
|
<param name="versionrewrite-pattern">v(.*)</param>
|
||||||
@ -16,6 +16,6 @@
|
|||||||
<param name="compression">gz</param>
|
<param name="compression">gz</param>
|
||||||
</service>
|
</service>
|
||||||
<service name="go_modules" mode="disabled">
|
<service name="go_modules" mode="disabled">
|
||||||
<param name="archive">sealed-secrets-0.17.4.tar.gz</param>
|
<param name="archive">sealed-secrets-0.17.5.tar.gz</param>
|
||||||
</service>
|
</service>
|
||||||
</services>
|
</services>
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
<servicedata>
|
<servicedata>
|
||||||
<service name="tar_scm">
|
<service name="tar_scm">
|
||||||
<param name="url">https://github.com/bitnami-labs/sealed-secrets</param>
|
<param name="url">https://github.com/bitnami-labs/sealed-secrets</param>
|
||||||
<param name="changesrevision">2a003fb95bf4265a5568d90882ac77e108a5e0c1</param></service></servicedata>
|
<param name="changesrevision">e3ec8c0bd83b708b524f74dbea30c94c3a6c59e2</param></service></servicedata>
|
@ -1,3 +1,23 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Apr 26 06:21:45 UTC 2022 - kastl@b1-systems.de
|
||||||
|
|
||||||
|
- Update to version 0.17.5:
|
||||||
|
* Bump goreleaser to v1.7.0
|
||||||
|
* Update v0.17.5 release notes (#824)
|
||||||
|
* Publish sealed-secret-controller in Dockerhub (#823)
|
||||||
|
* Enable goimports in golangci-lint (#816)
|
||||||
|
* Added a nosec comment to a deferred f.close call (#793)
|
||||||
|
* Format code with goimports (#815)
|
||||||
|
* Add a nosec directory to allow http.Dir("/") (#812)
|
||||||
|
* Include cosign public key (#814)
|
||||||
|
* Adding post-quantum analysis and recommendations (#801)
|
||||||
|
* Updated the distroless image verification to use a local key (#813)
|
||||||
|
* Add cosign verification for distroless image (#796)
|
||||||
|
* Crypto doc rewrite (#794)
|
||||||
|
* Chart: bump image version (#807)
|
||||||
|
* Update VIB pipeline (#809)
|
||||||
|
* Run CI with the last two Go releases (#805)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Apr 01 07:11:32 UTC 2022 - kastl@b1-systems.de
|
Fri Apr 01 07:11:32 UTC 2022 - kastl@b1-systems.de
|
||||||
|
|
||||||
|
@ -21,7 +21,7 @@
|
|||||||
%define archive_name sealed-secrets
|
%define archive_name sealed-secrets
|
||||||
|
|
||||||
Name: kubeseal
|
Name: kubeseal
|
||||||
Version: 0.17.4
|
Version: 0.17.5
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: CLI for encrypting secrets to SealedSecrets
|
Summary: CLI for encrypting secrets to SealedSecrets
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:fd8b594959af921d5418c6d1f410ad9eae8703e559a7c402a1ffdb08b2a2de3a
|
|
||||||
size 169021
|
|
3
sealed-secrets-0.17.5.tar.gz
Normal file
3
sealed-secrets-0.17.5.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:9f758be07c82017c28273bed1bc27022ac698c2a27b8636d55916bb68aa66a22
|
||||||
|
size 173078
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:0c0f8c62b99809724e8af4e03a7bca9844da214aec110cd8749705727205ce04
|
oid sha256:a5329e0bba42f16391b2b21ba0aaf843792846872b21fcd38482c21d6ac16275
|
||||||
size 7411226
|
size 7411541
|
||||||
|
Loading…
Reference in New Issue
Block a user