From 24133f2ae85b1041b0cdc3106b02155ca1d5ab75 Mon Sep 17 00:00:00 2001 From: Paolo Di Tommaso Date: Wed, 4 Sep 2024 16:46:10 +0200 Subject: [PATCH] Bump nf-google@1.15.0 Signed-off-by: Paolo Di Tommaso --- plugins/nf-google/changelog.txt | 5 +++++ plugins/nf-google/src/resources/META-INF/MANIFEST.MF | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/plugins/nf-google/changelog.txt b/plugins/nf-google/changelog.txt index 5b8a54a4dc..3d4d356ecd 100644 --- a/plugins/nf-google/changelog.txt +++ b/plugins/nf-google/changelog.txt @@ -1,5 +1,10 @@ nf-google changelog =================== +1.15.0 - 4 Sep 2024 +- Add Google Batch warning when for conflicting disk image config (#5279) [ci fast] [96cb57cb] +- Add support for Google Batch used specified boot images (#5268) [0aaa6482] +- Disable Google Batch automatic spot retries (#5223) [aad21533] + 1.14.0 - 5 Aug 2024 - Bump pf4j to version 3.12.0 [96117b9a] - Make Google Batch auto retry codes configurable (#5148) [e562ce06] diff --git a/plugins/nf-google/src/resources/META-INF/MANIFEST.MF b/plugins/nf-google/src/resources/META-INF/MANIFEST.MF index 92494dcf38..d7c884312b 100644 --- a/plugins/nf-google/src/resources/META-INF/MANIFEST.MF +++ b/plugins/nf-google/src/resources/META-INF/MANIFEST.MF @@ -1,6 +1,6 @@ Manifest-Version: 1.0 Plugin-Class: nextflow.cloud.google.GoogleCloudPlugin Plugin-Id: nf-google -Plugin-Version: 1.14.0 +Plugin-Version: 1.15.0 Plugin-Provider: Seqera Labs Plugin-Requires: >=24.04.4