From 022c13daa4aa563f3c6921246ffb8abedb0415ec Mon Sep 17 00:00:00 2001 From: Yash Dholakia Date: Fri, 13 Oct 2023 08:09:21 -0700 Subject: [PATCH] Release Changes for v1.4.4 --- CHANGELOG.md | 6 ++++++ source/infrastructure/cdk.json | 2 +- .../layers/aws_solutions/requirements/requirements.txt | 2 +- source/requirements-dev.txt | 2 +- .../scheduler/cdk/aws_lambda/scheduler/requirements.txt | 2 +- source/tests/aspects/test_personalize_app_stack.py | 4 ++-- 6 files changed, 12 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ca32432..a2ca6d5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [1.4.4] - 2023-10-13 + +### Changed + +- Upgrade avro to 1.11.3 + ## [1.4.3] - 2023-10-12 ### Changed diff --git a/source/infrastructure/cdk.json b/source/infrastructure/cdk.json index 81df1fd..14df4f1 100644 --- a/source/infrastructure/cdk.json +++ b/source/infrastructure/cdk.json @@ -3,7 +3,7 @@ "context": { "SOLUTION_NAME": "Maintaining Personalized Experiences with Machine Learning", "SOLUTION_ID": "SO0170", - "SOLUTION_VERSION": "v1.4.3", + "SOLUTION_VERSION": "v1.4.4", "APP_REGISTRY_NAME": "personalized-experiences-ML", "APPLICATION_TYPE": "AWS-Solutions", "@aws-cdk/aws-s3:serverAccessLogsUseBucketPolicy": true diff --git a/source/infrastructure/personalize/aws_lambda/layers/aws_solutions/requirements/requirements.txt b/source/infrastructure/personalize/aws_lambda/layers/aws_solutions/requirements/requirements.txt index 7506f91..bce36e9 100644 --- a/source/infrastructure/personalize/aws_lambda/layers/aws_solutions/requirements/requirements.txt +++ b/source/infrastructure/personalize/aws_lambda/layers/aws_solutions/requirements/requirements.txt @@ -1,6 +1,6 @@ ../../../../../../cdk_solution_helper_py/helpers_common ../../../../../../scheduler/common -avro==1.11.1 +avro~=1.11.3 cronex==0.1.3.1 jmespath==1.0.1 parsedatetime==2.6 diff --git a/source/requirements-dev.txt b/source/requirements-dev.txt index 1c9c71e..194be3b 100644 --- a/source/requirements-dev.txt +++ b/source/requirements-dev.txt @@ -1,4 +1,4 @@ -avro==1.11.1 +avro~=1.11.3 black boto3==1.26.47 aws_cdk_lib==2.88.0 diff --git a/source/scheduler/cdk/aws_solutions/scheduler/cdk/aws_lambda/scheduler/requirements.txt b/source/scheduler/cdk/aws_solutions/scheduler/cdk/aws_lambda/scheduler/requirements.txt index b942276..a9f64cd 100644 --- a/source/scheduler/cdk/aws_solutions/scheduler/cdk/aws_lambda/scheduler/requirements.txt +++ b/source/scheduler/cdk/aws_solutions/scheduler/cdk/aws_lambda/scheduler/requirements.txt @@ -1,4 +1,4 @@ -avro==1.11.1 +avro~=1.11.3 cronex==0.1.3.1 jmespath==1.0.1 parsedatetime==2.6 diff --git a/source/tests/aspects/test_personalize_app_stack.py b/source/tests/aspects/test_personalize_app_stack.py index 7e5993b..d6ffa55 100644 --- a/source/tests/aspects/test_personalize_app_stack.py +++ b/source/tests/aspects/test_personalize_app_stack.py @@ -67,11 +67,11 @@ def test_service_catalog_registry_application(synth_template): "Tags": { "SOLUTION_ID": "SO0170", "SOLUTION_NAME": "Maintaining Personalized Experiences with Machine Learning", - "SOLUTION_VERSION": "v1.4.3", + "SOLUTION_VERSION": "v1.4.4", "Solutions:ApplicationType": "AWS-Solutions", "Solutions:SolutionID": "SO0170", "Solutions:SolutionName": "Maintaining Personalized Experiences with Machine Learning", - "Solutions:SolutionVersion": "v1.4.3", + "Solutions:SolutionVersion": "v1.4.4", }, }, )