From b14fea553dbafa17a8a580c01e084d94a8ac1119 Mon Sep 17 00:00:00 2001 From: Gerasimos Tzakis Date: Tue, 24 Sep 2024 10:53:04 +0300 Subject: [PATCH] chore: prepare for release `2.3.2` --- charts/nautobot/Chart.yaml | 10 ++-------- charts/nautobot/README.md | 2 +- docs/release-notes/version-2.x.md | 6 ++++++ 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/charts/nautobot/Chart.yaml b/charts/nautobot/Chart.yaml index 54752165..07d0b288 100644 --- a/charts/nautobot/Chart.yaml +++ b/charts/nautobot/Chart.yaml @@ -30,17 +30,11 @@ annotations: - title: Chatops url: https://raw.githubusercontent.com/nautobot/nautobot/develop/nautobot/docs/media/ss_plugin_chatops.png artifacthub.io/changes: | - - kind: added - description: Added additional properties in the root of values json schema - - kind: changed - description: Upgraded Nautobot from 2.3.2 to 2.3.4 - - kind: changed - description: Upgraded Bitnami common subchart from 2.22.0 to 2.23.0 - kind: fixed - description: Documentation for persistent static and media files + description: Media files directory being overwritten by volumeMount apiVersion: "v2" appVersion: "2.3.4" -version: "2.3.1" +version: "2.3.2" dependencies: - condition: "redis.enabled" name: "redis" diff --git a/charts/nautobot/README.md b/charts/nautobot/README.md index ac736fe0..48a1fa7b 100644 --- a/charts/nautobot/README.md +++ b/charts/nautobot/README.md @@ -1,6 +1,6 @@ # nautobot -![Version: 2.3.1](https://img.shields.io/badge/Version-2.3.1-informational?style=flat-square) ![AppVersion: 2.3.4](https://img.shields.io/badge/AppVersion-2.3.4-informational?style=flat-square) +![Version: 2.3.2](https://img.shields.io/badge/Version-2.3.2-informational?style=flat-square) ![AppVersion: 2.3.4](https://img.shields.io/badge/AppVersion-2.3.4-informational?style=flat-square) Nautobot is a Network Source of Truth and Network Automation Platform. diff --git a/docs/release-notes/version-2.x.md b/docs/release-notes/version-2.x.md index 689daedf..ec5072c0 100644 --- a/docs/release-notes/version-2.x.md +++ b/docs/release-notes/version-2.x.md @@ -3,6 +3,12 @@ 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.3.2 - 2024-09-24 + +### Fixed + +* [#445](https://github.com/nautobot/helm-charts/issues/445) Fix Media files directory being overwritten by volumeMount. + ## 2.3.1 - 2024-09-20 ### Added