Skip to content

Commit

Permalink
Merge pull request #477 from ASFHyP3/develop
Browse files Browse the repository at this point in the history
Release v0.9.10
  • Loading branch information
asjohnston-asf authored Dec 5, 2024
2 parents 283ccb8 + 7908e03 commit 5c1fee5
Show file tree
Hide file tree
Showing 13 changed files with 40 additions and 32 deletions.
1 change: 1 addition & 0 deletions .github/dictionary.txt
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ bbbbbb
Bekaert
Changelog
Clauss
CLI
CloudFormation
CNAME
conda
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ on:

jobs:
call-changelog-check-workflow:
uses: ASFHyP3/actions/.github/workflows/reusable-changelog-check.yml@v0.11.2
uses: ASFHyP3/actions/.github/workflows/reusable-changelog-check.yml@v0.12.0
2 changes: 1 addition & 1 deletion .github/workflows/check-links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

- name: Link Checker
id: lychee
uses: lycheeverse/lychee-action@v1.10.0
uses: lycheeverse/lychee-action@v2.1.0
env:
GITHUB_TOKEN: ${{secrets.TOOLS_BOT_PAK}}
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/create-jira-issue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
call-create-jira-issue-workflow:
uses: ASFHyP3/actions/.github/workflows/reusable-create-jira-issue.yml@v0.11.2
uses: ASFHyP3/actions/.github/workflows/reusable-create-jira-issue.yml@v0.12.0
secrets:
JIRA_BASE_URL: ${{ secrets.JIRA_BASE_URL }}
JIRA_USER_EMAIL: ${{ secrets.JIRA_USER_EMAIL }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/labeled-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ on:

jobs:
call-labeled-pr-check-workflow:
uses: ASFHyP3/actions/.github/workflows/reusable-labeled-pr-check.yml@v0.11.2
uses: ASFHyP3/actions/.github/workflows/reusable-labeled-pr-check.yml@v0.12.0
2 changes: 1 addition & 1 deletion .github/workflows/release-template-comment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ on:

jobs:
call-release-checklist-workflow:
uses: ASFHyP3/actions/.github/workflows/reusable-release-checklist-comment.yml@v0.11.2
uses: ASFHyP3/actions/.github/workflows/reusable-release-checklist-comment.yml@v0.12.0
secrets:
USER_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
call-release-workflow:
uses: ASFHyP3/actions/.github/workflows/reusable-release.yml@v0.11.2
uses: ASFHyP3/actions/.github/workflows/reusable-release.yml@v0.12.0
with:
release_prefix: HyP3 Docs
secrets:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/static-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ on: push

jobs:
call-secrets-analysis-workflow:
uses: ASFHyP3/actions/.github/workflows/reusable-secrets-analysis.yml@v0.11.2
uses: ASFHyP3/actions/.github/workflows/reusable-secrets-analysis.yml@v0.12.0
2 changes: 1 addition & 1 deletion .github/workflows/tag-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ on:

jobs:
call-bump-version-workflow:
uses: ASFHyP3/actions/.github/workflows/reusable-bump-version.yml@v0.11.2
uses: ASFHyP3/actions/.github/workflows/reusable-bump-version.yml@v0.12.0
secrets:
USER_TOKEN: ${{ secrets.TOOLS_BOT_PAK }}
23 changes: 11 additions & 12 deletions .github/workflows/update_asf_tools_version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,14 @@ jobs:
git push origin ${PATCH_BRANCH}
- name: open PR
uses: repo-sync/pull-request@v2
with:
source_branch: ${{ steps.patch.outputs.branch }}
destination_branch: main
pr_title: Update ASF Tools version to ${{ github.event.inputs.asf_tools_version }}
pr_body: |
PR created by a `workflow_dispatch` event
pr_assignee: ASFHyP3/tools
pr_label: tools-bot
pr_draft: false
pr_allow_empty: true
github_token: ${{ secrets.TOOLS_BOT_PAK }}
env:
PR_TITLE: Update ASF Tools version to ${{ github.event.inputs.asf_tools_version }}
PR_BODY: PR created by a `workflow_dispatch` event
GH_TOKEN: ${{ secrets.TOOLS_BOT_PAK }}
run: |
gh pr create --title "${PR_TITLE}" \
--body "${PR_BODY}" \
--assignee ASFHyP3/tools \
--label tools-bot \
--head ${{ steps.patch.outputs.branch }} \
--base main
23 changes: 11 additions & 12 deletions .github/workflows/update_sdk_version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,14 @@ jobs:
git push origin ${PATCH_BRANCH}
- name: open PR
uses: repo-sync/pull-request@v2
with:
source_branch: ${{ steps.patch.outputs.branch }}
destination_branch: main
pr_title: Update HyP3 SDK version to ${{ github.event.inputs.sdk_version }}
pr_body: |
PR created by a `workflow_dispatch` event
pr_assignee: ASFHyP3/tools
pr_label: tools-bot
pr_draft: false
pr_allow_empty: true
github_token: ${{ secrets.TOOLS_BOT_PAK }}
env:
PR_TITLE: Update HyP3 SDK version to ${{ github.event.inputs.sdk_version }}
PR_BODY: PR created by a `workflow_dispatch` event
GH_TOKEN: ${{ secrets.TOOLS_BOT_PAK }}
run: |
gh pr create --title "${PR_TITLE}" \
--body "${PR_BODY}" \
--assignee ASFHyP3/tools \
--label tools-bot \
--head ${{ steps.patch.outputs.branch }} \
--base main
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [PEP 440](https://www.python.org/dev/peps/pep-0440/)
and uses [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.9.10]

### Added
- Added a Burst InSAR Story Map link to the site table of contents

### Fixed
- The [`update_asf_tools_version`](.github/workflows/update_asf_tools_version.yml) and [`update_sdk_version`](.github/workflows/update_sdk_version.yml) GitHub Actions workflows now use the `gh` CLI instead of the archived `repo-sync/pull-request` action.

## [0.9.9]

### Changed
Expand Down
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ nav:
- Burst InSAR:
- guides/burst_insar_product_guide.md
- Product Guide: guides/burst_insar_product_guide.md
- StoryMap: https://storymaps.arcgis.com/stories/191bf1b6962c402086807390b3ce63b0" target="_blank
- AutoRIFT: https://its-live.jpl.nasa.gov/" target="_blank
- Usage Guidelines: usage_guidelines.md
- Sentinel-1 Mission: sentinel1.md
Expand Down

0 comments on commit 5c1fee5

Please sign in to comment.