From c90f59b271c03b328f82b46b6e5bca9b32639c51 Mon Sep 17 00:00:00 2001 From: Chase Clark <18691127+chasemc@users.noreply.github.com> Date: Thu, 22 Feb 2024 07:31:49 -0600 Subject: [PATCH] chore(main): release 0.4.3 (#91) --- .release-please-manifest.json | 2 +- CHANGELOG.md | 13 +++++++++++++ dockerfiles/sgpy/Dockerfile | 2 +- nextflow.config | 2 +- 4 files changed, 16 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 354e269..7a856de 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.4.2" + ".": "0.4.3" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 214ee68..c5fd974 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [0.4.3](https://github.com/socialgene/sgnf/compare/v0.4.2...v0.4.3) (2024-02-22) + + +### Bug Fixes + +* alpine doesn't play well with aws/nextflow ([8bfc30a](https://github.com/socialgene/sgnf/commit/8bfc30ae7d178652f72860ef875312ae7567b51a)) +* docker container specification ([65f2d7d](https://github.com/socialgene/sgnf/commit/65f2d7daedc1f852a281e3371321898f97a5f431)) +* ncbi datasets renaming ([fb4bb7e](https://github.com/socialgene/sgnf/commit/fb4bb7ebc0d15723366c0ee85f7a269b83553507)) +* orthologs.config ([e50dafd](https://github.com/socialgene/sgnf/commit/e50dafd6fdbcf2e02065ed53c74768fd1dd49ad7)) +* params.antismash_fulljson ([d2e4348](https://github.com/socialgene/sgnf/commit/d2e4348bf6fa27edf56bf220c9b3ba4724b6c580)) +* restore storeDir, was issue with alpine based container ([93c77c9](https://github.com/socialgene/sgnf/commit/93c77c90fed435cab293ce37cf7e65ebbf5b07a1)) +* update schema ([ed493ee](https://github.com/socialgene/sgnf/commit/ed493eecbb81aae4401f7afd0ae895d475b95bde)) + ## [0.4.2](https://github.com/socialgene/sgnf/compare/v0.4.1...v0.4.2) (2023-12-08) ### Bug Fixes diff --git a/dockerfiles/sgpy/Dockerfile b/dockerfiles/sgpy/Dockerfile index 86fc517..92cd974 100644 --- a/dockerfiles/sgpy/Dockerfile +++ b/dockerfiles/sgpy/Dockerfile @@ -1,6 +1,6 @@ # Couldn't get github actions to cache the docker builds so this starts from a sgpy_base image # x-release-please-start-version -FROM chasemc2/sgpy-base:0.4.2 +FROM chasemc2/sgpy-base:0.4.3 # x-release-please-end ################## METADATA ###################### LABEL software="socialgene" diff --git a/nextflow.config b/nextflow.config index 7bb4cd5..60f8e0d 100644 --- a/nextflow.config +++ b/nextflow.config @@ -15,7 +15,7 @@ manifest { mainScript = 'main.nf' defaultBranch = 'main' nextflowVersion = '!>=22.10.1' - version = '0.4.2' // x-release-please-version + version = '0.4.3' // x-release-please-version doi = '' }