Update CHANGELOG.md

Update CHANGELOG.md

Update CHANGELOG.md

Update CHANGELOG.md

Update CHANGELOG.md

Update CHANGELOG.md
pull/1/head
modem7 2021-09-10 16:36:44 +01:00
rodzic c868d52ff5
commit 4e6987669b
1 zmienionych plików z 14 dodań i 15 usunięć

Wyświetl plik

@ -9,7 +9,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/).
### Added
- Created Dockerfile based on the latest version.
- 'Docker-cli' is installed on startup by default with 'LIVEINSTALL' env variable available if you wish to customise.
- `Docker-cli` is installed on startup by default with `LIVEINSTALL` env variable available if you wish to customise.
- Added [wtfc](https://github.com/typekpb/wtfc) script to make sure there is an internet connection prior to running live install.
## [DockerCLI](https://hub.docker.com/layers/164828805/modem7/borgmatic-docker/dockercli/images/sha256-992eeb053c59ad5cc953a4e96c3d702d32bb903b419463a27df9002e8a7f58fd?context=repo) - 2021-09-10
@ -17,7 +17,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/).
### Added
- Created Dockerfile based on the latest version.
- Baked in 'docker-cli' during the install
- Baked in `docker-cli` during the install
## [1.5.18](https://hub.docker.com/layers/164830365/modem7/borgmatic-docker/1.5.18/images/sha256-12ad2daab8a13192908d9b5f37d7a5c0df1e76c87598bbf330f27c0fc11f78c4?context=repo) - 2021-09-10
@ -31,21 +31,20 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/).
### Changed
- Pinned dependency versions
- 'pip'==21.2.4
- 'borgbackup' to '1.1.17'
- 'borgmatic' to '1.5.18'
- 'llfuse' to '1.4.1'
- `pip` to `21.2.4`
- `borgbackup` to `1.1.17`
- `borgmatic` to `1.5.18`
- `llfuse` to `1.4.1`
- Added 'LIVEINSTALL' env variable to [liveinstall](https://hub.docker.com/layers/164828783/modem7/borgmatic-docker/liveinstall/images/sha256-9d53d2f4f00b7cf1e468db4a1ec10ac3698e0e61a7c0e666d6ac7954fc7f3aa2?context=repo) tag to allow for custom installation options
- If 'LIVEINSTALL' is not declared in your compose file, 'docker-cli' gets installed by default.
- Added `LIVEINSTALL` env variable to [liveinstall](https://hub.docker.com/layers/164828783/modem7/borgmatic-docker/liveinstall/images/sha256-9d53d2f4f00b7cf1e468db4a1ec10ac3698e0e61a7c0e666d6ac7954fc7f3aa2?context=repo) tag to allow for custom installation options
- If `LIVEINSTALL` is not declared in your compose file then `docker-cli` gets installed by default.
- Added Changelog.
## [1.5.14](https://hub.docker.com/layers/164832068/modem7/borgmatic-docker/1.5.14/images/sha256-f80eaa0fd3a9e1b42d91fb4fb677d07a43bdcfbc87db43f5a614b2de47b50209?context=repo) - 2021-09-10
### Added
- [B3vis/Borgmatic](https://hub.docker.com/r/b3vis/borgmatic)
Cloned repo from B3vis/Borgmatic
- Cloned [B3vis/Borgmatic](https://hub.docker.com/r/b3vis/borgmatic) repo
### Changed
@ -55,12 +54,12 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/).
- Added requirements.txt
- Created drone multiarch pipeline
- Added hadolint file
- Added ability to see what package versions are installed
- List what package versions are installed in STDOUT
### Fixed
- Pinned dependency versions
- 'pip'==20.2.4
- 'borgbackup' to '1.1.16'
- 'borgmatic' to '1.5.14'
- 'llfuse' to '1.3.8'
- `pip` to `20.2.4`
- `borgbackup` to `1.1.16`
- `borgmatic` to `1.5.14`
- `llfuse` to `1.3.8`