Skip to content

Releases: karavel-io/cli

v0.4.2

02 Aug 14:45
7d70902
Compare
Choose a tag to compare

Karavel CLI (v0.4.2)

Changelog

  • Split commit date and build date (#14)
  • Implement Nix Flake (#14)

Docker images

  • docker pull ghcr.io/karavel-io/cli:v0.4.2
  • docker pull quay.io/karavel/cli:v0.4.2

v0.4.1

18 Jul 15:51
8cc2dc7
Compare
Choose a tag to compare

Karavel CLI (v0.4.1)

Changelog

  • Fixes regression that excluded Helm Hooks from rendering (#12)

Docker images

  • docker pull ghcr.io/karavel-io/cli:v0.4.1
  • docker pull quay.io/karavel/cli:v0.4.1

v0.4.0

27 Jun 13:53
Compare
Choose a tag to compare

Karavel CLI (v0.4.0)

Changelog

Full changelog: v0.3.0...v0.4.0

Changed

  • BREAKING: The namespace field in karavel.hcl has been made optional by falling back to the namespace value in each component's chart. This means components must provide it or rendering will fail when the namespace is omitted!

Docker images

  • docker pull ghcr.io/karavel-io/cli:v0.4.0
  • docker pull quay.io/karavel/cli:v0.4.0

v0.3.0

22 Jun 08:49
Compare
Choose a tag to compare

Karavel CLI (v0.3.0)

Changelog

Changed

  • Init now uses the GitHub tags API to fetch the latest version and generates an empty karavel.hcl, instead of trying to download an example file from the release.
  • The version/git commit fields are now filled even when building directly from source (eg. go install github.com/karavel-io/cli@latest)
  • To avoid stale caches, each run of karavel will now make its own distinct temporary folders.
  • Version tags are now prefixed with a v to comply with Go's expected versioning scheme for modules (so 0.3.0 is v0.3.0)

Fixed

  • Karavel now uses the proper TEMP path on Windows instead of /tmp

Docker images

  • docker pull ghcr.io/karavel-io/cli:v0.3.0
  • docker pull quay.io/karavel/cli:v0.3.0

0.2.1

08 Mar 15:58
6432ca9
Compare
Choose a tag to compare

Karavel CLI (0.2.1)

Changelog

Fixed

  • Add new bootstrap apps to kustomization list

Docker images

  • docker pull ghcr.io/karavel-io/cli:0.2.1
  • docker pull quay.io/karavel/cli:0.2.1

0.2.0

08 Mar 13:50
83e95ee
Compare
Choose a tag to compare

Karavel CLI (0.2.0)

Changelog

Added

  • Allow overriding component integration flags via the HCL file
  • Generate bootstrap and projects applications so that Argo can automatically deploy everything from the start

Docker images

  • docker pull ghcr.io/karavel-io/cli:0.2.0
  • docker pull quay.io/karavel/cli:0.2.0

0.1.1

01 Feb 16:48
Compare
Choose a tag to compare

Karavel CLI (0.1.1)

Changelog

Changed

  • karavel render now renders UNIX-style paths regardless of host operating system (#4)

Fixed

  • Multiple data races and crashes have been fixed when rendering charts (#5)

Full Changelog: 0.1.0...0.1.1

Docker images

  • docker pull ghcr.io/karavel-io/cli:0.1.1
  • docker pull quay.io/karavel/cli:0.1.1

0.1.0

25 Oct 13:51
945162c
Compare
Choose a tag to compare

Karavel CLI (0.1.0)

Changelog

Initial release with karavel init and karavel render implemented 🎉

Docker images

  • docker pull ghcr.io/karavel-io/cli:0.1.0
  • docker pull quay.io/karavel/cli:0.1.0