Skip to content

Commit ac3d322

Browse files
Version Packages
1 parent c6a5baf commit ac3d322

File tree

3 files changed

+9
-8
lines changed

3 files changed

+9
-8
lines changed

.changeset/late-moments-bathe.md

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

packages/infra/CHANGELOG.md

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

3+
## 4.0.2
4+
5+
### Patch Changes
6+
7+
- Fix a bug in the `BeforeAllowTraffic` hook that was causing it to retrieve metadata from itself instead of the target Lambda function being deployed. ([#215](https://github.com/seek-oss/aws-codedeploy-hooks/pull/215))
8+
9+
The hook now correctly fetches metadata from the target function, which allows the deployment to proceed and populates the service field in hook logs with the target function's name.
10+
311
## 4.0.1
412

513
### Patch 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.1",
3+
"version": "4.0.2",
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",

0 commit comments

Comments
 (0)