Update boskos to v20260227-d48749c, prow to v20260310-6097a43c8 and ghproxy as needed#9160
Open
k8s-infra-ci-robot wants to merge 1 commit intokubernetes:mainfrom
Open
Update boskos to v20260227-d48749c, prow to v20260310-6097a43c8 and ghproxy as needed#9160k8s-infra-ci-robot wants to merge 1 commit intokubernetes:mainfrom
k8s-infra-ci-robot wants to merge 1 commit intokubernetes:mainfrom
Conversation
Contributor
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: k8s-infra-ci-robot The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
Contributor
Author
Argo CD Diff PreviewSummary: Total: 6 files changed
Modified (6):
± eks-prow-build (+3|-3)
± gke-prow (+11|-11)
± gke-prow-build (+3|-3)
± gke-prow-build-trusted (+1|-1)
± ibm-ppc64le (+3|-3)
± ibm-s390x (+3|-3)eks-prow-build (kubernetes/apps/prow.yaml)@@ Application modified: eks-prow-build (kubernetes/apps/prow.yaml) @@
spec:
containers:
- args:
- --boskos-url=http://boskos.test-pods.svc.cluster.local.
- --resource-type=aws-account
- --exclude-tags=Boskos=Ignore
- --sweep-count=2
- image: gcr.io/k8s-staging-boskos/aws-janitor-boskos:v20260107-c2c6f43
+ image: gcr.io/k8s-staging-boskos/aws-janitor-boskos:v20260227-d48749c
name: aws-boskos-janitor
resources:
limits:
cpu: 2000m
memory: 4Gi
requests:
cpu: 500m
@@ skipped 24 lines (32 -> 55) @@
app: boskos
namespace: test-pods
spec:
containers:
- args:
- --config=/etc/config/config
- --namespace=test-pods
- image: gcr.io/k8s-staging-boskos/boskos:v20260107-c2c6f43
+ image: gcr.io/k8s-staging-boskos/boskos:v20260227-d48749c
name: boskos
ports:
- containerPort: 8080
protocol: TCP
resources:
limits:
cpu: 2000m
@@ skipped 36 lines (72 -> 107) @@
labels:
app: boskos-reaper
spec:
containers:
- args:
- --boskos-url=http://boskos.test-pods.svc.cluster.local.
- --resource-type=aws-account
- image: gcr.io/k8s-staging-boskos/reaper:v20260107-c2c6f43
+ image: gcr.io/k8s-staging-boskos/reaper:v20260227-d48749c
name: boskos-reaper
resources:
limits:
cpu: 2000m
memory: 4Gi
requests:
cpu: 500mgke-prow (kubernetes/apps/prow.yaml)@@ Application modified: gke-prow (kubernetes/apps/prow.yaml) @@
spec:
containers:
- args:
- --github-token-path=/etc/github/token
- --github-endpoint=http://ghproxy
- --github-endpoint=https://api.github.com
- --dry-run=false
- image: us-docker.pkg.dev/k8s-infra-prow/images/cherrypicker:v20260225-8287579aa
+ image: us-docker.pkg.dev/k8s-infra-prow/images/cherrypicker:v20260310-6097a43c8
imagePullPolicy: Always
name: cherrypicker
ports:
- containerPort: 8888
name: http
volumeMounts:
- mountPath: /etc/webhook
@@ skipped 59 lines (37 -> 95) @@
value: 92ce800b-0477-44c1-ac44-aa53fb973993
- name: AZURE_SUBSCRIPTION_ID
value: 46678f10-4bbb-447e-98e8-d2829589f2d8
- name: AZURE_TENANT_ID
value: d1aa7522-0959-442e-80ee-8c4f7fb4c184
- name: AZURE_FEDERATED_TOKEN_FILE
value: /var/run/secrets/azure-token/serviceaccount/token
- image: us-docker.pkg.dev/k8s-infra-prow/images/crier:v20260225-8287579aa
+ image: us-docker.pkg.dev/k8s-infra-prow/images/crier:v20260310-6097a43c8
name: crier
ports:
- containerPort: 9090
name: metrics
volumeMounts:
- mountPath: /etc/kubeconfig-k8s-infra-prow
name: kubeconfig-k8s-infra-prow
@@ skipped 152 lines (112 -> 263) @@
value: 92ce800b-0477-44c1-ac44-aa53fb973993
- name: AZURE_SUBSCRIPTION_ID
value: 46678f10-4bbb-447e-98e8-d2829589f2d8
- name: AZURE_TENANT_ID
value: d1aa7522-0959-442e-80ee-8c4f7fb4c184
- name: AZURE_FEDERATED_TOKEN_FILE
value: /var/run/secrets/azure-token/serviceaccount/token
- image: us-docker.pkg.dev/k8s-infra-prow/images/deck:v20260225-8287579aa
+ image: us-docker.pkg.dev/k8s-infra-prow/images/deck:v20260310-6097a43c8
imagePullPolicy: Always
livenessProbe:
httpGet:
path: /healthz
port: 8081
initialDelaySeconds: 3
periodSeconds: 3
@@ skipped 150 lines (280 -> 429) @@
spec:
containers:
- args:
- --cache-dir=/cache
- --cache-sizeGB=99
- --push-gateway=pushgateway
- --serve-metrics=true
- image: us-docker.pkg.dev/k8s-infra-prow/images/ghproxy:v20260225-8287579aa
+ image: us-docker.pkg.dev/k8s-infra-prow/images/ghproxy:v20260310-6097a43c8
name: ghproxy
ports:
- containerPort: 8888
name: main
- containerPort: 9090
name: metrics
volumeMounts:
@@ skipped 48 lines (446 -> 493) @@
value: 92ce800b-0477-44c1-ac44-aa53fb973993
- name: AZURE_SUBSCRIPTION_ID
value: 46678f10-4bbb-447e-98e8-d2829589f2d8
- name: AZURE_TENANT_ID
value: d1aa7522-0959-442e-80ee-8c4f7fb4c184
- name: AZURE_FEDERATED_TOKEN_FILE
value: /var/run/secrets/azure-token/serviceaccount/token
- image: us-docker.pkg.dev/k8s-infra-prow/images/hook:v20260225-8287579aa
+ image: us-docker.pkg.dev/k8s-infra-prow/images/hook:v20260310-6097a43c8
imagePullPolicy: Always
livenessProbe:
httpGet:
path: /healthz
port: 8081
initialDelaySeconds: 3
periodSeconds: 3
@@ skipped 160 lines (510 -> 669) @@
app: horologium
spec:
containers:
- args:
- --config-path=/etc/config/config.yaml
- --job-config-path=/etc/job-config
- --dry-run=false
- image: us-docker.pkg.dev/k8s-infra-prow/images/horologium:v20260225-8287579aa
+ image: us-docker.pkg.dev/k8s-infra-prow/images/horologium:v20260310-6097a43c8
name: horologium
ports:
- containerPort: 9090
name: metrics
volumeMounts:
- mountPath: /etc/config
name: config
@@ skipped 31 lines (686 -> 716) @@
containers:
- args:
- --dry-run=false
- --github-endpoint=http://ghproxy
- --github-endpoint=https://api.github.com
- --github-token-path=/etc/github/oauth
- --update-period=6h
- image: us-docker.pkg.dev/k8s-infra-prow/images/needs-rebase:v20260225-8287579aa
+ image: us-docker.pkg.dev/k8s-infra-prow/images/needs-rebase:v20260310-6097a43c8
imagePullPolicy: Always
name: needs-rebase
ports:
- containerPort: 8888
name: http
volumeMounts:
- mountPath: /etc/webhook
@@ skipped 59 lines (733 -> 791) @@
value: 92ce800b-0477-44c1-ac44-aa53fb973993
- name: AZURE_SUBSCRIPTION_ID
value: 46678f10-4bbb-447e-98e8-d2829589f2d8
- name: AZURE_TENANT_ID
value: d1aa7522-0959-442e-80ee-8c4f7fb4c184
- name: AZURE_FEDERATED_TOKEN_FILE
value: /var/run/secrets/azure-token/serviceaccount/token
- image: us-docker.pkg.dev/k8s-infra-prow/images/prow-controller-manager:v20260225-8287579aa
+ image: us-docker.pkg.dev/k8s-infra-prow/images/prow-controller-manager:v20260310-6097a43c8
livenessProbe:
httpGet:
path: /healthz
port: 8081
initialDelaySeconds: 10
periodSeconds: 5
name: prow-controller-manager
@@ skipped 135 lines (808 -> 942) @@
value: 92ce800b-0477-44c1-ac44-aa53fb973993
- name: AZURE_SUBSCRIPTION_ID
value: 46678f10-4bbb-447e-98e8-d2829589f2d8
- name: AZURE_TENANT_ID
value: d1aa7522-0959-442e-80ee-8c4f7fb4c184
- name: AZURE_FEDERATED_TOKEN_FILE
value: /var/run/secrets/azure-token/serviceaccount/token
- image: us-docker.pkg.dev/k8s-infra-prow/images/sinker:v20260225-8287579aa
+ image: us-docker.pkg.dev/k8s-infra-prow/images/sinker:v20260310-6097a43c8
name: sinker
ports:
- containerPort: 9090
name: metrics
volumeMounts:
- mountPath: /etc/kubeconfig-k8s-infra-prow
name: kubeconfig-k8s-infra-prow
@@ skipped 112 lines (959 -> 1070) @@
- --plugin-config=/etc/plugins/plugins.yaml
- --config-path=/etc/config/config.yaml
- --github-token-path=/etc/github/oauth
- --github-endpoint=http://ghproxy
- --github-endpoint=https://api.github.com
- --job-config-path=/etc/job-config
- --denylist=kubernetes/kubernetes
- image: us-docker.pkg.dev/k8s-infra-prow/images/status-reconciler:v20260225-8287579aa
+ image: us-docker.pkg.dev/k8s-infra-prow/images/status-reconciler:v20260310-6097a43c8
imagePullPolicy: Always
name: statusreconciler
volumeMounts:
- mountPath: /etc/github
name: oauth
readOnly: true
- mountPath: /etc/config
@@ skipped 120 lines (1087 -> 1206) @@
- --github-endpoint=http://ghproxy
- --github-endpoint=https://api.github.com
- --github-token-path=/etc/github/oauth
- --config-path=/etc/config/config.yaml
- --job-config-path=/etc/job-config
- --history-uri=gs://kubernetes-ci-logs/tide-history.json
- --status-path=gs://kubernetes-ci-logs/tide-status-checkpoint.yaml
- image: us-docker.pkg.dev/k8s-infra-prow/images/tide:v20260225-8287579aa
+ image: us-docker.pkg.dev/k8s-infra-prow/images/tide:v20260310-6097a43c8
name: tide
ports:
- containerPort: 8888
name: http
- containerPort: 9090
name: metrics
volumeMounts:gke-prow-build (kubernetes/apps/prow.yaml)@@ Application modified: gke-prow-build (kubernetes/apps/prow.yaml) @@
app: boskos
namespace: test-pods
spec:
containers:
- args:
- --config=/etc/config/config
- --namespace=test-pods
- image: gcr.io/k8s-staging-boskos/boskos:v20260107-c2c6f43
+ image: gcr.io/k8s-staging-boskos/boskos:v20260227-d48749c
name: boskos
ports:
- containerPort: 8080
protocol: TCP
volumeMounts:
- mountPath: /etc/config
name: boskos-config
@@ skipped 25 lines (29 -> 53) @@
containers:
- args:
- --boskos-url=http://boskos.test-pods.svc.cluster.local.
- --resource-type=gce-project,gpu-project,scalability-project,scalability-scale-project
- --pool-size=20
- --
- --hours=0
- image: gcr.io/k8s-staging-boskos/janitor:v20260107-c2c6f43
+ image: gcr.io/k8s-staging-boskos/janitor:v20260227-d48749c
name: boskos-janitor
serviceAccountName: boskos-janitor
terminationGracePeriodSeconds: 300
---
apiVersion: apps/v1
kind: Deployment
metadata:
@@ skipped 11 lines (70 -> 80) @@
labels:
app: boskos-reaper
spec:
containers:
- args:
- --boskos-url=http://boskos.test-pods.svc.cluster.local.
- --resource-type=gce-project,gpu-project,scalability-project,scalability-scale-project,gcve-vsphere-project,mac-instances
- image: gcr.io/k8s-staging-boskos/reaper:v20260107-c2c6f43
+ image: gcr.io/k8s-staging-boskos/reaper:v20260227-d48749c
name: boskos-reaper
terminationGracePeriodSeconds: 30
---
apiVersion: external-secrets.io/v1
kind: ExternalSecret
metadata:
name: aws-credentials-768319786644gke-prow-build-trusted (kubernetes/apps/prow.yaml)@@ Application modified: gke-prow-build-trusted (kubernetes/apps/prow.yaml) @@
app: ghproxy
spec:
containers:
- args:
- --cache-dir=/cache
- --cache-sizeGB=99
- --serve-metrics=true
- image: us-docker.pkg.dev/k8s-infra-prow/images/ghproxy:v20260225-8287579aa
+ image: us-docker.pkg.dev/k8s-infra-prow/images/ghproxy:v20260310-6097a43c8
name: ghproxy
ports:
- containerPort: 8888
volumeMounts:
- mountPath: /cache
name: cache
volumes:ibm-ppc64le (kubernetes/apps/prow.yaml)@@ Application modified: ibm-ppc64le (kubernetes/apps/prow.yaml) @@
app: boskos
namespace: test-pods
spec:
containers:
- args:
- --config=/etc/config/config
- --namespace=test-pods
- image: gcr.io/k8s-staging-boskos/boskos:v20260107-c2c6f43
+ image: gcr.io/k8s-staging-boskos/boskos:v20260227-d48749c
name: boskos
ports:
- containerPort: 8080
protocol: TCP
volumeMounts:
- mountPath: /etc/config
name: boskos-config
@@ skipped 27 lines (29 -> 55) @@
- --boskos-url=http://boskos.test-pods.svc.cluster.local.
- --resource-type=powervs
- --ignore-api-key=true
- --account-id=efa47ec6fd45473a9e1fd6b7b8363f5c
env:
- name: IBMCLOUD_ENV_FILE
value: /home/.ibmcloud/api-key
- image: gcr.io/k8s-staging-boskos/ibmcloud-janitor-boskos:v20260107-c2c6f43
+ image: gcr.io/k8s-staging-boskos/ibmcloud-janitor-boskos:v20260227-d48749c
name: boskos-ibmcloud-janitor
volumeMounts:
- mountPath: /home/.ibmcloud
name: credentials
terminationGracePeriodSeconds: 300
volumes:
- name: credentials
@@ skipped 17 lines (72 -> 88) @@
labels:
app: boskos-reaper
spec:
containers:
- args:
- --boskos-url=http://boskos.test-pods.svc.cluster.local.
- --resource-type=powervs
- image: gcr.io/k8s-staging-boskos/reaper:v20260107-c2c6f43
+ image: gcr.io/k8s-staging-boskos/reaper:v20260227-d48749c
name: boskos-reaper
terminationGracePeriodSeconds: 30
---
apiVersion: external-secrets.io/v1
kind: ExternalSecret
metadata:
name: boskos-janitor-api-keyibm-s390x (kubernetes/apps/prow.yaml)@@ Application modified: ibm-s390x (kubernetes/apps/prow.yaml) @@
app: boskos
namespace: test-pods
spec:
containers:
- args:
- --config=/etc/config/config
- --namespace=test-pods
- image: gcr.io/k8s-staging-boskos/boskos:v20260107-c2c6f43
+ image: gcr.io/k8s-staging-boskos/boskos:v20260227-d48749c
name: boskos
ports:
- containerPort: 8080
protocol: TCP
volumeMounts:
- mountPath: /etc/config
name: boskos-config
@@ skipped 27 lines (29 -> 55) @@
- --boskos-url=http://boskos.test-pods.svc.cluster.local.
- --resource-type=vpc-service
- --ignore-api-key=true
- --account-id=efa47ec6fd45473a9e1fd6b7b8363f5c
env:
- name: IBMCLOUD_ENV_FILE
value: /home/.ibmcloud/api-key
- image: gcr.io/k8s-staging-boskos/ibmcloud-janitor-boskos:v20260107-c2c6f43
+ image: gcr.io/k8s-staging-boskos/ibmcloud-janitor-boskos:v20260227-d48749c
name: boskos-ibmcloud-janitor
volumeMounts:
- mountPath: /home/.ibmcloud
name: credentials
terminationGracePeriodSeconds: 300
volumes:
- name: credentials
@@ skipped 17 lines (72 -> 88) @@
labels:
app: boskos-reaper
spec:
containers:
- args:
- --boskos-url=http://boskos.test-pods.svc.cluster.local.
- --resource-type=vpc-service
- image: gcr.io/k8s-staging-boskos/reaper:v20260107-c2c6f43
+ image: gcr.io/k8s-staging-boskos/reaper:v20260227-d48749c
name: boskos-reaper
terminationGracePeriodSeconds: 30
---
apiVersion: external-secrets.io/v1
kind: ExternalSecret
metadata:
name: boskos-janitor-api-keyStats: |
16ca919 to
9c544db
Compare
03ddcce to
2d7a66c
Compare
2d7a66c to
e9aaaba
Compare
e9aaaba to
06d0d00
Compare
9a65a9c to
6cfcd08
Compare
6cfcd08 to
f8b0043
Compare
e72be92 to
5eb7443
Compare
91ea8e8 to
c36e134
Compare
Multiple distinct gcr.io/k8s-staging-boskos/ changes: Commits | Dates | Images --- | --- | --- kubernetes-sigs/boskos@c2c6f43...d48749c | 2026‑01‑07 → 2026‑02‑27 | aws-janitor-boskos, boskos, ibmcloud-janitor-boskos, janitor, reaper Multiple distinct us-docker.pkg.dev/k8s-infra-prow/images/ghproxy changes: Commits | Dates | Images --- | --- | --- kubernetes-sigs/prow@8287579...6097a43 | 2026‑02‑25 → 2026‑03‑10 | images/ghproxy Multiple distinct us-docker.pkg.dev/k8s-infra-prow/images/ changes: Commits | Dates | Images --- | --- | --- kubernetes-sigs/prow@8287579...6097a43 | 2026‑02‑25 → 2026‑03‑10 | images/cherrypicker, images/crier, images/deck, images/ghproxy, images/hook, images/horologium, images/needs-rebase, images/pipeline, images/prow-controller-manager, images/sinker, images/status-reconciler, images/tide
c36e134 to
a5c5207
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Multiple distinct gcr.io/k8s-staging-boskos/ changes:
Multiple distinct us-docker.pkg.dev/k8s-infra-prow/images/ghproxy changes:
Multiple distinct us-docker.pkg.dev/k8s-infra-prow/images/ changes:
Nobody is currently oncall, so falling back to Blunderbuss.