Skip to content

Commit

Permalink
Issues/54: Handle cumulus_meta properly (#57)
Browse files Browse the repository at this point in the history
* /version 0.3.0a0

* /version 0.3.0a1

* /version 0.3.0a2

* /version 0.3.0a3

* Fixed bug where status was not being reported to Cumulus Dashboard by adding `cumulus_meta` back into the output CMA.

---------

Co-authored-by: frankinspace <frankinspace@users.noreply.github.com>
  • Loading branch information
frankinspace and frankinspace authored Feb 12, 2025
1 parent faeb1ef commit f93b9f5
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Deprecated
### Removed
### Fixed
- [issues/54](https://github.com/podaac/bignbit/issues/54): Fixed bug where status was not being reported to Cumulus Dashboard by adding `cumulus_meta` back into the output CMA.
### Security

## [0.2.3]
Expand Down
1 change: 1 addition & 0 deletions terraform/state_machine_definition.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -435,6 +435,7 @@
"Type":"Pass",
"Next":"BuildImageSets",
"Parameters":{
"cumulus_meta.$": "$.cumulus_meta",
"meta": {
"buckets.$": "$.meta.buckets",
"cmr.$": "$.meta.cmr",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"cumulus_meta": {},
"meta": {
"provider": {},
"stack": {},
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"cumulus_meta": {},
"meta": {
"provider": {},
"stack": {},
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"cumulus_meta": {},
"meta": {
"provider": {},
"stack": {},
Expand Down

0 comments on commit f93b9f5

Please sign in to comment.