Skip to content

Releases: NASA-IMPACT/hls-orchestration

v1.27

04 Sep 15:32
73b3faa
Compare
Choose a tag to compare
Merge pull request #299 from NASA-IMPACT/dev

Merge dev to master in preparation for release.

v1.26

06 May 19:23
0d87278
Compare
Choose a tag to compare

Update environment to use new LAADS token due to https://ladsweb.modaps.eosdis.nasa.gov/alerts-and-issues/138007.

v1.25

13 Feb 18:29
0d87278
Compare
Choose a tag to compare

Add deployments to target MCP using OIDC

v1.24

11 Jan 18:53
c189ac7
Compare
Choose a tag to compare

Update operational LAADS Token
Ignore new flake8 linting rule.

v1.23

16 Jun 19:35
f4d1ab1
Compare
Choose a tag to compare

Refactors Sentinel 2 error processing to use dedicated status fields rather than jsonb queries.

v1.22

23 Dec 18:39
e03e676
Compare
Choose a tag to compare

Update hls-laads image to use v1.6 of MODIS data due to https://forum.earthdata.nasa.gov/viewtopic.php?t=3780

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.