diff --git a/.changes/1.14.0.json b/.changes/1.14.0.json new file mode 100644 index 00000000..5955052f --- /dev/null +++ b/.changes/1.14.0.json @@ -0,0 +1,30 @@ +{ + "date": "2024-01-31", + "version": "1.14.0", + "entries": [ + { + "type": "Bug Fix", + "description": "S3Download now correctly handles directories" + }, + { + "type": "Bug Fix", + "description": "Fix for AWS SSM Run Command issue with SNS Notifications" + }, + { + "type": "Bug Fix", + "description": "fix timeout property for CloudFormation update" + }, + { + "type": "Bug Fix", + "description": "Support fetching region from metadata of IMDSv2 instances" + }, + { + "type": "Feature", + "description": "Add an option to remove docker image after an ECR push" + }, + { + "type": "Feature", + "description": "Support to assume a role without ACCESS KEY ID/SECRET KEY" + } + ] +} \ No newline at end of file diff --git a/.changes/next-release/Bug Fix-8563f281-45a1-430b-999f-9a70940dc983.json b/.changes/next-release/Bug Fix-8563f281-45a1-430b-999f-9a70940dc983.json deleted file mode 100644 index 29fcb7af..00000000 --- a/.changes/next-release/Bug Fix-8563f281-45a1-430b-999f-9a70940dc983.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "type": "Bug Fix", - "description": "S3Download now correctly handles directories" -} \ No newline at end of file diff --git a/.changes/next-release/Bug Fix-b5cb805e-c0ca-49b9-8ec1-1eb673d8e2ce.json b/.changes/next-release/Bug Fix-b5cb805e-c0ca-49b9-8ec1-1eb673d8e2ce.json deleted file mode 100644 index 2bf3f1f0..00000000 --- a/.changes/next-release/Bug Fix-b5cb805e-c0ca-49b9-8ec1-1eb673d8e2ce.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "type": "Bug Fix", - "description": "Fix for AWS SSM Run Command issue with SNS Notifications" -} \ No newline at end of file diff --git a/.changes/next-release/Bug Fix-e2964197-a8c9-48dd-a48d-3646010ba79c.json b/.changes/next-release/Bug Fix-e2964197-a8c9-48dd-a48d-3646010ba79c.json deleted file mode 100644 index 6cf3166f..00000000 --- a/.changes/next-release/Bug Fix-e2964197-a8c9-48dd-a48d-3646010ba79c.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "type": "Bug Fix", - "description": "fix timeout property for CloudFormation update" -} \ No newline at end of file diff --git a/.changes/next-release/Bug Fix-f9a3b011-30ee-48f4-8a83-df40a3eb1cf1.json b/.changes/next-release/Bug Fix-f9a3b011-30ee-48f4-8a83-df40a3eb1cf1.json deleted file mode 100644 index 5c0bca75..00000000 --- a/.changes/next-release/Bug Fix-f9a3b011-30ee-48f4-8a83-df40a3eb1cf1.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "type": "Bug Fix", - "description": "Support fetching region from metadata of IMDSv2 instances" -} \ No newline at end of file diff --git a/.changes/next-release/Feature-3e7fa900-c9c0-4a29-8b6a-c32d241fa66c.json b/.changes/next-release/Feature-3e7fa900-c9c0-4a29-8b6a-c32d241fa66c.json deleted file mode 100644 index c4e1355b..00000000 --- a/.changes/next-release/Feature-3e7fa900-c9c0-4a29-8b6a-c32d241fa66c.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "type": "Feature", - "description": "Add an option to remove docker image after an ECR push" -} \ No newline at end of file diff --git a/.changes/next-release/Feature-9be634ec-41a2-4b34-8170-6a3fe6ca2c4a.json b/.changes/next-release/Feature-9be634ec-41a2-4b34-8170-6a3fe6ca2c4a.json deleted file mode 100644 index 969509a4..00000000 --- a/.changes/next-release/Feature-9be634ec-41a2-4b34-8170-6a3fe6ca2c4a.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "type": "Feature", - "description": "Support to assume a role without ACCESS KEY ID/SECRET KEY" -} \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 559ba0fc..61231f72 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## 1.14.0 2024-01-31 + +- **Bug Fix** S3Download now correctly handles directories +- **Bug Fix** Fix for AWS SSM Run Command issue with SNS Notifications +- **Bug Fix** fix timeout property for CloudFormation update +- **Bug Fix** Support fetching region from metadata of IMDSv2 instances +- **Feature** Add an option to remove docker image after an ECR push +- **Feature** Support to assume a role without ACCESS KEY ID/SECRET KEY + ## 1.13.0 2022-03-28 - **Breaking Change** Bumped Minimum Azure Pipelines Agent version to 2.144.0 due to Node6 Execution Handler Deprecation: see https://github.com/aws/aws-toolkit-azure-devops/issues/453 diff --git a/package-lock.json b/package-lock.json index e998c6d0..5e438e20 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "aws-vsts-tools", - "version": "1.13.0", + "version": "1.14.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "aws-vsts-tools", - "version": "1.12.0", + "version": "1.14.0", "license": "apache", "dependencies": { "@typescript-eslint/typescript-estree": "^4.17.0", diff --git a/package.json b/package.json index a64330d4..83021d7b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "aws-vsts-tools", - "version": "1.13.0", + "version": "1.14.0", "description": "AWS Tools for Azure DevOps", "private": true, "main": "build/tasks",