Skip to content

Commit b45ee32

Browse files
authored
Merge pull request #318 from ASFHyP3/develop
Release v0.6.1
2 parents c0ab34f + 3696c67 commit b45ee32

12 files changed

Lines changed: 144106 additions & 157253 deletions

.github/workflows/build-and-deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
outputs:
3434
image_uri: ${{ steps.set_outputs.outputs.IMAGE_URI }}
3535
steps:
36-
- uses: actions/checkout@v5
36+
- uses: actions/checkout@v6
3737

3838
- name: set env and outputs
3939
id: set_outputs
@@ -63,7 +63,7 @@ jobs:
6363
uses: docker/build-push-action@v6
6464
with:
6565
build-args: "SETUPTOOLS_SCM_PRETEND_VERSION=${{ needs.call-version-info-workflow.outputs.version }}"
66-
push: ${{ ! github.event.pull_request.head.repo.fork }}
66+
push: ${{ ! github.event.pull_request.head.repo.fork && github.actor != 'dependabot[bot]' }}
6767
platforms: ${{ env.PLATFORMS }}
6868
provenance: false
6969
tags: |
@@ -101,7 +101,7 @@ jobs:
101101
contents: read
102102

103103
steps:
104-
- uses: actions/checkout@v5
104+
- uses: actions/checkout@v6
105105

106106
- uses: aws-actions/configure-aws-credentials@v5
107107
with:

.github/workflows/static-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
permissions:
1919
contents: read
2020
steps:
21-
- uses: actions/checkout@v5
21+
- uses: actions/checkout@v6
2222
- uses: actions/setup-python@v6
2323
with:
2424
python-version: 3.12

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
permissions:
1717
contents: read
1818
steps:
19-
- uses: actions/checkout@v5
19+
- uses: actions/checkout@v6
2020

2121
- uses: actions/setup-python@v6
2222
with:

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [0.6.1]
8+
### Added
9+
- A check to ensure that an orbit file is availble for Sentinel-1 scenes
10+
11+
### Changed
12+
- Sentinel-1 frame overlap has been removed such that bursts that could occur in multiple opera frames now only occur in one.
13+
14+
### Fixed
15+
- The OPERA frame ID will be added to the AUTORIFT job parameters for Sentinel-1 jobs.
16+
717
## [0.6.0]
818
### Added
919
- Support for processing Sentinel-1 SNS messages and submitting jobs to hyp3-its-live has been added.

0 commit comments

Comments
 (0)