Releases: nokia/corteca-cli
Releases · nokia/corteca-cli
32.1.1
Changed
- Entrypoint changed to array format instead of string
- Default build output type set to "oci"
Bug Fixes
- Corteca publish command now publish the artifact vesrion noted in configuration instead of the last built artifact
- Fixed typo at corteca config set and corteca config add help commands.
32.0.0
Breaking Changes
- Removed support for
title,lang,description,fqdnin corteca.yaml. Applications using the old yaml schema need to be updated and remove the above fields to be able to build.
New
- authentication support for docker compliant registries
- introduce
--rootfsbuild option; user is able to provide a custom externally built rootfs (as tar.gz) to use as base root file system for application.
Changed
- user defined path for application entrypoint instead of fixed path
- corteca build generates different oci layer digests for rootfs and runtime config.json after every build
- toolchain image is removed. Applications can use the dockerfile template to customize the building environment
Bug Fixes
- fixed auto complete not working in some cases.
- fixed bug with some configuration values being reset to default.
31.1.0
Remove residual references to removed libraries
There were some residual references to removed libraries in the Makefiles for the templates which made corteca create to fail.
24.2.3
Major/Breaking changes
- Replaced buildroot-based toolchain with lightweight alpine toolchain based on multiarch/qemu
- Based on single multiarch toolchain image 24.2.3; supports armv7l, aarch64 (arm64 aka armv8) and x86_64 (amd64) architectures
- Three types of container images produced: OCI, Docker and legacy rootFS+ADF tarball
- Default application compile/runtime dependencies are different per language and are obtained from the language template
- Supports optional debug (unstripped) containers with debug facilities included (gdb, delve etc)
Additional changes
- Removed corteca config show cmd; the more generic config get can be used as a drop-in replacement
- Can use environment variables inside the configuration
- corteca config get/set can access (read) and modify any value inside the configuration tree
- corteca config add was added to append (complex) values to composite configuration entries from the cli
Minor/Transparent
- Exposed a wider range of context-specific values to be used inside the configuration (to be used in upcoming releases)
- Various bugfixes and improvements