Feature/cumulus consolidation update - #88
Merged
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates project metadata/configuration to support the cumulus consolidation work (issue #87), including CI workflow maintenance, changelog updates, and loosening Terraform provider constraints.
Changes:
- Upgraded GitHub Actions cache step in the build workflow from
actions/cache@v4toactions/cache@v5. - Updated
CHANGELOG.mdwith an Unreleased template section and an issue reference for the cumulus consolidation work. - Removed explicit version constraints for the
awsandnullTerraform providers.
Reviewed changes
Copilot reviewed 3 out of 4 changed files in this pull request and generated 3 comments.
| File | Description |
|---|---|
terraform/main.tf |
Removes pinned aws/null provider versions to allow external version selection. |
CHANGELOG.md |
Adds Unreleased section structure and references issue #87; adjusts release section placement. |
.github/workflows/build.yml |
Updates the cache action major version used for Poetry dependency caching. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
jamesfwood
approved these changes
Jun 24, 2026
sliu008
added a commit
that referenced
this pull request
Jul 21, 2026
* /version 0.8.0a0 * Add automatic project assignment workflow This workflow automatically: - Adds new issues and PRs to the podaac project - Sets their status to 'needs:triage' Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> * Add automatic team/project assignment workflow 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> * Add automatic team/project assignment workflow 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> * /version 0.7.0a0 * /version 0.8.0a1 * Remove workflow: add-to-project.yml This workflow is being removed from the organization. Co-Authored-By: Claude (claude-sonnet-4.5) <noreply@anthropic.com> * /version 0.8.0a2 * Deploy workflow: org-add-to-project.yml This workflow is being deployed across the organization. Co-Authored-By: Claude (claude-sonnet-4.5) <noreply@anthropic.com> * Deploy workflow: org-close-pr-status.yml This workflow is being deployed across the organization. Co-Authored-By: Claude (claude-sonnet-4.5) <noreply@anthropic.com> * Remove workflow: team-assignment.yml This workflow is being removed from the organization. Co-Authored-By: Claude (claude-sonnet-4.5) <noreply@anthropic.com> * Deploy workflow: org-team-assignment.yml This workflow is being deployed across the organization. Co-Authored-By: Claude (claude-sonnet-4.5) <noreply@anthropic.com> * /version 0.8.0a3 * Feature/cumulus consolidation update (#88) * update python libraries and terraform for cumulus consoidation effort * update changelog * Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> * Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> * update chaangelog * add poetry lock file * update poetry lock --------- Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> * /version 0.8.0a4 * release 0.8.0 * /version 0.8.0rc1 * update changelog * /version 0.8.0rc2 --------- Co-authored-by: podaac-forge-py bot <podaac-forge-py@noreply.github.com> Co-authored-by: thomas loubrieu <60993872+tloubrieu-jpl@users.noreply.github.com> Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com> Co-authored-by: James Wood <8115931+jamesfwood@users.noreply.github.com> Co-authored-by: jamesfwood <jamesfwood@users.noreply.github.com> Co-authored-by: tloubrieu-jpl <tloubrieu-jpl@users.noreply.github.com> Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> Co-authored-by: sliu008 <sliu008@users.noreply.github.com>
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 includes minor updates to the project build configuration, changelog documentation, and Terraform provider requirements. The most notable changes are an upgrade to the GitHub Actions cache action, documentation of recent library updates, and the removal of explicit provider version constraints in Terraform.
Build and Dependency Management:
actions/cache@v4toactions/cache@v5in.github/workflows/build.ymlto ensure compatibility and benefit from the latest improvements.CHANGELOG.mdto document the consolidation and update of Python libraries for cumulus, referencing issue Upgrade forgePy to Python 3.12 and CMA 2.0.5/2.0.0 #87.Infrastructure as Code:
awsandnullproviders interraform/main.tf, potentially allowing Terraform to use newer provider versions.