Skip to content

Feature/cumulus consolidate update - #29

Merged
sliu008 merged 11 commits into
developfrom
feature/cumulus_consolidate_update
Jun 24, 2026
Merged

Feature/cumulus consolidate update#29
sliu008 merged 11 commits into
developfrom
feature/cumulus_consolidate_update

Conversation

@sliu008

@sliu008 sliu008 commented Jun 22, 2026

Copy link
Copy Markdown
Contributor

This pull request updates the project to use Python 3.12, consolidates dependencies and infrastructure for Cumulus, and makes several related upgrades to workflows and configuration. The changes ensure compatibility with the latest Python version and update related tooling and infrastructure definitions.

Python version and dependency updates:

  • Updated all references to Python from 3.11 to 3.12 in pyproject.toml, GitHub Actions workflows (.github/workflows/build.yml, .github/workflows/.release-created.yml), and Terraform Lambda runtime (terraform/lambda.tf). [1] [2] [3] [4]
  • Upgraded Poetry version and related GitHub Actions to match new Python version and improve dependency management. [1] [2]

Infrastructure and configuration changes:

  • Updated Terraform provider definitions to use explicit sources for aws and null providers in terraform/main.tf.

Documentation:

  • Updated CHANGELOG.md to reflect the Python 3.12 upgrade, library updates for Cumulus consolidation, and Terraform changes.

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This pull request updates the repository to Python 3.12 across packaging (Poetry), CI workflows, and Terraform, alongside a small Terraform provider definition refactor and changelog updates.

Changes:

  • Bump Python runtime/version references from 3.11 to 3.12 in pyproject.toml, GitHub Actions, and Terraform Lambda runtime.
  • Refactor Terraform required_providers declarations (now using explicit provider sources).
  • Update CI Poetry version pin and document the changes in CHANGELOG.md.

Reviewed changes

Copilot reviewed 4 out of 5 changed files in this pull request and generated 5 comments.

Show a summary per file
File Description
terraform/main.tf Refactors Terraform provider requirements (but currently removes AWS provider configuration).
terraform/lambda.tf Updates Lambda runtime to python3.12.
pyproject.toml Updates Poetry Python constraint to ^3.12.
CHANGELOG.md Adds Unreleased notes for the Python/Terraform updates.
.github/workflows/build.yml Updates CI to Python 3.12 and newer action/Poetry versions.
.github/workflows/.release-created.yml Updates release workflow to Python 3.12 and newer Poetry/action versions.
Comments suppressed due to low confidence (1)

terraform/main.tf:13

  • The AWS provider configuration (region/profile and ignore_tags) was removed, which changes how Terraform determines the AWS region/credentials and can reintroduce tag-drift noise that ignore_tags previously suppressed. If this wasn't intentional, re-add the provider "aws" block here so the module continues to use var.region / var.aws_profile and preserves the existing tag-ignore behavior.
}

data "aws_caller_identity" "current" {}

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread terraform/main.tf
Comment on lines 3 to 5
aws = {
source = "hashicorp/aws"
}
Comment thread terraform/main.tf
Comment on lines 7 to 9
null = {
source = "hashicorp/null"
}
Comment thread .github/workflows/build.yml
Comment thread .github/workflows/.release-created.yml
Comment thread CHANGELOG.md Outdated
sliu008 and others added 2 commits June 22, 2026 16:28
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
@sliu008
sliu008 requested a review from jamesfwood June 23, 2026 21:15
Comment thread CHANGELOG.md Outdated

### Added
### Changed
- Updated to python 3.12

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It was already python 3.12, so this isn't needed

@jamesfwood
jamesfwood self-requested a review June 24, 2026 23:50
@sliu008
sliu008 merged commit 3680336 into develop Jun 24, 2026
1 check passed
@sliu008
sliu008 deleted the feature/cumulus_consolidate_update branch June 24, 2026 23:52
sliu008 added a commit that referenced this pull request Jul 21, 2026
* /version 0.7.0a0

* /version 0.7.0a1

* /version 0.7.0a4

* 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>

* 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.7.0a5

* Feature/cumulus consolidate update (#29)

* 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>

* /version 0.7.0a6

* Feature/cumulus consolidate update (#30)

* 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>

* build

* /version 0.7.0a7

* release 0.7.0

* /version 0.7.0rc1

---------

Co-authored-by: podaac-cumulus-postworkflow-normalizer bot <podaac-cumulus-postworkflow-normalizer@noreply.github.com>
Co-authored-by: viviant100 <viviant100@users.noreply.github.com>
Co-authored-by: James Wood <8115931+jamesfwood@users.noreply.github.com>
Co-authored-by: jamesfwood <jamesfwood@users.noreply.github.com>
Co-authored-by: thomas loubrieu <60993872+tloubrieu-jpl@users.noreply.github.com>
Co-authored-by: Claude (claude-sonnet-4.5) <noreply@anthropic.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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants