Accepting request 1164994 from home:ojkastl_buildservice:Branch_devel_kubic
update to 0.26.2 OBS-URL: https://build.opensuse.org/request/show/1164994 OBS-URL: https://build.opensuse.org/package/show/devel:kubic/kubeseal?expand=0&rev=59
This commit is contained in:
parent
2835359e3c
commit
42f560ac4c
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.26.0</param>
|
||||
<param name="revision">v0.26.2</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.26.0.obscpio</param>
|
||||
<param name="archive">sealed-secrets-0.26.2.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">90016584e4b1c9545bdcad42dc434e4cf8aa68aa</param></service></servicedata>
|
||||
<param name="changesrevision">e35ec421ad97e3b012342c42ad2a38c838a98c03</param></service></servicedata>
|
@ -1,3 +1,43 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 04 16:56:00 UTC 2024 - opensuse_buildservice@ojkastl.de
|
||||
|
||||
- Update to version 0.26.2:
|
||||
* Release notes for version 0.26.2 (#1502)
|
||||
* fix: update dependencies and version for CVE-2023-45288 (#1501)
|
||||
* Update security contact and other references DL to the new team
|
||||
one (#1500)
|
||||
* Bump github.com/onsi/ginkgo/v2 from 2.16.0 to 2.17.1 (#1497)
|
||||
* fix(helm): role binding annotations (#1494)
|
||||
* chore: update cosign version (#1495)
|
||||
* Bump k8s.io/client-go from 0.29.2 to 0.29.3 (#1486)
|
||||
* Bump k8s.io/code-generator from 0.29.2 to 0.29.3 (#1488)
|
||||
* Bump github.com/onsi/gomega from 1.31.1 to 1.32.0 (#1489)
|
||||
* Bump k8s.io/apimachinery from 0.29.2 to 0.29.3 (#1490)
|
||||
* Release carvel 2.15.1 (#1484)
|
||||
* Release chart 2.15.1 (#1483)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Mar 16 18:08:55 UTC 2024 - opensuse_buildservice@ojkastl.de
|
||||
|
||||
- Update to version 0.26.1:
|
||||
* Prepare release v0.26.1 (#1482)
|
||||
* fix: Bring back private keys logging (#1481)
|
||||
* Bump google.golang.org/protobuf from 1.32.0 to 1.33.0 (#1480)
|
||||
* Bump golang.org/x/crypto from 0.20.0 to 0.21.0 (#1477)
|
||||
* Bump github.com/onsi/ginkgo/v2 from 2.15.0 to 2.16.0 (#1478)
|
||||
* Bump github.com/prometheus/client_golang from 1.18.0 to 1.19.0 (#1476)
|
||||
* fix: missing common annotations in the helm chart (#1471)
|
||||
* Modify LastUpdateTime when the Sealed Secrets is being updated (#1475)
|
||||
* fix: panic when patching empty secret (#1474)
|
||||
* Add metrics port to allow ingress traffic in the netpols (#1473)
|
||||
* Bump golang.org/x/crypto from 0.19.0 to 0.20.0 (#1472)
|
||||
* Bump k8s.io/code-generator from 0.29.1 to 0.29.2 (#1467)
|
||||
* Release carvel 2.15.0 (#1466)
|
||||
* Release chart 2.15.0 (#1465)
|
||||
* Release current goreleaser tag (#1464)
|
||||
* Disable cronjob from the publish release workflow (#1463)
|
||||
* Add a manual trigger to the scheduled release workflow (#1462)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Feb 18 12:46:41 UTC 2024 - opensuse_buildservice@ojkastl.de
|
||||
|
||||
|
@ -21,14 +21,14 @@
|
||||
%define archive_name sealed-secrets
|
||||
|
||||
Name: kubeseal
|
||||
Version: 0.26.0
|
||||
Version: 0.26.2
|
||||
Release: 0
|
||||
Summary: CLI for encrypting secrets to SealedSecrets
|
||||
License: Apache-2.0
|
||||
URL: https://github.com/bitnami-labs/sealed-secrets
|
||||
Source: %{archive_name}-%{version}.tar.gz
|
||||
Source1: vendor.tar.gz
|
||||
BuildRequires: go >= 1.17
|
||||
BuildRequires: go >= 1.21
|
||||
|
||||
%description
|
||||
Problem: "I can manage all my K8s config in git, except Secrets."
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a554ee00f51e215d4832eef86da1b49a95a893ff43e6e8281df09457a96e1295
|
||||
size 2364428
|
3
sealed-secrets-0.26.2.obscpio
Normal file
3
sealed-secrets-0.26.2.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5e2c2bacf119bf88d4b75cf9445509b4527334416214738389d7062c34ce98ad
|
||||
size 2373644
|
@ -1,4 +1,4 @@
|
||||
name: sealed-secrets
|
||||
version: 0.26.0
|
||||
mtime: 1707996957
|
||||
commit: 90016584e4b1c9545bdcad42dc434e4cf8aa68aa
|
||||
version: 0.26.2
|
||||
mtime: 1712243076
|
||||
commit: e35ec421ad97e3b012342c42ad2a38c838a98c03
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:55e8df20fd70d18e86093ed645715842a5185f271ae312ad3367c73794e2abd5
|
||||
size 8013499
|
||||
oid sha256:8c243feaabff47ee7c6da6b19b8a4181d742c1dd1a3ced5ae89cefb7629bcc54
|
||||
size 8175985
|
||||
|
Loading…
x
Reference in New Issue
Block a user