Accepting request 966350 from devel:kubic
OBS-URL: https://build.opensuse.org/request/show/966350 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kubeseal?expand=0&rev=2
This commit is contained in:
commit
448afd8d59
4
_service
4
_service
@ -3,7 +3,7 @@
|
||||
<param name="url">https://github.com/bitnami-labs/sealed-secrets</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="exclude">.git</param>
|
||||
<param name="revision">v0.17.3</param>
|
||||
<param name="revision">v0.17.4</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
<param name="versionrewrite-pattern">v(.*)</param>
|
||||
@ -16,6 +16,6 @@
|
||||
<param name="compression">gz</param>
|
||||
</service>
|
||||
<service name="go_modules" mode="disabled">
|
||||
<param name="archive">sealed-secrets-0.17.3.tar.gz</param>
|
||||
<param name="archive">sealed-secrets-0.17.4.tar.gz</param>
|
||||
</service>
|
||||
</services>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/bitnami-labs/sealed-secrets</param>
|
||||
<param name="changesrevision">a509b7054df8410d0581f8086fc02098a442c154</param></service></servicedata>
|
||||
<param name="changesrevision">2a003fb95bf4265a5568d90882ac77e108a5e0c1</param></service></servicedata>
|
@ -1,3 +1,44 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 01 07:11:32 UTC 2022 - kastl@b1-systems.de
|
||||
|
||||
- Update to version 0.17.4:
|
||||
* Update v0.17.4 release notes (#804)
|
||||
* Bump the Golang project version to 1.17 (#782)
|
||||
* fixing Dockerfile to run as non root (#784)
|
||||
* Add alemorcuq to the CODEOWNERS list (#803)
|
||||
* Update Docker image version (#792)
|
||||
* Added a way to run gosec using a Makefile task (#797)
|
||||
* Fixing the deprecated MAINTAINER usage (#790)
|
||||
* Bump prometheus/client_golang dependency to avoid CVE-2022-21698 (#783)
|
||||
* New v0.17.4 release (#777)
|
||||
* Bump distroless/static to fix DLA-2542-1, DLA-2509-1, DLA-2424-1 (#604)
|
||||
* Document use of --controller-name for kubeseal (#774)
|
||||
* [vib] fix trivy action configuration (#776)
|
||||
* Include golangci-lint (#775)
|
||||
* Fix linter errors running golangci-lint (#771)
|
||||
* Update README file CI Badges (#772)
|
||||
* Add script to easily run kubeseal with a service account credentials (#746)
|
||||
* update k8s API dependencies for Go1.18 compatibility (#763)
|
||||
* Add Controller's OpenAPI spec (#766)
|
||||
* Helm chart - add support for customizing probes (#764)
|
||||
* fix: address some golangci-lint issues (#751)
|
||||
* Upgrade kubecfg from v0.16.0 to v0.25.0 (#760)
|
||||
* Update VIB GitHub action repository (#759)
|
||||
* docs: update README (#750)
|
||||
* Add arm64 releases for Darwin (#752)
|
||||
* Added required resourceName to Role (#745)
|
||||
* Improve raw mode docs (#738)
|
||||
* Trivial PR to test VIB integration (#743)
|
||||
* Add integration with VIB (#742)
|
||||
* Fix image pull secrets in chart (#737)
|
||||
* docs: add webseal projects (#735)
|
||||
* Do not add 'stale' label to issues marked as 'help wanted' (#736)
|
||||
* Chart command args (#734)
|
||||
* contrib/prometheus: Honor Labels added by controller (#614)
|
||||
* Add 'Simple Issue Labeler' GH action (#733)
|
||||
* updated ocp install using helm (#730)
|
||||
* Chart: bump image version (#729)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 11 14:09:29 UTC 2022 - Johannes Kastl <kastl@b1-systems.de>
|
||||
|
||||
|
@ -21,7 +21,7 @@
|
||||
%define archive_name sealed-secrets
|
||||
|
||||
Name: kubeseal
|
||||
Version: 0.17.3
|
||||
Version: 0.17.4
|
||||
Release: 0
|
||||
Summary: CLI for encrypting secrets to SealedSecrets
|
||||
License: Apache-2.0
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:bcba961782462330c154545a4abcaf7e233e305c075c6d5eaa8991e542e4599b
|
||||
size 170334
|
3
sealed-secrets-0.17.4.tar.gz
Normal file
3
sealed-secrets-0.17.4.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fd8b594959af921d5418c6d1f410ad9eae8703e559a7c402a1ffdb08b2a2de3a
|
||||
size 169021
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:922ca1e19774fe04a2f621f0bd7993d56e83c7bc71c3a6b1ba365427279b4d89
|
||||
size 7452960
|
||||
oid sha256:0c0f8c62b99809724e8af4e03a7bca9844da214aec110cd8749705727205ce04
|
||||
size 7411226
|
||||
|
Loading…
x
Reference in New Issue
Block a user