Skip to content

Commit 6896385

Browse files
committed
refactor: Removed kiln upload-release command
Removed the code, docs and tests around kiln upload release command [TNZ-33162] - [Kiln]: Remove upload-release command, its corresponding code, docs and tests from Kiln repo JIRA Link: https://vmw-jira.broadcom.net/browse/TNZ-33162 Date: 05-Mar-2025 Authored-by: Ramkumar Vengadakrishnan <ramkumar.vengadakrishnan@broadcom.com>
1 parent 0092792 commit 6896385

13 files changed

Lines changed: 7 additions & 814 deletions

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,6 @@ Usage: kiln [options] <command> [<args>]
153153
154154
Commands:
155155
bake bakes a tile
156-
cache-compiled-releases Cache compiled releases
157156
fetch fetches releases
158157
find-release-version prints a json string of a remote release satisfying the Kilnfile version and stemcell constraints
159158
find-stemcell-version prints the latest stemcell version from Pivnet using the stemcell type listed in the Kilnfile
@@ -165,7 +164,6 @@ Commands:
165164
test Test manifest for a product
166165
update-release bumps a release to a new version
167166
update-stemcell updates stemcell and release information in Kilnfile.lock
168-
upload-release uploads a BOSH release to an s3 release_source
169167
validate validate Kilnfile and Kilnfile.lock
170168
version prints the kiln release version
171169
```

TILE_AUTHOR_GUIDE.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -402,7 +402,7 @@ Please see [Path Templates](#path-templates). The value of `remote_path` in the
402402

403403
#### <a id='release-source-s3'></a> AWS S3
404404

405-
Kiln can fetch and upload releases to/from AWS S3.
405+
Kiln can fetch releases from AWS S3.
406406

407407
```yaml
408408
release_sources:
@@ -463,9 +463,6 @@ om upload-product --product=tile.pivotal
463463
om configure-product --config=simple_config.yml
464464
om apply-changes --product-name=my-tile-name
465465
466-
# Download Compiled BOSH Releases from the BOSH Director and Upload them to the S3 Bucket or Artifactory
467-
kiln cache-compiled-releases --upload-target-id=my_compiled_release_bucket --name=hello
468-
469466
# Commit and push the changes to Kilnfile.lock
470467
git add -p Kilnfile.lock
471468
git commit -m "compile BOSH Releases with $(yq '.stemcell_criteria.os' Kilnfile.lock)/$(yq '.stemcell_criteria.version' Kilnfile.lock)"

internal/acceptance/workflows/using_kiln.feature

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,8 @@ Feature: As a developer, I want the Kiln CLI to be usable
3737
| fetch |
3838
| find-release-version |
3939
| find-stemcell-version |
40-
| glaze |
4140
| release-notes |
4241
| sync-with-local |
4342
| update-release |
4443
| update-stemcell |
45-
| upload-release |
4644
| validate |

internal/commands/fakes/release_uploader_finder.go

Lines changed: 0 additions & 119 deletions
This file was deleted.

internal/commands/upload_release.go

Lines changed: 0 additions & 98 deletions
This file was deleted.

0 commit comments

Comments
 (0)