Skip to content

Releases: pivotal-cf/kiln

v0.83.0

04 May 20:39
Compare
Choose a tag to compare

What's Changed

  • feat: kiln publish attaches all matching license files to release by @Spimtav in #383
    • Previously, kiln publish contained the hardcoded assumption that there would only be a single license file for each release. This assumption no longer holds true, so i've updated kiln to account for arbitrary numbers of licenses for a given release.

New Contributors

Full Changelog: v0.82.0...v0.83.0

v0.82.0

19 Apr 19:58
470bcf3
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.81.0...v0.82.0

  • fix: Remove additional / from trainstat api endpoint

v0.81.0

17 Apr 19:26
18c4378
Compare
Choose a tag to compare
Merge pull request #376 from pivotal-cf/hide-fakes-package-so-it-does…

v0.80.0

12 Apr 13:56
1711bd9
Compare
Choose a tag to compare
Merge pull request #373 from pivotal-cf/feat/fetch-trainstat-notes

feat: fetch release notes for component bumps from trainstat

v0.79.0

31 Mar 21:11
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.77.3...v0.79.0

  • feature(test command): add kiln test command @notrepo05 and @wayneadams in #349
  • feature(bake command): kiln bake now fetches releases and requires fewer flags @notrepo05 and @wayneadams in #349
  • feature(generate-osm-manifest command): generate OSM Manifest by @dtimm and @rhall-pivotal in #359
  • feature(validate command): ensure a release source config exists for each release lock by @crhntr in #361
  • fix(test command): set up SSH for release workflow by @wayneadams in #364
  • fix(update-stemcell command): honor stemcell version constraints by @rhall-pivotal in #368
  • fix(release-notes command): Kiln release notes uses Semver v2 compliant parser for tile versions by @crhntr

Internal refactors

  • Use the logger by @syslxg in #345
  • Acceptance tests run on PRs and pushes to main. Thank you to @rhall-pivotal and @dtimm for making this work!

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]>