From 2b07b5faa99d310c7f4ed6268227638939c805bc Mon Sep 17 00:00:00 2001 From: Joseph H Kennedy Date: Mon, 17 Jun 2024 09:44:11 -0800 Subject: [PATCH 1/3] downgrade SDK due to timeout bug --- CHANGELOG.md | 5 +++++ requirements-its_live_monitoring.txt | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5651b57e..21d9a589 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## [0.5.3] +### Fixed +- Downgraded the HyP3 SDK to v6.1.0 from v6.2.0 due to timeouts related to checking user's application status, see [ASFHyP3/hyp3-sdk#280](https://github.com/ASFHyP3/hyp3-sdk/issues/280). + ## [0.5.2] ### Changed diff --git a/requirements-its_live_monitoring.txt b/requirements-its_live_monitoring.txt index c3b13a70..4fd8a39e 100644 --- a/requirements-its_live_monitoring.txt +++ b/requirements-its_live_monitoring.txt @@ -1,5 +1,5 @@ geopandas==0.14.4 -hyp3-sdk==6.2.0 +hyp3-sdk==6.1.0 pandas==2.2.2 pystac-client==0.7.7 requests==2.31.0 From 69c784632b3fecf1015fd3791e8c0d313dcf1161 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 18:09:22 +0000 Subject: [PATCH 2/3] Bump ASFHyP3/actions from 0.11.0 to 0.11.1 Bumps [ASFHyP3/actions](https://github.com/asfhyp3/actions) from 0.11.0 to 0.11.1. - [Release notes](https://github.com/asfhyp3/actions/releases) - [Changelog](https://github.com/ASFHyP3/actions/blob/develop/CHANGELOG.md) - [Commits](https://github.com/asfhyp3/actions/compare/v0.11.0...v0.11.1) --- updated-dependencies: - dependency-name: ASFHyP3/actions dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/changelog.yml | 2 +- .github/workflows/create-jira-issue.yml | 2 +- .github/workflows/labeled-pr.yml | 2 +- .github/workflows/release-checklist-comment.yml | 2 +- .github/workflows/release.yml | 2 +- .github/workflows/static-anaysis.yml | 2 +- .github/workflows/tag-version.yml | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/changelog.yml b/.github/workflows/changelog.yml index 3ce6f429..6b6bbdaa 100644 --- a/.github/workflows/changelog.yml +++ b/.github/workflows/changelog.yml @@ -13,6 +13,6 @@ on: jobs: call-changelog-check-workflow: - uses: ASFHyP3/actions/.github/workflows/reusable-changelog-check.yml@v0.11.0 + uses: ASFHyP3/actions/.github/workflows/reusable-changelog-check.yml@v0.11.1 secrets: USER_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/create-jira-issue.yml b/.github/workflows/create-jira-issue.yml index 0b69efec..129ff5f1 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.0 + uses: ASFHyP3/actions/.github/workflows/reusable-create-jira-issue.yml@v0.11.1 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 66ba502e..3ba21604 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.0 + uses: ASFHyP3/actions/.github/workflows/reusable-labeled-pr-check.yml@v0.11.1 diff --git a/.github/workflows/release-checklist-comment.yml b/.github/workflows/release-checklist-comment.yml index 77ac46bd..a2ce6bb9 100644 --- a/.github/workflows/release-checklist-comment.yml +++ b/.github/workflows/release-checklist-comment.yml @@ -9,7 +9,7 @@ on: jobs: call-release-workflow: - uses: ASFHyP3/actions/.github/workflows/reusable-release-checklist-comment.yml@v0.11.0 + uses: ASFHyP3/actions/.github/workflows/reusable-release-checklist-comment.yml@v0.11.1 permissions: pull-requests: write secrets: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1add01c2..661719d2 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.0 + uses: ASFHyP3/actions/.github/workflows/reusable-release.yml@v0.11.1 with: release_prefix: its-live-monitoring secrets: diff --git a/.github/workflows/static-anaysis.yml b/.github/workflows/static-anaysis.yml index dc4961dc..07dd776e 100644 --- a/.github/workflows/static-anaysis.yml +++ b/.github/workflows/static-anaysis.yml @@ -4,7 +4,7 @@ on: push jobs: call-ruff-workflow: - uses: ASFHyP3/actions/.github/workflows/reusable-ruff.yml@v0.11.0 + uses: ASFHyP3/actions/.github/workflows/reusable-ruff.yml@v0.11.1 cfn-lint: runs-on: ubuntu-latest diff --git a/.github/workflows/tag-version.yml b/.github/workflows/tag-version.yml index 5c3c528f..2357be26 100644 --- a/.github/workflows/tag-version.yml +++ b/.github/workflows/tag-version.yml @@ -7,6 +7,6 @@ on: jobs: call-bump-version-workflow: - uses: ASFHyP3/actions/.github/workflows/reusable-bump-version.yml@v0.11.0 + uses: ASFHyP3/actions/.github/workflows/reusable-bump-version.yml@v0.11.1 secrets: USER_TOKEN: ${{ secrets.TOOLS_BOT_PAK }} From dc7596473238ccc80c2d3e19bd8582818b3ce9c7 Mon Sep 17 00:00:00 2001 From: Joseph H Kennedy Date: Mon, 17 Jun 2024 10:19:58 -0800 Subject: [PATCH 3/3] Update changelog.yml --- .github/workflows/changelog.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/changelog.yml b/.github/workflows/changelog.yml index 6b6bbdaa..6047ddb1 100644 --- a/.github/workflows/changelog.yml +++ b/.github/workflows/changelog.yml @@ -14,5 +14,3 @@ on: jobs: call-changelog-check-workflow: uses: ASFHyP3/actions/.github/workflows/reusable-changelog-check.yml@v0.11.1 - secrets: - USER_TOKEN: ${{ secrets.GITHUB_TOKEN }}