contentful-migration 4.10.0 → 4.11.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +9 -2
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,9 +1,16 @@
|
|
|
1
|
-
# [4.
|
|
1
|
+
# [4.11.0](https://github.com/contentful/contentful-migration/compare/v4.10.0...v4.11.0) (2022-10-04)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* add vault context ([4b98135](https://github.com/contentful/contentful-migration/commit/4b981356bea784ecf970ceb42305e4f767255fc7))
|
|
7
|
+
* add vault orb ([79a914c](https://github.com/contentful/contentful-migration/commit/79a914c12973674d5fcda1cb4f0b34db2db4c991))
|
|
2
8
|
|
|
3
9
|
|
|
4
10
|
### Features
|
|
5
11
|
|
|
6
|
-
*
|
|
12
|
+
* add to vault policies [SDK-2259] ([#1125](https://github.com/contentful/contentful-migration/issues/1125)) ([507d4df](https://github.com/contentful/contentful-migration/commit/507d4dff09be475bf7599ed41e68738328d10ded))
|
|
13
|
+
* use vault to get secrets for releasing [SDK-2259] ([#1126](https://github.com/contentful/contentful-migration/issues/1126)) ([be5190e](https://github.com/contentful/contentful-migration/commit/be5190eaa358a233135f895de7dfa2b6bb63800b))
|
|
7
14
|
|
|
8
15
|
# Change Log
|
|
9
16
|
|