Skip to content

Comments

Release v10.6.0#2797

Merged
jhkennedy merged 31 commits intomainfrom
develop
Jun 6, 2025
Merged

Release v10.6.0#2797
jhkennedy merged 31 commits intomainfrom
develop

Conversation

@jhkennedy
Copy link
Contributor

@jhkennedy jhkennedy commented Jun 6, 2025

Golden tests run:

Result:

dependabot bot and others added 30 commits June 2, 2025 19:26
Bumps the pip-deps group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [boto3](https://github.com/boto/boto3) | `1.38.24` | `1.38.27` |
| [pytest](https://github.com/pytest-dev/pytest) | `8.3.5` | `8.4.0` |
| [ruff](https://github.com/astral-sh/ruff) | `0.11.11` | `0.11.12` |
| [mypy](https://github.com/python/mypy) | `1.15.0` | `1.16.0` |
| [cfn-lint](https://github.com/aws-cloudformation/cfn-lint) | `1.35.3` | `1.35.4` |


Updates `boto3` from 1.38.24 to 1.38.27
- [Release notes](https://github.com/boto/boto3/releases)
- [Commits](boto/boto3@1.38.24...1.38.27)

Updates `pytest` from 8.3.5 to 8.4.0
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
- [Commits](pytest-dev/pytest@8.3.5...8.4.0)

Updates `ruff` from 0.11.11 to 0.11.12
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
- [Commits](astral-sh/ruff@0.11.11...0.11.12)

Updates `mypy` from 1.15.0 to 1.16.0
- [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md)
- [Commits](python/mypy@v1.15.0...v1.16.0)

Updates `cfn-lint` from 1.35.3 to 1.35.4
- [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.35.3...v1.35.4)

---
updated-dependencies:
- dependency-name: boto3
  dependency-version: 1.38.27
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-deps
- dependency-name: pytest
  dependency-version: 8.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip-deps
- dependency-name: ruff
  dependency-version: 0.11.12
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-deps
- dependency-name: mypy
  dependency-version: 1.16.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip-deps
- dependency-name: cfn-lint
  dependency-version: 1.35.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-deps
...

Signed-off-by: dependabot[bot] <support@github.com>
Many tests started failing with `fixture 'tables' not found`
in #2786, I *assume* as a result
of updating pytest from 8.3.5 to 8.4.0. I didn't read the release notes
carefully but, for whatever reason, removing the redundant mock_aws
decorator on the tables fixture makes the tests pass.
Co-authored-by: Jake Herrmann <jtherrmann@alaska.edu>
Co-authored-by: Jake Herrmann <jtherrmann@alaska.edu>
Co-authored-by: Jake Herrmann <jtherrmann@alaska.edu>
Co-authored-by: Jake Herrmann <jtherrmann@alaska.edu>
Co-authored-by: Jake Herrmann <jtherrmann@alaska.edu>
Co-authored-by: Jake Herrmann <jtherrmann@alaska.edu>
Add min_frame_coverage to INSAR_ISCE job spec
Add minimum coverage to ARIA_S1_GUNW
Revert "Add minimum coverage to ARIA_S1_GUNW"
Minimal AUTORIFT update to support hyp3-autorift v0.22.0
@github-actions
Copy link

github-actions bot commented Jun 6, 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?

@jhkennedy jhkennedy added the minor Bump the minor version number of this project label Jun 6, 2025
@jhkennedy jhkennedy moved this to In Progress in SciDev Team Board Jun 6, 2025
@jhkennedy jhkennedy marked this pull request as ready for review June 6, 2025 21:16
@jhkennedy jhkennedy requested review from a team as code owners June 6, 2025 21:16
@jhkennedy jhkennedy merged commit 1c44c0d into main Jun 6, 2025
27 of 28 checks passed
@github-project-automation github-project-automation bot moved this from In Progress to Done in SciDev Team Board Jun 6, 2025
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

Status: Done

Development

Successfully merging this pull request may close these issues.

3 participants