Skip to content

Commit

Permalink
Prepare 2.3.0 (#437)
Browse files Browse the repository at this point in the history
* prepare for release 2.3.0

* prepare for release 2.3.0

* update release notes
  • Loading branch information
gertzakis committed Sep 6, 2024
1 parent 3ba0528 commit 4241333
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 9 deletions.
16 changes: 8 additions & 8 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.1-py3.11
image: ghcr.io/nautobot/nautobot:2.3.2-py3.11
artifacthub.io/links: |
- name: Nautobot Documentation
url: https://docs.nautobot.com/
Expand All @@ -30,17 +30,17 @@ annotations:
- title: Chatops
url: https://raw.githubusercontent.com/nautobot/nautobot/develop/nautobot/docs/media/ss_plugin_chatops.png
artifacthub.io/changes: |
- kind: fixed
description: Fixed unnecessary prometheus metrics endpoint
- kind: added
description: Added annotations to the Nautobot deployment
- kind: changed
description: Upgraded Nautobot from 2.2.7 to 2.3.1
description: Enabled celery readiness and liveliness probes by default
- kind: changed
description: Upgraded Bitnami Common subchart from 2.20.3 to 2.22.0
description: Upgraded Nautobot from 2.3.1 to 2.3.2
- kind: changed
description: Upgraded nginx-prometheus-exporter image from 1.2.0 to 1.3.0
description: Upgraded dependency mkdocs from 1.6.0 to 1.6.1
apiVersion: "v2"
appVersion: "2.3.1"
version: "2.2.0"
appVersion: "2.3.2"
version: "2.3.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.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)
![Version: 2.3.0](https://img.shields.io/badge/Version-2.3.0-informational?style=flat-square) ![AppVersion: 2.3.2](https://img.shields.io/badge/AppVersion-2.3.2-informational?style=flat-square)

Nautobot is a Network Source of Truth and Network Automation Platform.

Expand Down
12 changes: 12 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,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.3.0 - 2024-09-06

### Added

* [#423](https://github.com/nautobot/helm-charts/pull/432) Added annotations to the Nautobot deployment.

### Changed

* [#434](https://github.com/nautobot/helm-charts/pull/434) Enabled celery readiness and liveliness probes by default.
* Upgraded Nautobot from 2.3.1 to 2.3.2
* Upgraded dependency mkdocs from 1.6.0 to 1.6.1

## 2.2.0 - 2024-08-23

### Fixed
Expand Down

0 comments on commit 4241333

Please sign in to comment.