Skip to content

Releases: nokia/corteca-cli

Remove residual references to removed libraries

01 Aug 18:25
Compare
Choose a tag to compare

There were some residual references to removed libraries in the Makefiles for the templates which made corteca create to fail.

24.2.3

16 Jul 12:08
Compare
Choose a tag to compare

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

v24.2.2

12 Apr 16:59
Compare
Choose a tag to compare
  • Removed some files from functional tests (invalid filenames on windows)
  • Added environment definition parameters

24.2.1

10 Apr 15:56
Compare
Choose a tag to compare

First release of corteca-cli