Skip to content

Releases: nokia/corteca-cli

32.1.1

Choose a tag to compare

@aegagros aegagros released this 02 May 07:01

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

Choose a tag to compare

@aegagros aegagros released this 03 Apr 07:22

Breaking Changes

  • Removed support for title, lang, description, fqdn in 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 --rootfs build 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

Choose a tag to compare

@aegagros aegagros released this 03 Apr 07:21
Add content for v31.1.0

Remove residual references to removed libraries

Choose a tag to compare

@tsopokis tsopokis released this 01 Aug 18:25

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

24.2.3

Choose a tag to compare

@tsopokis tsopokis released this 16 Jul 12:08

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

Choose a tag to compare

@tsopokis tsopokis released this 12 Apr 16:59
  • Removed some files from functional tests (invalid filenames on windows)
  • Added environment definition parameters

24.2.1

Choose a tag to compare

@tsopokis tsopokis released this 10 Apr 15:56

First release of corteca-cli