Skip to content

Commit

Permalink
Merge branch 'master' into patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
IgorEulalio authored Oct 24, 2023
2 parents d18035a + 21b8461 commit 0a6f7eb
Show file tree
Hide file tree
Showing 22 changed files with 49 additions and 29 deletions.
3 changes: 3 additions & 0 deletions charts/agent/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down
4 changes: 2 additions & 2 deletions charts/agent/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: 12.17.0
appVersion: 12.17.1
dependencies:
- name: common
repository: file://../common
Expand Down Expand Up @@ -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
6 changes: 3 additions & 3 deletions charts/agent/RELEASE-NOTES.md
Original file line number Diff line number Diff line change
@@ -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
4 changes: 1 addition & 3 deletions charts/agent/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
3 changes: 3 additions & 0 deletions charts/node-analyzer/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down
2 changes: 1 addition & 1 deletion charts/node-analyzer/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion charts/node-analyzer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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` |
Expand Down
4 changes: 2 additions & 2 deletions charts/node-analyzer/RELEASE-NOTES.md
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion charts/node-analyzer/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ nodeAnalyzer:
probesPort: 7002
image:
repository: sysdig/vuln-runtime-scanner
tag: "1.6.2"
tag: "1.6.3"
digest:
pullPolicy:
storageClassName:
Expand Down
3 changes: 3 additions & 0 deletions charts/registry-scanner/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down
2 changes: 1 addition & 1 deletion charts/registry-scanner/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 3 additions & 1 deletion charts/registry-scanner/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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=<SYSDIG_SECURE_URL> \
--set config.secureAPIToken=<SYSDIG_SECURE_API_TOKEN> \
--set config.secureSkipTLS=true \
Expand Down
4 changes: 3 additions & 1 deletion charts/registry-scanner/README.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -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=<SYSDIG_SECURE_URL> \
--set config.secureAPIToken=<SYSDIG_SECURE_API_TOKEN> \
--set config.secureSkipTLS=true \
Expand Down
6 changes: 3 additions & 3 deletions charts/registry-scanner/RELEASE-NOTES.md
Original file line number Diff line number Diff line change
@@ -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
3 changes: 3 additions & 0 deletions charts/sysdig-deploy/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down
2 changes: 1 addition & 1 deletion charts/sysdig-deploy/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions charts/sysdig-deploy/RELEASE-NOTES.md
Original file line number Diff line number Diff line change
@@ -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
6 changes: 6 additions & 0 deletions charts/sysdig/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.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))
# 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))
Expand Down
4 changes: 2 additions & 2 deletions charts/sysdig/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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/
Expand All @@ -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.19
2 changes: 1 addition & 1 deletion charts/sysdig/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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` |
Expand Down
4 changes: 2 additions & 2 deletions charts/sysdig/RELEASE-NOTES.md
Original file line number Diff line number Diff line change
@@ -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
- [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
4 changes: 2 additions & 2 deletions charts/sysdig/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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: []
Expand Down

0 comments on commit 0a6f7eb

Please sign in to comment.