Skip to content

Releases: NASA-IMPACT/hls-orchestration

v1.21

06 Oct 18:36
1396b47
Compare
Choose a tag to compare

Update hls-sentinel and hls-landsat-tile container versions.

v1.20

24 Aug 19:07
30d7944
Compare
Choose a tag to compare

Temporary fix for upstream issue with the most recent ECS Optimized AMI release. From the AWS Batch team

Dear Customer,

Upon some further researching, I have some more findings regarding the issue you have encountered.

We are aware of an issue when launching Amazon Linux 2 (AL2) AMIs and passing a cloud-init boot hook via EC2 userdata. If the boot hook attempts to upgrade the chrony package, some instances will fail to boot. The root cause is a faulty update to the chrony package that was pushed to the yum repositories on August 19, 2022. The workaround for this issue is to NOT update the chrony package from the boot hook, by excluding the package as below:

yum update -y --exclude='chrony*'

I could see from the script that has EFS calls included has "cloud-init-per once yum_update yum update -y" commands which could possibly affected by the issue.

Alternatively, you may also consider moving the "yum update" from 'cloud-boothook' section to the 'shellscript' section.

Our ETA for a new ECS optimized AMI to resolve this issue is August 30, 2022.

Notes there was a time where ssh was not possible as "cloud-bookhook" and "cloud-config" are the sections executed by cloud-init before any other script, hence any failure here can lead to subsequent runlevels to be skipped, hence daemons (like ssh) fail to start. [1]

v1.19

19 Aug 21:58
a26916e
Compare
Choose a tag to compare

Fix deployment issue caused by upstream jsii change.

v1.18

19 Aug 16:46
78300c0
Compare
Choose a tag to compare

Update hls-landsat-tile container version to use hls-metadata v2.2.

v1.17

17 May 16:35
78300c0
Compare
Choose a tag to compare

Update pipeline to support Landsat 9. Containers are using hls-hdf_to_cog v1.7 to fix previous datum issue with COGs.

v1.16

31 Jan 22:50
75bf259
Compare
Choose a tag to compare
Merge pull request #207 from NASA-IMPACT/rds_config

Rds config

v1.15

21 Jan 22:17
982ecab
Compare
Choose a tag to compare

Expand RDS resource scaling settings.

v1.14

21 Jan 01:16
e5c21d2
Compare
Choose a tag to compare

Uses update image 018923174646.dkr.ecr.us-west-2.amazonaws.com/hls-sentinel:v3.2.0 for S30 processing.

v1.13

09 Nov 22:44
054fe95
Compare
Choose a tag to compare
Merge pull request #196 from NASA-IMPACT/fix/landsat_ac_errors

Fix/landsat ac errors

v1.12

04 Nov 20:44
567529f
Compare
Choose a tag to compare
Merge pull request #194 from NASA-IMPACT/fix/styling

Fix/styling