Skip to content

Commit 2aea5f1

Browse files
authored
Merge pull request #349 from ASFHyP3/develop
Release v7.5.0
2 parents 4041779 + 000bbbf commit 2aea5f1

File tree

14 files changed

+72
-22
lines changed

14 files changed

+72
-22
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/reusable-changelog-check.yml@v0.18.1
15+
uses: ASFHyP3/actions/.github/workflows/reusable-changelog-check.yml@v0.19.0

.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/reusable-create-jira-issue.yml@v0.18.1
9+
uses: ASFHyP3/actions/.github/workflows/reusable-create-jira-issue.yml@v0.19.0
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/reusable-version-info.yml@v0.18.1
10+
uses: ASFHyP3/actions/.github/workflows/reusable-version-info.yml@v0.19.0
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/reusable-labeled-pr-check.yml@v0.18.1
15+
uses: ASFHyP3/actions/.github/workflows/reusable-labeled-pr-check.yml@v0.19.0

.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/reusable-release-checklist-comment.yml@v0.18.1
10+
uses: ASFHyP3/actions/.github/workflows/reusable-release-checklist-comment.yml@v0.19.0
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/reusable-release.yml@v0.18.1
10+
uses: ASFHyP3/actions/.github/workflows/reusable-release.yml@v0.19.0
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/reusable-secrets-analysis.yml@v0.18.1
11+
uses: ASFHyP3/actions/.github/workflows/reusable-secrets-analysis.yml@v0.19.0
1212

1313
call-ruff-workflow:
1414
# Docs: https://github.com/ASFHyP3/actions
15-
uses: ASFHyP3/actions/.github/workflows/reusable-ruff.yml@v0.18.1
15+
uses: ASFHyP3/actions/.github/workflows/reusable-ruff.yml@v0.19.0
1616

1717
call-mypy-workflow:
1818
# Docs: https://github.com/ASFHyP3/actions
19-
uses: ASFHyP3/actions/.github/workflows/reusable-mypy.yml@v0.18.1
19+
uses: ASFHyP3/actions/.github/workflows/reusable-mypy.yml@v0.19.0

.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/reusable-bump-version.yml@v0.18.1
12+
uses: ASFHyP3/actions/.github/workflows/reusable-bump-version.yml@v0.19.0
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/reusable-pytest.yml@v0.18.1
15+
uses: ASFHyP3/actions/.github/workflows/reusable-pytest.yml@v0.19.0
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.5.0]
10+
11+
### Added
12+
* Added support for specifying a HyP3 API URL with a non-`.asf.alaska.edu` domain name. This is accomplished by updating the domain of the `asf-urs` cookie when creating the `HyP3` object.
13+
* Added support for specifying a HyP3 API URL that includes a path after the domain name. All API endpoints will be relative to the given path. For example, specifying `https://foo.example.com/api` results in the `/user` endpoint being relative to `/api`, i.e. `https://foo.example.com/api/user`.
14+
915
## [7.4.0]
1016

1117
### Added

0 commit comments

Comments
 (0)