From 3086c2c4553cf58bcf51748755cb3ea21dcc8516 Mon Sep 17 00:00:00 2001 From: Gerasimos Tzakis Date: Thu, 25 Apr 2024 10:55:10 +0300 Subject: [PATCH] chore(docs): update release notes --- docs/release-notes/version-2.x.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/docs/release-notes/version-2.x.md b/docs/release-notes/version-2.x.md index d83dcc81..66aa04ab 100644 --- a/docs/release-notes/version-2.x.md +++ b/docs/release-notes/version-2.x.md @@ -3,6 +3,24 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## 2.1.1 - 2024-04-25 + +### Added + +* [#379](https://github.com/nautobot/helm-charts/pull/379) Add option to define harakiri uwsgi timeout + +### Fixed + +* [#381](https://github.com/nautobot/helm-charts/pull/381) Fix DB and Redis secrets +* [#374](https://github.com/nautobot/helm-charts/pull/374) Fix correct secret keys for Djano passwords + +### Changed + +* Upgraded Bitnami Common subchart from 2.13.3 to 2.19.1 +* Upgraded RabbitMQ subchart from 12.5.4 to 12.15.0 +* Upgraded Redis subchart from 18.4.0 to 18.19.4 + + ## 2.1.0 - 2024-03-27 ### Added