Skip to content

Commit 74f92d9

Browse files
Kubescape Maintainersgithub-actions[bot]
Kubescape Maintainers
authored andcommitted
Bump version into v3.0.3
1 parent 5400c9c commit 74f92d9

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,10 +1,10 @@
11
# Maintainer: Kubescape Maintainers <cncf hyphen kubescape hyphen maintainers at lists dot cncf dot io>
22

33
pkgname=kubescape
4-
pkgver=3.0.1
4+
pkgver=3.0.3
55
_git2gover=33.0.9
66
_libgit2ver=1.3.0
7-
pkgrel=2
7+
pkgrel=0
88
epoch=0
99
pkgdesc="An open-source Kubernetes security platform for your IDE, CI/CD pipelines, and clusters."
1010
arch=('x86_64' 'arm' 'armv6h' 'armv7h' 'aarch64' 'i686' 'pentium4')
@@ -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=('234e38f6b6438638ffbe59e772f2091dc07412300f42a95014ea07877ffb84fb3debbc24791fa99f36921eba27b429402a7b00accea1aa08b824827d9603b103'
19+
sha512sums=('a24a6e63c1e85e11d5cc83d27c50c06bf40e2961b6591eda799d2d3499fe67c069cf526ad1dd3460a226cb9c5095d36fde38bd95b1e86f60c910c31c0c64c6d8'
2020
'07d13cfd11396d2c36bc69ef4177e4962596bf92da3604f035a85940f98ae0d3614718b88fc0631c4c7007841a51deebd7da8c570c1c637d9fb5905995837519'
2121
'842a648a67ff23ba9e6bf14b706ba9081164866e14000ebf3858442b7046925f05e1dbf00a7d740dc4bf32280e260730e23a9492e817094aa90736ae335ee76e')
2222
prepare() {

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.1
5-
pkgrel=2
4+
pkgver=3.0.3
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.3) jammy; urgency=medium
2+
3+
* v3.0.3: Update
4+
5+
-- Kubescape Maintainers <[email protected]> Mon, 08 Jan 2024 10:22:39 +0000
6+
17
kubescape (3.0.1) jammy; urgency=medium
28

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

99
Package: kubescape

kubescape.spec

+5-2
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
%global git2go_version 33.0.9
2020
%global libgit2_version 1.3.0
2121
Name: kubescape
22-
Version: 3.0.1
23-
Release: 2
22+
Version: 3.0.3
23+
Release: 0
2424
Summary: CLI interface of a Kubernetes security platform
2525
License: Apache-2.0
2626
Group: Development/Tools/Other
@@ -118,6 +118,9 @@ if [ "$(%{buildroot}%{_bindir}/%{name} version)" != "Your current version is: v%
118118
%{_datadir}/fish
119119

120120
%changelog
121+
* Mon Jan 08 2024 Kubescape Maintainers <[email protected]> - 3.0.3
122+
- Update to 3.0.3
123+
121124
* Thu Dec 07 2023 Kubescape Maintainers <[email protected]> - 3.0.1
122125
- Update to 3.0.1
123126

kubescape_full.spec

+5-2
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
%global git2go_version 33.0.9
2020
%global libgit2_version 1.3.0
2121
Name: kubescape
22-
Version: 3.0.1
23-
Release: 2
22+
Version: 3.0.3
23+
Release: 0
2424
Summary: CLI interface of a Kubernetes security platform
2525
License: Apache-2.0
2626
Group: Development/Tools/Other
@@ -115,6 +115,9 @@ if [ "$(%{buildroot}%{_bindir}/%{name} version)" != "Your current version is: v%
115115
%{_datadir}/fish
116116

117117
%changelog
118+
* Mon Jan 08 2024 Kubescape Maintainers <[email protected]> - 3.0.3
119+
- Update to 3.0.3
120+
118121
* Thu Dec 07 2023 Kubescape Maintainers <[email protected]> - 3.0.1
119122
- Update to 3.0.1
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: '3.0.1'
3+
version: '3.0.3'
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)