From b38bf394fc121bffe546def326a5aaf019f0ebd7 Mon Sep 17 00:00:00 2001 From: draios-jenkins Date: Tue, 8 Aug 2023 15:40:28 -0400 Subject: [PATCH 1/7] chore(sysdig): bump agent version to 12.16.0 (#1291) Co-authored-by: jenkins --- charts/sysdig/Chart.yaml | 4 ++-- charts/sysdig/README.md | 2 +- charts/sysdig/values.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/charts/sysdig/Chart.yaml b/charts/sysdig/Chart.yaml index 7af45e414..9acd59c23 100644 --- a/charts/sysdig/Chart.yaml +++ b/charts/sysdig/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v1 name: sysdig -version: 1.16.6 -appVersion: 12.15.0 +version: 1.16.7 +appVersion: 12.16.0 description: Sysdig Monitor and Secure agent keywords: - monitoring diff --git a/charts/sysdig/README.md b/charts/sysdig/README.md index c2bd01883..0418ae49c 100644 --- a/charts/sysdig/README.md +++ b/charts/sysdig/README.md @@ -152,7 +152,7 @@ The following table lists the configurable parameters of the Sysdig chart and th | ------------------------------------------------------------ | ------------------------------------------------------------ | ------------------------------------------------------------ | | `image.registry` | Sysdig Agent image registry. | `quay.io` | | `image.repository` | The image repository to pull from. | `sysdig/agent` | -| `image.tag` | The image tag to pull | `12.15.0` | +| `image.tag` | The image tag to pull | `12.16.0` | | `image.digest` | The image digest to pull. | ` ` | | `image.pullPolicy` | The Image pull policy. | `IfNotPresent` | | `image.pullSecrets` | Image pull secrets. | `nil` | diff --git a/charts/sysdig/values.yaml b/charts/sysdig/values.yaml index ee822bc96..3f73d1bf3 100644 --- a/charts/sysdig/values.yaml +++ b/charts/sysdig/values.yaml @@ -8,7 +8,7 @@ image: registry: quay.io repository: sysdig/agent - tag: 12.15.0 + tag: 12.16.0 # 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 1c3aced5ddf26ef68cd685c468c45b8143ad9e9e Mon Sep 17 00:00:00 2001 From: draios-jenkins Date: Tue, 8 Aug 2023 19:41:45 +0000 Subject: [PATCH 2/7] github_actions_ci: Update CHANGELOG and RELEASE-NOTES for sysdig-1.16.7 --- 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 1225fb43e..624a1140b 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.7 +### Chores +* **sysdig** [b38bf394](https://github.com/sysdiglabs/charts/commit/b38bf394fc121bffe546def326a5aaf019f0ebd7): bump agent version to 12.16.0 ([#1291](https://github.com/sysdiglabs/charts/issues/1291)) # v1.16.6 ### New Features * **node-analyzer** [0ad8696a](https://github.com/sysdiglabs/charts/commit/0ad8696a0b38d2564121e6e798589f568e3547a8): Release eveconnector 1.1.2 ([#1280](https://github.com/sysdiglabs/charts/issues/1280)) diff --git a/charts/sysdig/RELEASE-NOTES.md b/charts/sysdig/RELEASE-NOTES.md index df29142ca..ef0c7574c 100644 --- a/charts/sysdig/RELEASE-NOTES.md +++ b/charts/sysdig/RELEASE-NOTES.md @@ -1,5 +1,5 @@ # What's Changed -### New Features -- **node-analyzer** [0ad8696a](https://github.com/sysdiglabs/charts/commit/0ad8696a0b38d2564121e6e798589f568e3547a8): Release eveconnector 1.1.2 ([#1280](https://github.com/sysdiglabs/charts/issues/1280)) -#### Full diff: https://github.com/sysdiglabs/charts/compare/sysdig-deploy-1.17.2...sysdig-1.16.6 +### Chores +- **sysdig** [b38bf394](https://github.com/sysdiglabs/charts/commit/b38bf394fc121bffe546def326a5aaf019f0ebd7): bump agent version to 12.16.0 ([#1291](https://github.com/sysdiglabs/charts/issues/1291)) +#### Full diff: https://github.com/sysdiglabs/charts/compare/sysdig-deploy-1.17.6...sysdig-1.16.7 From 924b96c1c98a5006fab4d4f71c91f9df9dbe639e Mon Sep 17 00:00:00 2001 From: draios-jenkins Date: Tue, 8 Aug 2023 15:55:36 -0400 Subject: [PATCH 3/7] chore(agent): bump agent version to 12.16.0 (#1292) Co-authored-by: jenkins --- charts/agent/Chart.yaml | 6 +++--- charts/agent/README.md | 2 +- charts/agent/values.yaml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/charts/agent/Chart.yaml b/charts/agent/Chart.yaml index e6504f166..58506962c 100644 --- a/charts/agent/Chart.yaml +++ b/charts/agent/Chart.yaml @@ -5,9 +5,9 @@ description: Sysdig Monitor and Secure agent type: application # currently matching sysdig 1.14.32 -version: 1.13.2 +version: 1.13.3 -appVersion: 12.15.0 +appVersion: 12.16.0 keywords: - monitoring @@ -36,4 +36,4 @@ dependencies: - name: common # repository: https://charts.sysdig.com repository: file://../common - version: ~1.1.0 +version: 1.13.3~1.1.1 diff --git a/charts/agent/README.md b/charts/agent/README.md index 55170cd4a..cd3d34cf9 100644 --- a/charts/agent/README.md +++ b/charts/agent/README.md @@ -100,7 +100,7 @@ The following table lists the configurable parameters of the Sysdig chart and th | `namespace` | Overrides the global namespace setting and release namespace for components. | `""` | | `image.registry` | Sysdig Agent image registry. | `quay.io` | | `image.repository` | Sets the image repository to pull the agent image from. | `sysdig/agent` | -| `image.tag` | Specifies the image tag to pull from the repository. | `12.15.0` | +| `image.tag` | Specifies the image tag to pull from the repository. | `12.16.0` | | `image.digest` | Specifies the image digest to pull from the repository. | ` ` | | `image.pullPolicy` | Specifies the Image pull policy. | `IfNotPresent` | | `image.pullSecrets` | Specifies the image pull secrets. | `nil` | diff --git a/charts/agent/values.yaml b/charts/agent/values.yaml index f825ba520..09573772f 100644 --- a/charts/agent/values.yaml +++ b/charts/agent/values.yaml @@ -56,7 +56,7 @@ image: registry: quay.io repository: sysdig/agent - tag: 12.15.0 + tag: 12.16.0 # 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 2de3cf999b582f59bc11be923c4a407a0719036a Mon Sep 17 00:00:00 2001 From: Adam Roberts Date: Tue, 8 Aug 2023 16:18:25 -0400 Subject: [PATCH 4/7] fix(agent): fix Chart.yaml field (#1293) --- charts/agent/Chart.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/agent/Chart.yaml b/charts/agent/Chart.yaml index 58506962c..b7f495083 100644 --- a/charts/agent/Chart.yaml +++ b/charts/agent/Chart.yaml @@ -5,7 +5,7 @@ description: Sysdig Monitor and Secure agent type: application # currently matching sysdig 1.14.32 -version: 1.13.3 +version: 1.13.4 appVersion: 12.16.0 @@ -36,4 +36,4 @@ dependencies: - name: common # repository: https://charts.sysdig.com repository: file://../common -version: 1.13.3~1.1.1 + version: ~1.1.0 From f1b9547d8f4d34fcceb14cbcc210a47c404065a5 Mon Sep 17 00:00:00 2001 From: draios-jenkins Date: Tue, 8 Aug 2023 20:19:49 +0000 Subject: [PATCH 5/7] github_actions_ci: Update CHANGELOG and RELEASE-NOTES for agent-1.13.4 --- charts/agent/CHANGELOG.md | 5 +++++ charts/agent/RELEASE-NOTES.md | 6 ++++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/charts/agent/CHANGELOG.md b/charts/agent/CHANGELOG.md index 4f3aca8fb..6e067ecda 100644 --- a/charts/agent/CHANGELOG.md +++ b/charts/agent/CHANGELOG.md @@ -10,6 +10,11 @@ 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.13.4 +### Bug Fixes +* **agent** [2de3cf99](https://github.com/sysdiglabs/charts/commit/2de3cf999b582f59bc11be923c4a407a0719036a): fix Chart.yaml field ([#1293](https://github.com/sysdiglabs/charts/issues/1293)) +### Chores +* **agent** [924b96c1](https://github.com/sysdiglabs/charts/commit/924b96c1c98a5006fab4d4f71c91f9df9dbe639e): bump agent version to 12.16.0 ([#1292](https://github.com/sysdiglabs/charts/issues/1292)) # v1.13.2 ### Bug Fixes * **admission-controller,agent,sysdig-deploy** [bdf6c21f](https://github.com/sysdiglabs/charts/commit/bdf6c21f6322aaa8417fe8a763f01f5127601094): fix incompatibility errors on older helm versions ([#1281](https://github.com/sysdiglabs/charts/issues/1281)) diff --git a/charts/agent/RELEASE-NOTES.md b/charts/agent/RELEASE-NOTES.md index 92ebee9d1..5515f50a9 100644 --- a/charts/agent/RELEASE-NOTES.md +++ b/charts/agent/RELEASE-NOTES.md @@ -1,5 +1,7 @@ # What's Changed ### Bug Fixes -- **admission-controller,agent,sysdig-deploy** [bdf6c21f](https://github.com/sysdiglabs/charts/commit/bdf6c21f6322aaa8417fe8a763f01f5127601094): fix incompatibility errors on older helm versions ([#1281](https://github.com/sysdiglabs/charts/issues/1281)) -#### Full diff: https://github.com/sysdiglabs/charts/compare/agent-1.13.1...agent-1.13.2 +- **agent** [2de3cf99](https://github.com/sysdiglabs/charts/commit/2de3cf999b582f59bc11be923c4a407a0719036a): fix Chart.yaml field ([#1293](https://github.com/sysdiglabs/charts/issues/1293)) +### Chores +- **agent** [924b96c1](https://github.com/sysdiglabs/charts/commit/924b96c1c98a5006fab4d4f71c91f9df9dbe639e): bump agent version to 12.16.0 ([#1292](https://github.com/sysdiglabs/charts/issues/1292)) +#### Full diff: https://github.com/sysdiglabs/charts/compare/agent-1.13.2...agent-1.13.4 From a70348f9ef2a13d375d41f36334e52da0fbef06d Mon Sep 17 00:00:00 2001 From: draios-jenkins Date: Tue, 8 Aug 2023 16:32:29 -0400 Subject: [PATCH 6/7] chore(sysdig-deploy): Automatic version bump due to updated dependencies (#1294) Co-authored-by: aroberts87 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 58375852b..86c01ed76 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.17.6 +version: 1.17.7 maintainers: - name: AlbertoBarba email: alberto.barba@sysdig.com @@ -26,7 +26,7 @@ dependencies: - name: agent # repository: https://charts.sysdig.com repository: file://../agent - version: ~1.13.2 + version: ~1.13.4 alias: agent condition: agent.enabled - name: common From 151ee1cf8bbd95964d54e904a5cb1f50e844dd94 Mon Sep 17 00:00:00 2001 From: draios-jenkins Date: Tue, 8 Aug 2023 20:34:15 +0000 Subject: [PATCH 7/7] github_actions_ci: Update CHANGELOG and RELEASE-NOTES for sysdig-deploy-1.17.7 --- 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 cb838047a..008aef319 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.17.7 +### Chores +* **sysdig-deploy** [a70348f9](https://github.com/sysdiglabs/charts/commit/a70348f9ef2a13d375d41f36334e52da0fbef06d): Automatic version bump due to updated dependencies ([#1294](https://github.com/sysdiglabs/charts/issues/1294)) # v1.17.6 ### Chores * **sysdig-deploy** [3515ca48](https://github.com/sysdiglabs/charts/commit/3515ca4826c7c5645a312ba1c48f516972231d64): Automatic version bump due to updated dependencies ([#1289](https://github.com/sysdiglabs/charts/issues/1289)) diff --git a/charts/sysdig-deploy/RELEASE-NOTES.md b/charts/sysdig-deploy/RELEASE-NOTES.md index c16fd6442..f8b67966f 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** [3515ca48](https://github.com/sysdiglabs/charts/commit/3515ca4826c7c5645a312ba1c48f516972231d64): Automatic version bump due to updated dependencies ([#1289](https://github.com/sysdiglabs/charts/issues/1289)) -#### Full diff: https://github.com/sysdiglabs/charts/compare/sysdig-deploy-1.17.5...sysdig-deploy-1.17.6 +- **sysdig-deploy** [a70348f9](https://github.com/sysdiglabs/charts/commit/a70348f9ef2a13d375d41f36334e52da0fbef06d): Automatic version bump due to updated dependencies ([#1294](https://github.com/sysdiglabs/charts/issues/1294)) +#### Full diff: https://github.com/sysdiglabs/charts/compare/sysdig-deploy-1.17.6...sysdig-deploy-1.17.7