Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 2.1.3 preparation #414

Merged
merged 2 commits into from
Jul 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions charts/nautobot/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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"
22 changes: 12 additions & 10 deletions charts/nautobot/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand All @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion charts/nautobot/README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
Binary file removed charts/nautobot/charts/common-2.19.2.tgz
Binary file not shown.
Binary file added charts/nautobot/charts/common-2.20.3.tgz
Binary file not shown.
15 changes: 15 additions & 0 deletions docs/release-notes/version-2.x.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading