From 0e3c6512f29082b1bf9738ea2d029e2b92432f91 Mon Sep 17 00:00:00 2001 From: Enol Fernandez Date: Thu, 21 Nov 2024 11:43:01 +0000 Subject: [PATCH] Prepare changelog for v0.3.0 --- CHANGELOG.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b75695f..f7f75b8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,23 @@ and this project adheres to ## [Unreleased] +## [0.3.0] - 2024-11-21 + +### Added + +- Conditionally mount secrets in user environmet + [#145](https://github.com/EGI-Federation/egi-notebooks-hub/pull/145) +- Support service accounts without username claim + [#140](https://github.com/EGI-Federation/egi-notebooks-hub/pull/139) + +### Changed + +- Update Zero2Jupyter to 4.0.0 (with associated dependencies) and update + templates to work with JupyterHub 5.x + [#142](https://github.com/EGI-Federation/egi-notebooks-hub/pull/142), + [#145](https://github.com/EGI-Federation/egi-notebooks-hub/pull/145), + [#146](https://github.com/EGI-Federation/egi-notebooks-hub/pull/146) + ## [0.2.0] - 2024-10-02 ### Added