Releases: ASFHyP3/hyp3
Releases · ASFHyP3/hyp3
Release list
HyP3 v10.17.6
Added
- Added RDS Connection Permission to the TaskRole.
- Added
FIRE_TRACKjob spec tohyp3-ak-fire-safe. - Added parameter
upload_to_dbtoAK_FIRE_SAFEjob spec. - Added environment variable
DB_HOSTtoAK_FIRE_SAFEjob spec.
Changed
- Parquet file products are now visible.
- Sentinel-1D scenes are now accepted by
ARIA_S1_COSEIS,INSAR_ISCE,WATER_MAPandWATERMAP_EQjobs. - Updated the pinned version of hyp3-isce2 from v3.0.1 to v3.0.2 in
INSAR_ISCE_BURST,INSAR_ISCE_BURST, andINSAR_ISCE_BURSTjob specs to support Sentinel-1D processing in single burst jobs.
Fixed
- The SrgGslc and SlimSAR compute environments have been upgraded to AL2023-based AMIs from AL2 AMIs due to the pending end-of-life of AL2.
- The
check_same_relative_orbitsvalidator has been updated to account for the repositioning of Sentinel-1C in June, 2026.
Removed
- The
hyp3-carterdeployment has been retired.
HyP3 v10.17.5
Added
- Added an option to force static file regeneration for the
ITS_LIVE_AUTORIFTjob type.
Changed
- ASF-deployment-ci-cf.yml now deploys a role to be assumed via OIDC by Github Actions, rather than a service user
plus-testandplus-prodenvironments are now deployed via OIDC
HyP3 v10.17.4
Changed
- Deploy EDC deployments using OpenID Connect (OIDC) with Amazon Web Services.
HyP3 v10.17.3
Added
- Added the
PISM_TERRA_RUN_FORWARDandPISM_TERRA_RUN_INERVERSEjobs for preparing both forward and inverse model runs. ARTRAFF_RTCjob spec for RTCing commercial SAR data on a dev basis.- Added
NISAR_GUNWjob spec for VolcSARvatory
Changed
- The
PISM_TERRA_EXECUTEjobs no longer requires or accepts anensemble_job_idparameter, which was used to determine the S3 location to stage files from, and instead takes a full S3 URI for run_script. - Increased default/expanded vCPUs to 1500/3000 in hyp3-edc-uat and hyp3-edc-prod.
- Updated
AK_FIRE_SAFEjob spec to usefedsworkflow.
Removed
- Removed the
PISM_TERRA_PREP_ENSEMBLEjob in favor ofPISM_TERRA_RUN_FORWARDandPISM_TERRA_RUN_INERVERSE. - Removed the
PISM_TERRA_RUNjob.
HyP3 v10.17.2
Added
- Added PS processing for
SRG_TIME_SERIES, and new argumentprocessto choose betweenpsandsbas. - Added new parameters
tbaselineandpbaselineto customize temporal and perpendicular baselines. - Added a deployment parameter which will allow publishing products to any bucket within the containing AWS account, not just the HyP3 content bucket. This should only be allowed for projects that have a separate log-term archive bucket in the same account and have set the default user credits to 0.
HyP3 v10.17.1
Changed
- Upgraded PyJWT to 2.13.0; resolves CVE-2026-48526.
HyP3 v10.17.0
Added
bucketandbucket_prefixtop level parameters for all job types.- The
bucketparameter allows for overwriting the content bucket that a job's products will be placed into. - The
bucket_prefixparameter:- allows for overwriting the default prefix (the job ID) for the S3 bucket.
- can only be used if also using a custom bucket.
- allows for inserting the job's ID and name by including
{job_id}or{name}in the prefix string.
- The
/bucket-policy/<bucket_name>route for retrieving an AWS policy that will allow HyP3 to write to a the<bucket_name>S3 Bucket.
HyP3 v10.16.5
Added
- Added support for Element84 Sentinel-2 L2A STAC IDs to the
ARIA_AUTORIFTjob spec.
Changed
- Do not include cost offsets from EC2 Savings Plans when computing month-to-date spending in scale-cluster lambda.
HyP3 v10.16.4
Added
- Bucket prefix for multiburst jobs in
VOLCSARVATORY_MULTI_BURST.yml.
HyP3 v10.16.3
Changed
- Increased default credits per user to 8,000 from 4,000 for the
hyp3-edc-prodandhyp3-edc-uatdeployments,
reverting the reduction in 10.16.1.