From c326eda008627e8b69a3943e748254907251588d Mon Sep 17 00:00:00 2001 From: CI Date: Thu, 4 Jul 2024 14:12:03 +0000 Subject: [PATCH] Build branch update_ci with version update_ci (9058ccc) Build pipeline: viash-hub.toolbox.update-ci-7bvwz Source commit: https://github.com/viash-hub/toolbox/commit/9058ccc47a4b31555c26eac457dc5a4d81874715 Source message: add changelog --- CHANGELOG.md | 6 ++++++ target/executable/bgzip/.config.vsh.yaml | 2 +- target/executable/bgzip/bgzip | 4 ++-- target/executable/yq/.config.vsh.yaml | 2 +- target/executable/yq/yq | 4 ++-- target/nextflow/bgzip/.config.vsh.yaml | 2 +- target/nextflow/bgzip/main.nf | 2 +- target/nextflow/yq/.config.vsh.yaml | 2 +- target/nextflow/yq/main.nf | 2 +- 9 files changed, 16 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cd0aec5..5f2be09 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # toolbox unreleased +## MINOR CHANGES + +* Updated the test CI (PR #xx). + +# toolbox v0.1.0 + ## NEW FEATURES * `bgzip`: Add bgzip functionality to compress and decompress files (initial commit). diff --git a/target/executable/bgzip/.config.vsh.yaml b/target/executable/bgzip/.config.vsh.yaml index 664b1fc..1221f9f 100644 --- a/target/executable/bgzip/.config.vsh.yaml +++ b/target/executable/bgzip/.config.vsh.yaml @@ -225,7 +225,7 @@ build_info: output: "target/executable/bgzip" executable: "target/executable/bgzip/bgzip" viash_version: "0.9.0-RC6" - git_commit: "1d8431be161eb12953fbce8997e2be9bf501ec25" + git_commit: "9058ccc47a4b31555c26eac457dc5a4d81874715" git_remote: "https://github.com/viash-hub/toolbox" package_config: name: "toolbox" diff --git a/target/executable/bgzip/bgzip b/target/executable/bgzip/bgzip index 3b905d4..793b1c2 100755 --- a/target/executable/bgzip/bgzip +++ b/target/executable/bgzip/bgzip @@ -508,9 +508,9 @@ ENTRYPOINT [] RUN bgzip -h | grep 'Version:' 2>&1 | sed 's/Version:\s\(.*\)/bgzip: "\1"/' > /var/software_versions.txt LABEL org.opencontainers.image.description="Companion container for running component bgzip" -LABEL org.opencontainers.image.created="2024-07-04T14:05:59Z" +LABEL org.opencontainers.image.created="2024-07-04T14:07:47Z" LABEL org.opencontainers.image.source="https://github.com/samtools/htslib" -LABEL org.opencontainers.image.revision="1d8431be161eb12953fbce8997e2be9bf501ec25" +LABEL org.opencontainers.image.revision="9058ccc47a4b31555c26eac457dc5a4d81874715" LABEL org.opencontainers.image.version="update_ci" VIASHDOCKER diff --git a/target/executable/yq/.config.vsh.yaml b/target/executable/yq/.config.vsh.yaml index 0639e9f..06fb0e7 100644 --- a/target/executable/yq/.config.vsh.yaml +++ b/target/executable/yq/.config.vsh.yaml @@ -249,7 +249,7 @@ build_info: output: "target/executable/yq" executable: "target/executable/yq/yq" viash_version: "0.9.0-RC6" - git_commit: "1d8431be161eb12953fbce8997e2be9bf501ec25" + git_commit: "9058ccc47a4b31555c26eac457dc5a4d81874715" git_remote: "https://github.com/viash-hub/toolbox" package_config: name: "toolbox" diff --git a/target/executable/yq/yq b/target/executable/yq/yq index 9842a79..0b6044c 100755 --- a/target/executable/yq/yq +++ b/target/executable/yq/yq @@ -490,9 +490,9 @@ RUN apk add --no-cache bash yq-go RUN /usr/bin/yq --version | sed 's/.*version\sv\(.*\)/yq: "\1"/' > /var/software_versions.txt LABEL org.opencontainers.image.description="Companion container for running component yq" -LABEL org.opencontainers.image.created="2024-07-04T14:05:59Z" +LABEL org.opencontainers.image.created="2024-07-04T14:07:47Z" LABEL org.opencontainers.image.source="https://github.com/mikefarah/yq" -LABEL org.opencontainers.image.revision="1d8431be161eb12953fbce8997e2be9bf501ec25" +LABEL org.opencontainers.image.revision="9058ccc47a4b31555c26eac457dc5a4d81874715" LABEL org.opencontainers.image.version="update_ci" VIASHDOCKER diff --git a/target/nextflow/bgzip/.config.vsh.yaml b/target/nextflow/bgzip/.config.vsh.yaml index 5ac189d..2a1ef24 100644 --- a/target/nextflow/bgzip/.config.vsh.yaml +++ b/target/nextflow/bgzip/.config.vsh.yaml @@ -225,7 +225,7 @@ build_info: output: "target/nextflow/bgzip" executable: "target/nextflow/bgzip/main.nf" viash_version: "0.9.0-RC6" - git_commit: "1d8431be161eb12953fbce8997e2be9bf501ec25" + git_commit: "9058ccc47a4b31555c26eac457dc5a4d81874715" git_remote: "https://github.com/viash-hub/toolbox" package_config: name: "toolbox" diff --git a/target/nextflow/bgzip/main.nf b/target/nextflow/bgzip/main.nf index a536869..8ee6615 100644 --- a/target/nextflow/bgzip/main.nf +++ b/target/nextflow/bgzip/main.nf @@ -3061,7 +3061,7 @@ meta = [ "engine" : "docker|native", "output" : "target/nextflow/bgzip", "viash_version" : "0.9.0-RC6", - "git_commit" : "1d8431be161eb12953fbce8997e2be9bf501ec25", + "git_commit" : "9058ccc47a4b31555c26eac457dc5a4d81874715", "git_remote" : "https://github.com/viash-hub/toolbox" }, "package_config" : { diff --git a/target/nextflow/yq/.config.vsh.yaml b/target/nextflow/yq/.config.vsh.yaml index 1cb1fb0..a4fb656 100644 --- a/target/nextflow/yq/.config.vsh.yaml +++ b/target/nextflow/yq/.config.vsh.yaml @@ -249,7 +249,7 @@ build_info: output: "target/nextflow/yq" executable: "target/nextflow/yq/main.nf" viash_version: "0.9.0-RC6" - git_commit: "1d8431be161eb12953fbce8997e2be9bf501ec25" + git_commit: "9058ccc47a4b31555c26eac457dc5a4d81874715" git_remote: "https://github.com/viash-hub/toolbox" package_config: name: "toolbox" diff --git a/target/nextflow/yq/main.nf b/target/nextflow/yq/main.nf index 2f378fe..c4452d1 100644 --- a/target/nextflow/yq/main.nf +++ b/target/nextflow/yq/main.nf @@ -3065,7 +3065,7 @@ meta = [ "engine" : "docker|native", "output" : "target/nextflow/yq", "viash_version" : "0.9.0-RC6", - "git_commit" : "1d8431be161eb12953fbce8997e2be9bf501ec25", + "git_commit" : "9058ccc47a4b31555c26eac457dc5a4d81874715", "git_remote" : "https://github.com/viash-hub/toolbox" }, "package_config" : {