Skip to content

Commit d0afc68

Browse files
Merge pull request #2939 from ASFHyP3/develop
Release v10.11.12
2 parents f575b82 + 3f008f9 commit d0afc68

7 files changed

+14
-8
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.11.12]
8+
9+
### Changed
10+
- The `INSAR_ISCE_BURST` job type has been pinned to [HyP3 ISCE2 v3.0.1](https://github.com/ASFHyP3/hyp3-isce2/releases/tag/v3.0.1) in preparation for removing the `insar_tops_burst` entrypoint in the upcoming HyP3 ISCE2 v4.0.0 release.
11+
712
## [10.11.11]
813

914
### Changed

job_spec/INSAR_ISCE_BURST.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ INSAR_ISCE_BURST:
4343
steps:
4444
- name: ''
4545
image: ghcr.io/asfhyp3/hyp3-isce2
46+
image_tag: 3.0.1
4647
command:
4748
- ++process
4849
- insar_tops_burst

requirements-all.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@
55
-r requirements-apps-disable-private-dns.txt
66
-r requirements-apps-search-archive.txt
77
-r requirements-apps-update-db.txt
8-
boto3==1.40.45
8+
boto3==1.40.50
99
jinja2==3.1.6
1010
moto[dynamodb]==5.1.14
1111
pytest==8.4.2
1212
PyYAML==6.0.3
1313
responses==0.25.8
14-
ruff==0.13.3
14+
ruff==0.14.0
1515
mypy==1.18.2
1616
setuptools==80.9.0
17-
setuptools_scm==9.2.0
17+
setuptools_scm==9.2.1
1818
openapi-spec-validator==0.7.2
19-
cfn-lint==1.40.0
19+
cfn-lint==1.40.1
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
boto3==1.40.45
1+
boto3==1.40.50

requirements-apps-get-files.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
boto3==1.40.45
1+
boto3==1.40.50
22
./lib/dynamo/
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
./lib/dynamo/
22
./lib/lambda_logging/
3-
asf_enumeration==0.3.0
3+
asf_enumeration==0.4.0
44
asf_search==10.1.1
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
boto3==1.40.45
1+
boto3==1.40.50
22
./lib/dynamo/
33
./lib/lambda_logging/

0 commit comments

Comments
 (0)