This repository has been archived by the owner on Oct 29, 2024. It is now read-only.
Releases: docker/volumes-backup-extension
Releases · docker/volumes-backup-extension
1.1.0
Major updates
- Improved volume list performance.
- Added support to import backups from any
.tar.gz
. - Added support to export and import volumes to/from
.tar.zst
and.tar.bz2
. - Copy volume labels when cloning a volume.
- Added error tracking to detect issues before users report them.
- Fixed new vulnerabilities detected in the Dockerfile.
More details
Bug Fixes
- Fixed a bug where the clone operation will not validate whether the destination volume already existed.
What's Changed
- feat(lint): add eslint by @lucbpz in #56
- Do not keep docker engine CLI in memory, re-instantiate if for every HTTP request by @gtardif in #57
- Keep volume labels when cloning by @felipecruz91 in #65
- Fix new vulnerabilities by @felipecruz91 in #66
- Improve volume list performance by @felipecruz91 in #62
- Allow to import from any .tar.gz by @felipecruz91 in #63
- Add Bugsnag to report errors by @felipecruz91 in #58
- Use correct commit sha and tag name by @cdupuis in #72
- Validate volume name before cloning by @felipecruz91 in #71
- Pin Docker base images in Dockerfile by @atomist in #68
- Update changelog for next release by @felipecruz91 in #73
- Run jobs in //, do not run Trivy anymore as we have atomist that provides better feedback by @gtardif in #74
- Avoid duplication of image labels by @gtardif in #77
- feat(): add ux improvements by @lucbpz in #80
- Use multi-threaded compression and support more archive formats by @felipecruz91 in #79
- Enable back GHA cache in workflow by @felipecruz91 in #82
- Pin Docker base image in docker/images/alpine-tar-zstd/Dockerfile by @atomist in #81
- Remove benchmark from the CI workflows by @gtardif in #83
- Support backwards compatibility when importing .tar.gz archives from previous version by @felipecruz91 in #84
- Minor UX changes by @felipecruz91 in #85
- Fix row index by @felipecruz91 in #86
- Re-pin Docker base image in Dockerfile by @atomist in #88
New Contributors
Full Changelog: 1.0.0...1.1.0
1.0.0
What's Changed
- Stop and start containers on push and pull by @felipecruz91 in #50
- Minor UI fixes by @felipecruz91 in #51
- Do not allow to push volumes larger than 10GB by @felipecruz91 in #53
- Gather analytics on user actions (when desktop allows gathering analytics) by @gtardif in #52
- Add acknowledgements to detailed description by @felipecruz91 in #54
Full Changelog: 1.0.0-rc.2...1.0.0
1.0.0-rc.2
What's Changed
- fix(Notifications): fix notifications API to create errors correctly by @lucbpz in #45
- Display spinner when doing an action on a volume by @felipecruz91 in #47
- Do not push image to DockerHub on forks by @felipecruz91 in #49
- Invert icons used for import / export by @gtardif in #48
New Contributors
Full Changelog: 1.0.0-rc.1...1.0.0-rc.2
1.0.0-rc.1
What's Changed
- Listen to volume events by @felipecruz91 in #23
- Stop/start containers when exporting/importing by @felipecruz91 in #24
- Do not use
/var/run/docker.sock.raw
by @felipecruz91 in #26 - Add more tests and clean up container logs by @felipecruz91 in #27
- Add CI badges by @felipecruz91 in #28
- Return volume size as a numeric byte count by @felipecruz91 in #30
- feat(ImportIntoNew): add Import Into New user flow. by @lucbpz in #31
- Clean volume data before importing/loading by @felipecruz91 in #32
- Feature/single import by @lucbpz in #33
- Feature/export by @lucbpz in #34
- feat(*): change icon and title, add feedback form by @lucbpz in #35
- feat(Transfer): change dialog to new design by @lucbpz in #37
- Implement push volume to registry by @felipecruz91 in #29
- Import volume from registry (pull) by @felipecruz91 in #38
- Add issue templates by @felipecruz91 in #40
- feat(Export): add push to registry. Do some cleanup. by @lucbpz in #39
- Feature/pull from registry by @lucbpz in #41
- feat(Notifications): add snackbar notifications by @lucbpz in #42
- feat(metadata): update dockerfile, add screenshots by @lucbpz in #43
- Pass auth in body instead of in the req headers by @felipecruz91 in #44
New Contributors
Full Changelog: 0.0.7...0.1.0-alpha
0.0.7
What's Changed
- Run only one container to get volume sizes with nsenter by @felipecruz91 in #21
Full Changelog: 0.0.6...0.0.7
0.0.6
What's Changed
- Use backend service to get volumes, containers and sizes by @felipecruz91 in #20
Full Changelog: 0.0.5...0.0.6
0.0.5
What's Changed
- Performance improvements by @felipecruz91 in #15
- Added a new action to delete a volume forever.
- Fix #4
- Add a progress bar when calculating a volume size.
Full Changelog: 0.0.4...0.0.5
0.0.4
What's Changed
- Clone and transfer volumes between Docker hosts by @felipecruz91 in #11
- Run container from volume by @felipecruz91 in #12
- Fix toast error when image was not available locally by @felipecruz91 in #13
Full Changelog: 0.0.3...0.0.4
0.0.3
What's Changed
- Implement import, save, load and empty actions by @felipecruz91 in #7
Acknowledgments
Thank you @benja-M-1 for the UI/UX suggestions!
Full Changelog: 0.0.2...0.0.3
0.0.2
What's Changed
- Try to improve container names and volume names rendering by @benja-M-1 in #2
- Display containers by @felipecruz91 in #1
- Remove mountpoint column by @felipecruz91 in #5
- Add GHA workflows by @felipecruz91 in #6
New Contributors
- @benja-M-1 made their first contribution in #2
- @felipecruz91 made their first contribution in #1
Full Changelog: https://github.com/felipecruz91/vackup-docker-extension/commits/0.0.2