forked from pool/kubeseal
Compare commits
6 Commits
Author | SHA256 | Date | |
---|---|---|---|
|
a0530c8793 | ||
|
340a5e28f7 | ||
|
08128d14f1 | ||
|
ac66366b31 | ||
|
f3ab1bf5c4 | ||
|
de763d40bb |
7
_service
7
_service
@ -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.28.0</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">
|
||||
|
@ -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">6b1b331a2cd3a58569ce4d819a7cabc59c0a3e50</param></service></servicedata>
|
3
kubeseal-0.28.0.obscpio
Normal file
3
kubeseal-0.28.0.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e758e9aba6c26effbab1d830b2b7c3873458a3c0ce488c1072ad19c10dfc6f62
|
||||
size 2392588
|
@ -1,3 +1,88 @@
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
|
4
kubeseal.obsinfo
Normal file
4
kubeseal.obsinfo
Normal file
@ -0,0 +1,4 @@
|
||||
name: kubeseal
|
||||
version: 0.28.0
|
||||
mtime: 1737020626
|
||||
commit: 6b1b331a2cd3a58569ce4d819a7cabc59c0a3e50
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# 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
|
||||
# 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
|
||||
Version: 0.27.1
|
||||
Version: 0.28.0
|
||||
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 \
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:30103bf27c09e13d105d467aca7aec5e1c33e192049e187b3167b39f2c515b00
|
||||
size 2387980
|
@ -1,4 +0,0 @@
|
||||
name: sealed-secrets
|
||||
version: 0.27.1
|
||||
mtime: 1721297949
|
||||
commit: 2d119da247b0b433c4490da7163f869a9cf8aef3
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3d55ac185be2cf1c366e8c48d10353ac7de7deab6ccbec4bd9769f5d83d1da1e
|
||||
size 8329206
|
||||
oid sha256:cec2df94c10d2d55fbbf66e135b6014b1e1c254a39fdcde2cbf644c6a4f0344f
|
||||
size 8936288
|
||||
|
Loading…
Reference in New Issue
Block a user