Skip to content

Commit 55a2802

Browse files
Merge pull request #113 from coleenquadros/release-2.15
update syncbot for release 2.15
2 parents 396eb1f + aa1ae4e commit 55a2802

7 files changed

+12
-10
lines changed

.github/workflows/merge-acm-flow.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ on:
2222
downstream-branch:
2323
description: Downstream branch to create PR
2424
required: false
25-
default: release-2.14
25+
default: release-2.15
2626
type: string
2727
sandbox:
2828
description: Sandbox repo path in owner/repo format. Used as a base to create PR against downstream.

.github/workflows/merge-acm-grafana.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
upstream: grafana/grafana
2020
downstream: stolostron/grafana
2121
sandbox: rhobs/acm-grafana
22-
go-version: "1.23"
22+
go-version: "1.24"
2323
node-version: "22"
2424
go-mod-tidy: false
2525
restore-downstream: >-
@@ -38,9 +38,10 @@ jobs:
3838
lerna.json
3939
package.json
4040
packages
41-
public/app/
41+
public/
4242
yarn.lock
4343
SECURITY.md
44+
.bingo/
4445
assets-cmd: |
4546
# get rid of old assets as new filenames are generated
4647
rm -rf ./public/build/

.github/workflows/merge-acm-kube-state-metrics.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,14 @@ jobs:
2020
upstream: kubernetes/kube-state-metrics
2121
downstream: stolostron/kube-state-metrics
2222
sandbox: rhobs/acm-kube-state-metrics
23-
go-version: "1.23"
23+
go-version: "1.24"
2424
restore-upstream: >-
25-
CHANGELOG.md
26-
VERSION
25+
CHANGELOG.md
2726
restore-downstream: >-
2827
OWNERS
2928
docs
29+
downstream-version-expression: |
30+
sed -n -E 's/^version: \"*([0-9]+\.[0-9]+\.[0-9]+)\"$/v\1/p' https://raw.githubusercontent.com/openshift/kube-state-metrics/main/data.yaml
3031
secrets:
3132
pr-app-id: ${{ secrets.ACM_APP_ID }}
3233
pr-app-private-key: ${{ secrets.ACM_APP_PRIVATE_KEY }}

.github/workflows/merge-acm-node-exporter.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
upstream: prometheus/node_exporter
2020
downstream: stolostron/node-exporter
2121
sandbox: rhobs/acm-node-exporter
22-
go-version: "1.23"
22+
go-version: "1.24"
2323
restore-downstream: >-
2424
OWNERS
2525
restore-upstream: >-

.github/workflows/merge-acm-prometheus-operator.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
upstream: prometheus-operator/prometheus-operator
2020
downstream: stolostron/prometheus-operator
2121
sandbox: rhobs/acm-prometheus-operator
22-
go-version: "1.23"
22+
go-version: "1.24"
2323
restore-upstream: >-
2424
CHANGELOG.md
2525
Documentation

.github/workflows/merge-acm-prometheus.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
upstream: prometheus/prometheus
2020
downstream: stolostron/prometheus
2121
sandbox: rhobs/acm-prometheus
22-
go-version: "1.23"
22+
go-version: "1.24"
2323
restore-upstream: >-
2424
CHANGELOG.md
2525
VERSION

.github/workflows/merge-acm-thanos.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
upstream: thanos-io/thanos
2020
downstream: stolostron/thanos
2121
sandbox: rhobs/acm-thanos
22-
go-version: "1.23"
22+
go-version: "1.24"
2323
restore-downstream: >-
2424
OWNERS
2525
restore-upstream: >-

0 commit comments

Comments
 (0)