diff --git a/charts/nautobot/Chart.lock b/charts/nautobot/Chart.lock index 287f03d7..13667880 100644 --- a/charts/nautobot/Chart.lock +++ b/charts/nautobot/Chart.lock @@ -16,6 +16,6 @@ dependencies: version: 12.15.0 - name: common repository: oci://registry-1.docker.io/bitnamicharts - version: 2.20.3 -digest: sha256:488a07f67c7423babe00b85e9df488153bc4122d28adb0788bbe629ab7a46d6c -generated: "2024-07-11T12:17:02.233751571+03:00" + version: 2.22.0 +digest: sha256:9ddc9c48a15e11b68e4ec2d705981f362f368b895a26a34d796398d20b21c532 +generated: "2024-08-23T10:15:05.102339736+03:00" diff --git a/charts/nautobot/Chart.yaml b/charts/nautobot/Chart.yaml index 7afd559f..92a1851b 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.2.7-py3.11 + image: ghcr.io/nautobot/nautobot:2.3.1-py3.11 artifacthub.io/links: | - name: Nautobot Documentation url: https://docs.nautobot.com/ @@ -31,22 +31,16 @@ annotations: url: https://raw.githubusercontent.com/nautobot/nautobot/develop/nautobot/docs/media/ss_plugin_chatops.png artifacthub.io/changes: | - kind: fixed - description: Fixed unnecessary lifecycleHooks for Init Containers - - kind: fixed - description: Fixed Service's target port when Nginx in enabled - - kind: changed - description: Upgraded Nautobot from 2.2.5 to 2.2.7 - - kind: changed - description: Upgraded Bitnami Common subchart from 2.19.2 to 2.20.3 + description: Fixed unnecessary prometheus metrics endpoint - kind: changed - description: Upgraded nginx-prometheus-exporter image from 1.1.0 to 1.2.0 + description: Upgraded Nautobot from 2.2.7 to 2.3.1 - kind: changed - description: Upgraded dependency mkdocs-material from 9.5.22 to 9.5.28 + description: Upgraded Bitnami Common subchart from 2.20.3 to 2.22.0 - kind: changed - description: Upgraded Nginx Unprivileged optional container from 1.26 to 1.27 + description: Upgraded nginx-prometheus-exporter image from 1.2.0 to 1.3.0 apiVersion: "v2" -appVersion: "2.2.7" -version: "2.1.3" +appVersion: "2.3.1" +version: "2.2.0" dependencies: - condition: "redis.enabled" name: "redis" diff --git a/charts/nautobot/README.md b/charts/nautobot/README.md index 6add7343..887e8e5a 100644 --- a/charts/nautobot/README.md +++ b/charts/nautobot/README.md @@ -1,6 +1,6 @@ # nautobot -![Version: 2.1.3](https://img.shields.io/badge/Version-2.1.3-informational?style=flat-square) ![AppVersion: 2.2.7](https://img.shields.io/badge/AppVersion-2.2.7-informational?style=flat-square) +![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) Nautobot is a Network Source of Truth and Network Automation Platform. diff --git a/charts/nautobot/charts/common-2.20.3.tgz b/charts/nautobot/charts/common-2.20.3.tgz deleted file mode 100644 index 8624f69b..00000000 Binary files a/charts/nautobot/charts/common-2.20.3.tgz and /dev/null differ diff --git a/charts/nautobot/charts/common-2.22.0.tgz b/charts/nautobot/charts/common-2.22.0.tgz new file mode 100644 index 00000000..17f5674c Binary files /dev/null and b/charts/nautobot/charts/common-2.22.0.tgz differ diff --git a/docs/release-notes/version-2.x.md b/docs/release-notes/version-2.x.md index 4b106ad8..28b80885 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.2.0 - 2024-08-23 + +### Fixed + +* [#421](https://github.com/nautobot/helm-charts/pull/421) Fix unnecessary prometheus metrics endpoint. + +### Changed + +* Upgraded Nautobot from 2.2.7 to 2.3.1 +* Upgraded Bitnami Common subchart from 2.20.3 to 2.22.0 +* Upgraded nginx-prometheus-exporter image from 1.2.0 to 1.3.0 + ## 2.1.3 - 2024-07-12 ### Fixed