Skip to content

Releases: kubescape/kubescape

Release v3.0.10

07 May 06:55
da6faa3
Compare
Choose a tag to compare

This is a hot-fix release, see v3.0.9 release notes.

🐞 Fixed issues

Full Changelog: v3.0.9...v3.0.10

Release v3.0.9

01 May 08:17
c937ed1
Compare
Choose a tag to compare

v3.0.9 Release Notes

🚀 Enhancements

🐞 Fixed issues

🌟 New Contributors

Full Changelog: v3.0.8...v3.0.9

Release v3.0.8

28 Mar 12:07
70daff7
Compare
Choose a tag to compare
Merge pull request #1650 from kubescape/bump

bump deps for vulnerabilities

Release v3.0.7

18 Mar 09:43
b7a4f82
Compare
Choose a tag to compare

v3.0.7 Release Notes

🐞 Fixed issues

Full Changelog: v3.0.6...v3.0.7

Release v3.0.6

14 Mar 16:51
337fb96
Compare
Choose a tag to compare

v3.0.6 Release Notes

🐞 Fixed issues

Full Changelog: v3.0.5...v3.0.6

Release v3.0.5

13 Mar 14:00
5217ad2
Compare
Choose a tag to compare

v3.0.5 Release Notes

🚀 Enhancements

🐞 Fixed issues

New Contributors

Full Changelog: v3.0.4...v3.0.5

Release v3.0.4

01 Mar 14:02
cbdbd74
Compare
Choose a tag to compare

v3.0.4 Release Notes

🚀 Enhancements

🐞 Fixed issues

New Contributors

Full Changelog: v3.0.3...v3.0.4

Release v3.0.3

08 Jan 10:22
4e4a642
Compare
Choose a tag to compare

v3.0.3 Release Notes

🐞 Fixed issues

  • Refactor and Improve Code for Kubescape Version Compatibility Check by @cbrom in #1494
  • fix install.sh when sudo is required to delete /usr/local/bin/kubescape by @matthyx in #1474
  • Hotfix gitlab url by @dwertent in #1572

🐥 New Contributors

Full Changelog: v3.0.1...v3.0.3

Release v3.0.1

01 Nov 14:34
ee37dc4
Compare
Choose a tag to compare

Kubescape v3.0.1 Release Notes

What's Changed

Full Changelog: v3.0.0...v3.0.1


Kubescape v3.0 Release Notes

🚀 Enhancements

Restructured CLI Output

The command line output has been reorganized for better clarity and readability.

overview-v3

Independence from ARMO Platform

With this release, Kubescape no longer has any direct or indirect dependencies on the ARMO platform.


🌟 New Capabilities

1. Scan Images for Vulnerabilities

You can now use Kubescape to scan an image for potential vulnerabilities.

kubescape scan image nginx

2. Patch Images (Experimental)

In our experimental phase, Kubescape introduces the capability to patch an image, which can help in reducing the number of vulnerabilities.

kubescape patch image nginx

Read more about this capability here.

3. Trigger Scans with Kubescape-Operator

Kubescape now allows you to trigger a scan that will be executed by the Kubescape-Operator.

Configuration scanning:

kubescape operator scan configurations

Image vulnerabilities scanning:

kubescape operator scan vulnerabilities

Release v3.0.0

22 Oct 17:31
3e2314a
Compare
Choose a tag to compare

Kubescape v3.0 Release Notes

We're thrilled to announce the release of Kubescape version 3.0! This update comes with significant enhancements and new capabilities that will surely elevate your experience.


🚀 Enhancements

Restructured CLI Output

The command line output has been reorganized for better clarity and readability.

overview-v3

Independence from ARMO Platform

With this release, Kubescape no longer has any direct or indirect dependencies on the ARMO platform.


🌟 New Capabilities

1. Scan Images for Vulnerabilities

You can now use Kubescape to scan an image for potential vulnerabilities.

kubescape scan image nginx

2. Patch Images (Experimental)

In our experimental phase, Kubescape introduces the capability to patch an image, which can help in reducing the number of vulnerabilities.

kubescape patch image nginx

Read more about this capability here.

3. Trigger Scans with Kubescape-Operator

Kubescape now allows you to trigger a scan that will be executed by the Kubescape-Operator.

Configuration scanning:

kubescape operator scan configurations

Image vulnerabilities scanning:

kubescape operator scan vulnerabilities

Changelog

Full Changelog: v2.9.2...v3.0.0