@adobe/helix-deploy 6.2.23 → 6.2.26
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 +21 -0
- package/package.json +18 -18
- package/src/deploy/BaseDeployer.js +2 -2
- package/src/gateway/FastlyGateway.js +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,24 @@
|
|
|
1
|
+
## [6.2.26](https://github.com/adobe/helix-deploy/compare/v6.2.25...v6.2.26) (2022-04-22)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Reverts
|
|
5
|
+
|
|
6
|
+
* Revert "fix(aws): link integration to v alias of function (#401)" ([ec6d70b](https://github.com/adobe/helix-deploy/commit/ec6d70bf5735ef3991497a1b13b0c63aaa42ce60)), closes [#401](https://github.com/adobe/helix-deploy/issues/401)
|
|
7
|
+
|
|
8
|
+
## [6.2.25](https://github.com/adobe/helix-deploy/compare/v6.2.24...v6.2.25) (2022-04-22)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Bug Fixes
|
|
12
|
+
|
|
13
|
+
* **aws:** link integration to v alias of function ([#401](https://github.com/adobe/helix-deploy/issues/401)) ([1a46a0e](https://github.com/adobe/helix-deploy/commit/1a46a0e3543d460c5fc3378b8bcf2e3ff837c5d4))
|
|
14
|
+
|
|
15
|
+
## [6.2.24](https://github.com/adobe/helix-deploy/compare/v6.2.23...v6.2.24) (2022-04-19)
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
### Bug Fixes
|
|
19
|
+
|
|
20
|
+
* **deps:** update external fixes ([#400](https://github.com/adobe/helix-deploy/issues/400)) ([4d9623c](https://github.com/adobe/helix-deploy/commit/4d9623c62bf5c7c3bdb6830f7e6fe8b9352ddadb))
|
|
21
|
+
|
|
1
22
|
## [6.2.23](https://github.com/adobe/helix-deploy/compare/v6.2.22...v6.2.23) (2022-04-10)
|
|
2
23
|
|
|
3
24
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@adobe/helix-deploy",
|
|
3
|
-
"version": "6.2.
|
|
3
|
+
"version": "6.2.26",
|
|
4
4
|
"description": "Library and Commandline Tools to build and deploy OpenWhisk Actions",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"homepage": "https://github.com/adobe/helix-deploy#readme",
|
|
@@ -39,33 +39,33 @@
|
|
|
39
39
|
"dependencies": {
|
|
40
40
|
"@adobe/fastly-native-promises": "2.0.7",
|
|
41
41
|
"@adobe/helix-fetch": "3.0.9",
|
|
42
|
-
"@aws-sdk/client-apigatewayv2": "3.
|
|
43
|
-
"@aws-sdk/client-lambda": "3.
|
|
44
|
-
"@aws-sdk/client-s3": "3.
|
|
45
|
-
"@aws-sdk/client-secrets-manager": "3.
|
|
46
|
-
"@aws-sdk/client-ssm": "3.
|
|
42
|
+
"@aws-sdk/client-apigatewayv2": "3.72.0",
|
|
43
|
+
"@aws-sdk/client-lambda": "3.72.0",
|
|
44
|
+
"@aws-sdk/client-s3": "3.72.0",
|
|
45
|
+
"@aws-sdk/client-secrets-manager": "3.72.0",
|
|
46
|
+
"@aws-sdk/client-ssm": "3.72.0",
|
|
47
47
|
"@fastly/js-compute": "0.2.4",
|
|
48
48
|
"@google-cloud/functions": "1.2.0",
|
|
49
|
-
"@google-cloud/secret-manager": "3.
|
|
50
|
-
"@google-cloud/storage": "5.19.
|
|
49
|
+
"@google-cloud/secret-manager": "3.12.0",
|
|
50
|
+
"@google-cloud/storage": "5.19.2",
|
|
51
51
|
"@rollup/plugin-alias": "3.1.9",
|
|
52
|
-
"@rollup/plugin-commonjs": "21.0
|
|
52
|
+
"@rollup/plugin-commonjs": "21.1.0",
|
|
53
53
|
"@rollup/plugin-json": "4.1.0",
|
|
54
|
-
"@rollup/plugin-node-resolve": "13.1
|
|
55
|
-
"archiver": "5.3.
|
|
54
|
+
"@rollup/plugin-node-resolve": "13.2.1",
|
|
55
|
+
"archiver": "5.3.1",
|
|
56
56
|
"chalk-template": "0.4.0",
|
|
57
57
|
"constants-browserify": "1.0.0",
|
|
58
58
|
"dotenv": "16.0.0",
|
|
59
59
|
"express": "4.17.3",
|
|
60
60
|
"form-data": "4.0.0",
|
|
61
|
-
"fs-extra": "10.0
|
|
61
|
+
"fs-extra": "10.1.0",
|
|
62
62
|
"get-stream": "6.0.1",
|
|
63
|
-
"isomorphic-git": "1.17.
|
|
63
|
+
"isomorphic-git": "1.17.1",
|
|
64
64
|
"openwhisk": "3.21.6",
|
|
65
65
|
"proxyquire": "2.1.3",
|
|
66
|
-
"rollup": "2.70.
|
|
66
|
+
"rollup": "2.70.2",
|
|
67
67
|
"rollup-plugin-terser": "7.0.2",
|
|
68
|
-
"semver": "7.3.
|
|
68
|
+
"semver": "7.3.7",
|
|
69
69
|
"tar": "6.1.11",
|
|
70
70
|
"webpack": "5.72.0",
|
|
71
71
|
"yargs": "17.4.1"
|
|
@@ -73,7 +73,7 @@
|
|
|
73
73
|
"devDependencies": {
|
|
74
74
|
"@adobe/eslint-config-helix": "1.3.2",
|
|
75
75
|
"@adobe/helix-shared-wrap": "1.0.4",
|
|
76
|
-
"@adobe/helix-status": "9.2.
|
|
76
|
+
"@adobe/helix-status": "9.2.11",
|
|
77
77
|
"@adobe/helix-universal-logger": "2.0.7",
|
|
78
78
|
"@semantic-release/changelog": "6.0.1",
|
|
79
79
|
"@semantic-release/git": "10.0.1",
|
|
@@ -85,13 +85,13 @@
|
|
|
85
85
|
"eslint-plugin-header": "3.1.1",
|
|
86
86
|
"eslint-plugin-import": "2.26.0",
|
|
87
87
|
"husky": "7.0.4",
|
|
88
|
-
"lint-staged": "12.3.
|
|
88
|
+
"lint-staged": "12.3.8",
|
|
89
89
|
"mocha": "9.2.2",
|
|
90
90
|
"mocha-junit-reporter": "2.0.2",
|
|
91
91
|
"mocha-multi-reporters": "1.5.1",
|
|
92
92
|
"nock": "13.2.4",
|
|
93
93
|
"semantic-release": "19.0.2",
|
|
94
|
-
"sinon": "13.0.
|
|
94
|
+
"sinon": "13.0.2",
|
|
95
95
|
"yauzl": "2.10.0"
|
|
96
96
|
},
|
|
97
97
|
"engines": {
|
|
@@ -153,7 +153,7 @@ export default class BaseDeployer {
|
|
|
153
153
|
}
|
|
154
154
|
|
|
155
155
|
/**
|
|
156
|
-
* Returns the link versions based on the
|
|
156
|
+
* Returns the link versions based on the configuration. eg ['v8', 'ci']
|
|
157
157
|
*/
|
|
158
158
|
getLinkVersions() {
|
|
159
159
|
const sfx = [];
|
|
@@ -164,7 +164,7 @@ export default class BaseDeployer {
|
|
|
164
164
|
if (link === 'major' || link === 'minor') {
|
|
165
165
|
if (!s) {
|
|
166
166
|
// eslint-disable-next-line no-underscore-dangle
|
|
167
|
-
this.log.warn(chalk`{yellow warn:}
|
|
167
|
+
this.log.warn(chalk`{yellow warn:} Ignoring ${link} version link for ${this.cfg.version}. No semver format.`);
|
|
168
168
|
return;
|
|
169
169
|
}
|
|
170
170
|
if (link === 'major') {
|
|
@@ -54,7 +54,7 @@ export default class FastlyGateway {
|
|
|
54
54
|
}));
|
|
55
55
|
|
|
56
56
|
await this._fastly.bulkUpdateDictItems(undefined, 'aliases', ...versionstrings);
|
|
57
|
-
this._fastly.discard();
|
|
57
|
+
await this._fastly.discard();
|
|
58
58
|
this.log.info(chalk`{green ok:} updated links on the Gateway for version ${version}.`);
|
|
59
59
|
}
|
|
60
60
|
|