From de165bc8eed90c9b5af8afc70b257503f99fc21e Mon Sep 17 00:00:00 2001 From: James Wood Date: Wed, 22 May 2024 11:46:17 -0700 Subject: [PATCH] release 0.4.0 --- CHANGELOG.md | 26 +++++++++++++++++++------- 1 file changed, 19 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a91f86b..caf2719 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,18 +6,30 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Added +### Changed +### Deprecated +### Removed +### Fixed +### Security + + +## [0.4.0] + ### Added - ** DMRPP Updates ** - - updated to python 3.11 - - poetry update python libraries - - update normalizer to add a workflow flag to use ecs or lambda based on a granule size - - added a config argument for what the lambda ephemeral storage limit will be, we will use that and subract - 50 mb so we don't use the entire /tmp on lambdas. - - update normalizer to use arm architecture + - Added a workflow flag to use ecs or lambda based on a granule size + - Added a config argument for what the lambda ephemeral storage limit will be, + we will use that and subract 50 mb so we don't use the entire /tmp on lambdas. +- Updated to python 3.11 +- Did 'poetry update' to update python libraries +- Updated to use arm architecture ### Changed +- ** Moved to Github.com ** + - [cumulus-postworkflow-normalizer](https://github.com/podaac/cumulus-postworkflow-normalizer) ### Deprecated ### Removed -### Fixedå +### Fixed ### Security