Skip to content

Commit 6fd41e2

Browse files
Merge pull request #357 from ASFHyP3/develop
Release v7.6.0
2 parents 2aea5f1 + e4416ae commit 6fd41e2

File tree

14 files changed

+37
-37
lines changed

14 files changed

+37
-37
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.19.0
15+
uses: ASFHyP3/actions/.github/workflows/reusable-changelog-check.yml@v0.20.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.19.0
9+
uses: ASFHyP3/actions/.github/workflows/reusable-create-jira-issue.yml@v0.20.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.19.0
10+
uses: ASFHyP3/actions/.github/workflows/reusable-version-info.yml@v0.20.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.19.0
15+
uses: ASFHyP3/actions/.github/workflows/reusable-labeled-pr-check.yml@v0.20.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.19.0
10+
uses: ASFHyP3/actions/.github/workflows/reusable-release-checklist-comment.yml@v0.20.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.19.0
10+
uses: ASFHyP3/actions/.github/workflows/reusable-release.yml@v0.20.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.19.0
11+
uses: ASFHyP3/actions/.github/workflows/reusable-secrets-analysis.yml@v0.20.0
1212

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

1717
call-mypy-workflow:
1818
# Docs: https://github.com/ASFHyP3/actions
19-
uses: ASFHyP3/actions/.github/workflows/reusable-mypy.yml@v0.19.0
19+
uses: ASFHyP3/actions/.github/workflows/reusable-mypy.yml@v0.20.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.19.0
12+
uses: ASFHyP3/actions/.github/workflows/reusable-bump-version.yml@v0.20.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.19.0
15+
uses: ASFHyP3/actions/.github/workflows/reusable-pytest.yml@v0.20.0
1616
with:
1717
local_package_name: hyp3_sdk
1818
python_versions: >-

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ 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.6.0]
10+
### Changed
11+
* `ARIA-S1-GUNW` jobs now uses `reference_date` and `secondary_date` as input instead of a list of granules
12+
913
## [7.5.0]
1014

1115
### Added

0 commit comments

Comments
 (0)