We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0fd0ad5 commit 0b941a9Copy full SHA for 0b941a9
1 file changed
CHANGELOG.md
@@ -6,10 +6,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
7
## [Unreleased]
8
9
+## [2.3.0] - 2023-07-13
10
+
11
### Added
12
13
* Introduce UPDATE_DOCKER_IMAGE environment variable.
14
* Setting this environment variable to "no" will skip updating the Docker image during `make up`.
15
+* ARCHIVE can now be specified in the recipe yaml file.
16
+ * Specify url and integrity in the following format
17
18
+```yaml
19
+mt-plugin-MTBlockEditor:
20
+ archive:
21
+ url: https://github.com/movabletype/mt-plugin-MTBlockEditor/releases/download/v1.1.10/MTBlockEditor-1.1.10.tar.gz
22
+ integrity: sha512-VCrI5B/cv4FAEV7O9GPOsJGEATwRcw4GqjVCWZiMPSkC9jx2l0kjnTXl6M2Xvv/x6THnPQj9VgxX9B0MG7a25g==
23
+```
24
25
### Changed
26
0 commit comments