Skip to content

Commit 393c92a

Browse files
Kubescape Maintainersgithub-actions[bot]
Kubescape Maintainers
authored andcommitted
Bump version into v2.9.0
1 parent 430056f commit 393c92a

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=2.3.8
4+
pkgver=2.9.0
55
_git2gover=33.0.9
66
_libgit2ver=1.3.0
77
pkgrel=0
@@ -16,7 +16,7 @@ conflicts=('kubescape-bin')
1616
source=("https://github.com/${pkgname}/${pkgname}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz"
1717
"https://github.com/libgit2/git2go/archive/v${_git2gover}/git2go-${_git2gover}.tar.gz"
1818
"https://github.com/libgit2/libgit2/archive/v${_libgit2ver}/libgit2-${_libgit2ver}.tar.gz")
19-
sha512sums=('658f0032e70b2c92da6867f19d74c02803484b012f9d8f0abe3b2f75bc2c3cd5d16004034adc06495a375f1446a16a55c8180dc119f7f8e362dbd4483207da5d'
19+
sha512sums=('844c4c03ed721b80d791f011ff118dcf4d918d97f24b9b84e95dcd32e18f539831de6e519165c986eb2587e61ba47210384b07e2e21a4a11bea1ec47b28909ec'
2020
'07d13cfd11396d2c36bc69ef4177e4962596bf92da3604f035a85940f98ae0d3614718b88fc0631c4c7007841a51deebd7da8c570c1c637d9fb5905995837519'
2121
'842a648a67ff23ba9e6bf14b706ba9081164866e14000ebf3858442b7046925f05e1dbf00a7d740dc4bf32280e260730e23a9492e817094aa90736ae335ee76e')
2222
prepare() {

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=2.3.8
4+
pkgver=2.9.0
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 (2.9.0) jammy; urgency=medium
2+
3+
* v2.9.0: Update
4+
5+
-- Kubescape Maintainers <[email protected]> Sun, 13 Aug 2023 08:01:06 +0000
6+
17
kubescape (2.3.8) jammy; urgency=medium
28

39
* v2.3.8: 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, cmake, pkg-config, debhelper
6-
Standards-Version: 2.3.8
6+
Standards-Version: 2.9.0
77
Homepage: https://github.com/kubescape/kubescape
88

99
Package: kubescape

kubescape.spec

+4-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
%global git2go_version 33.0.9
2020
%global libgit2_version 1.3.0
2121
Name: kubescape
22-
Version: 2.3.8
22+
Version: 2.9.0
2323
Release: 0
2424
Summary: CLI interface of a Kubernetes security platform
2525
License: Apache-2.0
@@ -118,6 +118,9 @@ if [ "$(%{buildroot}%{_bindir}/%{name} version)" != "Your current version is: v%
118118
%{_datadir}/fish
119119

120120
%changelog
121+
* Sun Aug 13 2023 Kubescape Maintainers <[email protected]> - 2.9.0
122+
- Update to 2.9.0
123+
121124
* Tue Jul 25 2023 Kubescape Maintainers <[email protected]> - 2.3.8
122125
- Update to 2.3.8
123126

kubescape_full.spec

+4-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
%global git2go_version 33.0.9
2020
%global libgit2_version 1.3.0
2121
Name: kubescape
22-
Version: 2.3.8
22+
Version: 2.9.0
2323
Release: 0
2424
Summary: CLI interface of a Kubernetes security platform
2525
License: Apache-2.0
@@ -115,6 +115,9 @@ if [ "$(%{buildroot}%{_bindir}/%{name} version)" != "Your current version is: v%
115115
%{_datadir}/fish
116116

117117
%changelog
118+
* Sun Aug 13 2023 Kubescape Maintainers <[email protected]> - 2.9.0
119+
- Update to 2.9.0
120+
118121
* Tue Jul 25 2023 Kubescape Maintainers <[email protected]> - 2.3.8
119122
- Update to 2.3.8
120123

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: '2.3.8'
3+
version: '2.9.0'
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)