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.3.1 #446

Merged
merged 1 commit into from
Sep 20, 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.22.0
digest: sha256:9ddc9c48a15e11b68e4ec2d705981f362f368b895a26a34d796398d20b21c532
generated: "2024-08-23T10:15:05.102339736+03:00"
version: 2.23.0
digest: sha256:832104a045d59a0652042ff20e752a253feed32e2d9e78034568363c47187f27
generated: "2024-09-20T09:55:20.803459957+03:00"
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.2-py3.11
image: ghcr.io/nautobot/nautobot:2.3.4-py3.11
artifacthub.io/links: |
- name: Nautobot Documentation
url: https://docs.nautobot.com/
Expand All @@ -31,16 +31,16 @@ annotations:
url: https://github.com/nautobot/nautobot/develop/nautobot/docs/media/ss_plugin_chatops.png
artifacthub.io/changes: |
- kind: added
description: Added annotations to the Nautobot deployment
description: Added additional properties in the root of values json schema
- kind: changed
description: Enabled celery readiness and liveliness probes by default
description: Upgraded Nautobot from 2.3.2 to 2.3.4
- kind: changed
description: Upgraded Nautobot from 2.3.1 to 2.3.2
- kind: changed
description: Upgraded dependency mkdocs from 1.6.0 to 1.6.1
description: Upgraded Bitnami common subchart from 2.22.0 to 2.23.0
- kind: fixed
description: Documentation for persistent static and media files
apiVersion: "v2"
appVersion: "2.3.2"
version: "2.3.0"
appVersion: "2.3.4"
version: "2.3.1"
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.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)
![Version: 2.3.1](https://img.shields.io/badge/Version-2.3.1-informational?style=flat-square) ![AppVersion: 2.3.4](https://img.shields.io/badge/AppVersion-2.3.4-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.22.0.tgz
Binary file not shown.
Binary file added charts/nautobot/charts/common-2.23.0.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.3.1 - 2024-09-20

### Added

* [#444](https://github.com/nautobot/helm-charts/pull/444) Added additional properties in the root of values json schema

### Changed

* Upgraded Nautobot from 2.3.2 to 2.3.4
* Upgraded Bitnami common subchart from 2.22.0 to 2.23.0

### Fixed

* [#439](https://github.com/nautobot/helm-charts/pull/439) Fix documentation for persistent static and media files.

## 2.3.0 - 2024-09-06

### Added
Expand Down
Loading