diff --git a/.github/dictionary.txt b/.github/dictionary.txt index 29750b32..09239372 100644 --- a/.github/dictionary.txt +++ b/.github/dictionary.txt @@ -60,6 +60,7 @@ bbbbbb Bekaert Changelog Clauss +CLI CloudFormation CNAME conda diff --git a/.github/workflows/changelog.yml b/.github/workflows/changelog.yml index 7740de9e..3b1e7406 100644 --- a/.github/workflows/changelog.yml +++ b/.github/workflows/changelog.yml @@ -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 diff --git a/.github/workflows/check-links.yml b/.github/workflows/check-links.yml index 35c5de5b..986d40c1 100644 --- a/.github/workflows/check-links.yml +++ b/.github/workflows/check-links.yml @@ -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: diff --git a/.github/workflows/create-jira-issue.yml b/.github/workflows/create-jira-issue.yml index 99489d50..d95ef849 100644 --- a/.github/workflows/create-jira-issue.yml +++ b/.github/workflows/create-jira-issue.yml @@ -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 }} diff --git a/.github/workflows/labeled-pr.yml b/.github/workflows/labeled-pr.yml index f89f3e3b..f408f3b3 100644 --- a/.github/workflows/labeled-pr.yml +++ b/.github/workflows/labeled-pr.yml @@ -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 diff --git a/.github/workflows/release-template-comment.yml b/.github/workflows/release-template-comment.yml index dd3650ce..1f508a4d 100644 --- a/.github/workflows/release-template-comment.yml +++ b/.github/workflows/release-template-comment.yml @@ -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 }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index beb894c9..2fd76b27 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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: diff --git a/.github/workflows/static-analysis.yml b/.github/workflows/static-analysis.yml index 6df8c61a..17d0d55b 100644 --- a/.github/workflows/static-analysis.yml +++ b/.github/workflows/static-analysis.yml @@ -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 diff --git a/.github/workflows/tag-release.yml b/.github/workflows/tag-release.yml index 3f9b2c2b..e922c1a0 100644 --- a/.github/workflows/tag-release.yml +++ b/.github/workflows/tag-release.yml @@ -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 }} diff --git a/.github/workflows/update_asf_tools_version.yml b/.github/workflows/update_asf_tools_version.yml index 87158b60..08fa19d1 100644 --- a/.github/workflows/update_asf_tools_version.yml +++ b/.github/workflows/update_asf_tools_version.yml @@ -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 diff --git a/.github/workflows/update_sdk_version.yml b/.github/workflows/update_sdk_version.yml index f68c4b88..1146e951 100644 --- a/.github/workflows/update_sdk_version.yml +++ b/.github/workflows/update_sdk_version.yml @@ -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 diff --git a/CHANGELOG.md b/CHANGELOG.md index 1bd262c6..344a300c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/mkdocs.yml b/mkdocs.yml index 7e06cb5e..c941e710 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -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