SHA256
1
0
forked from pool/kubeseal

10 Commits

Author SHA256 Message Date
f43288cf60 Accepting request 1285315 from devel:kubic
OBS-URL: https://build.opensuse.org/request/show/1285315
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kubeseal?expand=0&rev=38
2025-06-13 16:45:48 +00:00
ef3d1a226d Accepting request 1285314 from home:ojkastl_buildservice:Branch_devel_kubic
update to 0.30.0

OBS-URL: https://build.opensuse.org/request/show/1285314
OBS-URL: https://build.opensuse.org/package/show/devel:kubic/kubeseal?expand=0&rev=75
2025-06-13 05:14:37 +00:00
c26daf6c02 Accepting request 1256463 from devel:kubic
OBS-URL: https://build.opensuse.org/request/show/1256463
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kubeseal?expand=0&rev=37
2025-03-27 21:33:55 +00:00
32e40051cd update to 0.29.0
OBS-URL: https://build.opensuse.org/package/show/devel:kubic/kubeseal?expand=0&rev=73
2025-03-27 13:13:02 +00:00
a0530c8793 Accepting request 1238236 from devel:kubic
OBS-URL: https://build.opensuse.org/request/show/1238236
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kubeseal?expand=0&rev=36
2025-01-16 17:34:36 +00:00
340a5e28f7 update to 0.28.0
OBS-URL: https://build.opensuse.org/package/show/devel:kubic/kubeseal?expand=0&rev=71
2025-01-16 12:09:43 +00:00
08128d14f1 Accepting request 1228516 from devel:kubic
OBS-URL: https://build.opensuse.org/request/show/1228516
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kubeseal?expand=0&rev=35
2024-12-05 16:10:18 +00:00
ac66366b31 update to 0.27.3
OBS-URL: https://build.opensuse.org/package/show/devel:kubic/kubeseal?expand=0&rev=69
2024-12-05 13:06:50 +00:00
f3ab1bf5c4 Accepting request 1221247 from devel:kubic
OBS-URL: https://build.opensuse.org/request/show/1221247
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kubeseal?expand=0&rev=34
2024-11-05 14:40:54 +00:00
de763d40bb udpate to 0.27.2
OBS-URL: https://build.opensuse.org/package/show/devel:kubic/kubeseal?expand=0&rev=67
2024-11-04 20:19:29 +00:00
9 changed files with 168 additions and 23 deletions

View File

@@ -3,16 +3,15 @@
<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.27.1</param> <param name="revision">v0.30.0</param>
<param name="versionformat">@PARENT_TAG@</param> <param name="versionformat">@PARENT_TAG@</param>
<param name="changesgenerate">enable</param>
<param name="versionrewrite-pattern">v(.*)</param> <param name="versionrewrite-pattern">v(.*)</param>
<param name="changesgenerate">enable</param>
<param name="filename">kubeseal</param>
</service> </service>
<service name="set_version" mode="manual"> <service name="set_version" mode="manual">
<param name="basename">sealed-secrets</param>
</service> </service>
<service name="go_modules" mode="manual"> <service name="go_modules" mode="manual">
<param name="archive">sealed-secrets-0.27.1.obscpio</param>
</service> </service>
<!-- services below are running at buildtime --> <!-- services below are running at buildtime -->
<service name="tar" mode="buildtime"> <service name="tar" mode="buildtime">

View File

@@ -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">2d119da247b0b433c4490da7163f869a9cf8aef3</param></service></servicedata> <param name="changesrevision">6e0beae85afcd1e981b4b56f22399ded6cbe6a88</param></service></servicedata>

3
kubeseal-0.30.0.obscpio Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e0b0410cafdba9a992ec6547c2f5325e821afba17dbb61993e3f3984ff3df49a
size 2367500

View File

