Accepting request 1099087 from devel:kubic
OBS-URL: https://build.opensuse.org/request/show/1099087 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kubeseal?expand=0&rev=20
This commit is contained in:
commit
e41bc0f2d6
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.22.0</param>
|
||||
<param name="revision">v0.23.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="disabled">
|
||||
<param name="archive">sealed-secrets-0.22.0.obscpio</param>
|
||||
<param name="archive">sealed-secrets-0.23.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">96575962d7c2f3e5165f72f97c82b242ecc344af</param></service></servicedata>
|
||||
<param name="changesrevision">ad430d5c2bb7cf8ac53024b49930ddd0ef34390f</param></service></servicedata>
|
@ -1,3 +1,36 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 17 11:46:08 UTC 2023 - kastl@b1-systems.de
|
||||
|
||||
- Update to version 0.23.0:
|
||||
* Release notes for v0.23.0 (#1271)
|
||||
* Create a FAQ document for Sealed Secrets public documentation
|
||||
(#1269)
|
||||
* Bump golang.org/x/crypto from 0.10.0 to 0.11.0 (#1268)
|
||||
* Add missing document seperator (#1260)
|
||||
* Create a cryptography document for Sealed Secrets public
|
||||
documentation (#1267)
|
||||
* Validate existing Sealed Secrets (#1266)
|
||||
* added support policy to readme (#1265)
|
||||
* Create index for Sealed Secrets public documentation (#1264)
|
||||
* Enable full linter support for golangci-lint (#1262)
|
||||
* Add option to patch secrets instead of clobbering them (#1259)
|
||||
* Add option for custom annotations and labels on sealing
|
||||
keypairs (#1250)
|
||||
* Improve CLI UX error message while service is not found (#1256)
|
||||
* Bump github.com/onsi/ginkgo/v2 from 2.10.0 to 2.11.0 (#1254)
|
||||
* Bump k8s.io/code-generator from 0.27.2 to 0.27.3 (#1255)
|
||||
* Getting started page (#1253)
|
||||
* Draft: Update minikube K8S versions (#1251)
|
||||
* Fix networkpolicy port + add egress (#1243)
|
||||
* add --log-info-stdout to chart (#1238)
|
||||
* Bump github.com/prometheus/client_golang from 1.15.1 to 1.16.0
|
||||
(#1247)
|
||||
* Bump golang.org/x/crypto from 0.9.0 to 0.10.0 (#1248)
|
||||
* Bump k8s.io/client-go from 0.27.2 to 0.27.3 (#1244)
|
||||
* Add namespaced roles support to Helm chart (#1240)
|
||||
* Carvel release 0.22.0 (#1242)
|
||||
* Helm chart release 0.22.0 (#1241)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 16 05:16:45 UTC 2023 - kastl@b1-systems.de
|
||||
|
||||
|
@ -21,7 +21,7 @@
|
||||
%define archive_name sealed-secrets
|
||||
|
||||
Name: kubeseal
|
||||
Version: 0.22.0
|
||||
Version: 0.23.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:39e0189cad3c69640a9f2b1b8d1284a46388c1bdf3e4d8f3bf13184c57999a22
|
||||
size 2277388
|
3
sealed-secrets-0.23.0.obscpio
Normal file
3
sealed-secrets-0.23.0.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9509181f1649273c7a12d6f3afdf64b3289087c204b4627ecee9c27fd49e887a
|
||||
size 2330636
|
@ -1,4 +1,4 @@
|
||||
name: sealed-secrets
|
||||
version: 0.22.0
|
||||
mtime: 1686823266
|
||||
commit: 96575962d7c2f3e5165f72f97c82b242ecc344af
|
||||
version: 0.23.0
|
||||
mtime: 1689590989
|
||||
commit: ad430d5c2bb7cf8ac53024b49930ddd0ef34390f
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ed2ff2c97103e30a1a03eaba6d472fb79dff064c6c5aa2d8346fc3fbfe046253
|
||||
size 7662513
|
||||
oid sha256:9b10f1cac96d3e0f17fde03311c351c26567c8cc773cf0b9f42e3f447702e97d
|
||||
size 7774346
|
||||
|
Loading…
Reference in New Issue
Block a user