Skip to content

Releases: pivotal-cf/kiln

v0.77.3

14 Feb 21:10
Compare
Choose a tag to compare

What's Changed

  • log to stderr to not pollute the output by @syslxg in #343
  • update usage message for fetch cmd by @syslxg in #344
  • Compile Kiln with Go 1.20

Full Changelog: v0.77.1...v0.77.3

v0.77.2

02 Feb 19:25
Compare
Choose a tag to compare

Full Changelog: v0.77.1...v0.77.2

v0.77.1

17 Nov 21:30
Compare
Choose a tag to compare

This includes internal refactors and moves some of the "internal/component" api to the (importabl) "pkg/cargo" package

What's Changed

Full Changelog: v0.77.0...v0.77.1

v0.77.0 - Lock Releases Based on the Current Version

21 Oct 22:46
Compare
Choose a tag to compare

During the general availability (GA) process, it makes sense to lock bosh releases and stemcells to their current version. This slows amount of tile changes occurring to slow down and license and security scanning can happen. This release includes a new command to make this simple step even easier.

Using it looks like this:

kiln glaze

This change also includes some internal refactors that do not change behavior.

What's Changed

  • feat (kiln glaze): quickly pin releases in a Kilnfile by @crhntr and @dtimm in #336

Full Changelog: v0.76.0...v0.77.0

v0.76.0

11 Oct 16:57
Compare
Choose a tag to compare
fix(test): bump stemcell version number

Authored-by: Gary Liu <[email protected]>

v0.75.0

13 Sep 23:37
5ceb6ce
Compare
Choose a tag to compare

This has a fix for using authorized requests when downloading releases from GitHub.

What's Changed

  • [fix] use authed client when downloading GitHub release assets from private repositories by @notrepo05 in #332

Full Changelog: v0.72.0...v0.75.0

v0.74.0

13 Sep 20:10
Compare
Choose a tag to compare
fix: downloadRelease source path parsing

v0.73.0-dev.2

13 Sep 15:22
Compare
Choose a tag to compare
v0.73.0-dev.2 Pre-release
Pre-release
"fix" acceptance tests

Co-authored-by: Nick Rohn <[email protected]>
Co-authored-by: Wayne Adams <[email protected]>

v0.72.0

29 Aug 22:15
Compare
Choose a tag to compare

What's Changed

  • Fix: GitHub release source can-not download from private repositories by @wayneadams in #331

Full Changelog: v0.71.0...v0.72.0

v0.71.0

23 Aug 23:31
Compare
Choose a tag to compare

Improvements

  • Added jammy stemcell support to command find-stemcell-version [#329]