Skip to content

Commit dbc6d85

Browse files
Changes for v3.0.6 (#270)
1 parent 9feae80 commit dbc6d85

File tree

5 files changed

+84
-78
lines changed

5 files changed

+84
-78
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [3.0.6] - 2024-10-30
9+
10+
### Security
11+
12+
- Vulnerability patches to address CVE-2024-21536.
13+
814
## [3.0.5] - 2024-09-17
915

1016
### Security

solution-manifest.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
id: SO0222 # Solution Id
33
name: amazon-marketing-cloud-uploader-from-aws # trademarked name
4-
version: v3.0.5 # current version of the solution. Used to verify template headers
4+
version: v3.0.6 # current version of the solution. Used to verify template headers
55
cloudformation_templates: # This list should match with AWS CloudFormation templates section of IG
66
- template: amazon-marketing-cloud-uploader-from-aws.template
77
main_template: true

source/share/tasks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ def process_request(self, **kwargs):
268268
"Authorization": f'Bearer {kwargs["access_token"]}',
269269
"Content-Type": "application/json",
270270
"x-amzn-service-name": "amazon-marketing-cloud-uploader-from-aws",
271-
"x-amzn-service-version": "v3.0.5"
271+
"x-amzn-service-version": "v3.0.6"
272272
}
273273

274274
if kwargs.get("advertiser_id"):

source/website/package-lock.json

Lines changed: 75 additions & 75 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

source/website/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "amcufa",
3-
"version": "3.0.5",
3+
"version": "3.0.6",
44
"private": true,
55
"scripts": {
66
"serve": "vue-cli-service serve",

0 commit comments

Comments
 (0)