Open
Conversation
Added test changes section to CHANGELOG for version 1.32.13.
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: m-chau 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 |
Updated changelog to include prow test triggers.
Author
|
/ok-to-test |
Author
|
/retest-all |
Author
|
/test all |
Author
|
/test all |
1 similar comment
Author
|
/test all |
Author
|
/retest |
1 similar comment
Author
|
/retest |
Author
|
/test al |
Author
|
/test all |
Author
|
/test pull-kubernetes-dependencies |
Author
|
/test all |
m-chau
added a commit
to aks-lts/test-infra
that referenced
this pull request
Apr 1, 2026
…estarts (#60) ## Changes ### Prow image bump - Bump all Prow component images to `v20260225-8287579aa` (matching upstream production) ### S3 endpoint fix - The new Prow images use AWS SDK v2, which requires the S3 endpoint to be a full URI with scheme - Added `http://` prefix to the MinIO endpoint in `s3-credentials` secrets (both `prow` and `test-pods` namespaces) - Without this, Spyglass fails with: `Custom endpoint 'minio.prow.svc.cluster.local' was not a valid URI` ### Deploy workflow: smart secret-aware restarts - Prow components (deck, crier) read `s3-credentials` at startup and don't watch for changes - Added a post-deploy step that computes the md5 hash of the current `s3-credentials` secret and compares it to an annotation on the deployment's pod template - If the hash doesn't match (or the annotation is missing), the deployment is patched with the new hash — triggering a rolling restart - If the hash matches, no restart occurs (idempotent deploys stay fast) ## Testing - Deployed via workflow dispatch and verified Spyglass pages load correctly - Confirmed `/test all` triggers Prow jobs on aks-lts/kubernetes#83 --------- Co-authored-by: AKSClaw <aksclaw@aksclaw.aksdev.io> Co-authored-by: AKSClaw <aksclaw@users.noreply.github.com>
Author
|
/test all |
Author
|
/retest |
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.
Added test changes section to CHANGELOG for version 1.32.13.
What type of PR is this?
What this PR does / why we need it:
Which issue(s) this PR is related to:
Special notes for your reviewer:
Does this PR introduce a user-facing change?
Additional documentation e.g., KEPs (Kubernetes Enhancement Proposals), usage docs, etc.: