Skip to content

Release v9.5.0#2590

Merged
jtherrmann merged 143 commits intomainfrom
develop
Feb 25, 2025
Merged

Release v9.5.0#2590
jtherrmann merged 143 commits intomainfrom
develop

Conversation

@jtherrmann
Copy link
Copy Markdown
Contributor

@jtherrmann jtherrmann commented Feb 7, 2025

Before merging:

After merging:

  • Re-enable start execution
  • Run sample jobs

@jtherrmann jtherrmann added the minor Bump the minor version number of this project label Feb 7, 2025
@github-actions
Copy link
Copy Markdown

github-actions bot commented Feb 7, 2025

Developer checklist

  • Indicated the level of changes to this package by affixing one of these labels:
    • major -- Major changes to the API that may break current workflows
    • minor -- Minor changes to the API that do not break current workflows
    • patch -- Patches and bugfixes for the current version that do not break current workflows
    • bumpless -- Changes to documentation, CI/CD pipelines, etc. that don't affect the software's version
  • (If applicable) Updated the dependencies and indicated any downstream changes that are required
  • Added/updated documentation for these changes
  • Added/updated tests for these changes
  • Verified changes in test deployment and summarized results, e.g. in PR description or comments on the related issue(s)
  • If the step function code has changed, have you drained the job queue before merging?
    • For example, if the interface for a Lambda function has changed to expect different input,
      then currently running jobs (which use the old step function definition) will call the new
      function with the old input. So we must drain the job queue before deployment, so that the new
      function is only called by the new step function definition.

Reviewer checklist

  • Have all dependencies been updated?
  • Is the level of changes labeled appropriately?
  • Are all the changes described appropriately in CHANGELOG.md?
  • Has the documentation been adequately updated?
  • Are the tests adequate?
  • Have the changes been verified in the test deployment?

@jtherrmann jtherrmann mentioned this pull request Feb 7, 2025
5 tasks
asjohnston-asf and others added 5 commits February 21, 2025 11:15
restore erroneously deleted workflow step for opera-disp-sandbox
allow s3 read access from multiple principals in EDC environments
add publish step to aria s1 gunw
williamh890
williamh890 previously approved these changes Feb 24, 2025
jtherrmann and others added 23 commits February 24, 2025 14:49
fix ARIA_s1_GUNW publish step
Also add some tests for the validate_jobs function
restrict sns publish to same region and account
Tweaks for `validate_job_spec` and `test_validate_job_spec`
Validate job spec images to be lowercase
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

minor Bump the minor version number of this project

Projects

None yet

Development

Successfully merging this pull request may close these issues.

8 participants