From ced74157dfe31549e43f77b9ae169ed3fe5b9bf8 Mon Sep 17 00:00:00 2001 From: leon3s Date: Sat, 23 Dec 2023 00:00:21 +0100 Subject: [PATCH] release/nanocl: 0.12.0-stable --- bin/nanocl/changelog.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/bin/nanocl/changelog.md b/bin/nanocl/changelog.md index d4a380c1a..0fd7ed342 100644 --- a/bin/nanocl/changelog.md +++ b/bin/nanocl/changelog.md @@ -5,16 +5,20 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [0.12.0] +## [0.12.0] 2023-12-22 ### Added - Nanocl state apply return exit code on errors. - Nanocl state apply --reload to skip diff check. - Cargo image import with progress bar. -- Use of nanocld_client 0.12. - Fix double create_at column in `nanocl cargo ls`. - Better `nanocl ps`. +- Install command with `-p | --force-pull` to force repull image + +### Changed + +- Use of nanocld_client 0.12. ## [0.11.0] - 2023-11-06