Releases: karavel-io/cli
Releases · karavel-io/cli
v0.4.2
v0.4.1
v0.4.0
Karavel CLI (v0.4.0)
Changelog
Full changelog: v0.3.0...v0.4.0
Changed
- BREAKING: The
namespace
field inkaravel.hcl
has been made optional by falling back to thenamespace
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
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 isv0.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
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
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
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
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