From 215f78120da2d1235ccd45829505434802ab2550 Mon Sep 17 00:00:00 2001 From: draios-jenkins Date: Fri, 20 Oct 2023 13:55:41 +0000 Subject: [PATCH] github_actions_ci: Update CHANGELOG and RELEASE-NOTES for node-analyzer-1.17.11 --- charts/node-analyzer/CHANGELOG.md | 6 ++++++ charts/node-analyzer/RELEASE-NOTES.md | 9 ++++++--- 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/charts/node-analyzer/CHANGELOG.md b/charts/node-analyzer/CHANGELOG.md index ecd21cdc0..1db8d1edc 100644 --- a/charts/node-analyzer/CHANGELOG.md +++ b/charts/node-analyzer/CHANGELOG.md @@ -10,6 +10,12 @@ Manual edits are supported only below '## Change Log' and should be used exclusively to fix incorrect entries and not to add new ones. ## Change Log +# v1.17.11 +### Chores +* **node-analyzer** [a589d167](https://github.com/sysdiglabs/charts/commit/a589d16767394384bbc50eac4049b96d82d99355): bump sysdig/vuln-host-scanner to v0.6.5 ([#1420](https://github.com/sysdiglabs/charts/issues/1420)) + + * * Hostscanner bumped to 0.6.5 + * Fixed a bug that could cause the host-scanner go in crash loop backoff due to a missing timeout when retrieving AWS labels # v1.17.10 ### New Features * **node-analyzer** [02c55d84](https://github.com/sysdiglabs/charts/commit/02c55d84b746c0d136b0818d4d29df077c5576e5): enable DB V2 by default in Host and Runtime scanner ([#1416](https://github.com/sysdiglabs/charts/issues/1416)) diff --git a/charts/node-analyzer/RELEASE-NOTES.md b/charts/node-analyzer/RELEASE-NOTES.md index cbf87600e..01cc6854f 100644 --- a/charts/node-analyzer/RELEASE-NOTES.md +++ b/charts/node-analyzer/RELEASE-NOTES.md @@ -1,5 +1,8 @@ # What's Changed -### New Features -- **node-analyzer** [02c55d84](https://github.com/sysdiglabs/charts/commit/02c55d84b746c0d136b0818d4d29df077c5576e5): enable DB V2 by default in Host and Runtime scanner ([#1416](https://github.com/sysdiglabs/charts/issues/1416)) -#### Full diff: https://github.com/sysdiglabs/charts/compare/node-analyzer-1.17.9...node-analyzer-1.17.10 +### Chores +- **node-analyzer** [a589d167](https://github.com/sysdiglabs/charts/commit/a589d16767394384bbc50eac4049b96d82d99355): bump sysdig/vuln-host-scanner to v0.6.5 ([#1420](https://github.com/sysdiglabs/charts/issues/1420)) + + * * Hostscanner bumped to 0.6.5 + * Fixed a bug that could cause the host-scanner go in crash loop backoff due to a missing timeout when retrieving AWS labels +#### Full diff: https://github.com/sysdiglabs/charts/compare/node-analyzer-1.17.10...node-analyzer-1.17.11