Skip to content
This repository was archived by the owner on Apr 13, 2023. It is now read-only.

Commit 658a19f

Browse files
authored
chore(release): 3.0.0-smart (#667)
1 parent 4bc82a6 commit 658a19f

4 files changed

Lines changed: 23 additions & 15 deletions

File tree

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,22 @@
22

33
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.
44

5+
## [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)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* 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.
11+
12+
### Features
13+
14+
* 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))
15+
16+
17+
### Bug Fixes
18+
19+
* 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))
20+
521
## [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)
622

723
### Fixes

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fhir-works-on-aws-deployment",
3-
"version": "2.5.1-smart",
3+
"version": "3.0.0-smart",
44
"description": "FHIR Works on AWS deployment with SMART",
55
"stackname": "fhir-works-on-aws-deployment",
66
"main": "src/index.ts",
@@ -44,7 +44,7 @@
4444
"constructs": "^10.0.0",
4545
"escape-string-regexp": "^4.0.0",
4646
"fhir-works-on-aws-authz-smart": "3.1.1",
47-
"fhir-works-on-aws-interface": "12.0.0",
47+
"fhir-works-on-aws-interface": "12.1.0",
4848
"fhir-works-on-aws-persistence-ddb": "3.11.0",
4949
"fhir-works-on-aws-routing": "6.5.0",
5050
"fhir-works-on-aws-search-es": "3.12.0",

serverless.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ provider:
6161
PATIENT_PICKER_ENDPOINT: ${self:custom.patientPickerEndpoint}
6262
EXPORT_RESULTS_BUCKET: !Ref BulkExportResultsBucket
6363
EXPORT_RESULTS_SIGNER_ROLE_ARN: !GetAtt ExportResultsSignerRole.Arn
64-
CUSTOM_USER_AGENT: 'AwsSolution/SO0128/GH-v2.5.1-smart'
64+
CUSTOM_USER_AGENT: 'AwsSolution/SO0128/GH-v3.0.0-smart'
6565
VALIDATOR_LAMBDA_ALIAS: !If
6666
- isUsingHapiValidator
6767
- !ImportValue 'fhir-service-validator-lambda-${self:custom.stage}'

yarn.lock

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -6329,10 +6329,10 @@ fhir-works-on-aws-authz-smart@3.1.1:
63296329
jwks-rsa "^1.12.1"
63306330
lodash "^4.17.21"
63316331

6332-
fhir-works-on-aws-interface@12.0.0:
6333-
version "12.0.0"
6334-
resolved "https://registry.yarnpkg.com/fhir-works-on-aws-interface/-/fhir-works-on-aws-interface-12.0.0.tgz#3e9149ab953c5d3fd27bc8bb63b92e541057697f"
6335-
integrity sha512-gr5vFyEyktPgL6XPOTcbRqTQxOdJgB0QF8+q6nvto+hoAi30SH5YIYoJnsnX2ZM1ECnkSSeakMK2RbAVM6nImg==
6332+
fhir-works-on-aws-interface@12.1.0, fhir-works-on-aws-interface@^12.0.0, fhir-works-on-aws-interface@^12.1.0:
6333+
version "12.1.0"
6334+
resolved "https://registry.yarnpkg.com/fhir-works-on-aws-interface/-/fhir-works-on-aws-interface-12.1.0.tgz#74ff054cdf22eae0122c9ec32562475bcdd2cccf"
6335+
integrity sha512-LYbmbNz+CzPvH0QH+Sn8zEFzdfSUDd17hC5xjbMrxHOzQSuNEpIELbQ/rdtiNXc+V3xFsQubYsXoHl69wHZN3w==
63366336
dependencies:
63376337
winston "^3.3.3"
63386338
winston-transport "^4.4.0"
@@ -6345,14 +6345,6 @@ fhir-works-on-aws-interface@^11.1.0:
63456345
winston "^3.3.3"
63466346
winston-transport "^4.4.0"
63476347

6348-
fhir-works-on-aws-interface@^12.0.0, fhir-works-on-aws-interface@^12.1.0:
6349-
version "12.1.0"
6350-
resolved "https://registry.yarnpkg.com/fhir-works-on-aws-interface/-/fhir-works-on-aws-interface-12.1.0.tgz#74ff054cdf22eae0122c9ec32562475bcdd2cccf"
6351-
integrity sha512-LYbmbNz+CzPvH0QH+Sn8zEFzdfSUDd17hC5xjbMrxHOzQSuNEpIELbQ/rdtiNXc+V3xFsQubYsXoHl69wHZN3w==
6352-
dependencies:
6353-
winston "^3.3.3"
6354-
winston-transport "^4.4.0"
6355-
63566348
fhir-works-on-aws-persistence-ddb@3.11.0:
63576349
version "3.11.0"
63586350
resolved "https://registry.yarnpkg.com/fhir-works-on-aws-persistence-ddb/-/fhir-works-on-aws-persistence-ddb-3.11.0.tgz#517d3039cc0f09ade43d5768cf28e3a731067067"

0 commit comments

Comments
 (0)