Skip to content

Commit 23e5aaf

Browse files
author
awstools
committed
Publish v3.469.0
1 parent 07b4fda commit 23e5aaf

File tree

5 files changed

+26
-3
lines changed

5 files changed

+26
-3
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [3.469.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.468.0...v3.469.0) (2023-12-07)
7+
8+
9+
### Features
10+
11+
* **client-codedeploy:** This release adds support for two new CodeDeploy features: 1) zonal deployments for Amazon EC2 in-place deployments, 2) deployments triggered by Auto Scaling group termination lifecycle hook events. ([a75595d](https://github.com/aws/aws-sdk-js-v3/commit/a75595df69a4274996fd536601c744667e1c7e71))
12+
* **clients:** update client endpoints as of 2023-12-07 ([07b4fda](https://github.com/aws/aws-sdk-js-v3/commit/07b4fda9262601bce6c0d4914a04213b0bc49a9a))
13+
14+
15+
16+
17+
618
# [3.468.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.467.0...v3.468.0) (2023-12-06)
719

820

benchmark/size/report.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
|@aws-sdk/client-cloudwatch-logs|3.465.0|1.4 MB|✅(5.88.2)|✅(3.26.3)|✅(0.18.15)|
1212
|@aws-sdk/client-codebuild|3.465.0|1.1 MB|✅(5.88.2)|✅(3.26.3)|✅(0.18.15)|
1313
|@aws-sdk/client-codecommit|3.465.0|2.4 MB|✅(5.88.2)|✅(3.26.3)|✅(0.18.15)|
14-
|@aws-sdk/client-codedeploy|3.465.0|1.4 MB|✅(5.88.2)|✅(3.26.3)|✅(0.18.15)|
14+
|@aws-sdk/client-codedeploy|3.468.0|1.4 MB|✅(5.88.2)|✅(3.26.3)|✅(0.18.15)|
1515
|@aws-sdk/client-codepipeline|3.465.0|959.2 KB|✅(5.88.2)|✅(3.26.3)|✅(0.18.15)|
1616
|@aws-sdk/client-cognito-identity|3.465.0|520.1 KB|✅(5.88.2)|✅(3.26.3)|✅(0.18.15)|
1717
|@aws-sdk/client-cognito-identity-provider|3.465.0|2.6 MB|✅(5.88.2)|✅(3.26.3)|✅(0.18.15)|

clients/client-codedeploy/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [3.469.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.468.0...v3.469.0) (2023-12-07)
7+
8+
9+
### Features
10+
11+
* **client-codedeploy:** This release adds support for two new CodeDeploy features: 1) zonal deployments for Amazon EC2 in-place deployments, 2) deployments triggered by Auto Scaling group termination lifecycle hook events. ([a75595d](https://github.com/aws/aws-sdk-js-v3/commit/a75595df69a4274996fd536601c744667e1c7e71))
12+
13+
14+
15+
16+
617
# [3.468.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.467.0...v3.468.0) (2023-12-06)
718

819
**Note:** Version bump only for package @aws-sdk/client-codedeploy

clients/client-codedeploy/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@aws-sdk/client-codedeploy",
33
"description": "AWS SDK for JavaScript Codedeploy Client for Node.js, Browser and React Native",
4-
"version": "3.468.0",
4+
"version": "3.469.0",
55
"scripts": {
66
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
77
"build:cjs": "tsc -p tsconfig.cjs.json",

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "3.468.0",
2+
"version": "3.469.0",
33
"npmClient": "yarn",
44
"useWorkspaces": true,
55
"command": {

0 commit comments

Comments
 (0)