Skip to content

Commit

Permalink
Merge pull request #42 from aws-solutions/develop
Browse files Browse the repository at this point in the history
Release Changes for v1.4.4
  • Loading branch information
marcburnie authored Oct 16, 2023
2 parents eca8f21 + ba98928 commit 4830e32
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 6 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion source/infrastructure/cdk.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion source/requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
avro==1.11.1
avro~=1.11.3
black
boto3==1.26.47
aws_cdk_lib==2.88.0
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
avro==1.11.1
avro~=1.11.3
cronex==0.1.3.1
jmespath==1.0.1
parsedatetime==2.6
Expand Down
4 changes: 2 additions & 2 deletions source/tests/aspects/test_personalize_app_stack.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
},
},
)
Expand Down

0 comments on commit 4830e32

Please sign in to comment.