Release 3.3.0 - See CHANGELOG.md

This commit is contained in:
Dave Conroy
2022-04-30 03:23:45 -07:00
parent 0920b671cb
commit d1e98d9c4b
4 changed files with 61 additions and 33 deletions

View File

@@ -1,13 +1,15 @@
## 3.2.6 2022-04-25 <dave at tiredofit dot ca>
## 3.3.0 2022-04-30 <dave at tiredofit dot ca>
### Added
- Ability to auto clean old S3 / Minio Hosts like what occurs on filesysten
- Alert user how to turn off Zabbix Monitoring if fails
- Allow Zabbix Monitoring to work with S3
- Silence some more compression statements
### Changed
- Stop throwing error trying to move blank file if checksums are not enabled
## 3.2.5 2022-04-23 <dave at tiredofit dot ca>
### Changed
- Fix for restore still not working with DB_PORT variable
- Fix for Redis not backing up properly
- Start sending checksums for S3 Outputs
- Cleanup some code functions
- FIx Container Log Level always in DEBUG
## 3.2.4 2022-04-21 <dave at tiredofit dot ca>