Skip to content

Commit e89270a

Browse files
Merge pull request #2816 from ASFHyP3/develop
Release v10.9.1
2 parents 6359dbc + 7b9f46b commit e89270a

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ 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+
## [10.9.1]
8+
9+
### Added
10+
- Added back `PUBLISH` step of `ARIA_S1_GUNW` jobs so outputs are published to the ASF archive.
11+
712
## [10.9.0]
813

914
### Added

job_spec/ARIA_S1_GUNW.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,3 +75,14 @@ ARIA_S1_GUNW:
7575
- EARTHDATA_PASSWORD
7676
- ESA_USERNAME
7777
- ESA_PASSWORD
78+
- name: PUBLISH
79+
image: ghcr.io/asfhyp3/ingest-adapter
80+
command:
81+
- Ref::job_id
82+
timeout: 600
83+
compute_environment: Default
84+
vcpu: 1
85+
memory: 512
86+
secrets:
87+
- TOPIC_ARN
88+
- HYP3_URL

0 commit comments

Comments
 (0)