Skip to content

Commit

Permalink
release: prepare v0.15.11 (aquasecurity#1294)
Browse files Browse the repository at this point in the history
Signed-off-by: chenk <hen.keinan@gmail.com>

Signed-off-by: chenk <hen.keinan@gmail.com>
  • Loading branch information
chen-keinan authored Oct 19, 2022
1 parent ffa32c1 commit b71b758
Show file tree
Hide file tree
Showing 18 changed files with 313 additions and 241 deletions.
2 changes: 1 addition & 1 deletion build/starboard-operator/Dockerfile.ubi8
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM registry.access.redhat.com/ubi8/ubi-minimal

LABEL name="Starboard" \
vendor="Aqua Security Software Ltd." \
version="v0.15.10" \
version="v0.15.11" \
summary="Starboard Operator."

RUN microdnf install shadow-utils
Expand Down
2 changes: 1 addition & 1 deletion deploy/crd/ciskubebenchreports.crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
name: ciskubebenchreports.aquasecurity.github.io
labels:
app.kubernetes.io/managed-by: starboard
app.kubernetes.io/version: "0.15.10"
app.kubernetes.io/version: "0.15.11"
spec:
group: aquasecurity.github.io
versions:
Expand Down
4 changes: 2 additions & 2 deletions deploy/crd/clustercompliancedetailreports.crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
name: clustercompliancedetailreports.aquasecurity.github.io
labels:
app.kubernetes.io/managed-by: starboard
app.kubernetes.io/version: "0.15.10"
app.kubernetes.io/version: "0.15.11"
spec:
group: aquasecurity.github.io
versions:
Expand Down Expand Up @@ -37,6 +37,6 @@ spec:
plural: clustercompliancedetailreports
kind: ClusterComplianceDetailReport
listKind: ClusterComplianceDetailReportList
categories: [ ]
categories: []
shortNames:
- compliancedetail
22 changes: 11 additions & 11 deletions deploy/crd/clustercompliancereports.crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
name: clustercompliancereports.aquasecurity.github.io
labels:
app.kubernetes.io/managed-by: starboard
app.kubernetes.io/version: "0.15.10"
app.kubernetes.io/version: "0.15.11"
spec:
group: aquasecurity.github.io
scope: Cluster
Expand Down Expand Up @@ -61,7 +61,7 @@ spec:
cron:
type: string
pattern: '^(((([\*]{1}){1})|((\*\/){0,1}(([0-9]{1}){1}|(([1-5]{1}){1}([0-9]{1}){1}){1}))) ((([\*]{1}){1})|((\*\/){0,1}(([0-9]{1}){1}|(([1]{1}){1}([0-9]{1}){1}){1}|([2]{1}){1}([0-3]{1}){1}))) ((([\*]{1}){1})|((\*\/){0,1}(([1-9]{1}){1}|(([1-2]{1}){1}([0-9]{1}){1}){1}|([3]{1}){1}([0-1]{1}){1}))) ((([\*]{1}){1})|((\*\/){0,1}(([1-9]{1}){1}|(([1-2]{1}){1}([0-9]{1}){1}){1}|([3]{1}){1}([0-1]{1}){1}))|(jan|feb|mar|apr|may|jun|jul|aug|sep|okt|nov|dec)) ((([\*]{1}){1})|((\*\/){0,1}(([0-7]{1}){1}))|(sun|mon|tue|wed|thu|fri|sat)))$'
description: 'cron define the intervals for report generation'
description: "cron define the intervals for report generation"
controls:
type: array
items:
Expand All @@ -79,12 +79,12 @@ spec:
type: string
id:
type: string
description: 'id define the control check id'
description: "id define the control check id"
kinds:
type: array
items:
type: string
description: 'kinds define the list of kinds control check apply on , example: Node,Workload '
description: "kinds define the list of kinds control check apply on , example: Node,Workload "
mapping:
type: object
required:
Expand All @@ -93,8 +93,8 @@ spec:
properties:
scanner:
type: string
pattern: '^config-audit$|^kube-bench$'
description: 'scanner define the name of the scanner which produce data, currently only config-audit and kube-bench are supported'
pattern: "^config-audit$|^kube-bench$"
description: "scanner define the name of the scanner which produce data, currently only config-audit and kube-bench are supported"
checks:
type: array
items:
Expand All @@ -104,10 +104,10 @@ spec:
properties:
id:
type: string
description: 'id define the check id as produced by scanner'
description: "id define the check id as produced by scanner"
severity:
type: string
description: 'define the severity of the control'
description: "define the severity of the control"
enum:
- CRITICAL
- HIGH
Expand All @@ -116,7 +116,7 @@ spec:
- UNKNOWN
defaultStatus:
type: string
description: 'define the default value for check status in case resource not found'
description: "define the default value for check status in case resource not found"
enum:
- PASS
- WARN
Expand All @@ -126,12 +126,12 @@ spec:
type: object
subresources:
# status enables the status subresource.
status: { }
status: {}
names:
singular: clustercompliancereport
plural: clustercompliancereports
kind: ClusterComplianceReport
listKind: ClusterComplianceReportList
categories: [ ]
categories: []
shortNames:
- compliance
2 changes: 1 addition & 1 deletion deploy/crd/clusterconfigauditreports.crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
name: clusterconfigauditreports.aquasecurity.github.io
labels:
app.kubernetes.io/managed-by: starboard
app.kubernetes.io/version: "0.15.10"
app.kubernetes.io/version: "0.15.11"
spec:
group: aquasecurity.github.io
versions:
Expand Down
2 changes: 1 addition & 1 deletion deploy/crd/clustervulnerabilityreports.crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
name: clustervulnerabilityreports.aquasecurity.github.io
labels:
app.kubernetes.io/managed-by: starboard
app.kubernetes.io/version: "0.15.10"
app.kubernetes.io/version: "0.15.11"
spec:
group: aquasecurity.github.io
versions:
Expand Down
2 changes: 1 addition & 1 deletion deploy/crd/configauditreports.crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
name: configauditreports.aquasecurity.github.io
labels:
app.kubernetes.io/managed-by: starboard
app.kubernetes.io/version: "0.15.10"
app.kubernetes.io/version: "0.15.11"
spec:
group: aquasecurity.github.io
versions:
Expand Down
2 changes: 1 addition & 1 deletion deploy/crd/kubehunterreports.crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
name: kubehunterreports.aquasecurity.github.io
labels:
app.kubernetes.io/managed-by: starboard
app.kubernetes.io/version: "0.15.10"
app.kubernetes.io/version: "0.15.11"
spec:
group: aquasecurity.github.io
versions:
Expand Down
2 changes: 1 addition & 1 deletion deploy/crd/vulnerabilityreports.crd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
name: vulnerabilityreports.aquasecurity.github.io
labels:
app.kubernetes.io/managed-by: starboard
app.kubernetes.io/version: "0.15.10"
app.kubernetes.io/version: "0.15.11"
spec:
group: aquasecurity.github.io
versions:
Expand Down
4 changes: 2 additions & 2 deletions deploy/helm/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.10.10
version: 0.10.11

# 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.
appVersion: 0.15.10
appVersion: 0.15.11

# kubeVersion: A SemVer range of compatible Kubernetes versions (optional)

Expand Down
Loading

0 comments on commit b71b758

Please sign in to comment.