From 05bdf1495e8d8b3bed08ba72e7754ebf615e444a Mon Sep 17 00:00:00 2001 From: Amir Malka Date: Mon, 13 Feb 2023 12:29:06 +0200 Subject: [PATCH] bump @kubescape/install to 0.4.2 Signed-off-by: Amir Malka --- CHANGELOG.md | 4 ++-- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aca34cf..e046c65 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ All notable changes to the "kubescape" extension will be documented in this file. -## [0.3.2] +## [0.3.3] - Updated @kubescape/install version (v0.4.2) - fixes a bug where control structure has changed in regolibrary, causing a failure in scan report parsing. @@ -79,4 +79,4 @@ Major changes! ## [0.0.1] - Initial version -- Scaning yaml files using nsa framework \ No newline at end of file +- Scaning yaml files using nsa framework diff --git a/package-lock.json b/package-lock.json index 0ef3b99..a15dc1f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "kubescape", - "version": "0.3.2", + "version": "0.3.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "kubescape", - "version": "0.3.2", + "version": "0.3.3", "license": "Apache", "dependencies": { "@kubescape/install": "^0.4.2", diff --git a/package.json b/package.json index 4f1b25b..38e3437 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ }, "license": "Apache", "icon": "images/logo.png", - "version": "0.3.2", + "version": "0.3.3", "publisher": "kubescape", "engines": { "vscode": "^1.50.0"