From 891c16981c3c43c100b9289495fd5444131c626d Mon Sep 17 00:00:00 2001 From: mckadesorensen Date: Wed, 27 Dec 2023 15:08:27 -0900 Subject: [PATCH 1/2] docs: release v17.0.0.4 release notes --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f971a3a..36040fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # CHANGELOG +## v17.0.0.4 + +* Add CIRRUS-core and CIRRUS-DAAC versions to outputs for the `cumulus`, `data-persistence`, and `tf` modules. + ## v17.0.0.3 * Pass tags to Thin Egress App module in `cumulus` cirrus module From 04bafb0889320f1e89899e4665089355880fefc7 Mon Sep 17 00:00:00 2001 From: mckadesorensen Date: Wed, 27 Dec 2023 15:08:41 -0900 Subject: [PATCH 2/2] update: update docker tag --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7da6ff9..e709569 100644 --- a/Makefile +++ b/Makefile @@ -19,7 +19,7 @@ # PYTHON_VER: python3 or python38 which sets the build target in make file # --------------------------- -DOCKER_TAG := v17.0.0.2 +DOCKER_TAG := v17.0.0.4 export TF_IN_AUTOMATION="true" export TF_VAR_MATURITY=${MATURITY} export TF_VAR_DEPLOY_NAME=${DEPLOY_NAME}