diff --git a/charts/nautobot/Chart.yaml b/charts/nautobot/Chart.yaml index fbae8c76..a4feff63 100644 --- a/charts/nautobot/Chart.yaml +++ b/charts/nautobot/Chart.yaml @@ -6,7 +6,7 @@ annotations: artifacthub.io/prerelease: "false" artifacthub.io/images: | - name: nautobot - image: ghcr.io/nautobot/nautobot:2.3.7-py3.11 + image: ghcr.io/nautobot/nautobot:2.3.11-py3.11 artifacthub.io/links: | - name: Nautobot Documentation url: https://docs.nautobot.com/ @@ -30,13 +30,17 @@ 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 property to deploy extra k8s objects(manifests) + - kind: fixed + description: Fixed issue to allow multiple probe types and not only the pre-configured - kind: changed - description: Upgraded Nautobot from 2.3.6 to 2.3.7 + description: Upgraded Nautobot from 2.3.7 to 2.3.11 - kind: changed - description: Upgraded Bitnami common subchart from 2.24.0 to 2.26.0 + description: Upgraded Bitnami common subchart from 2.26.0 to 2.27.0 apiVersion: "v2" -appVersion: "2.3.7" -version: "2.3.4" +appVersion: "2.3.11" +version: "2.3.5" dependencies: - condition: "redis.enabled" name: "redis" diff --git a/charts/nautobot/README.md b/charts/nautobot/README.md index 0c37ae90..d020d176 100644 --- a/charts/nautobot/README.md +++ b/charts/nautobot/README.md @@ -1,6 +1,6 @@ # nautobot -![Version: 2.3.4](https://img.shields.io/badge/Version-2.3.4-informational?style=flat-square) ![AppVersion: 2.3.7](https://img.shields.io/badge/AppVersion-2.3.7-informational?style=flat-square) +![Version: 2.3.5](https://img.shields.io/badge/Version-2.3.5-informational?style=flat-square) ![AppVersion: 2.3.11](https://img.shields.io/badge/AppVersion-2.3.11-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 fcbc645a..af63bdd8 100644 --- a/docs/release-notes/version-2.x.md +++ b/docs/release-notes/version-2.x.md @@ -3,6 +3,21 @@ 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.5 - 2024-11-15 + +## Added + +* [#471](https://github.com/nautobot/helm-charts/pull/471) Add property to deploy extra k8s objects(manifests). + +## Fixed + +* [#463](https://github.com/nautobot/helm-charts/pull/463) Fix allow multiple probe types and not only the pre-configured. + +### Changed + +* Upgraded Nautobot from 2.3.7 to 2.3.11 +* Upgraded Bitnami common subchart from 2.26.0 to 2.27.0 + ## 2.3.4 - 2024-10-18 ### Changed