Skip to content

Commit

Permalink
chore: prepare for release 2.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
gertzakis committed Nov 15, 2024
1 parent 64db240 commit 6256b69
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 6 deletions.
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.3.5"
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.3.5](https://img.shields.io/badge/Version-2.3.5-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.3.5 - 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

0 comments on commit 6256b69

Please sign in to comment.