Skip to content

Commit

Permalink
Release 1.16.4 (#341)
Browse files Browse the repository at this point in the history
* release

Signed-off-by: Amir Malka <[email protected]>

* bump operator

Signed-off-by: Amir Malka <[email protected]>

* bump node agent

Signed-off-by: Amir Malka <[email protected]>

* fix ut

Signed-off-by: Amir Malka <[email protected]>

---------

Signed-off-by: Amir Malka <[email protected]>
  • Loading branch information
amirmalka authored Nov 29, 2023
1 parent d3033fe commit 3fde84c
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 21 deletions.
4 changes: 2 additions & 2 deletions charts/kubescape-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ type: application
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)

version: 1.16.3
version: 1.16.4

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.

appVersion: 1.16.3
appVersion: 1.16.4

maintainers:
- name: Ben Hirschberg
Expand Down
2 changes: 1 addition & 1 deletion charts/kubescape-operator/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Kubescape Operator

![Version: 1.16.3](https://img.shields.io/badge/Version-1.16.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v1.16.3](https://img.shields.io/badge/AppVersion-v1.16.3-informational?style=flat-square)
![Version: 1.16.4](https://img.shields.io/badge/Version-1.16.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v1.16.4](https://img.shields.io/badge/AppVersion-v1.16.4-informational?style=flat-square)

## Install

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
matches the snapshot:
1: |
raw: "Thank you for installing kubescape-operator version 1.16.3.\nView your cluster's configuration scanning schedule: \n> kubectl -n kubescape get cj kubescape-scheduler -o=jsonpath='{.metadata.name}{\"\\t\"}{.spec.schedule}{\"\\n\"}'\n\nTo change the schedule, set `.spec.schedule`: \n> kubectl -n kubescape edit cj kubescape-scheduler\nView your cluster's image scanning schedule: \n> kubectl -n kubescape get cj kubevuln-scheduler -o=jsonpath='{.metadata.name}{\"\\t\"}{.spec.schedule}{\"\\n\"}' \n\nTo change the schedule, edit `.spec.schedule`: \n> kubectl -n kubescape edit cj kubevuln-scheduler\n\n\nView your image vulnerabilities scan summaries: \n> kubectl get vulnerabilitymanifestsummaries -A\n\nDetailed reports are also available: \n> kubectl get vulnerabilitymanifests -A\n\n\n\n"
raw: "Thank you for installing kubescape-operator version 1.16.4.\nView your cluster's configuration scanning schedule: \n> kubectl -n kubescape get cj kubescape-scheduler -o=jsonpath='{.metadata.name}{\"\\t\"}{.spec.schedule}{\"\\n\"}'\n\nTo change the schedule, set `.spec.schedule`: \n> kubectl -n kubescape edit cj kubescape-scheduler\nView your cluster's image scanning schedule: \n> kubectl -n kubescape get cj kubevuln-scheduler -o=jsonpath='{.metadata.name}{\"\\t\"}{.spec.schedule}{\"\\n\"}' \n\nTo change the schedule, edit `.spec.schedule`: \n> kubectl -n kubescape edit cj kubevuln-scheduler\n\n\nView your image vulnerabilities scan summaries: \n> kubectl get vulnerabilitymanifestsummaries -A\n\nDetailed reports are also available: \n> kubectl get vulnerabilitymanifests -A\n\n\n\n"
2: |
apiVersion: batch/v1
kind: CronJob
Expand Down Expand Up @@ -183,7 +183,7 @@ matches the snapshot:
app: gateway
app.kubernetes.io/instance: RELEASE-NAME
app.kubernetes.io/name: gateway
helm.sh/chart: kubescape-operator-1.16.3
helm.sh/chart: kubescape-operator-1.16.4
tier: ks-control-plane
name: gateway
namespace: kubescape
Expand Down Expand Up @@ -306,7 +306,7 @@ matches the snapshot:
metadata:
labels:
app: gateway
helm.sh/chart: kubescape-operator-1.16.3
helm.sh/chart: kubescape-operator-1.16.4
tier: ks-control-plane
name: gateway
namespace: kubescape
Expand Down Expand Up @@ -384,7 +384,7 @@ matches the snapshot:
app: grype-offline-db
app.kubernetes.io/instance: RELEASE-NAME
app.kubernetes.io/name: grype-offline-db
helm.sh/chart: kubescape-operator-1.16.3
helm.sh/chart: kubescape-operator-1.16.4
tier: ks-control-plane
spec:
containers:
Expand Down Expand Up @@ -564,7 +564,7 @@ matches the snapshot:
app: kollector
app.kubernetes.io/instance: RELEASE-NAME
app.kubernetes.io/name: kollector
helm.sh/chart: kubescape-operator-1.16.3
helm.sh/chart: kubescape-operator-1.16.4
tier: ks-control-plane
spec:
automountServiceAccountToken: true
Expand Down Expand Up @@ -922,7 +922,7 @@ matches the snapshot:
app: kubescape
app.kubernetes.io/instance: RELEASE-NAME
app.kubernetes.io/name: kubescape
helm.sh/chart: kubescape-operator-1.16.3
helm.sh/chart: kubescape-operator-1.16.4
tier: ks-control-plane
name: kubescape
namespace: kubescape
Expand Down Expand Up @@ -950,7 +950,7 @@ matches the snapshot:
app: kubescape
app.kubernetes.io/instance: RELEASE-NAME
app.kubernetes.io/name: kubescape
helm.sh/chart: kubescape-operator-1.16.3
helm.sh/chart: kubescape-operator-1.16.4
otel: enabled
tier: ks-control-plane
spec:
Expand Down Expand Up @@ -1173,7 +1173,7 @@ matches the snapshot:
metadata:
labels:
app: kubescape
helm.sh/chart: kubescape-operator-1.16.3
helm.sh/chart: kubescape-operator-1.16.4
tier: ks-control-plane
name: kubescape
namespace: kubescape
Expand Down Expand Up @@ -1421,7 +1421,7 @@ matches the snapshot:
app: kubevuln
app.kubernetes.io/instance: RELEASE-NAME
app.kubernetes.io/name: kubevuln
helm.sh/chart: kubescape-operator-1.16.3
helm.sh/chart: kubescape-operator-1.16.4
otel: enabled
tier: ks-control-plane
spec:
Expand Down Expand Up @@ -1704,7 +1704,7 @@ matches the snapshot:
app: node-agent
app.kubernetes.io/instance: RELEASE-NAME
app.kubernetes.io/name: node-agent
helm.sh/chart: kubescape-operator-1.16.3
helm.sh/chart: kubescape-operator-1.16.4
otel: enabled
tier: ks-control-plane
spec:
Expand Down Expand Up @@ -1739,7 +1739,7 @@ matches the snapshot:
- name: HOST_ROOT
value: /host
- name: NodeName
image: quay.io/kubescape/node-agent:v0.1.114
image: quay.io/kubescape/node-agent:v0.1.121
imagePullPolicy: IfNotPresent
name: node-agent
resources:
Expand Down Expand Up @@ -1964,7 +1964,7 @@ matches the snapshot:
app: operator
app.kubernetes.io/instance: RELEASE-NAME
app.kubernetes.io/name: operator
helm.sh/chart: kubescape-operator-1.16.3
helm.sh/chart: kubescape-operator-1.16.4
otel: enabled
tier: ks-control-plane
spec:
Expand All @@ -1983,7 +1983,7 @@ matches the snapshot:
value: zap
- name: OTEL_COLLECTOR_SVC
value: otel-collector:4317
image: quay.io/kubescape/operator:v0.1.65
image: quay.io/kubescape/operator:v0.1.67
imagePullPolicy: IfNotPresent
livenessProbe:
httpGet:
Expand Down Expand Up @@ -2246,7 +2246,7 @@ matches the snapshot:
app: otel-collector
app.kubernetes.io/instance: RELEASE-NAME
app.kubernetes.io/name: otel-collector
helm.sh/chart: kubescape-operator-1.16.3
helm.sh/chart: kubescape-operator-1.16.4
tier: ks-control-plane
name: otel-collector
namespace: kubescape
Expand Down Expand Up @@ -2325,7 +2325,7 @@ matches the snapshot:
metadata:
labels:
app: otel-collector
helm.sh/chart: kubescape-operator-1.16.3
helm.sh/chart: kubescape-operator-1.16.4
tier: ks-control-plane
name: otel-collector
namespace: kubescape
Expand Down Expand Up @@ -2401,7 +2401,7 @@ matches the snapshot:
app.kubernetes.io/instance: RELEASE-NAME
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/name: service-discovery
helm.sh/chart: kubescape-operator-1.16.3
helm.sh/chart: kubescape-operator-1.16.4
otel: enabled
tier: ks-control-plane
name: RELEASE-NAME
Expand Down
4 changes: 2 additions & 2 deletions charts/kubescape-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ operator:
image:
# -- source code: https://github.com/kubescape/operator
repository: quay.io/kubescape/operator
tag: v0.1.65
tag: v0.1.67
pullPolicy: IfNotPresent

service:
Expand Down Expand Up @@ -588,7 +588,7 @@ nodeAgent:
name: node-agent
image:
repository: quay.io/kubescape/node-agent
tag: v0.1.114
tag: v0.1.121
pullPolicy: IfNotPresent

config:
Expand Down

0 comments on commit 3fde84c

Please sign in to comment.