diff --git a/charts/nautobot/Chart.yaml b/charts/nautobot/Chart.yaml index 92a1851b..5b2a8373 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.1-py3.11 + image: ghcr.io/nautobot/nautobot:2.3.2-py3.11 artifacthub.io/links: | - name: Nautobot Documentation url: https://docs.nautobot.com/ @@ -30,17 +30,17 @@ annotations: - title: Chatops url: https://raw.githubusercontent.com/nautobot/nautobot/develop/nautobot/docs/media/ss_plugin_chatops.png artifacthub.io/changes: | - - kind: fixed - description: Fixed unnecessary prometheus metrics endpoint + - kind: added + description: Added annotations to the Nautobot deployment - kind: changed - description: Upgraded Nautobot from 2.2.7 to 2.3.1 + description: Enabled celery readiness and liveliness probes by default - kind: changed - description: Upgraded Bitnami Common subchart from 2.20.3 to 2.22.0 + description: Upgraded Nautobot from 2.3.1 to 2.3.2 - kind: changed - description: Upgraded nginx-prometheus-exporter image from 1.2.0 to 1.3.0 + description: Upgraded dependency mkdocs from 1.6.0 to 1.6.1 apiVersion: "v2" -appVersion: "2.3.1" -version: "2.2.0" +appVersion: "2.3.2" +version: "2.3.0" dependencies: - condition: "redis.enabled" name: "redis" diff --git a/charts/nautobot/README.md b/charts/nautobot/README.md index 62bdbc22..c62b69f5 100644 --- a/charts/nautobot/README.md +++ b/charts/nautobot/README.md @@ -1,6 +1,6 @@ # nautobot -![Version: 2.2.0](https://img.shields.io/badge/Version-2.2.0-informational?style=flat-square) ![AppVersion: 2.3.1](https://img.shields.io/badge/AppVersion-2.3.1-informational?style=flat-square) +![Version: 2.3.0](https://img.shields.io/badge/Version-2.3.0-informational?style=flat-square) ![AppVersion: 2.3.2](https://img.shields.io/badge/AppVersion-2.3.2-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 28b80885..7d05d14e 100644 --- a/docs/release-notes/version-2.x.md +++ b/docs/release-notes/version-2.x.md @@ -3,6 +3,18 @@ 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.0 - 2024-09-06 + +### Added + +* [#423](https://github.com/nautobot/helm-charts/pull/432) Added annotations to the Nautobot deployment. + +### Changed + +* [#434](https://github.com/nautobot/helm-charts/pull/434) Enabled celery readiness and liveliness probes by default. +* Upgraded Nautobot from 2.3.1 to 2.3.2 +* Upgraded dependency mkdocs from 1.6.0 to 1.6.1 + ## 2.2.0 - 2024-08-23 ### Fixed