Skip to content

Commit 1a2f44b

Browse files
Kubescape Maintainersgithub-actions[bot]
Kubescape Maintainers
authored andcommitted
Bump version into v3.0.6
1 parent 8cfcfe0 commit 1a2f44b

File tree

7 files changed

+19
-7
lines changed

7 files changed

+19
-7
lines changed

PKGBUILD

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Maintainer: Kubescape Maintainers <cncf hyphen kubescape hyphen maintainers at lists dot cncf dot io>
22

33
pkgname=kubescape
4-
pkgver=3.0.5
4+
pkgver=3.0.6
55
pkgrel=0
66
epoch=0
77
pkgdesc="An open-source Kubernetes security platform for your IDE, CI/CD pipelines, and clusters."
@@ -12,7 +12,7 @@ makedepends=('go>=2:1.20.0')
1212
provides=('kubescape')
1313
conflicts=('kubescape-bin')
1414
source=("https://github.com/${pkgname}/${pkgname}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
15-
sha512sums=('47e8864642921faf79e0745e347b807400b1be8576bd73e3e8add15d95383a1d4f8ef07935d3530da5f409b775b0b61e8f65017654bf54b59043d5bd8aa3f885'
15+
sha512sums=('dd33b8124627e83f94e9a65396f64691dc6c6f33d03cd0138ababe77d00c097a2aba2d702dcb19f39421df1e3ce232f2480feb0cea8631e68a5dcbf4104452b7'
1616
'07d13cfd11396d2c36bc69ef4177e4962596bf92da3604f035a85940f98ae0d3614718b88fc0631c4c7007841a51deebd7da8c570c1c637d9fb5905995837519'
1717
'842a648a67ff23ba9e6bf14b706ba9081164866e14000ebf3858442b7046925f05e1dbf00a7d740dc4bf32280e260730e23a9492e817094aa90736ae335ee76e')
1818

PKGBUILD_obs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Maintainer: Kubescape Maintainers <cncf hyphen kubescape hyphen maintainers at lists dot cncf dot io>
22

33
pkgname=kubescape
4-
pkgver=3.0.5
4+
pkgver=3.0.6
55
pkgrel=0
66
epoch=0
77
pkgdesc="An open-source Kubernetes security platform for your IDE, CI/CD pipelines, and clusters."

deb/debian/changelog

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
kubescape (3.0.6) jammy; urgency=medium
2+
3+
* v3.0.6: Update
4+
5+
-- Kubescape Maintainers <[email protected]> Thu, 14 Mar 2024 19:53:25 +0000
6+
17
kubescape (3.0.5) jammy; urgency=medium
28

39
* v3.0.5: Update

deb/debian/control

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Section: devel
33
Priority: optional
44
Maintainer: Kubescape Maintainers <[email protected]>
55
Build-Depends: golang, debhelper
6-
Standards-Version: 3.0.5
6+
Standards-Version: 3.0.6
77
Homepage: https://github.com/kubescape/kubescape
88

99
Package: kubescape

kubescape.spec

+4-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818

1919
Name: kubescape
20-
Version: 3.0.5
20+
Version: 3.0.6
2121
Release: 0
2222
Summary: CLI interface of a Kubernetes security platform
2323
License: Apache-2.0
@@ -112,6 +112,9 @@ if [ "$(%{buildroot}%{_bindir}/%{name} version)" != "Your current version is: v%
112112
%{_datadir}/fish
113113

114114
%changelog
115+
* Thu Mar 14 2024 Kubescape Maintainers <[email protected]> - 3.0.6
116+
- Update to 3.0.6
117+
115118
* Wed Mar 13 2024 Kubescape Maintainers <[email protected]> - 3.0.5
116119
- Update to 3.0.5
117120

kubescape_full.spec

+4-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818

1919
Name: kubescape
20-
Version: 3.0.5
20+
Version: 3.0.6
2121
Release: 0
2222
Summary: CLI interface of a Kubernetes security platform
2323
License: Apache-2.0
@@ -103,6 +103,9 @@ if [ "$(%{buildroot}%{_bindir}/%{name} version)" != "Your current version is: v%
103103
%{_datadir}/fish
104104

105105
%changelog
106+
* Thu Mar 14 2024 Kubescape Maintainers <[email protected]> - 3.0.6
107+
- Update to 3.0.6
108+
106109
* Wed Mar 13 2024 Kubescape Maintainers <[email protected]> - 3.0.5
107110
- Update to 3.0.5
108111

snap/snapcraft.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: kubescape
22
base: core22
3-
version: '3.0.5'
3+
version: '3.0.6'
44
summary: "Kubernetes security platform for your IDE, CI/CD pipelines, and clusters."
55
description: |
66
**Usage**: `$ kubescape scan --enable-host-scan --verbose`

0 commit comments

Comments
 (0)