Skip to content

Commit

Permalink
bump nextflow base image to 1.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
rahuldesai1 committed Sep 4, 2024
1 parent 588adf2 commit ccf81b8
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,19 @@ Types of changes

# Latch SDK Changelog

## 2.52.2 - 2024-09-04

### Changed

* Nextflow
- Update `nextflow` base image to version `v1.1.8`

## 2.52.1 - 2024-08-30

### Fixed

* Move tty and termios imports to enable `latch cp` on Windows

## 2.52.0 - 2024-08-30

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion latch_cli/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class LatchConstants:
base_image: str = (
"812206152185.dkr.ecr.us-west-2.amazonaws.com/latch-base:fe0b-main"
)
nextflow_latest_version: str = "v1.1.7"
nextflow_latest_version: str = "v1.1.8"

file_max_size: int = 4 * Units.MiB
file_chunk_size: int = 64 * Units.MiB
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

setup(
name="latch",
version="v2.52.1",
version="v2.52.2",
author_email="[email protected]",
description="The Latch SDK",
packages=find_packages(),
Expand Down

0 comments on commit ccf81b8

Please sign in to comment.