Release/0.14.0 - #103
Merged
Merged
Conversation
This workflow automatically, when team label is assigned to an issue: - Set podaac project status to triage - Assign to the team github project when it exists, with a New status. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This workflow automatically, when team label is assigned to an issue: - Set podaac project status to triage - Assign to the team github project when it exists, with a New status. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
# Conflicts: # pyproject.toml
# Conflicts: # pyproject.toml
This workflow is being removed from the organization. Co-Authored-By: Claude (claude-sonnet-4.5) <noreply@anthropic.com>
This workflow is being deployed across the organization. Co-Authored-By: Claude (claude-sonnet-4.5) <noreply@anthropic.com>
This workflow is being deployed across the organization. Co-Authored-By: Claude (claude-sonnet-4.5) <noreply@anthropic.com>
This workflow is being removed from the organization. Co-Authored-By: Claude (claude-sonnet-4.5) <noreply@anthropic.com>
This workflow is being deployed across the organization. Co-Authored-By: Claude (claude-sonnet-4.5) <noreply@anthropic.com>
* make update for cumulus consolidation * /deploy sit * /deploy sit * /deploy sit * /deploy sit * /deploy sit * /deploy sit * test cumulus normalizer * /deploy sit * /deploy sit * /deploy uat * /deploy uat * update cumulus modules * fix modules versions and update changelog * Apply suggestions from code review Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> * update changelog * update modules * /deploy uat * update modules * /deploy sit * /deploy sit * update changelog --------- Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
jamesfwood
approved these changes
Jul 21, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request makes significant updates to the project's CI/CD GitHub Actions workflows, focusing on modernizing dependencies, simplifying artifact handling, and improving project automation. The main changes include removing the custom Cumulus build steps in favor of downloading prebuilt artifacts, updating tool versions, and improving project board automation for PRs.
Workflow modernization and simplification:
create-zipsjob from.github/workflows/build.ymland.github/workflows/ami.yml, and replaced artifact handling with a new step that directly downloads and extracts the required Cumulus zip from GitHub releases. This streamlines the workflow and reduces build complexity. [1] [2] [3] [4] [5]cumulus_node_versionbetween jobs to use outputs from the new download step instead of the removed job. [1] [2]Dependency and toolchain updates:
CUMULUS_VERSIONtov21.3.4,TERRAFORM_VERSIONto1.12.2,CUMULUS_NODE_VERSIONtonodejs22.x, and the metadata aggregator tov8.11.0. Also updated GitHub Actions versions forcheckout,setup-python,setup-terraform, andactions/cacheto their latest major versions. [1] [2] [3] [4] [5] [6] [7] [8] [9]Project board automation enhancements:
.github/workflows/add-to-project.ymlto.github/workflows/org-add-to-project.ymland improved its documentation for clarity on its role in triaging issues and PRs..github/workflows/org-close-pr-status.ymlto automatically update the status of closed PRs in the PODAAC project board, reducing manual triage.General workflow improvements:
These changes collectively improve CI/CD reliability, reduce maintenance burden, and enhance project management automation.