forked from pool/kubeseal
Accepting request 1115826 from devel:kubic
OBS-URL: https://build.opensuse.org/request/show/1115826 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kubeseal?expand=0&rev=23
This commit is contained in:
commit
0adc623f60
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.24.0</param>
|
<param name="revision">v0.24.1</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>
|
||||||
@ -17,6 +17,6 @@
|
|||||||
<param name="compression">gz</param>
|
<param name="compression">gz</param>
|
||||||
</service>
|
</service>
|
||||||
<service name="go_modules" mode="manual">
|
<service name="go_modules" mode="manual">
|
||||||
<param name="archive">sealed-secrets-0.24.0.obscpio</param>
|
<param name="archive">sealed-secrets-0.24.1.obscpio</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">3344ac6b6403320c46d0c3b26124a3c27f296c3c</param></service></servicedata>
|
<param name="changesrevision">3c52ecf1f862ccfe4839dbb018ecd830a200d467</param></service></servicedata>
|
@ -1,3 +1,19 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Oct 05 12:27:25 UTC 2023 - kastl@b1-systems.de
|
||||||
|
|
||||||
|
- Update to version 0.24.1:
|
||||||
|
* Release notes for 0.24.1 (#1339)
|
||||||
|
* fix: remove trailing dashes for multidoc yaml (#1335)
|
||||||
|
* Bump github.com/prometheus/client_golang from 1.16.0 to 1.17.0
|
||||||
|
(#1338)
|
||||||
|
* Bump github.com/onsi/gomega from 1.27.10 to 1.28.0 (#1337)
|
||||||
|
* Bump github.com/onsi/ginkgo/v2 from 2.12.0 to 2.12.1 (#1333)
|
||||||
|
* Bump k8s.io/code-generator from 0.28.1 to 0.28.2 (#1327)
|
||||||
|
* Bump k8s.io/client-go from 0.28.1 to 0.28.2 (#1328)
|
||||||
|
* Bump k8s.io/api from 0.28.1 to 0.28.2 (#1329)
|
||||||
|
* Update carvel package to v2.13.0 (#1325)
|
||||||
|
* Release chart 2.13.0 (#1323)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Sep 15 11:07:12 UTC 2023 - kastl@b1-systems.de
|
Fri Sep 15 11:07:12 UTC 2023 - kastl@b1-systems.de
|
||||||
|
|
||||||
|
@ -21,7 +21,7 @@
|
|||||||
%define archive_name sealed-secrets
|
%define archive_name sealed-secrets
|
||||||
|
|
||||||
Name: kubeseal
|
Name: kubeseal
|
||||||
Version: 0.24.0
|
Version: 0.24.1
|
||||||
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
|
||||||
@ -36,8 +36,7 @@ Problem: "I can manage all my K8s config in git, except Secrets."
|
|||||||
Solution: Encrypt your Secret into a SealedSecret, which is safe to store - even to a public repository. The SealedSecret can be decrypted only by the controller running in the target cluster and nobody else (not even the original author) is able to obtain the original Secret from the SealedSecret.
|
Solution: Encrypt your Secret into a SealedSecret, which is safe to store - even to a public repository. The SealedSecret can be decrypted only by the controller running in the target cluster and nobody else (not even the original author) is able to obtain the original Secret from the SealedSecret.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{archive_name}-%{version}
|
%autosetup -p 1 -a 1 -n %{archive_name}-%{version}
|
||||||
%setup -q -n %{archive_name}-%{version} -T -D -a 1
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
go build \
|
go build \
|
||||||
|
3
sealed-secrets-0.24.1.obscpio
Normal file
3
sealed-secrets-0.24.1.obscpio
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:c89d8a95d23c545378508882974c4db8b6f8632a4f4efdd2721cf42cc9500e3b
|
||||||
|
size 2335756
|
@ -1,4 +1,4 @@
|
|||||||
name: sealed-secrets
|
name: sealed-secrets
|
||||||
version: 0.24.0
|
version: 0.24.1
|
||||||
mtime: 1694770936
|
mtime: 1696505515
|
||||||
commit: 3344ac6b6403320c46d0c3b26124a3c27f296c3c
|
commit: 3c52ecf1f862ccfe4839dbb018ecd830a200d467
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:f0c57c21d7af894ce68eafce7ebae73bc69c1a9f68a9df30d852da5acfa34e06
|
oid sha256:f06d1222fbbf8e42e799b62e74d6a6c23c5bee3d60da691e8adade74124a2bd9
|
||||||
size 7912360
|
size 7918220
|
||||||
|
Loading…
x
Reference in New Issue
Block a user