Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v7.10.0 #2443

Merged
merged 129 commits into from
Oct 1, 2024
Merged

Release v7.10.0 #2443

merged 129 commits into from
Oct 1, 2024

Conversation

jtherrmann
Copy link
Contributor

@jtherrmann jtherrmann commented Oct 1, 2024

TODO:

  • Validate in hyp3-test and hyp3-enterprise-test
  • Consider whether the step function changes warrant draining the job queue before merging
    • I don't think so, because this doesn't match the scenario described below (see the review checklist comment).

hyp3-test validation jobs: https://hyp3-test-api.asf.alaska.edu/jobs?user_id=jtherrmann&name=jth-20241001-multi-burst-changes

  • All jobs used expected memory values
  • 6/8 jobs succeeded (the AUTORIFT S1 and Landsat jobs weren't expected to succeed)

hyp3-enterprise-test validation jobs: https://hyp3-enterprise-test.asf.alaska.edu/jobs?user_id=jtherrmann&name=jth-20241001-multi-burst-changes

  • All jobs used expected memory values
  • 10/10 jobs succeeded

Post-release:

hyp3 validation jobs: https://hyp3-api.asf.alaska.edu/jobs?user_id=jtherrmann&name=jth-20241001-multi-burst-changes

  • All jobs used expected memory values
  • 6/6 jobs succeeded

AndrewPlayer3 and others added 30 commits August 16, 2024 12:54
Bumps [setuptools](https://github.com/pypa/setuptools) from 72.1.0 to 72.2.0.
- [Release notes](https://github.com/pypa/setuptools/releases)
- [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst)
- [Commits](pypa/setuptools@v72.1.0...v72.2.0)

---
updated-dependencies:
- dependency-name: setuptools
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [cfn-lint](https://github.com/aws-cloudformation/cfn-lint) from 1.9.7 to 1.10.3.
- [Release notes](https://github.com/aws-cloudformation/cfn-lint/releases)
- [Changelog](https://github.com/aws-cloudformation/cfn-lint/blob/main/CHANGELOG.md)
- [Commits](aws-cloudformation/cfn-lint@v1.9.7...v1.10.3)

---
updated-dependencies:
- dependency-name: cfn-lint
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [openapi-core](https://github.com/python-openapi/openapi-core) from 0.19.2 to 0.19.3.
- [Release notes](https://github.com/python-openapi/openapi-core/releases)
- [Commits](python-openapi/openapi-core@0.19.2...0.19.3)

---
updated-dependencies:
- dependency-name: openapi-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Bumps [boto3](https://github.com/boto/boto3) from 1.34.159 to 1.35.0.
- [Release notes](https://github.com/boto/boto3/releases)
- [Commits](boto/boto3@1.34.159...1.35.0)

---
updated-dependencies:
- dependency-name: boto3
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: Jake Herrmann <[email protected]>
Bumps [moto[dynamodb]](https://github.com/getmoto/moto) from 5.0.12 to 5.0.13.
- [Release notes](https://github.com/getmoto/moto/releases)
- [Changelog](https://github.com/getmoto/moto/blob/master/CHANGELOG.md)
- [Commits](getmoto/moto@5.0.12...5.0.13)

---
updated-dependencies:
- dependency-name: moto[dynamodb]
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
….0.13

Bump moto[dynamodb] from 5.0.12 to 5.0.13
@jtherrmann jtherrmann added the minor Bump the minor version number of this project label Oct 1, 2024
@jtherrmann jtherrmann requested a review from a team as a code owner October 1, 2024 19:27
Copy link

github-actions bot commented Oct 1, 2024

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 merged commit c396b43 into main Oct 1, 2024
22 checks passed
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.

2 participants