Skip to content

Commit

Permalink
docs: add link from What's New
Browse files Browse the repository at this point in the history
Signed-off-by: mbshields <[email protected]>
  • Loading branch information
mbshields committed Sep 26, 2023
1 parent 3144211 commit f09688e
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions docs/general/whats-new.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@

:warning: Support is deprecated for earlier release candidates.

- For a demonstration of an end-to-end OCI artifacts workflow, see [Software Provenance Workflow Using OCI Artifacts](../articles/workflow.md).

### Built-in UI support

- Using the new zot [GUI](../user-guides/user-guide-gui.md), you can browse a zot registry for container images and artifacts. The web interface provides the shell commands for downloading an image using popular third-party tools such as docker, podman, and skopeo.

### Support for social logins

- Support is added for OpenID authentication with GitHub, Google, and dex.

[//]: # (add link to article when available)
- Support is added for OpenID authentication with GitHub, Google, and dex. See [User Authentication and Authorization with zot](../articles/authn-authz.md).

### Group policies for authorization

Expand All @@ -26,7 +26,7 @@

- The validity of an image's signature can be [verified](../articles/verifying-signatures.md) by zot. Users can upload public keys or certificates to zot.

[//]: # (add when mgmt PR merges: ... using the new [`mgmt` extension](../general/extensions.md) of the zot API.)
[//]: # (add instructions when available.)

### Storage deduplication on startup

Expand All @@ -46,9 +46,7 @@

### Scheduling of background tasks

- You can adjust the background scheduler based on your deployment requirements for tasks that are handled in the background, such as garbage collection.

[//]: # (add to config guide when details are available)
- You can adjust the background scheduler based on your deployment requirements for tasks that are handled in the background, such as garbage collection. See [Configuring zot](../admin-guide/admin-configuration.md).

### Binaries for FreeBSD

Expand Down

0 comments on commit f09688e

Please sign in to comment.