Skip to content

Comments

Release v10.4.2#2741

Merged
asjohnston-asf merged 10 commits intomainfrom
develop
Apr 29, 2025
Merged

Release v10.4.2#2741
asjohnston-asf merged 10 commits intomainfrom
develop

Conversation

@asjohnston-asf
Copy link
Member

@asjohnston-asf asjohnston-asf commented Apr 29, 2025

This job for frames 12908 and 38238 run before the change failed during CREATE_MEASUREMENT_GEOTIFF with an out of memory error: https://hyp3-test-api.asf.alaska.edu/jobs/e4b051e8-f5d2-4dc6-b77c-de07eb5115c2

The same job run after the change had both CREATE_MEASUREMENT_GEOTIFF steps succeed. The failure on the subsequent CREATE_TILE_MAP step is expected because I mixed ascending/descending frames for this test: https://hyp3-test-api.asf.alaska.edu/jobs/65aaee98-686b-40ae-a868-6d34fe24ab54

asjohnston-asf and others added 10 commits April 28, 2025 10:37
Bumps [setuptools](https://github.com/pypa/setuptools) from 79.0.0 to 80.0.0.
- [Release notes](https://github.com/pypa/setuptools/releases)
- [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst)
- [Commits](pypa/setuptools@v79.0.0...v80.0.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [setuptools-scm](https://github.com/pypa/setuptools-scm) from 8.2.1 to 8.3.1.
- [Release notes](https://github.com/pypa/setuptools-scm/releases)
- [Changelog](https://github.com/pypa/setuptools-scm/blob/main/CHANGELOG.md)
- [Commits](pypa/setuptools-scm@v8.2.1...v8.3.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
….3.1

Bump setuptools-scm from 8.2.1 to 8.3.1
upgrade setuptools_scm after v8.2.1 was yanked
increase memory for CREATE_MEASUREMENT_GEOTIFF step of OPERA_DISP_TMS jobs
@asjohnston-asf asjohnston-asf added the patch Bump the patch version number of this project label Apr 29, 2025
@asjohnston-asf asjohnston-asf requested review from a team as code owners April 29, 2025 23:37
@github-actions
Copy link

github-actions bot commented Apr 29, 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?

@asjohnston-asf asjohnston-asf merged commit 2402df5 into main Apr 29, 2025
26 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

patch Bump the patch version number of this project

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants