From 8fe71459b651254c29761269125e393a05fdbdff Mon Sep 17 00:00:00 2001 From: Christopher Hunter Date: Mon, 3 Jul 2023 15:26:35 -0700 Subject: [PATCH] add documentation on what each kiln release source can do this is based on whether the release source implements component.ReleaseUploader --- TILE_AUTHOR_GUIDE.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/TILE_AUTHOR_GUIDE.md b/TILE_AUTHOR_GUIDE.md index bccce4ed5..93dd0a834 100644 --- a/TILE_AUTHOR_GUIDE.md +++ b/TILE_AUTHOR_GUIDE.md @@ -234,11 +234,15 @@ I would recommend one set of credentials per release source type. #### BOSH.io +Kiln can only download releases from BOSH.io and can not upload BOSH Releases to BOSH.io. + This release source has minimal configuration. Just add it to your `release_sources` and you can get releases from [BOSH.io](https://bosh.io/releases/). #### GitHub Release Artifacts +Kiln can only download releases from GitHub Releases and can not upload BOSH Releases to BOSH.io. + To download BOSH Release Tarballs from GitHub Releases, add the following ``` release_sources: @@ -262,10 +266,14 @@ kiln fetch --variable="github_token=${GITHUB_TOKEN}" #### Build Artifactory +Kiln can fetch and upload releases to/from Build Artifactory. + _TODO_ #### AWS S3 +Kiln can fetch and upload releases to/from AWS S3. + _TODO_ #### Local files