Skip to content

Releases: NASA-IMPACT/hls-sentinel2-downloader-serverless

v1.0.7

31 Jan 23:30
e3e4f54
Compare
Choose a tag to compare

Revert to production target bucket using hls-sentinel:v3.2.0 for processing Sentinel 2 Baseline 4 data.

v1.0.6

24 Jan 18:50
e3e4f54
Compare
Choose a tag to compare

Temporary release to target a baseline 4 bucket until a new Fmask patch is available.

v1.0.5

09 Aug 22:44
e3e4f54
Compare
Choose a tag to compare
Stream locking (#26)

* Use streaming request in with block to ensure connection is closed.

* Reduce date search range now that IntHub backfill process is implemented.

* Increase number of concurrent connections to new Inthub max minus one.

* Fix expected length in integration_tests.

v1.0.4

21 Jul 16:12
a26f32f
Compare
Choose a tag to compare

Increases downloader lambda memory.

v1.0.3

10 Jul 18:28
a26f32f
Compare
Choose a tag to compare

Use updated target key structure for Sentinel downloads.

v1.0.2

08 Jul 21:58
679fd0c
Compare
Choose a tag to compare

Updated prod release which restricts RDS automatic Postgres versioning upgrades which may prevent future CDK stack updates.

v1.0.1 Release - Adding Deploy on Release workflow

08 Jul 16:37
dcae9b6
Compare
Choose a tag to compare

This uses a GitHub Actions Workflow (deploy-on-release.yml) to deploy to the prod identifier whenever a new release is made.

v1.0.0 Release - First HLS `prod` Deploy

01 Jul 16:08
Compare
Choose a tag to compare

This was deployed with the following .env contents:

OWNER="sean-developmentseed"
IDENTIFIER="prod"
AWS_DEFAULT_REGION="us-west-2"
ENABLE_DOWNLOADING="FALSE"
SCHEDULE_LINK_FETCHING="FALSE"
USE_INTHUB2="TRUE"
REMOVAL_POLICY_DESTROY="FALSE"
UPLOAD_BUCKET="hls-sentinel-2-downloader-serverless-prod-upload-bucket"