From 72bf3ed68c5ea9739e9d6b8294abb6d6efb1f7cd Mon Sep 17 00:00:00 2001 From: Falco Automation <51138685+poiana@users.noreply.github.com> Date: Wed, 24 Jul 2024 08:49:39 +0000 Subject: [PATCH] Bumping Prow Multiple distinct gcr.io/k8s-prow/ changes: Commits | Dates | Images --- | --- | --- https://github.com/kubernetes/test-infra/compare/f1101a8b4e...47a381b1df | 2024‑04‑03 → 2024‑07‑19 | commenter https://github.com/kubernetes/test-infra/compare/f1101a8b4e...dbbd2d86b | 2024‑04‑03 → 2024‑07‑23 | branchprotector, checkconfig, clonerefs, crier, deck, entrypoint, ghproxy, hook, horologium, initupload, needs-rebase, peribolos, prow-controller-manager, sidecar, sinker, status-reconciler, tide Signed-off-by: ci-robot --- config/config.yaml | 8 ++++---- config/jobs/branchprotector/branchprotector.yaml | 4 ++-- config/jobs/check-prow-config/check-prow-config.yaml | 4 ++-- config/jobs/lifecycle-bot/periodic-close.yaml | 2 +- config/jobs/lifecycle-bot/periodic-rotten.yaml | 2 +- config/jobs/lifecycle-bot/periodic-stale.yaml | 2 +- config/jobs/peribolos/peribolos.yaml | 6 +++--- config/prow/crier.yaml | 2 +- config/prow/deck.yaml | 2 +- config/prow/ghproxy.yaml | 2 +- config/prow/hook.yaml | 2 +- config/prow/horologium.yaml | 2 +- config/prow/needs-rebase.yaml | 2 +- config/prow/prow-controller-manager.yaml | 2 +- config/prow/sinker.yaml | 2 +- config/prow/statusreconciler.yaml | 2 +- config/prow/tide.yaml | 2 +- 17 files changed, 24 insertions(+), 24 deletions(-) diff --git a/config/config.yaml b/config/config.yaml index 21204f1645..f140db9b3a 100644 --- a/config/config.yaml +++ b/config/config.yaml @@ -34,10 +34,10 @@ plank: timeout: 24h # Up to 24 hours for driverkit builder jobs grace_period: 10m utility_images: - clonerefs: "gcr.io/k8s-prow/clonerefs:v20240403-f1101a8b4e" - initupload: "gcr.io/k8s-prow/initupload:v20240403-f1101a8b4e" - entrypoint: "gcr.io/k8s-prow/entrypoint:v20240403-f1101a8b4e" - sidecar: "gcr.io/k8s-prow/sidecar:v20240403-f1101a8b4e" + clonerefs: "gcr.io/k8s-prow/clonerefs:v20240723-dbbd2d86b" + initupload: "gcr.io/k8s-prow/initupload:v20240723-dbbd2d86b" + entrypoint: "gcr.io/k8s-prow/entrypoint:v20240723-dbbd2d86b" + sidecar: "gcr.io/k8s-prow/sidecar:v20240723-dbbd2d86b" gcs_configuration: bucket: s3://falco-prow-logs path_strategy: explicit diff --git a/config/jobs/branchprotector/branchprotector.yaml b/config/jobs/branchprotector/branchprotector.yaml index 9d3126c519..cbff51ea69 100644 --- a/config/jobs/branchprotector/branchprotector.yaml +++ b/config/jobs/branchprotector/branchprotector.yaml @@ -10,7 +10,7 @@ postsubmits: run_if_changed: '^config/config.yaml$' spec: containers: - - image: gcr.io/k8s-prow/branchprotector:v20240403-f1101a8b4e + - image: gcr.io/k8s-prow/branchprotector:v20240723-dbbd2d86b command: - branchprotector args: @@ -42,7 +42,7 @@ periodics: max_concurrency: 1 spec: containers: - - image: gcr.io/k8s-prow/branchprotector:v20240403-f1101a8b4e + - image: gcr.io/k8s-prow/branchprotector:v20240723-dbbd2d86b command: - branchprotector args: diff --git a/config/jobs/check-prow-config/check-prow-config.yaml b/config/jobs/check-prow-config/check-prow-config.yaml index 380a3ec41c..d3b5e2b470 100644 --- a/config/jobs/check-prow-config/check-prow-config.yaml +++ b/config/jobs/check-prow-config/check-prow-config.yaml @@ -8,7 +8,7 @@ presubmits: always_run: true spec: containers: - - image: gcr.io/k8s-prow/checkconfig:v20240403-f1101a8b4e + - image: gcr.io/k8s-prow/checkconfig:v20240723-dbbd2d86b command: - checkconfig args: @@ -27,7 +27,7 @@ periodics: base_ref: master spec: containers: - - image: gcr.io/k8s-prow/checkconfig:v20240403-f1101a8b4e + - image: gcr.io/k8s-prow/checkconfig:v20240723-dbbd2d86b command: - checkconfig args: diff --git a/config/jobs/lifecycle-bot/periodic-close.yaml b/config/jobs/lifecycle-bot/periodic-close.yaml index 3e575f7427..c7e0c18342 100644 --- a/config/jobs/lifecycle-bot/periodic-close.yaml +++ b/config/jobs/lifecycle-bot/periodic-close.yaml @@ -7,7 +7,7 @@ periodics: agent: kubernetes spec: containers: - - image: gcr.io/k8s-prow/commenter:v20240403-f1101a8b4e + - image: gcr.io/k8s-prow/commenter:v20240719-47a381b1df command: - commenter args: diff --git a/config/jobs/lifecycle-bot/periodic-rotten.yaml b/config/jobs/lifecycle-bot/periodic-rotten.yaml index c969021a71..4981ac8ea0 100644 --- a/config/jobs/lifecycle-bot/periodic-rotten.yaml +++ b/config/jobs/lifecycle-bot/periodic-rotten.yaml @@ -7,7 +7,7 @@ periodics: agent: kubernetes spec: containers: - - image: gcr.io/k8s-prow/commenter:v20240403-f1101a8b4e + - image: gcr.io/k8s-prow/commenter:v20240719-47a381b1df command: - commenter args: diff --git a/config/jobs/lifecycle-bot/periodic-stale.yaml b/config/jobs/lifecycle-bot/periodic-stale.yaml index 5dcbc3c129..035d404103 100644 --- a/config/jobs/lifecycle-bot/periodic-stale.yaml +++ b/config/jobs/lifecycle-bot/periodic-stale.yaml @@ -7,7 +7,7 @@ periodics: agent: kubernetes spec: containers: - - image: gcr.io/k8s-prow/commenter:v20240403-f1101a8b4e + - image: gcr.io/k8s-prow/commenter:v20240719-47a381b1df command: - commenter args: diff --git a/config/jobs/peribolos/peribolos.yaml b/config/jobs/peribolos/peribolos.yaml index e752829010..56f7f8ce8f 100644 --- a/config/jobs/peribolos/peribolos.yaml +++ b/config/jobs/peribolos/peribolos.yaml @@ -9,7 +9,7 @@ presubmits: run_if_changed: '^config/org.yaml$|^config/jobs/peribolos/.*' spec: containers: - - image: gcr.io/k8s-prow/peribolos:v20240403-f1101a8b4e + - image: gcr.io/k8s-prow/peribolos:v20240723-dbbd2d86b command: - peribolos args: @@ -46,7 +46,7 @@ postsubmits: run_if_changed: '^config/org.yaml$|^config/jobs/peribolos/.*' spec: containers: - - image: gcr.io/k8s-prow/peribolos:v20240403-f1101a8b4e + - image: gcr.io/k8s-prow/peribolos:v20240723-dbbd2d86b command: - peribolos args: @@ -83,7 +83,7 @@ periodics: base_ref: master spec: containers: - - image: gcr.io/k8s-prow/peribolos:v20240403-f1101a8b4e + - image: gcr.io/k8s-prow/peribolos:v20240723-dbbd2d86b command: - peribolos args: diff --git a/config/prow/crier.yaml b/config/prow/crier.yaml index 1fac1cb4b9..fc9cae3c3a 100644 --- a/config/prow/crier.yaml +++ b/config/prow/crier.yaml @@ -19,7 +19,7 @@ spec: terminationGracePeriodSeconds: 30 containers: - name: crier - image: gcr.io/k8s-prow/crier:v20240403-f1101a8b4e + image: gcr.io/k8s-prow/crier:v20240723-dbbd2d86b env: - name: AWS_REGION value: eu-west-1 diff --git a/config/prow/deck.yaml b/config/prow/deck.yaml index 79b70b922a..802229331a 100644 --- a/config/prow/deck.yaml +++ b/config/prow/deck.yaml @@ -113,7 +113,7 @@ spec: terminationGracePeriodSeconds: 30 containers: - name: deck - image: gcr.io/k8s-prow/deck:v20240403-f1101a8b4e + image: gcr.io/k8s-prow/deck:v20240723-dbbd2d86b env: - name: AWS_REGION #required for splyglass bucket looku value: eu-west-1 diff --git a/config/prow/ghproxy.yaml b/config/prow/ghproxy.yaml index 47f903f69e..57cfccd8e9 100644 --- a/config/prow/ghproxy.yaml +++ b/config/prow/ghproxy.yaml @@ -61,7 +61,7 @@ spec: spec: containers: - name: ghproxy - image: gcr.io/k8s-prow/ghproxy:v20240403-f1101a8b4e + image: gcr.io/k8s-prow/ghproxy:v20240723-dbbd2d86b args: - --cache-dir=/cache - --cache-sizeGB=99 diff --git a/config/prow/hook.yaml b/config/prow/hook.yaml index 5d9e26dd2e..190eb5cb34 100644 --- a/config/prow/hook.yaml +++ b/config/prow/hook.yaml @@ -68,7 +68,7 @@ spec: terminationGracePeriodSeconds: 180 containers: - name: hook - image: gcr.io/k8s-prow/hook:v20240403-f1101a8b4e + image: gcr.io/k8s-prow/hook:v20240723-dbbd2d86b imagePullPolicy: Always args: - --github-endpoint=http://ghproxy diff --git a/config/prow/horologium.yaml b/config/prow/horologium.yaml index 748113a83e..7e9fef59d4 100644 --- a/config/prow/horologium.yaml +++ b/config/prow/horologium.yaml @@ -55,7 +55,7 @@ spec: terminationGracePeriodSeconds: 30 containers: - name: horologium - image: gcr.io/k8s-prow/horologium:v20240403-f1101a8b4e + image: gcr.io/k8s-prow/horologium:v20240723-dbbd2d86b args: - --config-path=/etc/config/config.yaml - --job-config-path=/etc/job-config diff --git a/config/prow/needs-rebase.yaml b/config/prow/needs-rebase.yaml index 874407128b..43113ec9a2 100644 --- a/config/prow/needs-rebase.yaml +++ b/config/prow/needs-rebase.yaml @@ -32,7 +32,7 @@ spec: terminationGracePeriodSeconds: 180 containers: - name: needs-rebase - image: gcr.io/k8s-prow/needs-rebase:v20240403-f1101a8b4e + image: gcr.io/k8s-prow/needs-rebase:v20240723-dbbd2d86b imagePullPolicy: Always args: - --dry-run=false diff --git a/config/prow/prow-controller-manager.yaml b/config/prow/prow-controller-manager.yaml index d73f55e8c2..6d3604e48b 100644 --- a/config/prow/prow-controller-manager.yaml +++ b/config/prow/prow-controller-manager.yaml @@ -21,7 +21,7 @@ spec: serviceAccountName: "prow-controller-manager" containers: - name: prow-controller-manager - image: gcr.io/k8s-prow/prow-controller-manager:v20240403-f1101a8b4e + image: gcr.io/k8s-prow/prow-controller-manager:v20240723-dbbd2d86b env: - name: AWS_REGION value: eu-west-1 diff --git a/config/prow/sinker.yaml b/config/prow/sinker.yaml index fcb581b3ac..232155f656 100644 --- a/config/prow/sinker.yaml +++ b/config/prow/sinker.yaml @@ -116,7 +116,7 @@ spec: serviceAccountName: "sinker" containers: - name: sinker - image: gcr.io/k8s-prow/sinker:v20240403-f1101a8b4e + image: gcr.io/k8s-prow/sinker:v20240723-dbbd2d86b args: - --config-path=/etc/config/config.yaml - --job-config-path=/etc/job-config diff --git a/config/prow/statusreconciler.yaml b/config/prow/statusreconciler.yaml index 62fdc3df1f..a7854669b7 100644 --- a/config/prow/statusreconciler.yaml +++ b/config/prow/statusreconciler.yaml @@ -19,7 +19,7 @@ spec: terminationGracePeriodSeconds: 180 containers: - name: statusreconciler - image: gcr.io/k8s-prow/status-reconciler:v20240403-f1101a8b4e + image: gcr.io/k8s-prow/status-reconciler:v20240723-dbbd2d86b args: - --dry-run=false - --continue-on-error=true diff --git a/config/prow/tide.yaml b/config/prow/tide.yaml index b545314aa0..ef53a7063d 100644 --- a/config/prow/tide.yaml +++ b/config/prow/tide.yaml @@ -76,7 +76,7 @@ spec: serviceAccountName: "tide" containers: - name: tide - image: gcr.io/k8s-prow/tide:v20240403-f1101a8b4e + image: gcr.io/k8s-prow/tide:v20240723-dbbd2d86b env: - name: AWS_REGION value: eu-west-1