From 9d47cebb0c068c63cac5aff80276cf7f70422f33 Mon Sep 17 00:00:00 2001 From: Ramkumar Chinchani Date: Thu, 25 Jan 2024 19:25:17 +0000 Subject: [PATCH] docs: add notes for v2.0.1 release Signed-off-by: Ramkumar Chinchani --- .wordlist.txt | 1 + docs/general/whats-new.md | 10 ++++++++++ 2 files changed, 11 insertions(+) diff --git a/.wordlist.txt b/.wordlist.txt index ed06843..c62e5ff 100644 --- a/.wordlist.txt +++ b/.wordlist.txt @@ -23,6 +23,7 @@ benchmarking blackbox BoltDB boolean +Bugfixes busybox CD certDir diff --git a/docs/general/whats-new.md b/docs/general/whats-new.md index a9700ec..a382298 100644 --- a/docs/general/whats-new.md +++ b/docs/general/whats-new.md @@ -1,5 +1,15 @@ # What's New +## [v2.0.1](https://github.com/project-zot/zot/releases/tag/v2.0.1) + +### Support for hot reloading of LDAP credentials file + +Since v2.0.0, LDAP credentials have been specified in a separate file. Starting with this version, the file is watched and changes applied without restarting zot. + +### Bugfixes and performance improvements + +Under some configurations, zot consumes significant CPU and memory resources. This has been fixed in this release. + ## [v2.0.0](https://github.com/project-zot/zot/releases/tag/v2.0.0) ### Updated OCI support