Skip to content
Merged
3 changes: 2 additions & 1 deletion .github/workflows/search-api-composite/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,12 @@ runs:
python -m pip install -r cdk/requirements.txt
npm install -g aws-cdk


- name: Deploy to AWS
shell: bash
run: |
cd cdk
cdk cli-telemetry --disable
cdk acknowledge 34892
cdk deploy --require-approval=never \
--context vpc_id=${{ inputs.vpc-id }} \
--context subnet_ids=${{ inputs.subnet-ids }} \
Expand Down
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,14 @@ and uses [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
-

-->
------
## [1.0.13](https://github.com/asfadmin/Discovery-SearchAPI-v3/compare/v1.0.12...v1.0.13)
### Changed
- bump asf-search to v12.0.1
- `TROPO-ZENITH` moved from `OPERA-S1` to new `TROPO` dataset
- Added `ECMWF_TROPO` to `TROPO` dataset
- Add `DISP-S1-STATIC` product type to `OPERA-S1` dataset

------
## [1.0.12](https://github.com/asfadmin/Discovery-SearchAPI-v3/compare/v1.0.11...v1.0.12)
### Changed
Expand Down
2 changes: 1 addition & 1 deletion cdk/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
aws-cdk-lib==2.149.0
aws-cdk-lib==2.238.0
constructs>=10.0.0,<11.0.0
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ ujson==5.7.0
uvicorn==0.21.1
watchfiles==0.19.0

asf-search[asf-enumeration]==11.0.3
asf-search[asf-enumeration]==12.0.1
python-json-logger==2.0.7

pyshp==2.1.3
Expand Down