mirror of
https://github.com/tiredofit/docker-db-backup.git
synced 2025-12-21 13:23:12 +01:00
Merge pull request #158 from mark-monteiro/patch-1
Improve release notes for 3.4.1
This commit is contained in:
16
CHANGELOG.md
16
CHANGELOG.md
@@ -1,10 +1,18 @@
|
|||||||
## 3.4.1 2022-09-13 <dave at tiredofit dot ca>
|
## 3.4.1 2022-09-13 <dave at tiredofit dot ca>
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
- Introduce environment variables for SCRIPT_LOCATION_POST and SCRIPT_LOCATION_PRE for better seperation
|
- Introduce environment variables for SCRIPT_LOCATION_POST and SCRIPT_LOCATION_PRE for better seperation
|
||||||
|
|
||||||
|
### Deprecated
|
||||||
|
|
||||||
### Changed
|
- Introduce deprecation warning for the custom script paths `/assets/custom-scripts` and `/assets/custom-scripts/pre`. These
|
||||||
- Introduce deprecation warning for /assets/custom-scripts and /assets/custom-scripts/pre
|
paths will continue to work for now but support may be removed in the next major version release. To support the new
|
||||||
|
default paths your scripts should be moved as follows:
|
||||||
|
|
||||||
|
|Script Type|Old Path (Deprecated)|New Environment Variable|Environment Value Default|
|
||||||
|
|-----------|--------|-------------------------|----------------|
|
||||||
|
|Pre|`/assets/custom-scripts/pre`|SCRIPT_LOCATION_PRE|`/assets/scripts/pre`|
|
||||||
|
|Post|`/assets/custom-scripts`|SCRIPT_LOCATION_POST|`/assets/scripts/post`|
|
||||||
|
|
||||||
|
|
||||||
## 3.4.0 2022-09-12 <dave at tiredofit dot ca>
|
## 3.4.0 2022-09-12 <dave at tiredofit dot ca>
|
||||||
|
|||||||
Reference in New Issue
Block a user