Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package starboard for openSUSE:Factory checked in at 2025-12-18 18:35:37 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/starboard (Old) and /work/SRC/openSUSE:Factory/.starboard.new.1928 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "starboard" Thu Dec 18 18:35:37 2025 rev:23 rq:1323499 version:0.15.29 Changes: -------- --- /work/SRC/openSUSE:Factory/starboard/starboard.changes 2025-11-13 18:17:36.666581805 +0100 +++ /work/SRC/openSUSE:Factory/.starboard.new.1928/starboard.changes 2025-12-18 18:36:52.579284757 +0100 @@ -1,0 +2,7 @@ +Thu Dec 18 09:41:46 UTC 2025 - Johannes Kastl <[email protected]> + +- update to 0.15.29: + * update go version to 1.24.11 to address several vulnerabilities + (#1430) + +------------------------------------------------------------------- Old: ---- starboard-0.15.28.obscpio New: ---- starboard-0.15.29.obscpio ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ starboard.spec ++++++ --- /var/tmp/diff_new_pack.f4H9Z4/_old 2025-12-18 18:37:00.391612962 +0100 +++ /var/tmp/diff_new_pack.f4H9Z4/_new 2025-12-18 18:37:00.415613971 +0100 @@ -17,14 +17,14 @@ Name: starboard -Version: 0.15.28 +Version: 0.15.29 Release: 0 Summary: Kubernetes-native security toolkit License: Apache-2.0 URL: https://github.com/aquasecurity/starboard Source: starboard-%{version}.tar.gz Source1: vendor.tar.gz -BuildRequires: go1.24 >= 1.24.8 +BuildRequires: go1.24 >= 1.24.11 %description Starboard integrates security tools into the Kubernetes environment, so that ++++++ _service ++++++ --- /var/tmp/diff_new_pack.f4H9Z4/_old 2025-12-18 18:37:00.723626911 +0100 +++ /var/tmp/diff_new_pack.f4H9Z4/_new 2025-12-18 18:37:00.755628256 +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.28</param> + <param name="revision">v0.15.29</param> <param name="versionformat">@PARENT_TAG@</param> <param name="versionrewrite-pattern">v(.*)</param> <param name="changesgenerate">enable</param> ++++++ starboard-0.15.28.obscpio -> starboard-0.15.29.obscpio ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/starboard-0.15.28/build/starboard-operator/Dockerfile.fips.ubi8 new/starboard-0.15.29/build/starboard-operator/Dockerfile.fips.ubi8 --- old/starboard-0.15.28/build/starboard-operator/Dockerfile.fips.ubi8 2025-11-13 10:40:47.000000000 +0100 +++ new/starboard-0.15.29/build/starboard-operator/Dockerfile.fips.ubi8 2025-12-18 04:10:27.000000000 +0100 @@ -2,7 +2,7 @@ LABEL name="Starboard" \ vendor="Aqua Security Software Ltd." \ - version="v0.15.28" \ + version="v0.15.29" \ summary="Starboard Operator." RUN microdnf install -y shadow-utils diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/starboard-0.15.28/build/starboard-operator/Dockerfile.fips.ubi9 new/starboard-0.15.29/build/starboard-operator/Dockerfile.fips.ubi9 --- old/starboard-0.15.28/build/starboard-operator/Dockerfile.fips.ubi9 2025-11-13 10:40:47.000000000 +0100 +++ new/starboard-0.15.29/build/starboard-operator/Dockerfile.fips.ubi9 2025-12-18 04:10:27.000000000 +0100 @@ -2,7 +2,7 @@ LABEL name="Starboard" \ vendor="Aqua Security Software Ltd." \ - version="v0.15.28" \ + version="v0.15.29" \ summary="Starboard Operator." RUN microdnf install -y shadow-utils diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/starboard-0.15.28/build/starboard-operator/Dockerfile.ubi8 new/starboard-0.15.29/build/starboard-operator/Dockerfile.ubi8 --- old/starboard-0.15.28/build/starboard-operator/Dockerfile.ubi8 2025-11-13 10:40:47.000000000 +0100 +++ new/starboard-0.15.29/build/starboard-operator/Dockerfile.ubi8 2025-12-18 04:10:27.000000000 +0100 @@ -2,7 +2,7 @@ LABEL name="Starboard" \ vendor="Aqua Security Software Ltd." \ - version="v0.15.28" \ + version="v0.15.29" \ summary="Starboard Operator." RUN microdnf install -y shadow-utils diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/starboard-0.15.28/build/starboard-operator/Dockerfile.ubi9 new/starboard-0.15.29/build/starboard-operator/Dockerfile.ubi9 --- old/starboard-0.15.28/build/starboard-operator/Dockerfile.ubi9 2025-11-13 10:40:47.000000000 +0100 +++ new/starboard-0.15.29/build/starboard-operator/Dockerfile.ubi9 2025-12-18 04:10:27.000000000 +0100 @@ -2,11 +2,11 @@ LABEL name="Starboard" \ vendor="Aqua Security Software Ltd." \ - version="v0.15.28" \ + version="v0.15.29" \ summary="Starboard Operator." \ org.label-schema.schema-version="1.0" \ maintainer="Aqua Security Software Ltd." \ - release=v0.15.28 \ + release=v0.15.29 \ description="Starboard Operator." RUN microdnf install -y shadow-utils diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/starboard-0.15.28/deploy/crd/ciskubebenchreports.crd.yaml new/starboard-0.15.29/deploy/crd/ciskubebenchreports.crd.yaml --- old/starboard-0.15.28/deploy/crd/ciskubebenchreports.crd.yaml 2025-11-13 10:40:47.000000000 +0100 +++ new/starboard-0.15.29/deploy/crd/ciskubebenchreports.crd.yaml 2025-12-18 04:10:27.000000000 +0100 @@ -5,7 +5,7 @@ name: ciskubebenchreports.aquasecurity.github.io labels: app.kubernetes.io/managed-by: starboard - app.kubernetes.io/version: "0.15.28" + app.kubernetes.io/version: "0.15.29" spec: group: aquasecurity.github.io versions: diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/starboard-0.15.28/deploy/crd/clustercompliancedetailreports.crd.yaml new/starboard-0.15.29/deploy/crd/clustercompliancedetailreports.crd.yaml --- old/starboard-0.15.28/deploy/crd/clustercompliancedetailreports.crd.yaml 2025-11-13 10:40:47.000000000 +0100 +++ new/starboard-0.15.29/deploy/crd/clustercompliancedetailreports.crd.yaml 2025-12-18 04:10:27.000000000 +0100 @@ -5,7 +5,7 @@ name: clustercompliancedetailreports.aquasecurity.github.io labels: app.kubernetes.io/managed-by: starboard - app.kubernetes.io/version: "0.15.28" + app.kubernetes.io/version: "0.15.29" spec: group: aquasecurity.github.io versions: diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/starboard-0.15.28/deploy/crd/clustercompliancereports.crd.yaml new/starboard-0.15.29/deploy/crd/clustercompliancereports.crd.yaml --- old/starboard-0.15.28/deploy/crd/clustercompliancereports.crd.yaml 2025-11-13 10:40:47.000000000 +0100 +++ new/starboard-0.15.29/deploy/crd/clustercompliancereports.crd.yaml 2025-12-18 04:10:27.000000000 +0100 @@ -5,7 +5,7 @@ name: clustercompliancereports.aquasecurity.github.io labels: app.kubernetes.io/managed-by: starboard - app.kubernetes.io/version: "0.15.28" + app.kubernetes.io/version: "0.15.29" spec: group: aquasecurity.github.io scope: Cluster diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/starboard-0.15.28/deploy/crd/clusterconfigauditreports.crd.yaml new/starboard-0.15.29/deploy/crd/clusterconfigauditreports.crd.yaml --- old/starboard-0.15.28/deploy/crd/clusterconfigauditreports.crd.yaml 2025-11-13 10:40:47.000000000 +0100 +++ new/starboard-0.15.29/deploy/crd/clusterconfigauditreports.crd.yaml 2025-12-18 04:10:27.000000000 +0100 @@ -5,7 +5,7 @@ name: clusterconfigauditreports.aquasecurity.github.io labels: app.kubernetes.io/managed-by: starboard - app.kubernetes.io/version: "0.15.28" + app.kubernetes.io/version: "0.15.29" spec: group: aquasecurity.github.io versions: diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/starboard-0.15.28/deploy/crd/clustervulnerabilityreports.crd.yaml new/starboard-0.15.29/deploy/crd/clustervulnerabilityreports.crd.yaml --- old/starboard-0.15.28/deploy/crd/clustervulnerabilityreports.crd.yaml 2025-11-13 10:40:47.000000000 +0100 +++ new/starboard-0.15.29/deploy/crd/clustervulnerabilityreports.crd.yaml 2025-12-18 04:10:27.000000000 +0100 @@ -5,7 +5,7 @@ name: clustervulnerabilityreports.aquasecurity.github.io labels: app.kubernetes.io/managed-by: starboard - app.kubernetes.io/version: "0.15.28" + app.kubernetes.io/version: "0.15.29" spec: group: aquasecurity.github.io versions: diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/starboard-0.15.28/deploy/crd/configauditreports.crd.yaml new/starboard-0.15.29/deploy/crd/configauditreports.crd.yaml --- old/starboard-0.15.28/deploy/crd/configauditreports.crd.yaml 2025-11-13 10:40:47.000000000 +0100 +++ new/starboard-0.15.29/deploy/crd/configauditreports.crd.yaml 2025-12-18 04:10:27.000000000 +0100 @@ -5,7 +5,7 @@ name: configauditreports.aquasecurity.github.io labels: app.kubernetes.io/managed-by: starboard - app.kubernetes.io/version: "0.15.28" + app.kubernetes.io/version: "0.15.29" spec: group: aquasecurity.github.io versions: diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/starboard-0.15.28/deploy/crd/kubehunterreports.crd.yaml new/starboard-0.15.29/deploy/crd/kubehunterreports.crd.yaml --- old/starboard-0.15.28/deploy/crd/kubehunterreports.crd.yaml 2025-11-13 10:40:47.000000000 +0100 +++ new/starboard-0.15.29/deploy/crd/kubehunterreports.crd.yaml 2025-12-18 04:10:27.000000000 +0100 @@ -5,7 +5,7 @@ name: kubehunterreports.aquasecurity.github.io labels: app.kubernetes.io/managed-by: starboard - app.kubernetes.io/version: "0.15.28" + app.kubernetes.io/version: "0.15.29" spec: group: aquasecurity.github.io versions: diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/starboard-0.15.28/deploy/crd/vulnerabilityreports.crd.yaml new/starboard-0.15.29/deploy/crd/vulnerabilityreports.crd.yaml --- old/starboard-0.15.28/deploy/crd/vulnerabilityreports.crd.yaml 2025-11-13 10:40:47.000000000 +0100 +++ new/starboard-0.15.29/deploy/crd/vulnerabilityreports.crd.yaml 2025-12-18 04:10:27.000000000 +0100 @@ -5,7 +5,7 @@ name: vulnerabilityreports.aquasecurity.github.io labels: app.kubernetes.io/managed-by: starboard - app.kubernetes.io/version: "0.15.28" + app.kubernetes.io/version: "0.15.29" spec: group: aquasecurity.github.io versions: diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/starboard-0.15.28/deploy/helm/Chart.yaml new/starboard-0.15.29/deploy/helm/Chart.yaml --- old/starboard-0.15.28/deploy/helm/Chart.yaml 2025-11-13 10:40:47.000000000 +0100 +++ new/starboard-0.15.29/deploy/helm/Chart.yaml 2025-12-18 04:10:27.000000000 +0100 @@ -11,7 +11,7 @@ # 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.28 +appVersion: 0.15.29 # kubeVersion: A SemVer range of compatible Kubernetes versions (optional) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/starboard-0.15.28/deploy/specs/nsa-1.0.yaml new/starboard-0.15.29/deploy/specs/nsa-1.0.yaml --- old/starboard-0.15.28/deploy/specs/nsa-1.0.yaml 2025-11-13 10:40:47.000000000 +0100 +++ new/starboard-0.15.29/deploy/specs/nsa-1.0.yaml 2025-12-18 04:10:27.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.28" + app.kubernetes.io/version: "0.15.29" app.kubernetes.io/managed-by: kubectl spec: name: nsa diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/starboard-0.15.28/deploy/static/01-starboard-operator.ns.yaml new/starboard-0.15.29/deploy/static/01-starboard-operator.ns.yaml --- old/starboard-0.15.28/deploy/static/01-starboard-operator.ns.yaml 2025-11-13 10:40:47.000000000 +0100 +++ new/starboard-0.15.29/deploy/static/01-starboard-operator.ns.yaml 2025-12-18 04:10:27.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.28" + app.kubernetes.io/version: "0.15.29" app.kubernetes.io/managed-by: kubectl diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/starboard-0.15.28/deploy/static/02-starboard-operator.rbac.yaml new/starboard-0.15.29/deploy/static/02-starboard-operator.rbac.yaml --- old/starboard-0.15.28/deploy/static/02-starboard-operator.rbac.yaml 2025-11-13 10:40:47.000000000 +0100 +++ new/starboard-0.15.29/deploy/static/02-starboard-operator.rbac.yaml 2025-12-18 04:10:27.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.28" + app.kubernetes.io/version: "0.15.29" 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.28" + app.kubernetes.io/version: "0.15.29" 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.28" + app.kubernetes.io/version: "0.15.29" 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.28/deploy/static/03-starboard-operator.config.yaml new/starboard-0.15.29/deploy/static/03-starboard-operator.config.yaml --- old/starboard-0.15.28/deploy/static/03-starboard-operator.config.yaml 2025-11-13 10:40:47.000000000 +0100 +++ new/starboard-0.15.29/deploy/static/03-starboard-operator.config.yaml 2025-12-18 04:10:27.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.28" + app.kubernetes.io/version: "0.15.29" 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.28" + app.kubernetes.io/version: "0.15.29" 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.28" + app.kubernetes.io/version: "0.15.29" 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.28" + app.kubernetes.io/version: "0.15.29" 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.28" + app.kubernetes.io/version: "0.15.29" 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.28/deploy/static/04-starboard-operator.policies.yaml new/starboard-0.15.29/deploy/static/04-starboard-operator.policies.yaml --- old/starboard-0.15.28/deploy/static/04-starboard-operator.policies.yaml 2025-11-13 10:40:47.000000000 +0100 +++ new/starboard-0.15.29/deploy/static/04-starboard-operator.policies.yaml 2025-12-18 04:10:27.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.28" + app.kubernetes.io/version: "0.15.29" app.kubernetes.io/managed-by: kubectl data: library.kubernetes.rego: diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/starboard-0.15.28/deploy/static/05-starboard-operator.deployment.yaml new/starboard-0.15.29/deploy/static/05-starboard-operator.deployment.yaml --- old/starboard-0.15.28/deploy/static/05-starboard-operator.deployment.yaml 2025-11-13 10:40:47.000000000 +0100 +++ new/starboard-0.15.29/deploy/static/05-starboard-operator.deployment.yaml 2025-12-18 04:10:27.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.28" + app.kubernetes.io/version: "0.15.29" 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.28" + app.kubernetes.io/version: "0.15.29" 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.28" + image: "docker.io/aquasec/starboard-operator:0.15.29" imagePullPolicy: IfNotPresent env: - name: OPERATOR_NAMESPACE diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/starboard-0.15.28/deploy/static/starboard.yaml new/starboard-0.15.29/deploy/static/starboard.yaml --- old/starboard-0.15.28/deploy/static/starboard.yaml 2025-11-13 10:40:47.000000000 +0100 +++ new/starboard-0.15.29/deploy/static/starboard.yaml 2025-12-18 04:10:27.000000000 +0100 @@ -5,7 +5,7 @@ name: vulnerabilityreports.aquasecurity.github.io labels: app.kubernetes.io/managed-by: starboard - app.kubernetes.io/version: "0.15.28" + app.kubernetes.io/version: "0.15.29" 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.28" + app.kubernetes.io/version: "0.15.29" 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.28" + app.kubernetes.io/version: "0.15.29" 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.28" + app.kubernetes.io/version: "0.15.29" 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.28" + app.kubernetes.io/version: "0.15.29" 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.28" + app.kubernetes.io/version: "0.15.29" 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.28" + app.kubernetes.io/version: "0.15.29" 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.28" + app.kubernetes.io/version: "0.15.29" 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.28" + app.kubernetes.io/version: "0.15.29" 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.28" + app.kubernetes.io/version: "0.15.29" 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.28" + app.kubernetes.io/version: "0.15.29" 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.28" + app.kubernetes.io/version: "0.15.29" 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.28" + app.kubernetes.io/version: "0.15.29" 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.28" + app.kubernetes.io/version: "0.15.29" 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.28" + app.kubernetes.io/version: "0.15.29" 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.28" + app.kubernetes.io/version: "0.15.29" 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.28" + app.kubernetes.io/version: "0.15.29" 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.28" + app.kubernetes.io/version: "0.15.29" 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.28" + image: "docker.io/aquasec/starboard-operator:0.15.29" imagePullPolicy: IfNotPresent env: - name: OPERATOR_NAMESPACE diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/starboard-0.15.28/go.mod new/starboard-0.15.29/go.mod --- old/starboard-0.15.28/go.mod 2025-11-13 10:40:47.000000000 +0100 +++ new/starboard-0.15.29/go.mod 2025-12-18 04:10:27.000000000 +0100 @@ -1,6 +1,6 @@ module github.com/aquasecurity/starboard -go 1.24.8 +go 1.24.11 require ( github.com/caarlos0/env/v6 v6.10.0 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/starboard-0.15.28/mkdocs.yml new/starboard-0.15.29/mkdocs.yml --- old/starboard-0.15.28/mkdocs.yml 2025-11-13 10:40:47.000000000 +0100 +++ new/starboard-0.15.29/mkdocs.yml 2025-12-18 04:10:27.000000000 +0100 @@ -99,7 +99,7 @@ version: provider: mike var: - prev_git_tag: "v0.15.25" + prev_git_tag: "v0.15.28" chart_version: 0.10.22 # Requires pip install mkdocs-macros-plugin ++++++ starboard.obsinfo ++++++ --- /var/tmp/diff_new_pack.f4H9Z4/_old 2025-12-18 18:37:04.719794795 +0100 +++ /var/tmp/diff_new_pack.f4H9Z4/_new 2025-12-18 18:37:04.719794795 +0100 @@ -1,5 +1,5 @@ name: starboard -version: 0.15.28 -mtime: 1763026847 -commit: 8e635fb599e3005d2620fa9d7958a9a468721517 +version: 0.15.29 +mtime: 1766027427 +commit: a724407d57b839cb136215c26204db4c24060e9c ++++++ vendor.tar.gz ++++++ /work/SRC/openSUSE:Factory/starboard/vendor.tar.gz /work/SRC/openSUSE:Factory/.starboard.new.1928/vendor.tar.gz differ: char 13, line 1
