Skip to content
This repository has been archived by the owner on Jan 31, 2024. It is now read-only.

Commit

Permalink
chore: release v6.1.2 (#231)
Browse files Browse the repository at this point in the history
  • Loading branch information
ssvegaraju authored Aug 3, 2023
1 parent 08bd2d6 commit 0226a45
Show file tree
Hide file tree
Showing 317 changed files with 116,921 additions and 1,607 deletions.
5 changes: 0 additions & 5 deletions .viperlightignore
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,10 @@ fwoa-core/search-es/src/schema/compiledSearchParameters.4.0.1.json:6631
fwoa-core/search-es/src/schema/compiledSearchParameters.3.0.1.json:4145
fwoa-core/search-es/src/schema/compiledSearchParameters.3.0.1.json:4146
fwoa-core/search-es/src/schema/compiledSearchParameters.3.0.1.json:4150
fwoa-core/search-es/src/schema/compiledSearchParameters.3.0.1.json:4333
fwoa-core/search-es/src/schema/compiledSearchParameters.3.0.1.json:4334
fwoa-core/search-es/src/schema/compiledSearchParameters.3.0.1.json:4338
fwoa-core/search-es/src/schema/searchMappingsBase.3.0.1.json:1340
fwoa-core/search-es/src/schema/searchMappingsBase.4.0.1.json:1446
fwoa-utilities/javaHapiValidatorLambda/src/test/resources/testImplementationGuides-r4/us-core/ValueSet-us-core-allergy-substance.json:1

# Team Email
.github/temp-workflows/release-pr.yml:28
fwoa-core/interface/package.json:13
fwoa-core/interface/openapi.yaml:7
fwoa-core/routing/package.json:13
Expand Down
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

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.

## [6.1.2] - 2023-08-03

### Changelog for Packages in This project

Please click corresponded links for more details for changelog of each package.
| Folder | Package | CHANGELOG |
| ----------------------------------------------------------- | ----------------------------------------- | ------------------------------------------------------ |
| [solutions/deployment](./solutions/deployment/) | [@aws/fhir-works-on-aws-deployment] | [Changelog](./solutions/deployment/CHANGELOG.md) |
| [solutions/smart-deployment](./solutions/smart-deployment/) | [@aws/fhir-works-on-aws-smart-deployment] | [Changelog](./solutions/smart-deployment/CHANGELOG.md) |

## [6.1.1] - 2023-07-19

### Changelog for Packages in This project
Expand Down
Binary file modified FHIR Works on AWS - Migration Tool User Guide.pdf
Binary file not shown.
File renamed without changes.
8 changes: 7 additions & 1 deletion NOTICE → NOTICE.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
FHIR Works on AWS

Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.

Licensed under the Apache License Version 2.0 (the "License"). You may not use this file except
in compliance with the License. A copy of the License is located at http://www.apache.org/licenses/
or in the "license" file accompanying this file. This file is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, express or implied. See the License for the
specific language governing permissions and limitations under the License.

**********************
THIRD PARTY COMPONENTS
**********************
Expand Down Expand Up @@ -105,6 +110,7 @@ forwarded under the MIT License
fresh under the MIT License
from2 under the MIT License
function-bind under the MIT License
fs under MIT License
get-caller-file under The ISC License
get-intrinsic under the MIT License
has under the MIT License
Expand Down
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@ serverless FHIR API that supports FHIR resource types and operations to help hea
leverage the FHIR standard to manage healthcare records. It is a reference implementation,
designed to be extensible.

To learn more about FWoA, download the [FWoA Implementation Guide](./FHIR%20Works%20on%20AWS%20Implementation%20Guide%20-%2024-MAR-2023%20-%20v6.0.0.pdf)
and see the following README files for individual FWoA packages:
To learn more about FWoA, download the [FWoA Implementation Guide](./FHIR%20Works%20on%20AWS%20Implementation%20Guide%20-%2024-MAR-2023%20-%20v6.0.0.pdf) and see the following README files for individual FWoA packages:

- [deployment](./solutions/deployment/README.md)
- [smart-deployment](./solutions/smart-deployment/README.md)
Expand Down Expand Up @@ -51,4 +50,4 @@ This project is licensed under the Apache-2.0 license.

For more information, see the [LICENSE](LICENSE) file. If you choose to contribute, we will ask you to confirm your contribution's license.

This solution collects anonymous operational metrics to help AWS improve the quality of features of the solution. For more information, including how to disable this capability, please see the [implementation guide](https://github.com/aws-solutions/fhir-works-on-aws/blob/main/FHIR%20Works%20on%20AWS%20Implementation%20Guide%20-%2024-MAR-2023%20-%20v6.0.0.pdf).
This solution collects anonymous operational metrics to help AWS improve the quality and features of the solution. For more information, including how to disable this capability, please see the [FWoA Implementation Guide](https://docs.aws.amazon.com/solutions/latest/fhir-works-on-aws/welcome.html)
33 changes: 33 additions & 0 deletions brazil.ion
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
'brazil_package_spec@1.0'

common::{
name: "FHIR-Works-on-AWS",
major_version: "1.0",

dependencies: {
default_closure: run,

closures: {
run: public::{
include: [self],
},
},
},

build: {
command: null,

env: {
PATH: [
(env PATH),
],
},

outputs: {
public_dir: null,
private_dir: null,
},

cleaned: [],
},
}
24 changes: 18 additions & 6 deletions buildspec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,18 @@ version: 0.2
phases:
install:
runtime-versions:
nodejs: 16 #The Solutions pipeline version do not support 14, v14 will be manually set
nodejs: 18
commands:
- echo "nothing to do in install"
pre_build:
commands:
- echo "Setting node version to 18"
- n 18
- echo "Installing dependencies and executing unit tests - `pwd`"
- echo Update npm to latest
- npm install -g npm@latest
- cd deployment && chmod +x ./run-unit-tests.sh && ./run-unit-tests.sh
- echo "Installing dependencies and executing unit tests completed `date`"
build:
commands:
# - cd ./../fwoa-core/interface
# - node ./../../common/scripts/install-run-rushx.js compile
- echo "Starting build `date` `pwd`"
- chmod +x ./build-s3-dist.sh && ./build-s3-dist.sh $DIST_OUTPUT_BUCKET $SOLUTION_NAME $VERSION
- echo "Build completed `date`"
Expand All @@ -33,4 +29,20 @@ phases:

artifacts:
files:
- '**/*'
- solutions/**/*
- fwoa-core/**/*
- core/**/*
- deployment/**/*
- fwoa-tools/**/*
- fwoa-utilities/**/*
- solutions/**/*
- buildspec.yml
- CHANGELOG.md
- LICENSE
- NOTICE
- CODE_OF_CONDUCT.md
- CONTRIBUTING.md
- README.md
- .github/**/*
- sonar-project.properties
- .cfnnag_global_suppress_list
1 change: 1 addition & 0 deletions common/autoinstallers/commitizen/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "commitizen",
"description": "commitizen auto installer",
"version": "1.0.0",
"private": true,
"dependencies": {
Expand Down
1 change: 1 addition & 0 deletions common/autoinstallers/commitlint/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "commitlint",
"description": "commitlint auto installer",
"version": "1.0.0",
"private": true,
"dependencies": {
Expand Down
Loading

0 comments on commit 0226a45

Please sign in to comment.