From 658a19f6ed28a53cd4271c373ee41b4b6405aeaa Mon Sep 17 00:00:00 2001 From: Sukeerth Vegaraju Date: Wed, 3 Aug 2022 14:15:53 -0700 Subject: [PATCH] chore(release): 3.0.0-smart (#667) --- CHANGELOG.md | 16 ++++++++++++++++ package.json | 4 ++-- serverless.yaml | 2 +- yarn.lock | 16 ++++------------ 4 files changed, 23 insertions(+), 15 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d9cd03ad..0cf43790 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,22 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [3.0.0-smart](https://github.com/awslabs/fhir-works-on-aws-deployment/compare/v2.5.1-smart...v3.0.0-smart) (2022-07-29) + + +### ⚠ BREAKING CHANGES + +* move deployment pipeline to CDK (#664). Serverless deployments are still supported, but have been marked as legacy moving forwards. Deployments that already exist can pull this version and still receive all of the bug fixes that are part of this release. + +### Features + +* move deployment pipeline to CDK ([#664](https://github.com/awslabs/fhir-works-on-aws-deployment/issues/664)) ([7ed40d9](https://github.com/awslabs/fhir-works-on-aws-deployment/commit/7ed40d94b6739e737fa8f240b19d41591278c2d1)) + + +### Bug Fixes + +* update inferno test selectors ([#666](https://github.com/awslabs/fhir-works-on-aws-deployment/issues/666)) ([4bc82a6](https://github.com/awslabs/fhir-works-on-aws-deployment/commit/4bc82a6a3a3958a0163bf9f35636a8a166dac9d2)) + ## [2.5.1-smart](https://github.com/awslabs/fhir-works-on-aws-deployment/compare/v2.5.0-smart...v2.5.1-smart) (2022-05-04) ### Fixes diff --git a/package.json b/package.json index fd46ee15..87da6ad5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fhir-works-on-aws-deployment", - "version": "2.5.1-smart", + "version": "3.0.0-smart", "description": "FHIR Works on AWS deployment with SMART", "stackname": "fhir-works-on-aws-deployment", "main": "src/index.ts", @@ -44,7 +44,7 @@ "constructs": "^10.0.0", "escape-string-regexp": "^4.0.0", "fhir-works-on-aws-authz-smart": "3.1.1", - "fhir-works-on-aws-interface": "12.0.0", + "fhir-works-on-aws-interface": "12.1.0", "fhir-works-on-aws-persistence-ddb": "3.11.0", "fhir-works-on-aws-routing": "6.5.0", "fhir-works-on-aws-search-es": "3.12.0", diff --git a/serverless.yaml b/serverless.yaml index 3de639b8..5297de3d 100644 --- a/serverless.yaml +++ b/serverless.yaml @@ -61,7 +61,7 @@ provider: PATIENT_PICKER_ENDPOINT: ${self:custom.patientPickerEndpoint} EXPORT_RESULTS_BUCKET: !Ref BulkExportResultsBucket EXPORT_RESULTS_SIGNER_ROLE_ARN: !GetAtt ExportResultsSignerRole.Arn - CUSTOM_USER_AGENT: 'AwsSolution/SO0128/GH-v2.5.1-smart' + CUSTOM_USER_AGENT: 'AwsSolution/SO0128/GH-v3.0.0-smart' VALIDATOR_LAMBDA_ALIAS: !If - isUsingHapiValidator - !ImportValue 'fhir-service-validator-lambda-${self:custom.stage}' diff --git a/yarn.lock b/yarn.lock index 8a3410d1..8edfb808 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6329,10 +6329,10 @@ fhir-works-on-aws-authz-smart@3.1.1: jwks-rsa "^1.12.1" lodash "^4.17.21" -fhir-works-on-aws-interface@12.0.0: - version "12.0.0" - resolved "https://registry.yarnpkg.com/fhir-works-on-aws-interface/-/fhir-works-on-aws-interface-12.0.0.tgz#3e9149ab953c5d3fd27bc8bb63b92e541057697f" - integrity sha512-gr5vFyEyktPgL6XPOTcbRqTQxOdJgB0QF8+q6nvto+hoAi30SH5YIYoJnsnX2ZM1ECnkSSeakMK2RbAVM6nImg== +fhir-works-on-aws-interface@12.1.0, fhir-works-on-aws-interface@^12.0.0, fhir-works-on-aws-interface@^12.1.0: + version "12.1.0" + resolved "https://registry.yarnpkg.com/fhir-works-on-aws-interface/-/fhir-works-on-aws-interface-12.1.0.tgz#74ff054cdf22eae0122c9ec32562475bcdd2cccf" + integrity sha512-LYbmbNz+CzPvH0QH+Sn8zEFzdfSUDd17hC5xjbMrxHOzQSuNEpIELbQ/rdtiNXc+V3xFsQubYsXoHl69wHZN3w== dependencies: winston "^3.3.3" winston-transport "^4.4.0" @@ -6345,14 +6345,6 @@ fhir-works-on-aws-interface@^11.1.0: winston "^3.3.3" winston-transport "^4.4.0" -fhir-works-on-aws-interface@^12.0.0, fhir-works-on-aws-interface@^12.1.0: - version "12.1.0" - resolved "https://registry.yarnpkg.com/fhir-works-on-aws-interface/-/fhir-works-on-aws-interface-12.1.0.tgz#74ff054cdf22eae0122c9ec32562475bcdd2cccf" - integrity sha512-LYbmbNz+CzPvH0QH+Sn8zEFzdfSUDd17hC5xjbMrxHOzQSuNEpIELbQ/rdtiNXc+V3xFsQubYsXoHl69wHZN3w== - dependencies: - winston "^3.3.3" - winston-transport "^4.4.0" - fhir-works-on-aws-persistence-ddb@3.11.0: version "3.11.0" resolved "https://registry.yarnpkg.com/fhir-works-on-aws-persistence-ddb/-/fhir-works-on-aws-persistence-ddb-3.11.0.tgz#517d3039cc0f09ade43d5768cf28e3a731067067"