We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1d8713 commit 1a4bbf6Copy full SHA for 1a4bbf6
CHANGELOG.md
@@ -1,3 +1,6 @@
1
+# 0.7.0 (09.09.2021)
2
+- Generate a Deployment Group Name in the format of ${stackName}-${logicalId} to avoid a circular dependency when used with the aws-alerts plugin #135
3
+
4
# 0.6.0 (31.03.2021)
5
- Add config validator #102
6
- Replace deprecated AWS managed policy for codedeploy #116
package.json
@@ -3,7 +3,7 @@
"engines": {
"node": ">=4.0"
},
- "version": "0.6.0",
+ "version": "0.7.0",
7
"description": "A Serverless plugin to implement canary deployment of Lambda functions",
8
"main": "serverless-plugin-canary-deployments.js",
9
"scripts": {
0 commit comments