Skip to content

Commit

Permalink
release 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
James Wood authored and James Wood committed May 22, 2024
1 parent 6c40a2d commit de165bc
Showing 1 changed file with 19 additions and 7 deletions.
26 changes: 19 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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


Expand Down

0 comments on commit de165bc

Please sign in to comment.