Skip to content

Releases: pivotal-cf/kiln

v0.85.0

07 Jun 18:42
Compare
Choose a tag to compare

What's Changed

  • feat: Add migrations test workflow to test command (#384)
    • Default kiln test runs migration and manifest tests now
    • Flags --manifest-only and --migrations-only added to test command
    • Node.js/npm added to Dockerfile for test command
  • fix: Don't authenticate GETs to artifactory
    • Remove basic auth from find and match release in artifactory_release_source

Full Changelog: v0.84.0...v0.85.0

v0.84.0

11 May 18:46
Compare
Choose a tag to compare

Full Changelog: v0.83.0...v0.84.0

This release publishes internal changes to the Cargo package github.com/pivotal-cf/kiln/pkg/cargo.

Some of the Kilnfile reading methods were renamed and unused functions/types deleted.

Known Issues

  • Kiln bake is failing when Kilnfile does not exist even if it does not need a Kilnfile #371

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…

…-not-show-up-on-godoc

refactor: hide fakes package so it does not show up on godoc

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

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