From 48a989fa32a3c423afbca1b7d2405780b03c71bd Mon Sep 17 00:00:00 2001 From: leon3s Date: Wed, 1 Nov 2023 22:19:11 +0100 Subject: [PATCH] release/nightly: nanocl 0.11.0 --- bin/nanocl/changelog.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/bin/nanocl/changelog.md b/bin/nanocl/changelog.md index 0326c5dd2..4579c62e4 100644 --- a/bin/nanocl/changelog.md +++ b/bin/nanocl/changelog.md @@ -5,13 +5,14 @@ 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.11.0] +## [0.11.0] - 2023-11-01 ### Added -- Download cargo before image when running state apply +- Download InitContainer image when running state apply +- Use of nanocld_client v0.11.0 -## [0.10.0] - 2023-10-1 +## [0.10.0] - 2023-10-01 ### Added @@ -25,7 +26,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed -- Use of nanocld-client v0.10.0 (exec_cargo becomes create_exec and start_exec) [@anonkey](https://github.com/anonkey) +- Use of nanocld_client v0.10.0 (exec_cargo becomes create_exec and start_exec) [@anonkey](https://github.com/anonkey) ## [0.9.0] - 2023-07-04