Skip to content

Commit

Permalink
docs: update whats-new section for v2.0.2
Browse files Browse the repository at this point in the history
Add a summary of important changes in release v2.0.2

Signed-off-by: Ramkumar Chinchani <[email protected]>
  • Loading branch information
rchincha committed Mar 13, 2024
1 parent 9d8c6e5 commit 4606bfb
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions docs/general/whats-new.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 4606bfb

Please sign in to comment.