diff --git a/_service b/_service
index 52055fd..e6d6a8a 100644
--- a/_service
+++ b/_service
@@ -3,16 +3,15 @@
https://github.com/bitnami-labs/sealed-secrets
git
.git
- v0.27.1
+ v0.27.2
@PARENT_TAG@
- enable
v(.*)
+ enable
+ kubeseal
- sealed-secrets
- sealed-secrets-0.27.1.obscpio
diff --git a/_servicedata b/_servicedata
index da31a5e..54ca3dc 100644
--- a/_servicedata
+++ b/_servicedata
@@ -1,4 +1,4 @@
https://github.com/bitnami-labs/sealed-secrets
- 2d119da247b0b433c4490da7163f869a9cf8aef3
\ No newline at end of file
+ 28ec06b4c7e1a42919baeaeab4ab79d6a610af02
\ No newline at end of file
diff --git a/kubeseal-0.27.2.obscpio b/kubeseal-0.27.2.obscpio
new file mode 100644
index 0000000..d9f2bfa
--- /dev/null
+++ b/kubeseal-0.27.2.obscpio
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:e76a55696fc1bd603bd4b66e938a7cd262db6c4fb161357352ac40752a681302
+size 2385420
diff --git a/kubeseal.changes b/kubeseal.changes
index c44ddd7..cfc68ad 100644
--- a/kubeseal.changes
+++ b/kubeseal.changes
@@ -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
diff --git a/kubeseal.obsinfo b/kubeseal.obsinfo
new file mode 100644
index 0000000..6b5d819
--- /dev/null
+++ b/kubeseal.obsinfo
@@ -0,0 +1,4 @@
+name: kubeseal
+version: 0.27.2
+mtime: 1730712537
+commit: 28ec06b4c7e1a42919baeaeab4ab79d6a610af02
diff --git a/kubeseal.spec b/kubeseal.spec
index a8246cc..75a506b 100644
--- a/kubeseal.spec
+++ b/kubeseal.spec
@@ -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 \
diff --git a/sealed-secrets-0.27.1.obscpio b/sealed-secrets-0.27.1.obscpio
deleted file mode 100644
index 1a72506..0000000
--- a/sealed-secrets-0.27.1.obscpio
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:30103bf27c09e13d105d467aca7aec5e1c33e192049e187b3167b39f2c515b00
-size 2387980
diff --git a/sealed-secrets.obsinfo b/sealed-secrets.obsinfo
deleted file mode 100644
index a1c4538..0000000
--- a/sealed-secrets.obsinfo
+++ /dev/null
@@ -1,4 +0,0 @@
-name: sealed-secrets
-version: 0.27.1
-mtime: 1721297949
-commit: 2d119da247b0b433c4490da7163f869a9cf8aef3
diff --git a/vendor.tar.gz b/vendor.tar.gz
index dce9bcc..b73d233 100644
--- a/vendor.tar.gz
+++ b/vendor.tar.gz
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:3d55ac185be2cf1c366e8c48d10353ac7de7deab6ccbec4bd9769f5d83d1da1e
-size 8329206
+oid sha256:b74e52113d339894c4880e14e2345ebcd0c332313ccbc5faf1065e2fb12f14b4
+size 8768889