From 59929670f4b81397a72e73497ef5de51aaa1cc73 Mon Sep 17 00:00:00 2001 From: Francis Charette Migneault Date: Tue, 23 Jul 2024 17:40:41 -0400 Subject: [PATCH] update Magpie==4.1.1 and Twitcher==0.10.0 --- CHANGES.md | 9 ++++++++- birdhouse/components/magpie/default.env | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 47b10f1df..5c8ff6a4a 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -15,7 +15,14 @@ [Unreleased](https://github.com/bird-house/birdhouse-deploy/tree/master) (latest) ------------------------------------------------------------------------------------------------------------------ -[//]: # (list changes here, using '-' for each new entry, remove this when items are added) +## Changes + +- Magpie/Twitcher: update Python packages and base Docker image to address security vulnerabilities + + - [Magpie 4.1.1](https://github.com/Ouranosinc/Magpie/blob/master/CHANGES.rst#411-2024-07-23) + (relates to [Ouranosinc/Magpie#622](https://github.com/Ouranosinc/Magpie/pull/622)). + - [Twitcher 0.10.0](https://github.com/bird-house/twitcher/blob/master/CHANGES.rst#0100-2024-07-22) + (relates to [bird-house/twitcher#136](https://github.com/bird-house/twitcher/pull/136)). [2.5.2](https://github.com/bird-house/birdhouse-deploy/tree/2.5.2) (2024-07-19) ------------------------------------------------------------------------------------------------------------------ diff --git a/birdhouse/components/magpie/default.env b/birdhouse/components/magpie/default.env index 6fe22de40..2ce3dd1fc 100644 --- a/birdhouse/components/magpie/default.env +++ b/birdhouse/components/magpie/default.env @@ -5,7 +5,7 @@ # are applied and must be added to the list of DELAYED_EVAL. # Tag version that will be used to update Magpie API, Magpie CLI, and matching Twitcher with Magpie Adapter -export MAGPIE_VERSION=3.38.0 +export MAGPIE_VERSION=4.1.1 export MAGPIE_DB_NAME="magpiedb"