@@ -1,3 +1,150 @@
-------------------------------------------------------------------
Fri Jun 13 05:05:59 UTC 2025 - Johannes Kastl <opensuse_buildservice@ojkastl.de>
- Update to version 0.30.0:
* Release notes 0.30 (#1744)
* Bump golang to 1.24.4 (#1743)
* Bump golang.org/x/crypto from 0.38.0 to 0.39.0 (#1742)
* Bump k8s.io/client-go from 0.33.0 to 0.33.1 (#1734)
* Bump k8s.io/api from 0.33.0 to 0.33.1 (#1733)
* Bump k8s.io/code-generator from 0.33.0 to 0.33.1 (#1732)
* Bump golang.org/x/crypto from 0.37.0 to 0.38.0 (#1731)
* Bump k8s.io/client-go from 0.32.3 to 0.33.0 (#1729)
* Bump k8s.io/code-generator from 0.32.3 to 0.33.0 (#1728)
* Bump k8s.io/api from 0.32.3 to 0.33.0 (#1730)
* Bump golang.org/x/net from 0.37.0 to 0.38.0 in the go_modules
group (#1725)
* Bump github.com/prometheus/client_golang from 1.21.1 to 1.22.0
(#1724)
* Bump github.com/onsi/gomega from 1.36.3 to 1.37.0 (#1722)
* Bump github.com/onsi/ginkgo/v2 from 2.23.3 to 2.23.4 (#1723)
* Bump golang.org/x/crypto from 0.36.0 to 0.37.0 (#1721)
* Fix typo in RBAC namespaced roles documentation (#1720)
* Bump to go1.24.1 (#1713)
* Fix potential controller sensitive data exposure by sprig
template functions (#1703)
* Release carvel package 2.17.2 (#1718)
* Release chart 2.17.2 (#1716)
-------------------------------------------------------------------
Thu Mar 27 12:52:41 UTC 2025 - opensuse_buildservice@ojkastl.de
- Update to version 0.29.0:
* Release Notes for 0.29.0 (#1715)
* Bump to go1.23.7 (#1714)
* Bump github.com/onsi/gomega from 1.36.2 to 1.36.3 (#1712)
* Bump github.com/onsi/ginkgo/v2 from 2.23.0 to 2.23.3 (#1711)
* Bump k8s.io/code-generator from 0.32.2 to 0.32.3 (#1708)
* Bump k8s.io/client-go from 0.32.2 to 0.32.3 (#1705)
* Fix register a key using secret creationTimestamp instead of
certificate validity timestamp (#1681)
* Bump golang.org/x/net from 0.35.0 to 0.36.0 in the go_modules
group (#1702)
* Bump golang.org/x/crypto from 0.35.0 to 0.36.0 (#1699)
* Bump github.com/prometheus/client_golang from 1.21.0 to 1.21.1
(#1700)
* Bump github.com/onsi/ginkgo/v2 from 2.22.2 to 2.23.0 (#1701)
* Bump github.com/prometheus/client_golang from 1.20.5 to 1.21.0
(#1695)
* Bump github.com/google/go-cmp from 0.6.0 to 0.7.0 (#1696)
* Bump golang.org/x/crypto from 0.33.0 to 0.35.0 (#1697)
* Bump k8s.io/client-go from 0.32.1 to 0.32.2 (#1691)
* Bump k8s.io/code-generator from 0.32.1 to 0.32.2 (#1693)
* Update environment k8s version on CI (#1688)
* Update go tooling to 1.23.6 (#1686)
* Bump golang.org/x/crypto from 0.32.0 to 0.33.0 (#1685)
* Bump github.com/spf13/pflag from 1.0.5 to 1.0.6 (#1683)
* Bump k8s.io/client-go from 0.32.0 to 0.32.1 (#1678)
* Bump k8s.io/code-generator from 0.32.0 to 0.32.1 (#1677)
* Release carvel package 2.17.1 (#1676)
* Release chart 2.17.1 (#1675)
* Fix release process (#1674)
-------------------------------------------------------------------
Thu Jan 16 10:03:37 UTC 2025 - opensuse_buildservice@ojkastl.de
- Update to version 0.28.0:
* Release Notes for 0.28.0 (#1672)
* fix: explicitly set resourceFieldRef.divisor (#1655)
* Bump github.com/onsi/ginkgo/v2 from 2.22.1 to 2.22.2 (#1670)
* Bump golang.org/x/crypto from 0.31.0 to 0.32.0 (#1671)
* Bump github.com/onsi/gomega from 1.36.1 to 1.36.2 (#1669)
* Bump github.com/onsi/ginkgo/v2 from 2.22.0 to 2.22.1 (#1668)
* Fix deprecated functions for bumping client-go (#1667)
* Bump github.com/onsi/gomega from 1.36.0 to 1.36.1 (#1664)
* Bump golang.org/x/crypto from 0.30.0 to 0.31.0 (#1659)
* Bump golang.org/x/crypto from 0.29.0 to 0.30.0 (#1657)
* Release carvel package 2.17.0 (#1654)
* Release chart 2.17.0 (#1652)
-------------------------------------------------------------------
Thu Dec 05 12:22:20 UTC 2024 - opensuse_buildservice@ojkastl.de
- Update to version 0.27.3:
* Release Notes for 0.27.3 (#1651)
* Bump k8s.io/apimachinery from 0.31.2 to 0.31.3 (#1642)
* Bump k8s.io/code-generator from 0.31.2 to 0.31.3 (#1643)
* Bump github.com/onsi/gomega from 1.35.1 to 1.36.0 (#1645)
* re-introduce install instructions with to releases (#1649)
* Properly error out when input file doesn't exist (#1640)
* Bump github.com/onsi/ginkgo/v2 from 2.21.0 to 2.22.0 (#1641)
* Bump golang.org/x/crypto from 0.28.0 to 0.29.0 (#1635)
* Configure max retries (#1633)
* Label "app.kubernetes.io/instance" in the Prometheus metric
(#1620)
* Bump github.com/onsi/gomega from 1.34.2 to 1.35.1 (#1624)
* Adding keyttl and keycutofftime options to helm chart (#1610)
* Bump github.com/onsi/ginkgo/v2 from 2.20.2 to 2.21.0 (#1623)
* Release carvel package 2.16.2 (#1632)
* Release chart 2.16.2 (#1631)
* Fix the script to release (#1629)
-------------------------------------------------------------------
Mon Nov 04 19:56:26 UTC 2024 - opensuse_buildservice@ojkastl.de
- Update to version 0.27.2:
* Release Notes for v0.27.2 (#1622)
* Update go version to 1.22.8 (#1621)
* Bump k8s.io/code-generator from 0.31.1 to 0.31.2 (#1618)
* Bump k8s.io/apimachinery from 0.31.1 to 0.31.2 (#1619)
* Bump github.com/prometheus/client_golang from 1.20.4 to 1.20.5
(#1614)
* Bump golang.org/x/crypto from 0.27.0 to 0.28.0 (#1609)
* helm: allow container port configuration (#1606)
* Update the TCSP settings for helm testing (#1608)
* Show error if there's no secret to encode (#1580)
* Bump github.com/prometheus/client_golang from 1.20.3 to 1.20.4
(#1604)
* Bump k8s.io/code-generator from 0.31.0 to 0.31.1 (#1602)
* Bump k8s.io/apimachinery from 0.31.0 to 0.31.1 (#1601)
* Bump golang.org/x/crypto from 0.26.0 to 0.27.0 (#1597)
* Bump github.com/prometheus/client_golang from 1.20.2 to 1.20.3
(#1598)
* Bump actions/download-artifact from 3.0.1 to 4.1.7 in
/.github/workflows (#1595)
* Bump github.com/Masterminds/sprig/v3 from 3.2.3 to 3.3.0
(#1593)
* Bump github.com/onsi/ginkgo/v2 from 2.20.1 to 2.20.2 (#1594)
* Bump github.com/onsi/gomega from 1.34.1 to 1.34.2 (#1592)
* Site update (#1591)
* Redirect external site to the GitHub Repository (#1589)
* Bump github.com/prometheus/client_golang from 1.20.1 to 1.20.2
(#1587)
* Bump github.com/onsi/ginkgo/v2 from 2.20.0 to 2.20.1 (#1586)
* Bump github.com/prometheus/client_golang from 1.19.1 to 1.20.1
(#1584)
* Bump k8s.io/code-generator from 0.30.3 to 0.31.0 (#1582)
* Bump github.com/onsi/ginkgo/v2 from 2.19.1 to 2.20.0 (#1578)
* Bump golang.org/x/crypto from 0.25.0 to 0.26.0 (#1577)
* Update site (#1575)
* Bump k8s.io/code-generator from 0.30.2 to 0.30.3 (#1570)
* Bump github.com/onsi/gomega from 1.33.1 to 1.34.1 (#1571)
* Update CODEOWNERS (#1574)
* Bump github.com/onsi/ginkgo/v2 from 2.19.0 to 2.19.1 (#1572)
* Release carvel package 2.16.1 (#1569)
* Release chart 2.16.1 (#1567)
* Sign automatic release commits (#1568)
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Jul 18 19:07:17 UTC 2024 - opensuse_buildservice@ojkastl.de Thu Jul 18 19:07:17 UTC 2024 - opensuse_buildservice@ojkastl.de

4
kubeseal.obsinfo Normal file
View File

@@ -0,0 +1,4 @@
name: kubeseal
version: 0.30.0
mtime: 1749717446
commit: 6e0beae85afcd1e981b4b56f22399ded6cbe6a88

View File

@@ -1,7 +1,7 @@
# #
# spec file for package kubeseal # spec file for package kubeseal
# #
# Copyright (c) 2024 SUSE LLC # Copyright (c) 2025 SUSE LLC
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@@ -16,27 +16,26 @@
# #
%define __arch_install_post export NO_BRP_STRIP_DEBUG=true
%define archive_name sealed-secrets
Name: kubeseal Name: kubeseal
Version: 0.27.1 Version: 0.30.0
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
URL: https://github.com/bitnami-labs/sealed-secrets URL: https://github.com/bitnami-labs/sealed-secrets
Source: %{archive_name}-%{version}.tar.gz Source: %{name}-%{version}.tar.gz
Source1: vendor.tar.gz Source1: vendor.tar.gz
BuildRequires: go >= 1.22 BuildRequires: go >= 1.22
%description %description
Problem: "I can manage all my K8s config in git, except Secrets." 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
%autosetup -p 1 -a 1 -n %{archive_name}-%{version} %autosetup -p 1 -a 1
%build %build
go build \ go build \

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:30103bf27c09e13d105d467aca7aec5e1c33e192049e187b3167b39f2c515b00
size 2387980

View File

@@ -1,4 +0,0 @@
name: sealed-secrets
version: 0.27.1
mtime: 1721297949
commit: 2d119da247b0b433c4490da7163f869a9cf8aef3

View File

@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1 version https://git-lfs.github.com/spec/v1
oid sha256:3d55ac185be2cf1c366e8c48d10353ac7de7deab6ccbec4bd9769f5d83d1da1e oid sha256:6a6cee751b3954045bead099ead19b80798ce5bfd02bd3c0d3d75ef5014312bd
size 8329206 size 8969379