Skip to content

Further CNAB Core Compliance

Pre-release
Pre-release
Compare
Choose a tag to compare
@jeremyrickard jeremyrickard released this 23 Jul 14:59
d0e47f4

This release incorporates more CNAB Core changes as we continue the journey toward a a 1.0 release of cnab-go, as well as more support for drivers.

Features

  • add Outputs field to Claim struct (#66)
  • Handle immutable parameters in Bundle.ValuesOrDefaults (#64)
  • Configure container streams (#674)
  • use Canonical JSON (#612)
  • Use Docker client for driver instead of exec (#185)
  • Load credential sets (#123)
  • install prototype (#47)
  • Support for relocation mapping files (#778)
  • Remove tar file representation of images in thick bundles (#770)
  • Add a kubernetes driver (#765)
  • Update action.Action interface, regarding the implementations changes (#687)
  • refactor root cmd init (#709)
  • Remove insecure references from bundle actions command (#698)

Bug Fixes

  • fixed regressions (#111)
    *exclude Out from json marshalling in Operation (#54)
  • Fix a nil pointer deference in bundle.ValuesOrDefaults when there are no parameters defined in the bundle (#50)
  • Fix a nil pointer dereference when calling an action and the underlying bundle has no defined parameters. Add a unit test covering this case. (#44)