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

Commit

Permalink
chore(release): 3.1.2-smart (#804)
Browse files Browse the repository at this point in the history
  • Loading branch information
ssvegaraju committed Jan 27, 2023
1 parent da33cd0 commit 82403a5
Show file tree
Hide file tree
Showing 5 changed files with 47 additions and 11 deletions.
23 changes: 21 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,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.

## [3.1.1](https://github.com/awslabs/fhir-works-on-aws-deployment/compare/v3.1.0-smart...v3.1.0) (2022-09-12)
## [3.1.2-smart](https://github.com/awslabs/fhir-works-on-aws-deployment/compare/v3.1.1-smart...v3.1.2-smart) (2023-01-26)


### Bug Fixes

* add optional input validation ([#800](https://github.com/awslabs/fhir-works-on-aws-deployment/issues/800)) ([67e5846](https://github.com/awslabs/fhir-works-on-aws-deployment/commit/67e584614cb0a71c49f30a2fe7502e23d407b550))
* update documentation for postman collection and environment ([#764](https://github.com/awslabs/fhir-works-on-aws-deployment/issues/764)) ([26eb3d5](https://github.com/awslabs/fhir-works-on-aws-deployment/commit/26eb3d5c7bbdcee7128e012616a8d42180b42185))
* added Documentation, S3 versioning, and enforce https ([#796](https://github.com/awslabs/fhir-works-on-aws-deployment/issues/764)) ([9861f00](https://github.com/awslabs/fhir-works-on-aws-deployment/commit/9861f007e57da13b491fa7354210646356e3c358))
* enableBackup no longer breaks deployment ([#792](https://github.com/awslabs/fhir-works-on-aws-deployment/issues/764)) ([b48c3fe](https://github.com/awslabs/fhir-works-on-aws-deployment/commit/b48c3fec742cfb8127bce2cdff21d3d0350de27a))

### Dependency Updates

* **fhir-works-on-aws-routing**
* v6.6.1 -> v6.6.2 (See [Changelog](https://github.com/awslabs/fhir-works-on-aws-routing/blob/mainline/CHANGELOG.md))
* **fhir-works-on-aws-authz-smart**
* v3.1.3 -> v3.1.4 (See [Changelog](https://github.com/awslabs/fhir-works-on-aws-authz-smart/blob/mainline/CHANGELOG.md))
* **fhir-works-on-aws-interface**
* v12.1.0 -> v12.1.1 (See [Changelog](https://github.com/awslabs/fhir-works-on-aws-interface/blob/mainline/CHANGELOG.md))

## [3.1.1-smart](https://github.com/awslabs/fhir-works-on-aws-deployment/compare/v3.1.0-smart...v3.1.1-smart) (2022-09-12)


### Bug Fixes

* update authz-smart package ([#694](https://github.com/awslabs/fhir-works-on-aws-deployment/issues/694)) ([1d92102](https://github.com/awslabs/fhir-works-on-aws-deployment/commit/1d9210232292de04a0edf9ef1847bde00262bba1))

## [3.1.0](https://github.com/awslabs/fhir-works-on-aws-deployment/compare/v3.0.0-smart...v3.0.0) (2022-09-09)
## [3.1.0-smart](https://github.com/awslabs/fhir-works-on-aws-deployment/compare/v3.0.0-smart...v3.1.0-smart) (2022-09-09)


### Features
Expand Down
2 changes: 1 addition & 1 deletion lib/cdk-infra-stack.ts
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ export default class FhirWorksStack extends Stack {
PATIENT_PICKER_ENDPOINT: props!.patientPickerEndpoint,
EXPORT_RESULTS_BUCKET: bulkExportResources.bulkExportResultsBucket.bucketName,
EXPORT_RESULTS_SIGNER_ROLE_ARN: bulkExportResources.exportResultsSignerRole.roleArn,
CUSTOM_USER_AGENT: 'AwsSolution/SO0128/GH-v2.5.1-smart',
CUSTOM_USER_AGENT: 'AwsSolution/SO0128/GH-v3.1.2-smart',
ENABLE_MULTI_TENANCY: `${props!.enableMultiTenancy}`,
ENABLE_SUBSCRIPTIONS: `${props!.enableSubscriptions}`,
LOG_LEVEL: props!.logLevel,
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fhir-works-on-aws-deployment",
"version": "3.1.1-smart",
"version": "3.1.2-smart",
"description": "FHIR Works on AWS deployment with SMART",
"stackname": "fhir-works-on-aws-deployment",
"main": "src/index.ts",
Expand Down Expand Up @@ -43,7 +43,7 @@
"cdk-nag": "^2.19.0",
"constructs": "^10.0.0",
"escape-string-regexp": "^4.0.0",
"fhir-works-on-aws-authz-smart": "3.1.3",
"fhir-works-on-aws-authz-smart": "3.1.4",
"fhir-works-on-aws-interface": "12.1.1",
"fhir-works-on-aws-persistence-ddb": "3.12.0",
"fhir-works-on-aws-routing": "6.6.2",
Expand Down
2 changes: 1 addition & 1 deletion serverless.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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-v3.1.1-smart'
CUSTOM_USER_AGENT: 'AwsSolution/SO0128/GH-v3.1.2-smart'
VALIDATOR_LAMBDA_ALIAS: !If
- isUsingHapiValidator
- !ImportValue 'fhir-service-validator-lambda-${self:custom.stage}'
Expand Down
27 changes: 22 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6358,14 +6358,14 @@ fecha@^4.2.0:
resolved "https://registry.yarnpkg.com/fecha/-/fecha-4.2.3.tgz#4d9ccdbc61e8629b259fdca67e65891448d569fd"
integrity sha512-OP2IUU6HeYKJi3i0z4A19kHMQoLVs4Hc+DPqqxI2h/DPZHTm/vjsfC6P0b4jCMy14XizLBqvndQ+UilD7707Jw==

fhir-works-on-aws-authz-smart@3.1.3:
version "3.1.3"
resolved "https://registry.yarnpkg.com/fhir-works-on-aws-authz-smart/-/fhir-works-on-aws-authz-smart-3.1.3.tgz#f9a401ff5024ddad4830faa305cfe2ddd5f2b1ed"
integrity sha512-2U9YZlaSAYYtwWRpwDZrWlTTvdGyu4tVoE/qyaguATqVYNeZnmYpM70I2hZZZhofaRCR6Gbd2GsANR47S0Pwmg==
fhir-works-on-aws-authz-smart@3.1.4:
version "3.1.4"
resolved "https://registry.yarnpkg.com/fhir-works-on-aws-authz-smart/-/fhir-works-on-aws-authz-smart-3.1.4.tgz#4640139938678d039950f58a792d7452f4689823"
integrity sha512-4ZzSNQSm+NOfo8opkCfQVlrHTLQQZNLuiYpT68HlTwsShiZwc+5ihxmnfzezd3dFUR1Dny3hnPrsonx3NnTZ8w==
dependencies:
axios "^0.21.4"
fhir-works-on-aws-interface "^11.1.0"
jsonwebtoken "^8.5.1"
jsonwebtoken "^9.0.0"
jwks-rsa "^1.12.1"
lodash "^4.17.21"

Expand Down Expand Up @@ -8583,6 +8583,16 @@ jsonwebtoken@^8.5.1:
ms "^2.1.1"
semver "^5.6.0"

jsonwebtoken@^9.0.0:
version "9.0.0"
resolved "https://registry.yarnpkg.com/jsonwebtoken/-/jsonwebtoken-9.0.0.tgz#d0faf9ba1cc3a56255fe49c0961a67e520c1926d"
integrity sha512-tuGfYXxkQGDPnLJ7SibiQgVgeDgfbPq2k2ICcbgqW8WxWLBAxKQM/ZCu/IT8SOSwmaYl4dpTFCW5xZv7YbbWUw==
dependencies:
jws "^3.2.2"
lodash "^4.17.21"
ms "^2.1.1"
semver "^7.3.8"

jszip@^3.7.1, jszip@^3.9.1:
version "3.10.0"
resolved "https://registry.yarnpkg.com/jszip/-/jszip-3.10.0.tgz#faf3db2b4b8515425e34effcdbb086750a346061"
Expand Down Expand Up @@ -11150,6 +11160,13 @@ semver@^6.0.0, semver@^6.1.1, semver@^6.1.2, semver@^6.2.0, semver@^6.3.0:
resolved "https://registry.yarnpkg.com/semver/-/semver-6.3.0.tgz#ee0a64c8af5e8ceea67687b133761e1becbd1d3d"
integrity sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==

semver@^7.3.8:
version "7.3.8"
resolved "https://registry.yarnpkg.com/semver/-/semver-7.3.8.tgz#07a78feafb3f7b32347d725e33de7e2a2df67798"
integrity sha512-NB1ctGL5rlHrPJtFDVIVzTyQylMLu9N9VICA6HSFJo8MCGVTMW6gfpicwKmmK/dAjTOrqu5l63JJOpDSrAis3A==
dependencies:
lru-cache "^6.0.0"

send@0.18.0:
version "0.18.0"
resolved "https://registry.yarnpkg.com/send/-/send-0.18.0.tgz#670167cc654b05f5aa4a767f9113bb371bc706be"
Expand Down

0 comments on commit 82403a5

Please sign in to comment.