Accepting request 1109441 from devel:kubic
OBS-URL: https://build.opensuse.org/request/show/1109441 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kubeseal?expand=0&rev=21
This commit is contained in:
commit
a18c42a77a
10
_service
10
_service
@ -1,14 +1,14 @@
|
||||
<services>
|
||||
<service name="obs_scm" mode="disabled">
|
||||
<service name="obs_scm" mode="manual">
|
||||
<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.0</param>
|
||||
<param name="revision">v0.23.1</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
<param name="versionrewrite-pattern">v(.*)</param>
|
||||
</service>
|
||||
<service name="set_version" mode="disabled">
|
||||
<service name="set_version" mode="manual">
|
||||
<param name="basename">sealed-secrets</param>
|
||||
</service>
|
||||
<service name="tar" mode="buildtime"/>
|
||||
@ -16,7 +16,7 @@
|
||||
<param name="file">*.tar</param>
|
||||
<param name="compression">gz</param>
|
||||
</service>
|
||||
<service name="go_modules" mode="disabled">
|
||||
<param name="archive">sealed-secrets-0.23.0.obscpio</param>
|
||||
<service name="go_modules" mode="manual">
|
||||
<param name="archive">sealed-secrets-0.23.1.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">ad430d5c2bb7cf8ac53024b49930ddd0ef34390f</param></service></servicedata>
|
||||
<param name="changesrevision">daa514e978924ee31007b6213783b7e4623a08c1</param></service></servicedata>
|
@ -1,3 +1,21 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 07 07:24:51 UTC 2023 - kastl@b1-systems.de
|
||||
|
||||
- Update to version 0.23.1:
|
||||
* Release notes for v0.23.1 (#1291)
|
||||
* Bump golang.org/x/crypto from 0.11.0 to 0.12.0 (#1287)
|
||||
* feat: allow changing the default revisionHistoryLimit (#1286)
|
||||
* Introduce KUBESEAL_VERSION for Linux installation (#1275)
|
||||
* securityContext adjusted (#1261)
|
||||
* Bump k8s.io/code-generator from 0.27.3 to 0.27.4 (#1278)
|
||||
* Bump k8s.io/client-go from 0.27.3 to 0.27.4 (#1277)
|
||||
* Bump github.com/onsi/gomega from 1.27.8 to 1.27.10 (#1279)
|
||||
* Bump k8s.io/api from 0.27.3 to 0.27.4 (#1281)
|
||||
* Release carvel package v2.11.0 (#1273)
|
||||
* Create an Install Sealed Secrets tutorial for Sealed Secrets
|
||||
public documentation (#1270)
|
||||
* Release chart 2.11.0 (#1272)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 17 11:46:08 UTC 2023 - kastl@b1-systems.de
|
||||
|
||||
|
@ -21,7 +21,7 @@
|
||||
%define archive_name sealed-secrets
|
||||
|
||||
Name: kubeseal
|
||||
Version: 0.23.0
|
||||
Version: 0.23.1
|
||||
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:9509181f1649273c7a12d6f3afdf64b3289087c204b4627ecee9c27fd49e887a
|
||||
size 2330636
|
3
sealed-secrets-0.23.1.obscpio
Normal file
3
sealed-secrets-0.23.1.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:489ad621be42a26c726a569f50b3dc04a76470df4a29ff80b24c90bafd149b80
|
||||
size 2339340
|
@ -1,4 +1,4 @@
|
||||
name: sealed-secrets
|
||||
version: 0.23.0
|
||||
mtime: 1689590989
|
||||
commit: ad430d5c2bb7cf8ac53024b49930ddd0ef34390f
|
||||
version: 0.23.1
|
||||
mtime: 1692274761
|
||||
commit: daa514e978924ee31007b6213783b7e4623a08c1
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9b10f1cac96d3e0f17fde03311c351c26567c8cc773cf0b9f42e3f447702e97d
|
||||
size 7774346
|
||||
oid sha256:cd218bfec67a78b7f46c55a0b2662b2341a1a933236bac315e7fecb73fea7aeb
|
||||
size 7848108
|
||||
|
Loading…
Reference in New Issue
Block a user