diff --git a/charts/nautobot/Chart.lock b/charts/nautobot/Chart.lock index e1cd4c2e..287f03d7 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.19.2 -digest: sha256:cf14954d4eece195f0719a1b919964d2d70dd39ac8c0ae2e6d4629c94499fe44 -generated: "2024-05-13T13:03:35.824684885+03:00" + version: 2.20.3 +digest: sha256:488a07f67c7423babe00b85e9df488153bc4122d28adb0788bbe629ab7a46d6c +generated: "2024-07-11T12:17:02.233751571+03:00" diff --git a/charts/nautobot/Chart.yaml b/charts/nautobot/Chart.yaml index c36fe71e..7afd559f 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.5-py3.11 + image: ghcr.io/nautobot/nautobot:2.2.7-py3.11 artifacthub.io/links: | - name: Nautobot Documentation url: https://docs.nautobot.com/ @@ -30,21 +30,23 @@ 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 #391 option for persistent volume claim for media files - kind: fixed - description: Fixed #398 documentation to include Persistent volume changes + 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 Nautobot from 2.2.2 to 2.2.5 + description: Upgraded Bitnami Common subchart from 2.19.2 to 2.20.3 - kind: changed - description: Upgraded nginx-prometheus-exporter image from 0.11.0 to 1.1.0 + description: Upgraded nginx-prometheus-exporter image from 1.1.0 to 1.2.0 - kind: changed - description: Upgraded Bitnami Common subchart from 2.19.1 to 2.19.2 + description: Upgraded dependency mkdocs-material from 9.5.22 to 9.5.28 - kind: changed - description: Upgraded dependency mkdocs-material from 9.5.18 to 9.5.22 + description: Upgraded Nginx Unprivileged optional container from 1.26 to 1.27 apiVersion: "v2" -appVersion: "2.2.5" -version: "2.1.2" +appVersion: "2.2.7" +version: "2.1.3" dependencies: - condition: "redis.enabled" name: "redis" diff --git a/charts/nautobot/README.md b/charts/nautobot/README.md index a7bccf39..c40d5c4f 100644 --- a/charts/nautobot/README.md +++ b/charts/nautobot/README.md @@ -1,6 +1,6 @@ # nautobot -![Version: 2.1.2](https://img.shields.io/badge/Version-2.1.2-informational?style=flat-square) ![AppVersion: 2.2.5](https://img.shields.io/badge/AppVersion-2.2.5-informational?style=flat-square) +![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) Nautobot is a Network Source of Truth and Network Automation Platform. diff --git a/charts/nautobot/charts/common-2.19.2.tgz b/charts/nautobot/charts/common-2.19.2.tgz deleted file mode 100644 index e5a625dc..00000000 Binary files a/charts/nautobot/charts/common-2.19.2.tgz and /dev/null differ diff --git a/charts/nautobot/charts/common-2.20.3.tgz b/charts/nautobot/charts/common-2.20.3.tgz new file mode 100644 index 00000000..8624f69b Binary files /dev/null and b/charts/nautobot/charts/common-2.20.3.tgz differ diff --git a/docs/release-notes/version-2.x.md b/docs/release-notes/version-2.x.md index 668191b5..4b106ad8 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.1.3 - 2024-07-12 + +### Fixed + +* [#412](https://github.com/nautobot/helm-charts/pull/412) Fix unnecessary lifecycleHooks for Init Containers. +* [#345](https://github.com/nautobot/helm-charts/pull/345) Fix Service's target port when Nginx in enabled. + +### Changed + +* Upgraded Nautobot from 2.2.5 to 2.2.7 +* Upgraded Bitnami Common subchart from 2.19.2 to 2.20.3 +* Upgraded nginx-prometheus-exporter image from 1.1.0 to 1.2.0 +* Upgraded dependency mkdocs-material from 9.5.22 to 9.5.28 +* Upgraded Nginx Unprivileged optional container from 1.26 to 1.27 + ## 2.1.2 - 2024-05-31 ### Added