Accepting request 1111547 from home:ojkastl_buildservice:Branch_devel_kubic
update o 0.24.0 OBS-URL: https://build.opensuse.org/request/show/1111547 OBS-URL: https://build.opensuse.org/package/show/devel:kubic/kubeseal?expand=0&rev=43
This commit is contained in:
parent
0519f057f4
commit
11f6f40187
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.23.1</param>
|
||||
<param name="revision">v0.24.0</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
<param name="versionrewrite-pattern">v(.*)</param>
|
||||
@ -17,6 +17,6 @@
|
||||
<param name="compression">gz</param>
|
||||
</service>
|
||||
<service name="go_modules" mode="manual">
|
||||
<param name="archive">sealed-secrets-0.23.1.obscpio</param>
|
||||
<param name="archive">sealed-secrets-0.24.0.obscpio</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">daa514e978924ee31007b6213783b7e4623a08c1</param></service></servicedata>
|
||||
<param name="changesrevision">3344ac6b6403320c46d0c3b26124a3c27f296c3c</param></service></servicedata>
|
@ -1,3 +1,23 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 15 11:07:12 UTC 2023 - kastl@b1-systems.de
|
||||
|
||||
- Update to version 0.24.0:
|
||||
* Release notes for v0.24.0 (#1322)
|
||||
* feat: multidoc support for yaml and json (#1304)
|
||||
* Bump golang.org/x/crypto from 0.12.0 to 0.13.0 (#1319)
|
||||
* Update the golang version to the latest available one (#1318)
|
||||
* Bump k8s.io/client-go from 0.28.0 to 0.28.1 (#1308)
|
||||
* Bump github.com/onsi/ginkgo/v2 from 2.11.0 to 2.12.0 (#1310)
|
||||
* Bump k8s.io/code-generator from 0.28.0 to 0.28.1 (#1307)
|
||||
* Delete repeating warning message (#1303)
|
||||
* Bump k8s.io/code-generator from 0.27.4 to 0.28.0 (#1300)
|
||||
* Bump k8s.io/client-go from 0.27.4 to 0.28.0 (#1297)
|
||||
* Add dashboard configmap annotations (#1302)
|
||||
* docs: updating readme to show how to get kubeseal version
|
||||
dynamically in install (#1294)
|
||||
* Update carvel package to v2.12.0 (#1293)
|
||||
* Release chart 2.12.0 (#1292)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 07 07:24:51 UTC 2023 - kastl@b1-systems.de
|
||||
|
||||
|
@ -21,7 +21,7 @@
|
||||
%define archive_name sealed-secrets
|
||||
|
||||
Name: kubeseal
|
||||
Version: 0.23.1
|
||||
Version: 0.24.0
|
||||
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:489ad621be42a26c726a569f50b3dc04a76470df4a29ff80b24c90bafd149b80
|
||||
size 2339340
|
3
sealed-secrets-0.24.0.obscpio
Normal file
3
sealed-secrets-0.24.0.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:357604d27d0150a344cb866ccd384d7507fcce78c2d67e5af78314e832202444
|
||||
size 2335244
|
@ -1,4 +1,4 @@
|
||||
name: sealed-secrets
|
||||
version: 0.23.1
|
||||
mtime: 1692274761
|
||||
commit: daa514e978924ee31007b6213783b7e4623a08c1
|
||||
version: 0.24.0
|
||||
mtime: 1694770936
|
||||
commit: 3344ac6b6403320c46d0c3b26124a3c27f296c3c
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:cd218bfec67a78b7f46c55a0b2662b2341a1a933236bac315e7fecb73fea7aeb
|
||||
size 7848108
|
||||
oid sha256:f0c57c21d7af894ce68eafce7ebae73bc69c1a9f68a9df30d852da5acfa34e06
|
||||
size 7912360
|
||||
|
Loading…
Reference in New Issue
Block a user