File tree Expand file tree Collapse file tree
.github/workflows/search-api-composite Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -47,11 +47,12 @@ runs:
4747 python -m pip install -r cdk/requirements.txt
4848 npm install -g aws-cdk
4949
50-
5150 - name : Deploy to AWS
5251 shell : bash
5352 run : |
5453 cd cdk
54+ cdk cli-telemetry --disable
55+ cdk acknowledge 34892
5556 cdk deploy --require-approval=never \
5657 --context vpc_id=${{ inputs.vpc-id }} \
5758 --context subnet_ids=${{ inputs.subnet-ids }} \
Original file line number Diff line number Diff line change @@ -25,6 +25,14 @@ and uses [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
2525-
2626
2727-->
28+ ------
29+ ## [ 1.0.13] ( https://github.com/asfadmin/Discovery-SearchAPI-v3/compare/v1.0.12...v1.0.13 )
30+ ### Changed
31+ - bump asf-search to v12.0.1
32+ - ` TROPO-ZENITH ` moved from ` OPERA-S1 ` to new ` TROPO ` dataset
33+ - Added ` ECMWF_TROPO ` to ` TROPO ` dataset
34+ - Add ` DISP-S1-STATIC ` product type to ` OPERA-S1 ` dataset
35+
2836------
2937## [ 1.0.12] ( https://github.com/asfadmin/Discovery-SearchAPI-v3/compare/v1.0.11...v1.0.12 )
3038### Changed
Original file line number Diff line number Diff line change 1- aws-cdk-lib == 2.149 .0
1+ aws-cdk-lib == 2.238 .0
22constructs >= 10.0.0 ,< 11.0.0
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ ujson==5.7.0
2222uvicorn == 0.21.1
2323watchfiles == 0.19.0
2424
25- asf-search [asf-enumeration ]== 11 .0.3
25+ asf-search [asf-enumeration ]== 12 .0.1
2626python-json-logger == 2.0.7
2727
2828pyshp == 2.1.3
You can’t perform that action at this time.
0 commit comments