From 15f3472dca10140e39e3fa6c4b51aeee569440ec Mon Sep 17 00:00:00 2001 From: mjshastha <61929310+mjshastha@users.noreply.github.com> Date: Mon, 30 Sep 2024 12:52:30 +0530 Subject: [PATCH] release: prepare v0.15.22 (#1400) --- build/starboard-operator/Dockerfile.fips.ubi8 | 2 +- build/starboard-operator/Dockerfile.fips.ubi9 | 2 +- build/starboard-operator/Dockerfile.ubi8 | 2 +- build/starboard-operator/Dockerfile.ubi9 | 2 +- deploy/crd/ciskubebenchreports.crd.yaml | 2 +- .../clustercompliancedetailreports.crd.yaml | 2 +- deploy/crd/clustercompliancereports.crd.yaml | 2 +- deploy/crd/clusterconfigauditreports.crd.yaml | 2 +- .../crd/clustervulnerabilityreports.crd.yaml | 2 +- deploy/crd/configauditreports.crd.yaml | 2 +- deploy/crd/kubehunterreports.crd.yaml | 2 +- deploy/crd/vulnerabilityreports.crd.yaml | 2 +- deploy/helm/Chart.yaml | 4 +- deploy/specs/nsa-1.0.yaml | 2 +- deploy/static/01-starboard-operator.ns.yaml | 2 +- deploy/static/02-starboard-operator.rbac.yaml | 6 +-- .../static/03-starboard-operator.config.yaml | 10 ++--- .../04-starboard-operator.policies.yaml | 2 +- .../05-starboard-operator.deployment.yaml | 6 +-- deploy/static/starboard.yaml | 38 +++++++++---------- mkdocs.yml | 4 +- 21 files changed, 49 insertions(+), 49 deletions(-) diff --git a/build/starboard-operator/Dockerfile.fips.ubi8 b/build/starboard-operator/Dockerfile.fips.ubi8 index eb1ffd44..453279fd 100644 --- a/build/starboard-operator/Dockerfile.fips.ubi8 +++ b/build/starboard-operator/Dockerfile.fips.ubi8 @@ -2,7 +2,7 @@ FROM registry.access.redhat.com/ubi8/ubi-minimal LABEL name="Starboard" \ vendor="Aqua Security Software Ltd." \ - version="v0.15.21" \ + version="v0.15.22" \ summary="Starboard Operator." RUN microdnf install -y shadow-utils diff --git a/build/starboard-operator/Dockerfile.fips.ubi9 b/build/starboard-operator/Dockerfile.fips.ubi9 index 2bfd2565..43535525 100644 --- a/build/starboard-operator/Dockerfile.fips.ubi9 +++ b/build/starboard-operator/Dockerfile.fips.ubi9 @@ -2,7 +2,7 @@ FROM registry.access.redhat.com/ubi9/ubi-minimal LABEL name="Starboard" \ vendor="Aqua Security Software Ltd." \ - version="v0.15.21" \ + version="v0.15.22" \ summary="Starboard Operator." RUN microdnf install -y shadow-utils diff --git a/build/starboard-operator/Dockerfile.ubi8 b/build/starboard-operator/Dockerfile.ubi8 index 8c792e4d..cc504644 100644 --- a/build/starboard-operator/Dockerfile.ubi8 +++ b/build/starboard-operator/Dockerfile.ubi8 @@ -2,7 +2,7 @@ FROM registry.access.redhat.com/ubi8/ubi-minimal LABEL name="Starboard" \ vendor="Aqua Security Software Ltd." \ - version="v0.15.21" \ + version="v0.15.22" \ summary="Starboard Operator." RUN microdnf install -y shadow-utils diff --git a/build/starboard-operator/Dockerfile.ubi9 b/build/starboard-operator/Dockerfile.ubi9 index 2360ee9a..509643ba 100644 --- a/build/starboard-operator/Dockerfile.ubi9 +++ b/build/starboard-operator/Dockerfile.ubi9 @@ -2,7 +2,7 @@ FROM registry.access.redhat.com/ubi9/ubi-minimal LABEL name="Starboard" \ vendor="Aqua Security Software Ltd." \ - version="v0.15.21" \ + version="v0.15.22" \ summary="Starboard Operator." RUN microdnf install -y shadow-utils diff --git a/deploy/crd/ciskubebenchreports.crd.yaml b/deploy/crd/ciskubebenchreports.crd.yaml index 99057863..3e908998 100644 --- a/deploy/crd/ciskubebenchreports.crd.yaml +++ b/deploy/crd/ciskubebenchreports.crd.yaml @@ -5,7 +5,7 @@ metadata: name: ciskubebenchreports.aquasecurity.github.io labels: app.kubernetes.io/managed-by: starboard - app.kubernetes.io/version: "0.15.21" + app.kubernetes.io/version: "0.15.22" spec: group: aquasecurity.github.io versions: diff --git a/deploy/crd/clustercompliancedetailreports.crd.yaml b/deploy/crd/clustercompliancedetailreports.crd.yaml index a5fd01ed..06a9a12d 100644 --- a/deploy/crd/clustercompliancedetailreports.crd.yaml +++ b/deploy/crd/clustercompliancedetailreports.crd.yaml @@ -5,7 +5,7 @@ metadata: name: clustercompliancedetailreports.aquasecurity.github.io labels: app.kubernetes.io/managed-by: starboard - app.kubernetes.io/version: "0.15.21" + app.kubernetes.io/version: "0.15.22" spec: group: aquasecurity.github.io versions: diff --git a/deploy/crd/clustercompliancereports.crd.yaml b/deploy/crd/clustercompliancereports.crd.yaml index 2f7e64bc..7e9aa67c 100644 --- a/deploy/crd/clustercompliancereports.crd.yaml +++ b/deploy/crd/clustercompliancereports.crd.yaml @@ -5,7 +5,7 @@ metadata: name: clustercompliancereports.aquasecurity.github.io labels: app.kubernetes.io/managed-by: starboard - app.kubernetes.io/version: "0.15.21" + app.kubernetes.io/version: "0.15.22" spec: group: aquasecurity.github.io scope: Cluster diff --git a/deploy/crd/clusterconfigauditreports.crd.yaml b/deploy/crd/clusterconfigauditreports.crd.yaml index 79a7e803..b734f97c 100644 --- a/deploy/crd/clusterconfigauditreports.crd.yaml +++ b/deploy/crd/clusterconfigauditreports.crd.yaml @@ -5,7 +5,7 @@ metadata: name: clusterconfigauditreports.aquasecurity.github.io labels: app.kubernetes.io/managed-by: starboard - app.kubernetes.io/version: "0.15.21" + app.kubernetes.io/version: "0.15.22" spec: group: aquasecurity.github.io versions: diff --git a/deploy/crd/clustervulnerabilityreports.crd.yaml b/deploy/crd/clustervulnerabilityreports.crd.yaml index 7a3dc9d6..f1641c08 100644 --- a/deploy/crd/clustervulnerabilityreports.crd.yaml +++ b/deploy/crd/clustervulnerabilityreports.crd.yaml @@ -5,7 +5,7 @@ metadata: name: clustervulnerabilityreports.aquasecurity.github.io labels: app.kubernetes.io/managed-by: starboard - app.kubernetes.io/version: "0.15.21" + app.kubernetes.io/version: "0.15.22" spec: group: aquasecurity.github.io versions: diff --git a/deploy/crd/configauditreports.crd.yaml b/deploy/crd/configauditreports.crd.yaml index 5f24c275..839c1cc6 100644 --- a/deploy/crd/configauditreports.crd.yaml +++ b/deploy/crd/configauditreports.crd.yaml @@ -5,7 +5,7 @@ metadata: name: configauditreports.aquasecurity.github.io labels: app.kubernetes.io/managed-by: starboard - app.kubernetes.io/version: "0.15.21" + app.kubernetes.io/version: "0.15.22" spec: group: aquasecurity.github.io versions: diff --git a/deploy/crd/kubehunterreports.crd.yaml b/deploy/crd/kubehunterreports.crd.yaml index d5f61da4..9b9ac3b4 100644 --- a/deploy/crd/kubehunterreports.crd.yaml +++ b/deploy/crd/kubehunterreports.crd.yaml @@ -5,7 +5,7 @@ metadata: name: kubehunterreports.aquasecurity.github.io labels: app.kubernetes.io/managed-by: starboard - app.kubernetes.io/version: "0.15.21" + app.kubernetes.io/version: "0.15.22" spec: group: aquasecurity.github.io versions: diff --git a/deploy/crd/vulnerabilityreports.crd.yaml b/deploy/crd/vulnerabilityreports.crd.yaml index 285f1a4c..ea4fe4be 100644 --- a/deploy/crd/vulnerabilityreports.crd.yaml +++ b/deploy/crd/vulnerabilityreports.crd.yaml @@ -5,7 +5,7 @@ metadata: name: vulnerabilityreports.aquasecurity.github.io labels: app.kubernetes.io/managed-by: starboard - app.kubernetes.io/version: "0.15.21" + app.kubernetes.io/version: "0.15.22" spec: group: aquasecurity.github.io versions: diff --git a/deploy/helm/Chart.yaml b/deploy/helm/Chart.yaml index 7bb51d4c..94b2bf51 100644 --- a/deploy/helm/Chart.yaml +++ b/deploy/helm/Chart.yaml @@ -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.20 +version: 0.10.21 # 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.21 +appVersion: 0.15.22 # kubeVersion: A SemVer range of compatible Kubernetes versions (optional) diff --git a/deploy/specs/nsa-1.0.yaml b/deploy/specs/nsa-1.0.yaml index ff2f1641..c599374e 100644 --- a/deploy/specs/nsa-1.0.yaml +++ b/deploy/specs/nsa-1.0.yaml @@ -6,7 +6,7 @@ metadata: labels: app.kubernetes.io/name: starboard-operator app.kubernetes.io/instance: starboard-operator - app.kubernetes.io/version: "0.15.21" + app.kubernetes.io/version: "0.15.22" app.kubernetes.io/managed-by: kubectl spec: name: nsa diff --git a/deploy/static/01-starboard-operator.ns.yaml b/deploy/static/01-starboard-operator.ns.yaml index 175b9457..7d8277b0 100644 --- a/deploy/static/01-starboard-operator.ns.yaml +++ b/deploy/static/01-starboard-operator.ns.yaml @@ -6,5 +6,5 @@ metadata: labels: app.kubernetes.io/name: starboard-operator app.kubernetes.io/instance: starboard-operator - app.kubernetes.io/version: "0.15.21" + app.kubernetes.io/version: "0.15.22" app.kubernetes.io/managed-by: kubectl diff --git a/deploy/static/02-starboard-operator.rbac.yaml b/deploy/static/02-starboard-operator.rbac.yaml index 0470cd87..b60077e4 100644 --- a/deploy/static/02-starboard-operator.rbac.yaml +++ b/deploy/static/02-starboard-operator.rbac.yaml @@ -7,7 +7,7 @@ metadata: labels: app.kubernetes.io/name: starboard-operator app.kubernetes.io/instance: starboard-operator - app.kubernetes.io/version: "0.15.21" + app.kubernetes.io/version: "0.15.22" app.kubernetes.io/managed-by: kubectl --- apiVersion: rbac.authorization.k8s.io/v1 @@ -17,7 +17,7 @@ metadata: labels: app.kubernetes.io/name: starboard-operator app.kubernetes.io/instance: starboard-operator - app.kubernetes.io/version: "0.15.21" + app.kubernetes.io/version: "0.15.22" app.kubernetes.io/managed-by: kubectl rules: - apiGroups: @@ -175,7 +175,7 @@ metadata: labels: app.kubernetes.io/name: starboard-operator app.kubernetes.io/instance: starboard-operator - app.kubernetes.io/version: "0.15.21" + app.kubernetes.io/version: "0.15.22" app.kubernetes.io/managed-by: kubectl roleRef: apiGroup: rbac.authorization.k8s.io diff --git a/deploy/static/03-starboard-operator.config.yaml b/deploy/static/03-starboard-operator.config.yaml index 07db7fa2..f272bba4 100644 --- a/deploy/static/03-starboard-operator.config.yaml +++ b/deploy/static/03-starboard-operator.config.yaml @@ -7,7 +7,7 @@ metadata: labels: app.kubernetes.io/name: starboard-operator app.kubernetes.io/instance: starboard-operator - app.kubernetes.io/version: "0.15.21" + app.kubernetes.io/version: "0.15.22" app.kubernetes.io/managed-by: kubectl --- apiVersion: v1 @@ -18,7 +18,7 @@ metadata: labels: app.kubernetes.io/name: starboard-operator app.kubernetes.io/instance: starboard-operator - app.kubernetes.io/version: "0.15.21" + app.kubernetes.io/version: "0.15.22" app.kubernetes.io/managed-by: kubectl --- apiVersion: v1 @@ -29,7 +29,7 @@ metadata: labels: app.kubernetes.io/name: starboard-operator app.kubernetes.io/instance: starboard-operator - app.kubernetes.io/version: "0.15.21" + app.kubernetes.io/version: "0.15.22" app.kubernetes.io/managed-by: kubectl data: vulnerabilityReports.scanner: "Trivy" @@ -45,7 +45,7 @@ metadata: labels: app.kubernetes.io/name: starboard-operator app.kubernetes.io/instance: starboard-operator - app.kubernetes.io/version: "0.15.21" + app.kubernetes.io/version: "0.15.22" app.kubernetes.io/managed-by: kubectl data: trivy.imageRef: "docker.io/aquasec/trivy:0.25.2" @@ -66,7 +66,7 @@ metadata: labels: app.kubernetes.io/name: starboard-operator app.kubernetes.io/instance: starboard-operator - app.kubernetes.io/version: "0.15.21" + app.kubernetes.io/version: "0.15.22" app.kubernetes.io/managed-by: kubectl data: polaris.imageRef: "quay.io/fairwinds/polaris:4.2" diff --git a/deploy/static/04-starboard-operator.policies.yaml b/deploy/static/04-starboard-operator.policies.yaml index 0fd06635..b452e1e7 100644 --- a/deploy/static/04-starboard-operator.policies.yaml +++ b/deploy/static/04-starboard-operator.policies.yaml @@ -7,7 +7,7 @@ metadata: labels: app.kubernetes.io/name: starboard-operator app.kubernetes.io/instance: starboard-operator - app.kubernetes.io/version: "0.15.21" + app.kubernetes.io/version: "0.15.22" app.kubernetes.io/managed-by: kubectl data: library.kubernetes.rego: diff --git a/deploy/static/05-starboard-operator.deployment.yaml b/deploy/static/05-starboard-operator.deployment.yaml index ec119c1a..33b467c3 100644 --- a/deploy/static/05-starboard-operator.deployment.yaml +++ b/deploy/static/05-starboard-operator.deployment.yaml @@ -7,7 +7,7 @@ metadata: labels: app.kubernetes.io/name: starboard-operator app.kubernetes.io/instance: starboard-operator - app.kubernetes.io/version: "0.15.21" + app.kubernetes.io/version: "0.15.22" app.kubernetes.io/managed-by: kubectl annotations: prometheus.io/path: /metrics @@ -30,7 +30,7 @@ metadata: labels: app.kubernetes.io/name: starboard-operator app.kubernetes.io/instance: starboard-operator - app.kubernetes.io/version: "0.15.21" + app.kubernetes.io/version: "0.15.22" app.kubernetes.io/managed-by: kubectl spec: replicas: 1 @@ -50,7 +50,7 @@ spec: automountServiceAccountToken: true containers: - name: "starboard-operator" - image: "docker.io/aquasec/starboard-operator:0.15.21" + image: "docker.io/aquasec/starboard-operator:0.15.22" imagePullPolicy: IfNotPresent env: - name: OPERATOR_NAMESPACE diff --git a/deploy/static/starboard.yaml b/deploy/static/starboard.yaml index acdafaa0..02789bd5 100644 --- a/deploy/static/starboard.yaml +++ b/deploy/static/starboard.yaml @@ -5,7 +5,7 @@ metadata: name: vulnerabilityreports.aquasecurity.github.io labels: app.kubernetes.io/managed-by: starboard - app.kubernetes.io/version: "0.15.21" + app.kubernetes.io/version: "0.15.22" spec: group: aquasecurity.github.io versions: @@ -248,7 +248,7 @@ metadata: name: configauditreports.aquasecurity.github.io labels: app.kubernetes.io/managed-by: starboard - app.kubernetes.io/version: "0.15.21" + app.kubernetes.io/version: "0.15.22" spec: group: aquasecurity.github.io versions: @@ -304,7 +304,7 @@ metadata: name: clusterconfigauditreports.aquasecurity.github.io labels: app.kubernetes.io/managed-by: starboard - app.kubernetes.io/version: "0.15.21" + app.kubernetes.io/version: "0.15.22" spec: group: aquasecurity.github.io versions: @@ -360,7 +360,7 @@ metadata: name: ciskubebenchreports.aquasecurity.github.io labels: app.kubernetes.io/managed-by: starboard - app.kubernetes.io/version: "0.15.21" + app.kubernetes.io/version: "0.15.22" spec: group: aquasecurity.github.io versions: @@ -410,7 +410,7 @@ metadata: name: clustercompliancereports.aquasecurity.github.io labels: app.kubernetes.io/managed-by: starboard - app.kubernetes.io/version: "0.15.21" + app.kubernetes.io/version: "0.15.22" spec: group: aquasecurity.github.io scope: Cluster @@ -547,7 +547,7 @@ metadata: name: clustercompliancedetailreports.aquasecurity.github.io labels: app.kubernetes.io/managed-by: starboard - app.kubernetes.io/version: "0.15.21" + app.kubernetes.io/version: "0.15.22" spec: group: aquasecurity.github.io versions: @@ -590,7 +590,7 @@ metadata: labels: app.kubernetes.io/name: starboard-operator app.kubernetes.io/instance: starboard-operator - app.kubernetes.io/version: "0.15.21" + app.kubernetes.io/version: "0.15.22" app.kubernetes.io/managed-by: kubectl --- apiVersion: v1 @@ -601,7 +601,7 @@ metadata: labels: app.kubernetes.io/name: starboard-operator app.kubernetes.io/instance: starboard-operator - app.kubernetes.io/version: "0.15.21" + app.kubernetes.io/version: "0.15.22" app.kubernetes.io/managed-by: kubectl --- apiVersion: rbac.authorization.k8s.io/v1 @@ -611,7 +611,7 @@ metadata: labels: app.kubernetes.io/name: starboard-operator app.kubernetes.io/instance: starboard-operator - app.kubernetes.io/version: "0.15.21" + app.kubernetes.io/version: "0.15.22" app.kubernetes.io/managed-by: kubectl rules: - apiGroups: @@ -761,7 +761,7 @@ metadata: labels: app.kubernetes.io/name: starboard-operator app.kubernetes.io/instance: starboard-operator - app.kubernetes.io/version: "0.15.21" + app.kubernetes.io/version: "0.15.22" app.kubernetes.io/managed-by: kubectl roleRef: apiGroup: rbac.authorization.k8s.io @@ -780,7 +780,7 @@ metadata: labels: app.kubernetes.io/name: starboard-operator app.kubernetes.io/instance: starboard-operator - app.kubernetes.io/version: "0.15.21" + app.kubernetes.io/version: "0.15.22" app.kubernetes.io/managed-by: kubectl --- apiVersion: v1 @@ -791,7 +791,7 @@ metadata: labels: app.kubernetes.io/name: starboard-operator app.kubernetes.io/instance: starboard-operator - app.kubernetes.io/version: "0.15.21" + app.kubernetes.io/version: "0.15.22" app.kubernetes.io/managed-by: kubectl --- apiVersion: v1 @@ -802,7 +802,7 @@ metadata: labels: app.kubernetes.io/name: starboard-operator app.kubernetes.io/instance: starboard-operator - app.kubernetes.io/version: "0.15.21" + app.kubernetes.io/version: "0.15.22" app.kubernetes.io/managed-by: kubectl data: vulnerabilityReports.scanner: "Trivy" @@ -818,7 +818,7 @@ metadata: labels: app.kubernetes.io/name: starboard-operator app.kubernetes.io/instance: starboard-operator - app.kubernetes.io/version: "0.15.21" + app.kubernetes.io/version: "0.15.22" app.kubernetes.io/managed-by: kubectl data: trivy.imageRef: "docker.io/aquasec/trivy:0.25.2" @@ -839,7 +839,7 @@ metadata: labels: app.kubernetes.io/name: starboard-operator app.kubernetes.io/instance: starboard-operator - app.kubernetes.io/version: "0.15.21" + app.kubernetes.io/version: "0.15.22" app.kubernetes.io/managed-by: kubectl data: polaris.imageRef: "quay.io/fairwinds/polaris:4.2" @@ -1040,7 +1040,7 @@ metadata: labels: app.kubernetes.io/name: starboard-operator app.kubernetes.io/instance: starboard-operator - app.kubernetes.io/version: "0.15.21" + app.kubernetes.io/version: "0.15.22" app.kubernetes.io/managed-by: kubectl data: library.kubernetes.rego: @@ -1947,7 +1947,7 @@ metadata: labels: app.kubernetes.io/name: starboard-operator app.kubernetes.io/instance: starboard-operator - app.kubernetes.io/version: "0.15.21" + app.kubernetes.io/version: "0.15.22" app.kubernetes.io/managed-by: kubectl annotations: prometheus.io/path: /metrics @@ -1970,7 +1970,7 @@ metadata: labels: app.kubernetes.io/name: starboard-operator app.kubernetes.io/instance: starboard-operator - app.kubernetes.io/version: "0.15.21" + app.kubernetes.io/version: "0.15.22" app.kubernetes.io/managed-by: kubectl spec: replicas: 1 @@ -1990,7 +1990,7 @@ spec: automountServiceAccountToken: true containers: - name: "starboard-operator" - image: "docker.io/aquasec/starboard-operator:0.15.21" + image: "docker.io/aquasec/starboard-operator:0.15.22" imagePullPolicy: IfNotPresent env: - name: OPERATOR_NAMESPACE diff --git a/mkdocs.yml b/mkdocs.yml index 5ac13792..73776007 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -99,8 +99,8 @@ extra: version: provider: mike var: - prev_git_tag: "v0.15.20" - chart_version: 0.10.20 + prev_git_tag: "v0.15.21" + chart_version: 0.10.21 # Requires pip install mkdocs-macros-plugin plugins: