From 98149bed348e20962f3dede33bbf1b8e62f06614 Mon Sep 17 00:00:00 2001 From: David Delarosa Date: Tue, 11 Jan 2022 14:53:29 +0200 Subject: [PATCH] Update to v0.0.3 --- CHANGELOG.md | 14 ++++++++++++++ README.md | 4 +--- package.json | 2 +- 3 files changed, 16 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 369bf93..8121057 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,20 @@ All notable changes to the "kubescape" extension will be documented in this file. +## [0.0.3] +- Scan when new yaml files are being open. +- Use warnings instead of errors. + Sometimes errors on yaml files can cause build problems for projects. It is better to use warnings instead. +- Kubescape logo update +- Ensure kubescape location when exists in path. + + Always set the location of kubescape - even if comes from system path. + + Always show scan progress (notification / window) +- Create output channel for kubescape + +## [0.0.2] +- Support multiple scanning frameworks + The framework to use for scanning can now be set in the extension configuration. + ## [0.0.1] - Initial version diff --git a/README.md b/README.md index a230f79..7ae6a09 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,4 @@ However, it is recommended to have Kubescape installed in your path. ## 🗒️ Release Notes -### 0.0.1 - -Initial version +See [Change Log](./CHANGELOG.md) diff --git a/package.json b/package.json index 0964904..fbe7cc4 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ }, "license": "Apache", "icon": "images/logo.png", - "version": "0.0.2", + "version": "0.0.3", "publisher": "kubescape", "engines": { "vscode": "^1.50.0"