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.
Files changed (2) hide show
  1. package/CHANGELOG.md +9 -2
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,9 +1,16 @@
1
- # [4.10.0](https://github.com/contentful/contentful-migration/compare/v4.9.7...v4.10.0) (2022-10-04)
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
- * use vault secrets ([#1118](https://github.com/contentful/contentful-migration/issues/1118)) ([c60c7b7](https://github.com/contentful/contentful-migration/commit/c60c7b72ffb8b9f384ab034c7f1f2e25f0f376c3))
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
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "contentful-migration",
3
- "version": "4.10.0",
3
+ "version": "4.11.0",
4
4
  "description": "Migration tooling for contentful",
5
5
  "author": "Contentful GmbH",
6
6
  "license": "MIT",