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

Prepare 2.3.0 #437

Merged
merged 3 commits into from
Sep 6, 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
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
Loading