Skip to content
This repository has been archived by the owner on Oct 29, 2024. It is now read-only.

Update changelog for next release #73

Merged
merged 1 commit into from
Sep 15, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Update changelog for next release
  • Loading branch information
felipecruz91 committed Sep 15, 2022
commit 43efdeef8d5d6d4fd7401171fc47315614706532
9 changes: 8 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,14 @@ LABEL org.opencontainers.image.title="Volumes Backup & Share" \
{\"title\":\"Support\", \"url\":\"https://github.com/docker/volumes-backup-extension/issues\"} \
]" \
com.docker.desktop.extension.icon="https://raw.githubusercontent.com/docker/volumes-backup-extension/main/icon.svg" \
com.docker.extension.changelog=""
com.docker.extension.changelog="<ul>\
<li>Improved volume list performance.</li> \
<li>Added support to import backups from any .tar.gz.</li> \
<li>Changed the clone operation to copy the volume labels as well.</li> \
<li>Fixed a bug where the clone operation will not validate whether the destination volume already existed.</li> \
<li>Added error tracking to detect issues before users report them.</li> \
<li>Fixed new vulnerabilities detected in the Dockerfile.</li> \
</ul>"

WORKDIR /
COPY docker-compose.yaml .
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@

## Installation

Install Docker Extension with the [Extensions CLI](https://docs.docker.com/desktop/extensions-sdk/#prerequisites).

The recommended way to install the extension is from the Marketplace in Docker Desktop.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thx for changing this !

You could also install it with the Docker Extensions CLI, targeting either a published released (e.g. `1.0.0`) or branch (e.g. `main`):
```bash
docker extension install docker/volumes-backup-extension:latest
docker extension install docker/volumes-backup-extension:main
```

## Run Locally
Expand Down