Skip to content

nanocl-0.15.0

Latest
Compare
Choose a tag to compare
@botnh botnh released this 10 Jun 22:58
· 1 commit to nightly since this release
b99c108

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog,
and this project adheres to Semantic Versioning.

[0.15.0] - 2024-06-11

Added

  • Status information in the table of cargo ls and vm ls command and job ls
  • nanocl metric inspect command to get details about a metric
  • nanocl event inspect command to get details about an event
  • nanocl backup command to backup the current state into multiple Statefiles
  • HOST env variable to override the default host
  • CERT and CERT_KEY env variable to pass certificate and certificate key to the client
  • nanocl state apply --remove-orphans to remove orphaned objects
  • nanocl secret create tls now accept path to the certificate and key

Fixed

  • nanocl cargo run now correctly wait the cargo to be running before returning
  • nanocl vm run now correctly wait the vm to be running before returning
  • nanocl cargo start now correctly wait the cargo to be running before returning
  • nanocl cargo stop now correctly wait the cargo to be stopped before returning
  • nanocl cargo patch now correctly wait the cargo to be patched before returning
  • nanocl job start now correctly wait the job to be running before returning
  • nanocl vm start now correctly wait the vm to be running before returning
  • nanocl vm stop now correctly wait the vm to be stopped before returning
  • Diff trigger when applying a Statefile now correctly compare the current state with the new state

Changed

  • inspect rm stop start have been refactored to have a single interface matching all object
  • Removed the namespace in the table of cargo ls and vm ls command
  • Cleaner Loader when apply and removing Statefile