SHA256
1
0
forked from pool/kubeseal

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
This commit is contained in:
Ana Guerrero 2024-11-05 14:40:54 +00:00 committed by Git OBS Bridge
commit f3ab1bf5c4
9 changed files with 66 additions and 22 deletions

View File

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

View File

@ -1,4 +1,4 @@
<servicedata>
<service name="tar_scm">
<param name="url">https://github.com/bitnami-labs/sealed-secrets</param>
<param name="changesrevision">2d119da247b0b433c4490da7163f869a9cf8aef3</param></service></servicedata>
<param name="changesrevision">28ec06b4c7e1a42919baeaeab4ab79d6a610af02</param></service></servicedata>

3
kubeseal-0.27.2.obscpio Normal file
View File

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

View File

@ -1,3 +1,49 @@
-------------------------------------------------------------------
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

4
kubeseal.obsinfo Normal file
View File

@ -0,0 +1,4 @@
name: kubeseal
version: 0.27.2
mtime: 1730712537
commit: 28ec06b4c7e1a42919baeaeab4ab79d6a610af02

View File

@ -16,27 +16,26 @@
#
%define __arch_install_post export NO_BRP_STRIP_DEBUG=true
%define archive_name sealed-secrets
Name: kubeseal
Version: 0.27.1
Version: 0.27.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
Source: %{name}-%{version}.tar.gz
Source1: vendor.tar.gz
BuildRequires: go >= 1.22
%description
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
%autosetup -p 1 -a 1 -n %{archive_name}-%{version}
%autosetup -p 1 -a 1
%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
oid sha256:3d55ac185be2cf1c366e8c48d10353ac7de7deab6ccbec4bd9769f5d83d1da1e
size 8329206
oid sha256:b74e52113d339894c4880e14e2345ebcd0c332313ccbc5faf1065e2fb12f14b4
size 8768889