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

chore: prepare for release 2.4.0 #474

Merged
merged 1 commit into from
Nov 15, 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
14 changes: 9 additions & 5 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.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/
Expand All @@ -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.4.0"
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.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.4.0](https://img.shields.io/badge/Version-2.4.0-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.

Expand Down
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.4.0 - 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
Expand Down
Loading