Release/0.7.0 - #31
Merged
Merged
Conversation
# Conflicts: # pyproject.toml
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 deployed across the organization. Co-Authored-By: Claude (claude-sonnet-4.5) <noreply@anthropic.com>
* update terraform and python libraries for cumulus consolidation * update to python 3.12 * update github actions versions * update github actions versions * update changelog * Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> * update poetry * use poetry 2.3.2 * update changelog * update cumulus-process minimum --------- Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
* update terraform and python libraries for cumulus consolidation * update to python 3.12 * update github actions versions * update github actions versions * update changelog * Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> * update poetry * use poetry 2.3.2 * update changelog * update cumulus-process minimum * /deploy sit * /deploy sit --------- 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 introduces several important improvements to the CI/CD automation and project management workflows, along with dependency updates for the Python package and Terraform configuration. The main focus is on streamlining project triage, automating team assignments, updating core dependencies, and refining the release process.
CI/CD and Project Automation Improvements:
.github/workflows/org-add-to-project.yml: Automatically adds new issues and PRs to the main PODAAC project and sets their status to "needs:triage"..github/workflows/org-close-pr-status.yml: Automatically updates the status of closed PRs in the project board to "closed", reducing manual triage..github/workflows/org-team-assignment.yml: When an issue is labeled with ateam:<team_name>label, updates its status to "triaged" in the main project and adds it to the corresponding team project if it exists.Release and Build Pipeline Enhancements:
actions/checkoutandactions/upload-artifact.${{ needs.build.outputs.new_version }}for artifact naming and tagging. [1] [2] [3] [4]Dependency Updates:
0.7.0rc1and bumped thecumulus-processdependency from^1.6.0to^1.7.0inpyproject.toml. [1] [2]0.7.0inCHANGELOG.mdwith notes on updated Python libraries and Terraform for cumulus consolidation.Terraform Configuration:
terraform/main.tf, possibly to delegate provider configuration elsewhere or simplify the setup.