Skip to content

Commit 4041779

Browse files
authored
Merge pull request #344 from ASFHyP3/develop
Release v7.4.0
2 parents addc710 + 1c1e868 commit 4041779

16 files changed

+102
-15
lines changed

.github/workflows/changelog.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ on:
1212

1313
jobs:
1414
call-changelog-check-workflow:
15-
uses: ASFHyP3/actions/.github/workflows/[email protected].0
15+
uses: ASFHyP3/actions/.github/workflows/[email protected].1

.github/workflows/create-jira-issue.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66

77
jobs:
88
call-create-jira-issue-workflow:
9-
uses: ASFHyP3/actions/.github/workflows/[email protected].0
9+
uses: ASFHyP3/actions/.github/workflows/[email protected].1
1010
secrets:
1111
JIRA_BASE_URL: ${{ secrets.JIRA_BASE_URL }}
1212
JIRA_USER_EMAIL: ${{ secrets.JIRA_USER_EMAIL }}

.github/workflows/distribute.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
jobs:
99
call-version-info-workflow:
10-
uses: ASFHyP3/actions/.github/workflows/[email protected].0
10+
uses: ASFHyP3/actions/.github/workflows/[email protected].1
1111
with:
1212
python_version: "3.10"
1313

.github/workflows/labeled-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ on:
1212

1313
jobs:
1414
call-labeled-pr-check-workflow:
15-
uses: ASFHyP3/actions/.github/workflows/[email protected].0
15+
uses: ASFHyP3/actions/.github/workflows/[email protected].1

.github/workflows/release-template-comment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
jobs:
99
call-release-workflow:
10-
uses: ASFHyP3/actions/.github/workflows/[email protected].0
10+
uses: ASFHyP3/actions/.github/workflows/[email protected].1
1111
permissions:
1212
pull-requests: write
1313
secrets:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
jobs:
99
call-release-workflow:
10-
uses: ASFHyP3/actions/.github/workflows/[email protected].0
10+
uses: ASFHyP3/actions/.github/workflows/[email protected].1
1111
with:
1212
release_prefix: HyP3 SDK
1313
secrets:

.github/workflows/static-analysis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ on: push
88
jobs:
99
call-secrets-analysis-workflow:
1010
# Docs: https://github.com/ASFHyP3/actions
11-
uses: ASFHyP3/actions/.github/workflows/[email protected].0
11+
uses: ASFHyP3/actions/.github/workflows/[email protected].1
1212

1313
call-ruff-workflow:
1414
# Docs: https://github.com/ASFHyP3/actions
15-
uses: ASFHyP3/actions/.github/workflows/[email protected].0
15+
uses: ASFHyP3/actions/.github/workflows/[email protected].1
1616

1717
call-mypy-workflow:
1818
# Docs: https://github.com/ASFHyP3/actions
19-
uses: ASFHyP3/actions/.github/workflows/[email protected].0
19+
uses: ASFHyP3/actions/.github/workflows/[email protected].1

.github/workflows/tag-version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ jobs:
99
call-bump-version-workflow:
1010
# For first-time setup, create a v0.0.0 tag as shown here:
1111
# https://github.com/ASFHyP3/actions#reusable-bump-versionyml
12-
uses: ASFHyP3/actions/.github/workflows/[email protected].0
12+
uses: ASFHyP3/actions/.github/workflows/[email protected].1
1313
secrets:
1414
USER_TOKEN: ${{ secrets.TOOLS_BOT_PAK }}

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212

1313
jobs:
1414
call-pytest-workflow:
15-
uses: ASFHyP3/actions/.github/workflows/[email protected].0
15+
uses: ASFHyP3/actions/.github/workflows/[email protected].1
1616
with:
1717
local_package_name: hyp3_sdk
1818
python_versions: >-

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [PEP 440](https://www.python.org/dev/peps/pep-0440/)
77
and uses [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
88

9+
## [7.4.0]
10+
11+
### Added
12+
* Added `HyP3.submit_opera_rtc_s1_job` and `HyP3.prepare_opera_rtc_s1_job` methods for submitting OPERA RTC-S1 jobs to HyP3. This job type is under development and is currently only available in `https://hyp3-test-api.asf.alaska.edu`
13+
* Added `hyp3_sdk.exceptions.ServiceUnavailableError` for handling 503 errors from HyP3.
14+
915
## [7.3.0]
1016

1117
### Added

0 commit comments

Comments
 (0)