From 87ba25b630dfe8d838cfd761a80c779faefd38bf Mon Sep 17 00:00:00 2001 From: Marco Vito Moscaritolo Date: Tue, 24 Oct 2023 15:00:45 +0200 Subject: [PATCH 01/10] docs(registry-scanner): specify the namespace to use during installation (#1388) --- charts/registry-scanner/Chart.yaml | 2 +- charts/registry-scanner/README.md | 4 +++- charts/registry-scanner/README.tpl | 4 +++- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/charts/registry-scanner/Chart.yaml b/charts/registry-scanner/Chart.yaml index 622db0219..6e113e4a5 100644 --- a/charts/registry-scanner/Chart.yaml +++ b/charts/registry-scanner/Chart.yaml @@ -4,7 +4,7 @@ description: Sysdig Registry Scanner type: application home: https://sysdiglabs.github.io/registry-scanner/ icon: https://478h5m1yrfsa3bbe262u7muv-wpengine.netdna-ssl.com/wp-content/uploads/2019/02/Shovel_600px.png -version: 1.1.14 +version: 1.1.15 appVersion: 0.2.53 maintainers: - name: giuse-sysdig diff --git a/charts/registry-scanner/README.md b/charts/registry-scanner/README.md index dec3d31e0..fb088bb0a 100644 --- a/charts/registry-scanner/README.md +++ b/charts/registry-scanner/README.md @@ -124,7 +124,9 @@ Use the following command to deploy: ``` helm upgrade --install registry-scanner \ - --version=0.1.39 \ + --namespace sysdig-agent \ + --create-namespace \ + --version=1.1.15 \ --set config.secureBaseURL= \ --set config.secureAPIToken= \ --set config.secureSkipTLS=true \ diff --git a/charts/registry-scanner/README.tpl b/charts/registry-scanner/README.tpl index 6bfe90693..779bda425 100644 --- a/charts/registry-scanner/README.tpl +++ b/charts/registry-scanner/README.tpl @@ -59,7 +59,9 @@ Use the following command to deploy: ``` helm upgrade --install registry-scanner \ - --version=0.1.39 \ + --namespace sysdig-agent \ + --create-namespace \ + {{ with .Chart.Version }}--version={{.}} {{ end }} \ --set config.secureBaseURL= \ --set config.secureAPIToken= \ --set config.secureSkipTLS=true \ From bdf1602d3a5b89a6033a3dc230a1bfaba190b3a3 Mon Sep 17 00:00:00 2001 From: draios-jenkins Date: Tue, 24 Oct 2023 13:02:31 +0000 Subject: [PATCH 02/10] github_actions_ci: Update CHANGELOG and RELEASE-NOTES for registry-scanner-1.1.15 --- charts/registry-scanner/CHANGELOG.md | 3 +++ charts/registry-scanner/RELEASE-NOTES.md | 6 +++--- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/charts/registry-scanner/CHANGELOG.md b/charts/registry-scanner/CHANGELOG.md index 6297aa3ea..30f67f771 100644 --- a/charts/registry-scanner/CHANGELOG.md +++ b/charts/registry-scanner/CHANGELOG.md @@ -10,6 +10,9 @@ 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.1.15 +### Documentation +* **registry-scanner** [87ba25b6](https://github.com/sysdiglabs/charts/commit/87ba25b630dfe8d838cfd761a80c779faefd38bf): specify the namespace to use during installation ([#1388](https://github.com/sysdiglabs/charts/issues/1388)) # v1.1.14 ### Chores * **registry-scanner** [f83da6c9](https://github.com/sysdiglabs/charts/commit/f83da6c915468f6d8f442c3d971fc3e4296b2d1d): Update to v0.2.53 ([#1425](https://github.com/sysdiglabs/charts/issues/1425)) diff --git a/charts/registry-scanner/RELEASE-NOTES.md b/charts/registry-scanner/RELEASE-NOTES.md index 9c479a766..f8afe8685 100644 --- a/charts/registry-scanner/RELEASE-NOTES.md +++ b/charts/registry-scanner/RELEASE-NOTES.md @@ -1,5 +1,5 @@ # What's Changed -### Chores -- **registry-scanner** [f83da6c9](https://github.com/sysdiglabs/charts/commit/f83da6c915468f6d8f442c3d971fc3e4296b2d1d): Update to v0.2.53 ([#1425](https://github.com/sysdiglabs/charts/issues/1425)) -#### Full diff: https://github.com/sysdiglabs/charts/compare/registry-scanner-1.1.13...registry-scanner-1.1.14 +### Documentation +- **registry-scanner** [87ba25b6](https://github.com/sysdiglabs/charts/commit/87ba25b630dfe8d838cfd761a80c779faefd38bf): specify the namespace to use during installation ([#1388](https://github.com/sysdiglabs/charts/issues/1388)) +#### Full diff: https://github.com/sysdiglabs/charts/compare/registry-scanner-1.1.14...registry-scanner-1.1.15 From 2c6d3d0bd9d1750d6f34c0bd7b3e2689482515b6 Mon Sep 17 00:00:00 2001 From: Matteo Di Pierro <57297010+dippie8@users.noreply.github.com> Date: Tue, 24 Oct 2023 15:17:18 +0200 Subject: [PATCH 03/10] chore(sysdig, node-analyzer): bump sysdig/vuln-runtime-scanner to v1.6.3 (#1428) --- charts/node-analyzer/Chart.yaml | 2 +- charts/node-analyzer/README.md | 2 +- charts/node-analyzer/values.yaml | 2 +- charts/sysdig/Chart.yaml | 2 +- charts/sysdig/README.md | 2 +- charts/sysdig/values.yaml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/charts/node-analyzer/Chart.yaml b/charts/node-analyzer/Chart.yaml index 6eed856db..ea2fbabcd 100644 --- a/charts/node-analyzer/Chart.yaml +++ b/charts/node-analyzer/Chart.yaml @@ -3,7 +3,7 @@ name: node-analyzer description: Sysdig Node Analyzer # currently matching Sysdig's appVersion 1.14.34 -version: 1.17.12 +version: 1.17.13 appVersion: 12.8.0 keywords: - monitoring diff --git a/charts/node-analyzer/README.md b/charts/node-analyzer/README.md index 111ac0c84..c3ee89ba9 100644 --- a/charts/node-analyzer/README.md +++ b/charts/node-analyzer/README.md @@ -196,7 +196,7 @@ The following table lists the configurable parameters of the Sysdig Node Analyze | `nodeAnalyzer.runtimeScanner.extraMounts` | Specifies a container engine custom socket path (docker, containerd, CRI-O). | | | `nodeAnalyzer.runtimeScanner.storageClassName` | Specifies the Runtime Scanner storage class to use instead of emptyDir for ephemeral storage. | `` | | `nodeAnalyzer.runtimeScanner.image.repository` | Specifies the image repository to pull the Runtime Scanner from. | `sysdig/vuln-runtime-scanner` | -| `nodeAnalyzer.runtimeScanner.image.tag` | Specifies the image tag to pull the Runtime Scanner. | `1.6.2` | +| `nodeAnalyzer.runtimeScanner.image.tag` | Specifies the image tag to pull the Runtime Scanner. | `1.6.3` | | `nodeAnalyzer.runtimeScanner.image.digest` | Specifies the image digest to pull. | ` ` | | `nodeAnalyzer.runtimeScanner.image.pullPolicy` | Specifies the image pull policy for the Runtime Scanner. | `""` | | `nodeAnalyzer.runtimeScanner.resources.requests.cpu` | Specifies the Runtime Scanner CPU requests per node. | `150m` | diff --git a/charts/node-analyzer/values.yaml b/charts/node-analyzer/values.yaml index 30852b2b1..355dbdce0 100644 --- a/charts/node-analyzer/values.yaml +++ b/charts/node-analyzer/values.yaml @@ -289,7 +289,7 @@ nodeAnalyzer: probesPort: 7002 image: repository: sysdig/vuln-runtime-scanner - tag: "1.6.2" + tag: "1.6.3" digest: pullPolicy: storageClassName: diff --git a/charts/sysdig/Chart.yaml b/charts/sysdig/Chart.yaml index c3315d9f3..08dc0d858 100644 --- a/charts/sysdig/Chart.yaml +++ b/charts/sysdig/Chart.yaml @@ -15,4 +15,4 @@ name: sysdig sources: - https://app.sysdigcloud.com/#/settings/user - https://github.com/draios/sysdig -version: 1.16.17 +version: 1.16.18 diff --git a/charts/sysdig/README.md b/charts/sysdig/README.md index a3a1220fa..baddc0277 100644 --- a/charts/sysdig/README.md +++ b/charts/sysdig/README.md @@ -262,7 +262,7 @@ The following table lists the configurable parameters of the Sysdig chart and th | `nodeAnalyzer.runtimeScanner.deploy` | Deploys the Runtime Scanner. | `false` | | `nodeAnalyzer.runtimeScanner.extraMounts` | Specifies a container engine custom socket path (docker, containerd, CRI-O). | | | `nodeAnalyzer.runtimeScanner.image.repository` | The image repository to pull the Runtime Scanner from. | `sysdig/vuln-runtime-scanner` | -| `nodeAnalyzer.runtimeScanner.image.tag` | The image tag to pull the Runtime Scanner. | `1.5.7` | +| `nodeAnalyzer.runtimeScanner.image.tag` | The image tag to pull the Runtime Scanner. | `1.6.3` | | `nodeAnalyzer.runtimeScanner.image.digest` | The image digest to pull. | ` ` | | `nodeAnalyzer.runtimeScanner.image.pullPolicy` | The image pull policy for the Runtime Scanner. | `IfNotPresent` | | `nodeAnalyzer.runtimeScanner.resources.requests.cpu` | Runtime Scanner CPU requests per node. | `250m` | diff --git a/charts/sysdig/values.yaml b/charts/sysdig/values.yaml index 5d5380efe..402cfa65b 100644 --- a/charts/sysdig/values.yaml +++ b/charts/sysdig/values.yaml @@ -432,7 +432,7 @@ nodeAnalyzer: deploy: false image: repository: sysdig/vuln-runtime-scanner - tag: 1.5.7 + tag: 1.6.3 digest: null pullPolicy: IfNotPresent extraMounts: [] From e615d1b41c89ed5fecb69383ec117bdf2d6733a5 Mon Sep 17 00:00:00 2001 From: draios-jenkins Date: Tue, 24 Oct 2023 13:18:56 +0000 Subject: [PATCH 04/10] github_actions_ci: Update CHANGELOG and RELEASE-NOTES for node-analyzer-1.17.13 --- charts/node-analyzer/CHANGELOG.md | 3 +++ charts/node-analyzer/RELEASE-NOTES.md | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/charts/node-analyzer/CHANGELOG.md b/charts/node-analyzer/CHANGELOG.md index 01b1777ea..9932a6773 100644 --- a/charts/node-analyzer/CHANGELOG.md +++ b/charts/node-analyzer/CHANGELOG.md @@ -10,6 +10,9 @@ 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.13 +### Chores +* **sysdig, node-analyzer** [2c6d3d0b](https://github.com/sysdiglabs/charts/commit/2c6d3d0bd9d1750d6f34c0bd7b3e2689482515b6): bump sysdig/vuln-runtime-scanner to v1.6.3 ([#1428](https://github.com/sysdiglabs/charts/issues/1428)) # v1.17.12 ### Chores * **kspm-collector,node-analyzer** [201126cf](https://github.com/sysdiglabs/charts/commit/201126cf8abb51996ee001665c17545210058ff9): KSPM v1.34.0 ([#1422](https://github.com/sysdiglabs/charts/issues/1422)) diff --git a/charts/node-analyzer/RELEASE-NOTES.md b/charts/node-analyzer/RELEASE-NOTES.md index 0b7595be1..9d49198b0 100644 --- a/charts/node-analyzer/RELEASE-NOTES.md +++ b/charts/node-analyzer/RELEASE-NOTES.md @@ -1,5 +1,5 @@ # What's Changed ### Chores -- **kspm-collector,node-analyzer** [201126cf](https://github.com/sysdiglabs/charts/commit/201126cf8abb51996ee001665c17545210058ff9): KSPM v1.34.0 ([#1422](https://github.com/sysdiglabs/charts/issues/1422)) -#### Full diff: https://github.com/sysdiglabs/charts/compare/node-analyzer-1.17.11...node-analyzer-1.17.12 +- **sysdig, node-analyzer** [2c6d3d0b](https://github.com/sysdiglabs/charts/commit/2c6d3d0bd9d1750d6f34c0bd7b3e2689482515b6): bump sysdig/vuln-runtime-scanner to v1.6.3 ([#1428](https://github.com/sysdiglabs/charts/issues/1428)) +#### Full diff: https://github.com/sysdiglabs/charts/compare/node-analyzer-1.17.12...node-analyzer-1.17.13 From 432bf3b012caa0a34bcd778e7569e2ddf95ff5d9 Mon Sep 17 00:00:00 2001 From: draios-jenkins Date: Tue, 24 Oct 2023 13:18:56 +0000 Subject: [PATCH 05/10] github_actions_ci: Update CHANGELOG and RELEASE-NOTES for sysdig-1.16.18 --- charts/sysdig/CHANGELOG.md | 3 +++ charts/sysdig/RELEASE-NOTES.md | 6 +++--- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/charts/sysdig/CHANGELOG.md b/charts/sysdig/CHANGELOG.md index 546be860d..4657fb285 100644 --- a/charts/sysdig/CHANGELOG.md +++ b/charts/sysdig/CHANGELOG.md @@ -10,6 +10,9 @@ 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.16.18 +### Chores +* **sysdig, node-analyzer** [2c6d3d0b](https://github.com/sysdiglabs/charts/commit/2c6d3d0bd9d1750d6f34c0bd7b3e2689482515b6): bump sysdig/vuln-runtime-scanner to v1.6.3 ([#1428](https://github.com/sysdiglabs/charts/issues/1428)) # v1.16.17 ### New Features * [eda0e7cd](https://github.com/sysdiglabs/charts/commit/eda0e7cdf12c0b40f0bb77c0a16e0fd5f0173256): release agent 12.17.0 ([#1410](https://github.com/sysdiglabs/charts/issues/1410)) diff --git a/charts/sysdig/RELEASE-NOTES.md b/charts/sysdig/RELEASE-NOTES.md index bb57c917f..de69d8c30 100644 --- a/charts/sysdig/RELEASE-NOTES.md +++ b/charts/sysdig/RELEASE-NOTES.md @@ -1,5 +1,5 @@ # What's Changed -### New Features -- [eda0e7cd](https://github.com/sysdiglabs/charts/commit/eda0e7cdf12c0b40f0bb77c0a16e0fd5f0173256): release agent 12.17.0 ([#1410](https://github.com/sysdiglabs/charts/issues/1410)) -#### Full diff: https://github.com/sysdiglabs/charts/compare/sysdig-deploy-1.24.6...sysdig-1.16.17 +### Chores +- **sysdig, node-analyzer** [2c6d3d0b](https://github.com/sysdiglabs/charts/commit/2c6d3d0bd9d1750d6f34c0bd7b3e2689482515b6): bump sysdig/vuln-runtime-scanner to v1.6.3 ([#1428](https://github.com/sysdiglabs/charts/issues/1428)) +#### Full diff: https://github.com/sysdiglabs/charts/compare/sysdig-deploy-1.26.5...sysdig-1.16.18 From a393d431122092b8e4f079011e2745b472c99075 Mon Sep 17 00:00:00 2001 From: draios-jenkins Date: Tue, 24 Oct 2023 19:34:06 +0200 Subject: [PATCH 06/10] chore(sysdig-deploy): Automatic version bump due to updated dependencies (#1429) Co-authored-by: dippie8 Co-authored-by: Adam Roberts --- charts/sysdig-deploy/Chart.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/sysdig-deploy/Chart.yaml b/charts/sysdig-deploy/Chart.yaml index 0ad960da4..9fc24d4e3 100644 --- a/charts/sysdig-deploy/Chart.yaml +++ b/charts/sysdig-deploy/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: sysdig-deploy description: A chart with various Sysdig components for Kubernetes type: application -version: 1.26.5 +version: 1.26.6 maintainers: - name: AlbertoBarba email: alberto.barba@sysdig.com @@ -36,7 +36,7 @@ dependencies: - name: node-analyzer # repository: https://charts.sysdig.com repository: file://../node-analyzer - version: ~1.17.12 + version: ~1.17.13 alias: nodeAnalyzer condition: nodeAnalyzer.enabled - name: cluster-scanner From 83dda9687b5b0f9653bfa858cd595fffd91e8426 Mon Sep 17 00:00:00 2001 From: draios-jenkins Date: Tue, 24 Oct 2023 17:35:31 +0000 Subject: [PATCH 07/10] github_actions_ci: Update CHANGELOG and RELEASE-NOTES for sysdig-deploy-1.26.6 --- charts/sysdig-deploy/CHANGELOG.md | 3 +++ charts/sysdig-deploy/RELEASE-NOTES.md | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/charts/sysdig-deploy/CHANGELOG.md b/charts/sysdig-deploy/CHANGELOG.md index d5208c43b..427465c40 100644 --- a/charts/sysdig-deploy/CHANGELOG.md +++ b/charts/sysdig-deploy/CHANGELOG.md @@ -10,6 +10,9 @@ 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.26.6 +### Chores +* **sysdig-deploy** [a393d431](https://github.com/sysdiglabs/charts/commit/a393d431122092b8e4f079011e2745b472c99075): Automatic version bump due to updated dependencies ([#1429](https://github.com/sysdiglabs/charts/issues/1429)) # v1.26.5 ### Chores * **sysdig-deploy** [a5e30e30](https://github.com/sysdiglabs/charts/commit/a5e30e301c3392044bdfe4756daf080945e1eb49): Automatic version bump due to updated dependencies ([#1424](https://github.com/sysdiglabs/charts/issues/1424)) diff --git a/charts/sysdig-deploy/RELEASE-NOTES.md b/charts/sysdig-deploy/RELEASE-NOTES.md index cb9b988c7..299d5ae84 100644 --- a/charts/sysdig-deploy/RELEASE-NOTES.md +++ b/charts/sysdig-deploy/RELEASE-NOTES.md @@ -1,5 +1,5 @@ # What's Changed ### Chores -- **sysdig-deploy** [a5e30e30](https://github.com/sysdiglabs/charts/commit/a5e30e301c3392044bdfe4756daf080945e1eb49): Automatic version bump due to updated dependencies ([#1424](https://github.com/sysdiglabs/charts/issues/1424)) -#### Full diff: https://github.com/sysdiglabs/charts/compare/sysdig-deploy-1.26.4...sysdig-deploy-1.26.5 +- **sysdig-deploy** [a393d431](https://github.com/sysdiglabs/charts/commit/a393d431122092b8e4f079011e2745b472c99075): Automatic version bump due to updated dependencies ([#1429](https://github.com/sysdiglabs/charts/issues/1429)) +#### Full diff: https://github.com/sysdiglabs/charts/compare/sysdig-deploy-1.26.5...sysdig-deploy-1.26.6 From 629c5f06ccab168b9460ec1fa6564aed1a54c015 Mon Sep 17 00:00:00 2001 From: draios-jenkins Date: Tue, 24 Oct 2023 20:15:34 +0200 Subject: [PATCH 08/10] feat: release agent 12.17.1 (#1430) Co-authored-by: updatecli --- charts/agent/Chart.yaml | 4 ++-- charts/agent/values.yaml | 4 +--- charts/sysdig/Chart.yaml | 4 ++-- charts/sysdig/values.yaml | 2 +- 4 files changed, 6 insertions(+), 8 deletions(-) diff --git a/charts/agent/Chart.yaml b/charts/agent/Chart.yaml index dfeae8701..c8de53cfe 100644 --- a/charts/agent/Chart.yaml +++ b/charts/agent/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: 12.17.0 +appVersion: 12.17.1 dependencies: - name: common repository: file://../common @@ -30,4 +30,4 @@ sources: - https://app.sysdigcloud.com/#/settings/user - https://github.com/draios/sysdig type: application -version: 1.14.1 +version: 1.14.2 diff --git a/charts/agent/values.yaml b/charts/agent/values.yaml index d507e8bee..7a1c13d04 100644 --- a/charts/agent/values.yaml +++ b/charts/agent/values.yaml @@ -51,7 +51,7 @@ image: overrideValue: null registry: quay.io repository: sysdig/agent - tag: 12.17.0 + tag: 12.17.1 # Specify a imagePullPolicy # Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' # ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images @@ -169,10 +169,8 @@ priorityClassValue: 10 ebpf: # Enable eBPF support for Sysdig Agent enabled: false - # Define the kind of eBPF driver that will be used by the agent. Can be `legacy_ebpf` or `universal_ebpf` kind: legacy_ebpf - slim: # Uses a slim version of the Sysdig Agent enabled: true diff --git a/charts/sysdig/Chart.yaml b/charts/sysdig/Chart.yaml index 08dc0d858..17d068764 100644 --- a/charts/sysdig/Chart.yaml +++ b/charts/sysdig/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v1 -appVersion: 12.17.0 +appVersion: 12.17.1 deprecated: true description: Sysdig Monitor and Secure agent home: https://www.sysdig.com/ @@ -15,4 +15,4 @@ name: sysdig sources: - https://app.sysdigcloud.com/#/settings/user - https://github.com/draios/sysdig -version: 1.16.18 +version: 1.16.19 diff --git a/charts/sysdig/values.yaml b/charts/sysdig/values.yaml index 402cfa65b..9be974f96 100644 --- a/charts/sysdig/values.yaml +++ b/charts/sysdig/values.yaml @@ -7,7 +7,7 @@ image: overrideValue: null registry: quay.io repository: sysdig/agent - tag: 12.17.0 + tag: 12.17.1 # Specify a imagePullPolicy # Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' # ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images From a9cb375f1e5c4f4ab6f16dc9b50c13e0c66b936a Mon Sep 17 00:00:00 2001 From: draios-jenkins Date: Tue, 24 Oct 2023 18:17:17 +0000 Subject: [PATCH 09/10] github_actions_ci: Update CHANGELOG and RELEASE-NOTES for agent-1.14.2 --- charts/agent/CHANGELOG.md | 3 +++ charts/agent/RELEASE-NOTES.md | 6 +++--- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/charts/agent/CHANGELOG.md b/charts/agent/CHANGELOG.md index 26e98750e..4bf686058 100644 --- a/charts/agent/CHANGELOG.md +++ b/charts/agent/CHANGELOG.md @@ -10,6 +10,9 @@ 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.14.2 +### New Features +* [629c5f06](https://github.com/sysdiglabs/charts/commit/629c5f06ccab168b9460ec1fa6564aed1a54c015): release agent 12.17.1 ([#1430](https://github.com/sysdiglabs/charts/issues/1430)) # v1.14.1 ### Bug Fixes * **agent** [e2a99859](https://github.com/sysdiglabs/charts/commit/e2a99859f5737d2023bac322b6e97ab85a0988a3): do not render universal ebpf env vars in gke autopilot ([#1426](https://github.com/sysdiglabs/charts/issues/1426)) diff --git a/charts/agent/RELEASE-NOTES.md b/charts/agent/RELEASE-NOTES.md index c4977183c..cd97912f2 100644 --- a/charts/agent/RELEASE-NOTES.md +++ b/charts/agent/RELEASE-NOTES.md @@ -1,5 +1,5 @@ # What's Changed -### Bug Fixes -- **agent** [e2a99859](https://github.com/sysdiglabs/charts/commit/e2a99859f5737d2023bac322b6e97ab85a0988a3): do not render universal ebpf env vars in gke autopilot ([#1426](https://github.com/sysdiglabs/charts/issues/1426)) -#### Full diff: https://github.com/sysdiglabs/charts/compare/agent-1.14.0...agent-1.14.1 +### New Features +- [629c5f06](https://github.com/sysdiglabs/charts/commit/629c5f06ccab168b9460ec1fa6564aed1a54c015): release agent 12.17.1 ([#1430](https://github.com/sysdiglabs/charts/issues/1430)) +#### Full diff: https://github.com/sysdiglabs/charts/compare/agent-1.14.1...agent-1.14.2 From 21b846143fb8d4d41b80a561b8ff6aa99a0a9e87 Mon Sep 17 00:00:00 2001 From: draios-jenkins Date: Tue, 24 Oct 2023 18:17:17 +0000 Subject: [PATCH 10/10] github_actions_ci: Update CHANGELOG and RELEASE-NOTES for sysdig-1.16.19 --- charts/sysdig/CHANGELOG.md | 3 +++ charts/sysdig/RELEASE-NOTES.md | 6 +++--- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/charts/sysdig/CHANGELOG.md b/charts/sysdig/CHANGELOG.md index 4657fb285..3c6d7ee4e 100644 --- a/charts/sysdig/CHANGELOG.md +++ b/charts/sysdig/CHANGELOG.md @@ -10,6 +10,9 @@ 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.16.19 +### New Features +* [629c5f06](https://github.com/sysdiglabs/charts/commit/629c5f06ccab168b9460ec1fa6564aed1a54c015): release agent 12.17.1 ([#1430](https://github.com/sysdiglabs/charts/issues/1430)) # v1.16.18 ### Chores * **sysdig, node-analyzer** [2c6d3d0b](https://github.com/sysdiglabs/charts/commit/2c6d3d0bd9d1750d6f34c0bd7b3e2689482515b6): bump sysdig/vuln-runtime-scanner to v1.6.3 ([#1428](https://github.com/sysdiglabs/charts/issues/1428)) diff --git a/charts/sysdig/RELEASE-NOTES.md b/charts/sysdig/RELEASE-NOTES.md index de69d8c30..8727787d1 100644 --- a/charts/sysdig/RELEASE-NOTES.md +++ b/charts/sysdig/RELEASE-NOTES.md @@ -1,5 +1,5 @@ # What's Changed -### Chores -- **sysdig, node-analyzer** [2c6d3d0b](https://github.com/sysdiglabs/charts/commit/2c6d3d0bd9d1750d6f34c0bd7b3e2689482515b6): bump sysdig/vuln-runtime-scanner to v1.6.3 ([#1428](https://github.com/sysdiglabs/charts/issues/1428)) -#### Full diff: https://github.com/sysdiglabs/charts/compare/sysdig-deploy-1.26.5...sysdig-1.16.18 +### New Features +- [629c5f06](https://github.com/sysdiglabs/charts/commit/629c5f06ccab168b9460ec1fa6564aed1a54c015): release agent 12.17.1 ([#1430](https://github.com/sysdiglabs/charts/issues/1430)) +#### Full diff: https://github.com/sysdiglabs/charts/compare/sysdig-deploy-1.26.6...sysdig-1.16.19