Skip to content

Commit

Permalink
Bump version into v3.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Kubescape Maintainers authored and github-actions[bot] committed Mar 14, 2024
1 parent 8cfcfe0 commit 1a2f44b
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 7 deletions.
4 changes: 2 additions & 2 deletions PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Maintainer: Kubescape Maintainers <cncf hyphen kubescape hyphen maintainers at lists dot cncf dot io>

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

Expand Down
2 changes: 1 addition & 1 deletion PKGBUILD_obs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Maintainer: Kubescape Maintainers <cncf hyphen kubescape hyphen maintainers at lists dot cncf dot io>

pkgname=kubescape
pkgver=3.0.5
pkgver=3.0.6
pkgrel=0
epoch=0
pkgdesc="An open-source Kubernetes security platform for your IDE, CI/CD pipelines, and clusters."
Expand Down
6 changes: 6 additions & 0 deletions deb/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
kubescape (3.0.6) jammy; urgency=medium

* v3.0.6: Update

-- Kubescape Maintainers <[email protected]> Thu, 14 Mar 2024 19:53:25 +0000

kubescape (3.0.5) jammy; urgency=medium

* v3.0.5: Update
Expand Down
2 changes: 1 addition & 1 deletion deb/debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Section: devel
Priority: optional
Maintainer: Kubescape Maintainers <[email protected]>
Build-Depends: golang, debhelper
Standards-Version: 3.0.5
Standards-Version: 3.0.6
Homepage: https://github.com/kubescape/kubescape

Package: kubescape
Expand Down
5 changes: 4 additions & 1 deletion kubescape.spec
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@


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

%changelog
* Thu Mar 14 2024 Kubescape Maintainers <[email protected]> - 3.0.6
- Update to 3.0.6

* Wed Mar 13 2024 Kubescape Maintainers <[email protected]> - 3.0.5
- Update to 3.0.5

Expand Down
5 changes: 4 additions & 1 deletion kubescape_full.spec
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@


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

%changelog
* Thu Mar 14 2024 Kubescape Maintainers <[email protected]> - 3.0.6
- Update to 3.0.6

* Wed Mar 13 2024 Kubescape Maintainers <[email protected]> - 3.0.5
- Update to 3.0.5

Expand Down
2 changes: 1 addition & 1 deletion snap/snapcraft.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: kubescape
base: core22
version: '3.0.5'
version: '3.0.6'
summary: "Kubernetes security platform for your IDE, CI/CD pipelines, and clusters."
description: |
**Usage**: `$ kubescape scan --enable-host-scan --verbose`
Expand Down

0 comments on commit 1a2f44b

Please sign in to comment.