Releases: nokia/corteca-cli
Releases · nokia/corteca-cli
Remove residual references to removed libraries
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