Skip to content

Releases: pivotal-cf/kiln

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 <garyliu@vmware.com>

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 <nrohn@vmware.com>
Co-authored-by: Wayne Adams <wadams@vmware.com>

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]

v1.0.0-dev.5

10 Aug 18:59
Compare
Choose a tag to compare
v1.0.0-dev.5 Pre-release
Pre-release

In this release, we test out the new acceptance tests. This is the first release with the new tooling.

It also adds a new package "github.com/pivotal-cf/kiln/tree/main/pkg/tile" for inspecting tiles.

The Kilnfile data-structure now omits empty fields when printing. This makes using the data-structure to manipulate existing Kilnfiles possible.

v0.70.0

03 Aug 21:18
Compare
Choose a tag to compare

kiln release-notes will now include issues with a "[Breaking Change]" prefix by default.

Full Changelog: v0.69.1...v0.70.0

v0.69.1

25 Jul 17:16
5b51e5c
Compare
Choose a tag to compare

What's Changed