blob: 543efcbd1dd23bf4a00c01839d5bccf8a9de38dc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
|
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [1.3.2] - 2024-04-12
### Changed
- Remove pubspec.lock from repository
- Updated dependencies
- Updated min dart sdk version to 3.3.0
### Fixed
- Fixed CI integration
## [1.3.1] - 2023-11-27
### Changed
- Updated dependencies
- Updated min dart version to 3.2.0
## [1.3.0] - 2023-09-15
### Added
- Added cleanup step to delete old backups on the remote
### Changed
- Updated dependencies
- Updated min dart version to 3.1.0
## [1.2.1] - 2023-08-12
### Fixed
- Fixup AUR release
## [1.2.0] - 2023-08-12
### Added
- Support for running alternative backup services
- By setting the backup label to a non empty string, a hook is registered
- Is the name of a systemd unit or template unit
- Automatically escapes volume names when passed to a template
- Can run as preparation or instead of the normal backup
- Backup logic (ordering, container-management, etc.) still applies
### Changed
- Improve documentation
## [1.1.0] - 2023-08-04
### Added
- Add support for detecting pods
## [1.0.4] - 2023-07-09
### Changed
- Remove --fsync from rsync call due to compatibility reasons
## [1.0.3] - 2023-07-08
### Added
- Add upload to packagecloud
## [1.0.2] - 2023-06-09
### Changed
- Update dependencies
## [1.0.1] - 2023-04-04
### Added
- Add support for AUR releases
### Changed
- Update dependencies
## [1.0.0+1] - 2023-03-31
### Fixed
- Fixed release artifacts
## [1.0.0] - 2023-03-30
### Added
- Initial release
[1.3.2]: https://github.com/Skycoder42/podman_backup/compare/v1.3.1...v1.3.2
[1.3.1]: https://github.com/Skycoder42/podman_backup/compare/v1.3.0...v1.3.1
[1.3.0]: https://github.com/Skycoder42/podman_backup/compare/v1.2.1...v1.3.0
[1.2.1]: https://github.com/Skycoder42/podman_backup/compare/v1.2.0...v1.2.1
[1.2.0]: https://github.com/Skycoder42/podman_backup/compare/v1.1.0...v1.2.0
[1.1.0]: https://github.com/Skycoder42/podman_backup/compare/v1.0.4...v1.1.0
[1.0.4]: https://github.com/Skycoder42/podman_backup/compare/v1.0.3...v1.0.4
[1.0.3]: https://github.com/Skycoder42/podman_backup/compare/v1.0.2...v1.0.3
[1.0.2]: https://github.com/Skycoder42/podman_backup/compare/v1.0.1...v1.0.2
[1.0.1]: https://github.com/Skycoder42/podman_backup/compare/v1.0.0+1...v1.0.1
[1.0.0+1]: https://github.com/Skycoder42/podman_backup/compare/v1.0.0...v1.0.0+1
[1.0.0]: https://github.com/Skycoder42/podman_backup/releases/tag/v1.0.0
|