Skip to content

Commit 8066cc6

Browse files
Merge pull request #90 from asfadmin/test
Patch Release: v1.0.13 TROPO + DISP-S1-STATIC
2 parents a02e46f + 4cff605 commit 8066cc6

4 files changed

Lines changed: 12 additions & 3 deletions

File tree

.github/workflows/search-api-composite/action.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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 }} \

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff 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

cdk/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
aws-cdk-lib==2.149.0
1+
aws-cdk-lib==2.238.0
22
constructs>=10.0.0,<11.0.0

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ ujson==5.7.0
2222
uvicorn==0.21.1
2323
watchfiles==0.19.0
2424

25-
asf-search[asf-enumeration]==11.0.3
25+
asf-search[asf-enumeration]==12.0.1
2626
python-json-logger==2.0.7
2727

2828
pyshp==2.1.3

0 commit comments

Comments
 (0)