From 4606bfbfa1bb518a976a46008168b436cf4fc6d3 Mon Sep 17 00:00:00 2001 From: Ramkumar Chinchani Date: Wed, 13 Mar 2024 18:45:32 +0000 Subject: [PATCH] docs: update whats-new section for v2.0.2 Add a summary of important changes in release v2.0.2 Signed-off-by: Ramkumar Chinchani --- docs/general/whats-new.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/docs/general/whats-new.md b/docs/general/whats-new.md index a382298..f46c85b 100644 --- a/docs/general/whats-new.md +++ b/docs/general/whats-new.md @@ -1,5 +1,27 @@ # What's New +## [v2.0.2](https://github.com/project-zot/zot/releases/tag/v2.0.2) + +### CVE Query Enhancements + +Images pushed to `zot` are automatically scanned for security vulnerabilities. +It is now possible to bisect CVEs between two image tags/versions in the same +repository. Furthermore, CVE query for a particular image tag can return a +detailed description of CVEs. + +### Documentation for "Immutable Image Tags" + +A new article has been added to document how image tags can be made +[immutable](../articles/immutable-tags.md). + +### Support for [ORAS Artifacts](https://github.com/oras-project/artifacts-spec) removed + +[OCI distribution spec](https://github.com/opencontainers/distribution-spec) +1.1.0 has added support "artifacts" which is likely to gain wider adoption. +ORAS artifacts support is not widely used or supported. + + :warning: Support is removed starting from this version. + ## [v2.0.1](https://github.com/project-zot/zot/releases/tag/v2.0.1) ### Support for hot reloading of LDAP credentials file