Skip to content

Commit 79acde5

Browse files
seek-oss-cigithub-actions[bot]zbrydon
authored
Version Packages (#214)
* Version Packages * snapshots --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Zac Brydon <[email protected]>
1 parent 361977b commit 79acde5

File tree

4 files changed

+10
-9
lines changed

4 files changed

+10
-9
lines changed

.changeset/few-pigs-teach.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

packages/infra/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @seek/aws-codedeploy-infra
22

3+
## 4.0.1
4+
5+
### Patch Changes
6+
7+
- Fix BeforeAllowTraffic permissions ([#213](https://github.com/seek-oss/aws-codedeploy-hooks/pull/213))
8+
Add [standard attributes](https://docs.datadoghq.com/standard-attributes/?search=logger) to logs
9+
310
## 4.0.0
411

512
### Major Changes

packages/infra/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@seek/aws-codedeploy-infra",
3-
"version": "4.0.0",
3+
"version": "4.0.1",
44
"private": false,
55
"description": "AWS CDK infrastructure for AWS CodeDeploy Hooks",
66
"homepage": "https://github.com/seek-oss/aws-codedeploy-hooks/tree/main/packages/infra#readme",

packages/infra/src/constructs/__snapshots__/stack.test.ts.snap

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ exports[`returns expected CloudFormation stack 1`] = `
3131
"Variables": {
3232
"NODE_ENV": "production",
3333
"NODE_OPTIONS": "--enable-source-maps",
34-
"VERSION": "4.0.0",
34+
"VERSION": "4.0.1",
3535
"VERSIONS_TO_KEEP": "3",
3636
},
3737
},
@@ -167,7 +167,7 @@ exports[`returns expected CloudFormation stack 1`] = `
167167
"Variables": {
168168
"NODE_ENV": "production",
169169
"NODE_OPTIONS": "--enable-source-maps",
170-
"VERSION": "4.0.0",
170+
"VERSION": "4.0.1",
171171
},
172172
},
173173
"FunctionName": "aws-codedeploy-hook-BeforeAllowTraffic",

0 commit comments

Comments
 (0)