Releases: pivotal-cf/kiln
Releases · pivotal-cf/kiln
v0.83.0
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
What's Changed
Full Changelog: v0.81.0...v0.82.0
- fix: Remove additional / from trainstat api endpoint
v0.81.0
Merge pull request #376 from pivotal-cf/hide-fakes-package-so-it-does…
v0.80.0
Merge pull request #373 from pivotal-cf/feat/fetch-trainstat-notes feat: fetch release notes for component bumps from trainstat
v0.79.0
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
v0.77.3
v0.77.2
Full Changelog: v0.77.1...v0.77.2
v0.77.1
This includes internal refactors and moves some of the "internal/component" api to the (importabl) "pkg/cargo" package
What's Changed
- refactor(validate): move validations to cargo package by @crhntr in #337
- refactor(tests): use . import instead of Ω (non-ascii) character by @crhntr in #338
- refactor(pkg): expose api to generate component release notes
Full Changelog: v0.77.0...v0.77.1
v0.77.0 - Lock Releases Based on the Current Version
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
Full Changelog: v0.76.0...v0.77.0
v0.76.0
fix(test): bump stemcell version number Authored-by: Gary Liu <[email protected]>