From 454bc6baf926b3fae6300e20e76213007b284204 Mon Sep 17 00:00:00 2001 From: Adriano Cunha Date: Mon, 23 Jul 2018 10:28:00 -0700 Subject: [PATCH 1/2] Release Knative Build YAML into its own subdirectory in GCS Doing so clearly separates the components and avoids confusion with the other releases that are build on the same day. --- hack/release.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hack/release.sh b/hack/release.sh index aaf18a52..895acd19 100755 --- a/hack/release.sh +++ b/hack/release.sh @@ -21,13 +21,13 @@ [ -v KNATIVE_TEST_INFRA ] || exit 1 # Set default GCS/GCR -: ${BUILD_RELEASE_GCS:="knative-releases"} +: ${BUILD_RELEASE_GCS:="knative-releases/build"} : ${BUILD_RELEASE_GCR:="gcr.io/knative-releases"} readonly BUILD_RELEASE_GCS readonly BUILD_RELEASE_GCR # Local generated yaml file -readonly OUTPUT_YAML=release-build.yaml +readonly OUTPUT_YAML=release.yaml # Script entry point From ef0c3cb0c382116a78814c373780eda5b1bdfaef Mon Sep 17 00:00:00 2001 From: Adriano Cunha Date: Mon, 23 Jul 2018 10:31:46 -0700 Subject: [PATCH 2/2] Update documentation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f496fe65..b0f08db6 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ block for CI/CD in [the future](./roadmap-2018.md) You can install the latest release of the Build CRD by running: ```shell -kubectl create -f https://storage.googleapis.com/knative-releases/latest/release-build.yaml +kubectl create -f https://storage.googleapis.com/knative-releases/build/latest/release.yaml ``` Your account must have the `cluster-admin` role in order to do this. If your