Skip to content

Commit 8cfcfe0

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

File tree

7 files changed

+23
-11
lines changed

7 files changed

+23
-11
lines changed

PKGBUILD

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

33
pkgname=kubescape
4-
pkgver=3.0.4
5-
pkgrel=1
4+
pkgver=3.0.5
5+
pkgrel=0
66
epoch=0
77
pkgdesc="An open-source Kubernetes security platform for your IDE, CI/CD pipelines, and clusters."
88
arch=('x86_64' 'arm' 'armv6h' 'armv7h' 'aarch64' 'i686' 'pentium4')
@@ -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=('8f25d8a0ea9e4b41c60ef4caece99370a93aa14cc9019b7971e6fba6515b686d4bb3252d1578b7a2d3ae176b37c2b972889a6a2ad8f520e331707ea18ea40fd6'
15+
sha512sums=('47e8864642921faf79e0745e347b807400b1be8576bd73e3e8add15d95383a1d4f8ef07935d3530da5f409b775b0b61e8f65017654bf54b59043d5bd8aa3f885'
1616
'07d13cfd11396d2c36bc69ef4177e4962596bf92da3604f035a85940f98ae0d3614718b88fc0631c4c7007841a51deebd7da8c570c1c637d9fb5905995837519'
1717
'842a648a67ff23ba9e6bf14b706ba9081164866e14000ebf3858442b7046925f05e1dbf00a7d740dc4bf32280e260730e23a9492e817094aa90736ae335ee76e')
1818

PKGBUILD_obs

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

33
pkgname=kubescape
4-
pkgver=3.0.4
5-
pkgrel=1
4+
pkgver=3.0.5
5+
pkgrel=0
66
epoch=0
77
pkgdesc="An open-source Kubernetes security platform for your IDE, CI/CD pipelines, and clusters."
88
arch=('x86_64' 'arm' 'armv6h' 'armv7h' 'aarch64' 'i686' 'pentium4')

deb/debian/changelog

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
kubescape (3.0.5) jammy; urgency=medium
2+
3+
* v3.0.5: Update
4+
5+
-- Kubescape Maintainers <[email protected]> Wed, 13 Mar 2024 14:02:09 +0000
6+
17
kubescape (3.0.4) jammy; urgency=medium
28

39
* v3.0.4: 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.4
6+
Standards-Version: 3.0.5
77
Homepage: https://github.com/kubescape/kubescape
88

99
Package: kubescape

kubescape.spec

+5-2
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717

1818

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

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

kubescape_full.spec

+5-2
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717

1818

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

105105
%changelog
106+
* Wed Mar 13 2024 Kubescape Maintainers <[email protected]> - 3.0.5
107+
- Update to 3.0.5
108+
106109
* Sun Mar 10 2024 Kubescape Maintainers <[email protected]> - 3.0.4
107110
- Update to 3.0.4
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.4'
3+
version: '3.0.5'
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)