Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package starboard for openSUSE:Factory checked in at 2026-02-03 21:29:47 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/starboard (Old) and /work/SRC/openSUSE:Factory/.starboard.new.1995 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "starboard" Tue Feb 3 21:29:47 2026 rev:25 rq:1330420 version:0.15.32 Changes: -------- --- /work/SRC/openSUSE:Factory/starboard/starboard.changes 2026-01-21 14:15:45.406879313 +0100 +++ /work/SRC/openSUSE:Factory/.starboard.new.1995/starboard.changes 2026-02-03 21:31:03.607543087 +0100 @@ -1,0 +2,12 @@ +Mon Feb 2 13:48:15 UTC 2026 - Johannes Kastl <[email protected]> + +- update to 0.15.32: + Only changes related to upstream container images and helm charts + +------------------------------------------------------------------- +Mon Feb 2 11:51:36 UTC 2026 - Johannes Kastl <[email protected]> + +- update to 0.15.31: + no changes apparently + +------------------------------------------------------------------- Old: ---- starboard-0.15.30.obscpio New: ---- starboard-0.15.32.obscpio ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ starboard.spec ++++++ --- /var/tmp/diff_new_pack.YUPYzz/_old 2026-02-03 21:31:06.151650727 +0100 +++ /var/tmp/diff_new_pack.YUPYzz/_new 2026-02-03 21:31:06.167651404 +0100 @@ -17,7 +17,7 @@ Name: starboard -Version: 0.15.30 +Version: 0.15.32 Release: 0 Summary: Kubernetes-native security toolkit License: Apache-2.0 ++++++ _service ++++++ --- /var/tmp/diff_new_pack.YUPYzz/_old 2026-02-03 21:31:06.499665451 +0100 +++ /var/tmp/diff_new_pack.YUPYzz/_new 2026-02-03 21:31:06.527666636 +0100 @@ -3,7 +3,7 @@ <param name="url">https://github.com/aquasecurity/starboard</param> <param name="scm">git</param> <param name="exclude">.git</param> - <param name="revision">v0.15.30</param> + <param name="revision">v0.15.32</param> <param name="versionformat">@PARENT_TAG@</param> <param name="versionrewrite-pattern">v(.*)</param> <param name="changesgenerate">disable</param> ++++++ starboard-0.15.30.obscpio -> starboard-0.15.32.obscpio ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/starboard-0.15.30/build/starboard-operator/Dockerfile.fips.ubi8 new/starboard-0.15.32/build/starboard-operator/Dockerfile.fips.ubi8 --- old/starboard-0.15.30/build/starboard-operator/Dockerfile.fips.ubi8 2026-01-20 12:38:49.000000000 +0100 +++ new/starboard-0.15.32/build/starboard-operator/Dockerfile.fips.ubi8 2026-02-02 14:11:31.000000000 +0100 @@ -2,7 +2,7 @@ LABEL name="Starboard" \ vendor="Aqua Security Software Ltd." \ - version="v0.15.30" \ + version="v0.15.32" \ summary="Starboard Operator." RUN microdnf install -y shadow-utils diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/starboard-0.15.30/build/starboard-operator/Dockerfile.fips.ubi9 new/starboard-0.15.32/build/starboard-operator/Dockerfile.fips.ubi9 --- old/starboard-0.15.30/build/starboard-operator/Dockerfile.fips.ubi9 2026-01-20 12:38:49.000000000 +0100 +++ new/starboard-0.15.32/build/starboard-operator/Dockerfile.fips.ubi9 2026-02-02 14:11:31.000000000 +0100 @@ -2,10 +2,13 @@ LABEL name="Starboard" \ vendor="Aqua Security Software Ltd." \ - version="v0.15.30" \ + version="v0.15.32" \ summary="Starboard Operator." -RUN microdnf install -y shadow-utils +RUN microdnf upgrade -y --nodocs \ + && microdnf install -y shadow-utils \ + && microdnf clean all + RUN useradd -u 10000 starboard WORKDIR /opt/bin/ COPY starboard-operator-fips /usr/local/bin/starboard-operator diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/starboard-0.15.30/build/starboard-operator/Dockerfile.ubi8 new/starboard-0.15.32/build/starboard-operator/Dockerfile.ubi8 --- old/starboard-0.15.30/build/starboard-operator/Dockerfile.ubi8 2026-01-20 12:38:49.000000000 +0100 +++ new/starboard-0.15.32/build/starboard-operator/Dockerfile.ubi8 2026-02-02 14:11:31.000000000 +0100 @@ -2,7 +2,7 @@ LABEL name="Starboard" \ vendor="Aqua Security Software Ltd." \ - version="v0.15.30" \ + version="v0.15.32" \ summary="Starboard Operator." RUN microdnf install -y shadow-utils diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/starboard-0.15.30/build/starboard-operator/Dockerfile.ubi9 new/starboard-0.15.32/build/starboard-operator/Dockerfile.ubi9 --- old/starboard-0.15.30/build/starboard-operator/Dockerfile.ubi9 2026-01-20 12:38:49.000000000 +0100 +++ new/starboard-0.15.32/build/starboard-operator/Dockerfile.ubi9 2026-02-02 14:11:31.000000000 +0100 @@ -2,14 +2,16 @@ LABEL name="Starboard" \ vendor="Aqua Security Software Ltd." \ - version="v0.15.30" \ + version="v0.15.32" \ summary="Starboard Operator." \ org.label-schema.schema-version="1.0" \ maintainer="Aqua Security Software Ltd." \ - release=v0.15.30 \ + release=v0.15.32 \ description="Starboard Operator." -RUN microdnf install -y shadow-utils +RUN microdnf upgrade -y --nodocs \ + && microdnf install -y shadow-utils \ + && microdnf clean all RUN useradd -u 10000 starboard WORKDIR /opt/bin/ COPY starboard-operator /usr/local/bin/starboard-operator diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/starboard-0.15.30/deploy/crd/ciskubebenchreports.crd.yaml new/starboard-0.15.32/deploy/crd/ciskubebenchreports.crd.yaml --- old/starboard-0.15.30/deploy/crd/ciskubebenchreports.crd.yaml 2026-01-20 12:38:49.000000000 +0100 +++ new/starboard-0.15.32/deploy/crd/ciskubebenchreports.crd.yaml 2026-02-02 14:11:31.000000000 +0100 @@ -5,7 +5,7 @@ name: ciskubebenchreports.aquasecurity.github.io labels: app.kubernetes.io/managed-by: starboard - app.kubernetes.io/version: "0.15.30" + app.kubernetes.io/version: "0.15.32" spec: group: aquasecurity.github.io versions: diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/starboard-0.15.30/deploy/crd/clustercompliancedetailreports.crd.yaml new/starboard-0.15.32/deploy/crd/clustercompliancedetailreports.crd.yaml --- old/starboard-0.15.30/deploy/crd/clustercompliancedetailreports.crd.yaml 2026-01-20 12:38:49.000000000 +0100 +++ new/starboard-0.15.32/deploy/crd/clustercompliancedetailreports.crd.yaml 2026-02-02 14:11:31.000000000 +0100 @@ -5,7 +5,7 @@ name: clustercompliancedetailreports.aquasecurity.github.io labels: app.kubernetes.io/managed-by: starboard - app.kubernetes.io/version: "0.15.30" + app.kubernetes.io/version: "0.15.32" spec: group: aquasecurity.github.io versions: diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/starboard-0.15.30/deploy/crd/clustercompliancereports.crd.yaml new/starboard-0.15.32/deploy/crd/clustercompliancereports.crd.yaml --- old/starboard-0.15.30/deploy/crd/clustercompliancereports.crd.yaml 2026-01-20 12:38:49.000000000 +0100 +++ new/starboard-0.15.32/deploy/crd/clustercompliancereports.crd.yaml 2026-02-02 14:11:31.000000000 +0100 @@ -5,7 +5,7 @@ name: clustercompliancereports.aquasecurity.github.io labels: app.kubernetes.io/managed-by: starboard - app.kubernetes.io/version: "0.15.30" + app.kubernetes.io/version: "0.15.32" spec: group: aquasecurity.github.io scope: Cluster diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/starboard-0.15.30/deploy/crd/clusterconfigauditreports.crd.yaml new/starboard-0.15.32/deploy/crd/clusterconfigauditreports.crd.yaml --- old/starboard-0.15.30/deploy/crd/clusterconfigauditreports.crd.yaml 2026-01-20 12:38:49.000000000 +0100 +++ new/starboard-0.15.32/deploy/crd/clusterconfigauditreports.crd.yaml 2026-02-02 14:11:31.000000000 +0100 @@ -5,7 +5,7 @@ name: clusterconfigauditreports.aquasecurity.github.io labels: app.kubernetes.io/managed-by: starboard - app.kubernetes.io/version: "0.15.30" + app.kubernetes.io/version: "0.15.32" spec: group: aquasecurity.github.io versions: diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/starboard-0.15.30/deploy/crd/clustervulnerabilityreports.crd.yaml new/starboard-0.15.32/deploy/crd/clustervulnerabilityreports.crd.yaml --- old/starboard-0.15.30/deploy/crd/clustervulnerabilityreports.crd.yaml 2026-01-20 12:38:49.000000000 +0100 +++ new/starboard-0.15.32/deploy/crd/clustervulnerabilityreports.crd.yaml 2026-02-02 14:11:31.000000000 +0100 @@ -5,7 +5,7 @@ name: clustervulnerabilityreports.aquasecurity.github.io labels: app.kubernetes.io/managed-by: starboard - app.kubernetes.io/version: "0.15.30" + app.kubernetes.io/version: "0.15.32" spec: group: aquasecurity.github.io versions: diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/starboard-0.15.30/deploy/crd/configauditreports.crd.yaml new/starboard-0.15.32/deploy/crd/configauditreports.crd.yaml --- old/starboard-0.15.30/deploy/crd/configauditreports.crd.yaml 2026-01-20 12:38:49.000000000 +0100 +++ new/starboard-0.15.32/deploy/crd/configauditreports.crd.yaml 2026-02-02 14:11:31.000000000 +0100 @@ -5,7 +5,7 @@ name: configauditreports.aquasecurity.github.io labels: app.kubernetes.io/managed-by: starboard - app.kubernetes.io/version: "0.15.30" + app.kubernetes.io/version: "0.15.32" spec: group: aquasecurity.github.io versions: diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/starboard-0.15.30/deploy/crd/kubehunterreports.crd.yaml new/starboard-0.15.32/deploy/crd/kubehunterreports.crd.yaml --- old/starboard-0.15.30/deploy/crd/kubehunterreports.crd.yaml 2026-01-20 12:38:49.000000000 +0100 +++ new/starboard-0.15.32/deploy/crd/kubehunterreports.crd.yaml 2026-02-02 14:11:31.000000000 +0100 @@ -5,7 +5,7 @@ name: kubehunterreports.aquasecurity.github.io labels: app.kubernetes.io/managed-by: starboard - app.kubernetes.io/version: "0.15.30" + app.kubernetes.io/version: "0.15.32" spec: group: aquasecurity.github.io versions: diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/starboard-0.15.30/deploy/crd/vulnerabilityreports.crd.yaml new/starboard-0.15.32/deploy/crd/vulnerabilityreports.crd.yaml --- old/starboard-0.15.30/deploy/crd/vulnerabilityreports.crd.yaml 2026-01-20 12:38:49.000000000 +0100 +++ new/starboard-0.15.32/deploy/crd/vulnerabilityreports.crd.yaml 2026-02-02 14:11:31.000000000 +0100 @@ -5,7 +5,7 @@ name: vulnerabilityreports.aquasecurity.github.io labels: app.kubernetes.io/managed-by: starboard - app.kubernetes.io/version: "0.15.30" + app.kubernetes.io/version: "0.15.32" spec: group: aquasecurity.github.io versions: diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/starboard-0.15.30/deploy/helm/Chart.yaml new/starboard-0.15.32/deploy/helm/Chart.yaml --- old/starboard-0.15.30/deploy/helm/Chart.yaml 2026-01-20 12:38:49.000000000 +0100 +++ new/starboard-0.15.32/deploy/helm/Chart.yaml 2026-02-02 14:11:31.000000000 +0100 @@ -6,12 +6,12 @@ # 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.21 +version: 0.10.23 # 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.30 +appVersion: 0.15.32 # kubeVersion: A SemVer range of compatible Kubernetes versions (optional) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/starboard-0.15.30/deploy/specs/nsa-1.0.yaml new/starboard-0.15.32/deploy/specs/nsa-1.0.yaml --- old/starboard-0.15.30/deploy/specs/nsa-1.0.yaml 2026-01-20 12:38:49.000000000 +0100 +++ new/starboard-0.15.32/deploy/specs/nsa-1.0.yaml 2026-02-02 14:11:31.000000000 +0100 @@ -6,7 +6,7 @@ labels: app.kubernetes.io/name: starboard-operator app.kubernetes.io/instance: starboard-operator - app.kubernetes.io/version: "0.15.30" + app.kubernetes.io/version: "0.15.32" app.kubernetes.io/managed-by: kubectl spec: name: nsa diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/starboard-0.15.30/deploy/static/01-starboard-operator.ns.yaml new/starboard-0.15.32/deploy/static/01-starboard-operator.ns.yaml --- old/starboard-0.15.30/deploy/static/01-starboard-operator.ns.yaml 2026-01-20 12:38:49.000000000 +0100 +++ new/starboard-0.15.32/deploy/static/01-starboard-operator.ns.yaml 2026-02-02 14:11:31.000000000 +0100 @@ -6,5 +6,5 @@ labels: app.kubernetes.io/name: starboard-operator app.kubernetes.io/instance: starboard-operator - app.kubernetes.io/version: "0.15.30" + app.kubernetes.io/version: "0.15.32" app.kubernetes.io/managed-by: kubectl diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/starboard-0.15.30/deploy/static/02-starboard-operator.rbac.yaml new/starboard-0.15.32/deploy/static/02-starboard-operator.rbac.yaml --- old/starboard-0.15.30/deploy/static/02-starboard-operator.rbac.yaml 2026-01-20 12:38:49.000000000 +0100 +++ new/starboard-0.15.32/deploy/static/02-starboard-operator.rbac.yaml 2026-02-02 14:11:31.000000000 +0100 @@ -7,7 +7,7 @@ labels: app.kubernetes.io/name: starboard-operator app.kubernetes.io/instance: starboard-operator - app.kubernetes.io/version: "0.15.30" + app.kubernetes.io/version: "0.15.32" app.kubernetes.io/managed-by: kubectl --- apiVersion: rbac.authorization.k8s.io/v1 @@ -17,7 +17,7 @@ labels: app.kubernetes.io/name: starboard-operator app.kubernetes.io/instance: starboard-operator - app.kubernetes.io/version: "0.15.30" + app.kubernetes.io/version: "0.15.32" app.kubernetes.io/managed-by: kubectl rules: - apiGroups: @@ -175,7 +175,7 @@ labels: app.kubernetes.io/name: starboard-operator app.kubernetes.io/instance: starboard-operator - app.kubernetes.io/version: "0.15.30" + app.kubernetes.io/version: "0.15.32" app.kubernetes.io/managed-by: kubectl roleRef: apiGroup: rbac.authorization.k8s.io diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/starboard-0.15.30/deploy/static/03-starboard-operator.config.yaml new/starboard-0.15.32/deploy/static/03-starboard-operator.config.yaml --- old/starboard-0.15.30/deploy/static/03-starboard-operator.config.yaml 2026-01-20 12:38:49.000000000 +0100 +++ new/starboard-0.15.32/deploy/static/03-starboard-operator.config.yaml 2026-02-02 14:11:31.000000000 +0100 @@ -7,7 +7,7 @@ labels: app.kubernetes.io/name: starboard-operator app.kubernetes.io/instance: starboard-operator - app.kubernetes.io/version: "0.15.30" + app.kubernetes.io/version: "0.15.32" app.kubernetes.io/managed-by: kubectl --- apiVersion: v1 @@ -18,7 +18,7 @@ labels: app.kubernetes.io/name: starboard-operator app.kubernetes.io/instance: starboard-operator - app.kubernetes.io/version: "0.15.30" + app.kubernetes.io/version: "0.15.32" app.kubernetes.io/managed-by: kubectl --- apiVersion: v1 @@ -29,7 +29,7 @@ labels: app.kubernetes.io/name: starboard-operator app.kubernetes.io/instance: starboard-operator - app.kubernetes.io/version: "0.15.30" + app.kubernetes.io/version: "0.15.32" app.kubernetes.io/managed-by: kubectl data: vulnerabilityReports.scanner: "Trivy" @@ -45,7 +45,7 @@ labels: app.kubernetes.io/name: starboard-operator app.kubernetes.io/instance: starboard-operator - app.kubernetes.io/version: "0.15.30" + app.kubernetes.io/version: "0.15.32" app.kubernetes.io/managed-by: kubectl data: trivy.imageRef: "docker.io/aquasec/trivy:0.25.2" @@ -66,7 +66,7 @@ labels: app.kubernetes.io/name: starboard-operator app.kubernetes.io/instance: starboard-operator - app.kubernetes.io/version: "0.15.30" + app.kubernetes.io/version: "0.15.32" app.kubernetes.io/managed-by: kubectl data: polaris.imageRef: "quay.io/fairwinds/polaris:4.2" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/starboard-0.15.30/deploy/static/04-starboard-operator.policies.yaml new/starboard-0.15.32/deploy/static/04-starboard-operator.policies.yaml --- old/starboard-0.15.30/deploy/static/04-starboard-operator.policies.yaml 2026-01-20 12:38:49.000000000 +0100 +++ new/starboard-0.15.32/deploy/static/04-starboard-operator.policies.yaml 2026-02-02 14:11:31.000000000 +0100 @@ -7,7 +7,7 @@ labels: app.kubernetes.io/name: starboard-operator app.kubernetes.io/instance: starboard-operator - app.kubernetes.io/version: "0.15.30" + app.kubernetes.io/version: "0.15.32" app.kubernetes.io/managed-by: kubectl data: library.kubernetes.rego: diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/starboard-0.15.30/deploy/static/05-starboard-operator.deployment.yaml new/starboard-0.15.32/deploy/static/05-starboard-operator.deployment.yaml --- old/starboard-0.15.30/deploy/static/05-starboard-operator.deployment.yaml 2026-01-20 12:38:49.000000000 +0100 +++ new/starboard-0.15.32/deploy/static/05-starboard-operator.deployment.yaml 2026-02-02 14:11:31.000000000 +0100 @@ -7,7 +7,7 @@ labels: app.kubernetes.io/name: starboard-operator app.kubernetes.io/instance: starboard-operator - app.kubernetes.io/version: "0.15.30" + app.kubernetes.io/version: "0.15.32" app.kubernetes.io/managed-by: kubectl annotations: prometheus.io/path: /metrics @@ -30,7 +30,7 @@ labels: app.kubernetes.io/name: starboard-operator app.kubernetes.io/instance: starboard-operator - app.kubernetes.io/version: "0.15.30" + app.kubernetes.io/version: "0.15.32" app.kubernetes.io/managed-by: kubectl spec: replicas: 1 @@ -50,7 +50,7 @@ automountServiceAccountToken: true containers: - name: "starboard-operator" - image: "docker.io/aquasec/starboard-operator:0.15.30" + image: "docker.io/aquasec/starboard-operator:0.15.32" imagePullPolicy: IfNotPresent env: - name: OPERATOR_NAMESPACE diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/starboard-0.15.30/deploy/static/starboard.yaml new/starboard-0.15.32/deploy/static/starboard.yaml --- old/starboard-0.15.30/deploy/static/starboard.yaml 2026-01-20 12:38:49.000000000 +0100 +++ new/starboard-0.15.32/deploy/static/starboard.yaml 2026-02-02 14:11:31.000000000 +0100 @@ -5,7 +5,7 @@ name: vulnerabilityreports.aquasecurity.github.io labels: app.kubernetes.io/managed-by: starboard - app.kubernetes.io/version: "0.15.30" + app.kubernetes.io/version: "0.15.32" spec: group: aquasecurity.github.io versions: @@ -248,7 +248,7 @@ name: configauditreports.aquasecurity.github.io labels: app.kubernetes.io/managed-by: starboard - app.kubernetes.io/version: "0.15.30" + app.kubernetes.io/version: "0.15.32" spec: group: aquasecurity.github.io versions: @@ -304,7 +304,7 @@ name: clusterconfigauditreports.aquasecurity.github.io labels: app.kubernetes.io/managed-by: starboard - app.kubernetes.io/version: "0.15.30" + app.kubernetes.io/version: "0.15.32" spec: group: aquasecurity.github.io versions: @@ -360,7 +360,7 @@ name: ciskubebenchreports.aquasecurity.github.io labels: app.kubernetes.io/managed-by: starboard - app.kubernetes.io/version: "0.15.30" + app.kubernetes.io/version: "0.15.32" spec: group: aquasecurity.github.io versions: @@ -410,7 +410,7 @@ name: clustercompliancereports.aquasecurity.github.io labels: app.kubernetes.io/managed-by: starboard - app.kubernetes.io/version: "0.15.30" + app.kubernetes.io/version: "0.15.32" spec: group: aquasecurity.github.io scope: Cluster @@ -547,7 +547,7 @@ name: clustercompliancedetailreports.aquasecurity.github.io labels: app.kubernetes.io/managed-by: starboard - app.kubernetes.io/version: "0.15.30" + app.kubernetes.io/version: "0.15.32" spec: group: aquasecurity.github.io versions: @@ -590,7 +590,7 @@ labels: app.kubernetes.io/name: starboard-operator app.kubernetes.io/instance: starboard-operator - app.kubernetes.io/version: "0.15.30" + app.kubernetes.io/version: "0.15.32" app.kubernetes.io/managed-by: kubectl --- apiVersion: v1 @@ -601,7 +601,7 @@ labels: app.kubernetes.io/name: starboard-operator app.kubernetes.io/instance: starboard-operator - app.kubernetes.io/version: "0.15.30" + app.kubernetes.io/version: "0.15.32" app.kubernetes.io/managed-by: kubectl --- apiVersion: rbac.authorization.k8s.io/v1 @@ -611,7 +611,7 @@ labels: app.kubernetes.io/name: starboard-operator app.kubernetes.io/instance: starboard-operator - app.kubernetes.io/version: "0.15.30" + app.kubernetes.io/version: "0.15.32" app.kubernetes.io/managed-by: kubectl rules: - apiGroups: @@ -769,7 +769,7 @@ labels: app.kubernetes.io/name: starboard-operator app.kubernetes.io/instance: starboard-operator - app.kubernetes.io/version: "0.15.30" + app.kubernetes.io/version: "0.15.32" app.kubernetes.io/managed-by: kubectl roleRef: apiGroup: rbac.authorization.k8s.io @@ -788,7 +788,7 @@ labels: app.kubernetes.io/name: starboard-operator app.kubernetes.io/instance: starboard-operator - app.kubernetes.io/version: "0.15.30" + app.kubernetes.io/version: "0.15.32" app.kubernetes.io/managed-by: kubectl --- apiVersion: v1 @@ -799,7 +799,7 @@ labels: app.kubernetes.io/name: starboard-operator app.kubernetes.io/instance: starboard-operator - app.kubernetes.io/version: "0.15.30" + app.kubernetes.io/version: "0.15.32" app.kubernetes.io/managed-by: kubectl --- apiVersion: v1 @@ -810,7 +810,7 @@ labels: app.kubernetes.io/name: starboard-operator app.kubernetes.io/instance: starboard-operator - app.kubernetes.io/version: "0.15.30" + app.kubernetes.io/version: "0.15.32" app.kubernetes.io/managed-by: kubectl data: vulnerabilityReports.scanner: "Trivy" @@ -826,7 +826,7 @@ labels: app.kubernetes.io/name: starboard-operator app.kubernetes.io/instance: starboard-operator - app.kubernetes.io/version: "0.15.30" + app.kubernetes.io/version: "0.15.32" app.kubernetes.io/managed-by: kubectl data: trivy.imageRef: "docker.io/aquasec/trivy:0.25.2" @@ -847,7 +847,7 @@ labels: app.kubernetes.io/name: starboard-operator app.kubernetes.io/instance: starboard-operator - app.kubernetes.io/version: "0.15.30" + app.kubernetes.io/version: "0.15.32" app.kubernetes.io/managed-by: kubectl data: polaris.imageRef: "quay.io/fairwinds/polaris:4.2" @@ -1048,7 +1048,7 @@ labels: app.kubernetes.io/name: starboard-operator app.kubernetes.io/instance: starboard-operator - app.kubernetes.io/version: "0.15.30" + app.kubernetes.io/version: "0.15.32" app.kubernetes.io/managed-by: kubectl data: library.kubernetes.rego: @@ -1955,7 +1955,7 @@ labels: app.kubernetes.io/name: starboard-operator app.kubernetes.io/instance: starboard-operator - app.kubernetes.io/version: "0.15.30" + app.kubernetes.io/version: "0.15.32" app.kubernetes.io/managed-by: kubectl annotations: prometheus.io/path: /metrics @@ -1978,7 +1978,7 @@ labels: app.kubernetes.io/name: starboard-operator app.kubernetes.io/instance: starboard-operator - app.kubernetes.io/version: "0.15.30" + app.kubernetes.io/version: "0.15.32" app.kubernetes.io/managed-by: kubectl spec: replicas: 1 @@ -1998,7 +1998,7 @@ automountServiceAccountToken: true containers: - name: "starboard-operator" - image: "docker.io/aquasec/starboard-operator:0.15.30" + image: "docker.io/aquasec/starboard-operator:0.15.32" imagePullPolicy: IfNotPresent env: - name: OPERATOR_NAMESPACE diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/starboard-0.15.30/go.mod new/starboard-0.15.32/go.mod --- old/starboard-0.15.30/go.mod 2026-01-20 12:38:49.000000000 +0100 +++ new/starboard-0.15.32/go.mod 2026-02-02 14:11:31.000000000 +0100 @@ -1,6 +1,6 @@ module github.com/aquasecurity/starboard -go 1.24.11 +go 1.24.12 require ( github.com/caarlos0/env/v6 v6.10.0 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/starboard-0.15.30/mkdocs.yml new/starboard-0.15.32/mkdocs.yml --- old/starboard-0.15.30/mkdocs.yml 2026-01-20 12:38:49.000000000 +0100 +++ new/starboard-0.15.32/mkdocs.yml 2026-02-02 14:11:31.000000000 +0100 @@ -99,8 +99,8 @@ version: provider: mike var: - prev_git_tag: "v0.15.29" - chart_version: 0.10.22 + prev_git_tag: "v0.15.31" + chart_version: 0.10.23 # Requires pip install mkdocs-macros-plugin plugins: ++++++ starboard.obsinfo ++++++ --- /var/tmp/diff_new_pack.YUPYzz/_old 2026-02-03 21:31:09.387787646 +0100 +++ /var/tmp/diff_new_pack.YUPYzz/_new 2026-02-03 21:31:09.407788493 +0100 @@ -1,5 +1,5 @@ name: starboard -version: 0.15.30 -mtime: 1768909129 -commit: 3e2a3121988d3231d725a54ea0a3c3f6a3ddd32e +version: 0.15.32 +mtime: 1770037891 +commit: 4892ad6dd3e7bd6528a9e02178ea4e2594b07051 ++++++ vendor.tar.gz ++++++ /work/SRC/openSUSE:Factory/starboard/vendor.tar.gz /work/SRC/openSUSE:Factory/.starboard.new.1995/vendor.tar.gz differ: char 31, line 1
