Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
reweeden committed Aug 6, 2024
1 parent a2ee03e commit 1eb5308
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased
* add .gitconfig file to Docker image to mark /CIRRUS-core and /CIRRUS-DAAC as safe
* Add 'Docker in Docker' functionality by giving the container access to the
host's docker engine. This requires running `make docker-in-docker-permissions`

## v18.3.1.0
* Added separate urs_tea_client_id and urs_tea_client_password that can be specified if these are different from the non-tea versions of the variables.
Expand All @@ -11,7 +13,7 @@
* add a Makefile target to import tea lambda cloudwatch group if getting an "The
specified log group already exists" error: `make import-thin-egress-log`
* Update cumulus module to v18.3.1
* Fix typo `thottled_queue_execution_limit` to `throttled_queue_execution_limit` in cumulus/variables.tf
* Fix typo `thottled_queue_execution_limit` to `throttled_queue_execution_limit` in cumulus/variables.tf
* Update data-persistence module to v18.3.1
* Update Dockerfile:
* FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 1)
Expand All @@ -24,11 +26,11 @@ specified log group already exists" error: `make import-thin-egress-log`
* Upgrade to Python 3.9.x from Python 3.8
* Update TEA module from 1.3.5 -> 2.0.1
* TEA - Breaking Changes (For full list of changes visit [the TEA release page](https://github.com/asfadmin/thin-egress-app/releases))
* The `/locate` endpoint now requires the full bucket name to be provided in the `bucket_name` query parameter.
* The `/locate` endpoint now requires the full bucket name to be provided in the `bucket_name` query parameter.
*Previously it expected only the trailing part of the bucket name with the `BUCKET_NAME_PREFIX` stripped off*
* **NOTE - POST UPGRADE** this version of Cumulus requires changes to the dead-letter archive per the instructions found under [CUMULUS-3617](https://github.com/nasa/cumulus/releases/tag/v18.3.1)
* Update `DOCKER_TAG := v18.3.1.0` in Makefile

## v18.2.0.0

* Upgrade to [Cumulus v18.2.0](https://github.com/nasa/cumulus/releases/tag/v18.2.0)
Expand Down

0 comments on commit 1eb5308

Please sign in to comment.