Skip to content

Release v10.17.2#3125

Merged
jhkennedy merged 17 commits into
mainfrom
develop
Jun 5, 2026
Merged

Release v10.17.2#3125
jhkennedy merged 17 commits into
mainfrom
develop

Conversation

@jhkennedy
Copy link
Copy Markdown
Contributor

@jhkennedy jhkennedy commented Jun 4, 2026

Releases fix for user-bucket publishing to project buckets and updates to lavas srg jobs.

user-bucket publishing

"Project" archive bucket publishing (e.g., archive bucket in the same account as the hyp3 deployment) succeeded in LAVAs test:
https://hyp3-lavas-test.asf.alaska.edu/jobs/a0cc7466-b3da-4a90-b6c4-7b839451d135
which has the same_account_publishing: true deployment parameter:

same_account_publishing: true

and failed in a19 test (with no logs as expected):
https://hyp3-a19-jpl-test.asf.alaska.edu/jobs/2d973241-8c81-4480-9875-53d378595208
which has the same_account_publishing: false deployment parameter:

same_account_publishing: false

lavas srg jobs

It works! https://hyp3-lavas-test.asf.alaska.edu/jobs/ae640a70-3b8f-4dcd-89d6-f1622dc88cdc

mfangaritav and others added 17 commits May 29, 2026 15:47
…b-actions-deps-7c29598ad4

correct changelog order
Add PS processing to SRG_TIME_SERIES
Bumps the github-actions-deps group with 1 update: [actions/checkout](https://github.com/actions/checkout).


Updates `actions/checkout` from 6.0.2 to 6.0.3
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v6.0.2...v6.0.3)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: 6.0.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions-deps
...

Signed-off-by: dependabot[bot] <support@github.com>
…b-actions-deps-6a98abd9ac

Bump actions/checkout from 6.0.2 to 6.0.3 in the github-actions-deps group
@github-actions
Copy link
Copy Markdown

github-actions Bot commented Jun 4, 2026

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 patch Bump the patch version number of this project label Jun 4, 2026
@jhkennedy jhkennedy marked this pull request as ready for review June 4, 2026 23:28
@jhkennedy jhkennedy requested review from a team as code owners June 4, 2026 23:28
@jhkennedy jhkennedy enabled auto-merge June 5, 2026 01:05
@jhkennedy jhkennedy merged commit 0720d60 into main Jun 5, 2026
41 of 42 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.

4 participants