-
Notifications
You must be signed in to change notification settings - Fork 231
cleanup: replace GCS buckets with OCI buckets #3057
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Marked hold to assess and test in Openshift cluster if the changes are working fine. |
|
/kind cleanup |
e4e6a21 to
73e5141
Compare
09d331b to
94f673a
Compare
Signed-off-by: Anitha Natarajan <[email protected]>
3d3a183 to
e8c8ae8
Compare
|
/approve |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: jkhelil The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
/lgtm |
|
/lgtm |
|
/cherry-pick release-v0.78.x |
|
✅ Cherry-pick to A new pull request has been created to cherry-pick this change to Please review and merge the cherry-pick PR. |
Changes
This pull request updates Tekton release URLs throughout the documentation and scripts to use the new
infra.tekton.devdomain instead of the previousstorage.googleapis.comURLs. This PR also removes therelease_yaml_oraclefunction since all components now useinfra.tekton.devMigration to new Tekton release URL domain:
docs/install.md,tekton/setup-release-from-scratch.md, andhack/fetch-releases.shto usehttps://infra.tekton.dev/tekton-releases/instead ofhttps://storage.googleapis.com/tekton-releases/.Script cleanup and refactoring:
release_yaml_oraclefunction fromhack/fetch-releases.sh, as it is no longer needed with the unified URL format.release_yamlfunction, simplifying the code and ensuring consistency.Submitter Checklist
These are the criteria that every PR should meet, please check them off as you
review them:
make test lintbefore submitting a PRSee the contribution guide for more details.
Release Notes