Skip to content

Releases: humanitec/cli

v0.34.2

11 Dec 12:19
315a529
Compare
Choose a tag to compare

What's Changed

v0.34.1

10 Dec 18:31
315a529
Compare
Choose a tag to compare

Changelog

  • feat: add ability to pin and unpin active resource @dharsanb
  • fix: added def_version_id, target_def_version_id fields @dharsanb

v0.34.0

26 Nov 15:57
315a529
Compare
Choose a tag to compare

Changelog

  • feat(res-def-version): add ability promote, archive and unarchive @dharsanb
  • feat: add score extenstion file validation @mateuszjenek
  • fix: stdin reading for humctl apply @astromechza

v0.33.0

11 Nov 15:59
315a529
Compare
Choose a tag to compare

Changelog

  • fix: strict decode score deploy config and yaml files @astromechza

v0.32.0

06 Nov 11:11
315a529
Compare
Choose a tag to compare

Changelog

  • feat: support - as stdin file argument @astromechza
  • fix: add ability to do api post request without data @dharsanb
  • fix: force delete resource definitions @dharsanb
  • fix: support getting and listing shared values at environment level @astromechza

v0.31.0

21 Oct 09:29
315a529
Compare
Choose a tag to compare

Changelog

feat: completions for get command as there are no subcommands by @dharsanb
feat: add wait flag to deploy cmd by @mateuszjenek

v0.30.3

07 Oct 07:06
315a529
Compare
Choose a tag to compare

Changelog

  • fix(driver): driver template might be updated
  • fix(driver): set template in driver definition

v0.30.2

26 Sep 12:54
315a529
Compare
Choose a tag to compare

Changelog

  • Update free trial link in README
  • build(deps): bump github.com/score-spec/score-go from 1.7.3 to 1.8.1
  • refactor: removed env type, id and app id from active resources

v0.30.1

12 Sep 07:16
315a529
Compare
Choose a tag to compare

Changelog

  • fix(res-def): reject resource definitions with unknown fields in driver inputs

v0.30.0

11 Sep 16:56
315a529
Compare
Choose a tag to compare

Changelog

  • feat: added resources check-connectivity and check-account