From acb6f4f4cb3681f72f5dffa707f917bb8863be8d Mon Sep 17 00:00:00 2001 From: leon3s Date: Sat, 24 Feb 2024 18:15:53 +0100 Subject: [PATCH] release/nanocld: 0.14.0-nightly --- bin/nanocld/changelog.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/bin/nanocld/changelog.md b/bin/nanocld/changelog.md index d7cae5e82..d684eeec0 100644 --- a/bin/nanocld/changelog.md +++ b/bin/nanocld/changelog.md @@ -5,6 +5,17 @@ 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.14.0] + +### Changed + +- New event system +- Download image in background +- Queu task for process object (job, cargo, vm) +- Object process status +- ImagePullPolicy option to always pull the image or only if it doesn't exists +- ImagePullSecret option for private registry + ## [0.13.0] - 2023-12-28 ### Changed