Skip to content

Commit

Permalink
chore: prepare for release v2.3.3 (#457)
Browse files Browse the repository at this point in the history
  • Loading branch information
gertzakis authored Oct 4, 2024
1 parent f56e308 commit 586f323
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 9 deletions.
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.23.0
digest: sha256:832104a045d59a0652042ff20e752a253feed32e2d9e78034568363c47187f27
generated: "2024-09-20T09:55:20.803459957+03:00"
version: 2.24.0
digest: sha256:c0cc4595318db77612190a6292acf204b823b0dd184fc2acaabbb7c3fd3f4966
generated: "2024-10-04T09:07:04.75102425+03:00"
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.4-py3.11
image: ghcr.io/nautobot/nautobot:2.3.6-py3.11
artifacthub.io/links: |
- name: Nautobot Documentation
url: https://docs.nautobot.com/
Expand All @@ -30,11 +30,15 @@ annotations:
- title: Chatops
url: https://raw.githubusercontent.com/nautobot/nautobot/develop/nautobot/docs/media/ss_plugin_chatops.png
artifacthub.io/changes: |
- kind: fixed
description: Media files directory being overwritten by volumeMount
- kind: added
description: Added startupProbe for Nautobot deployment
- kind: changed
description: Upgraded Nautobot from 2.3.4 to 2.3.6
- kind: changed
description: Upgraded Bitnami common subchart from 2.23.0 to 2.24.0
apiVersion: "v2"
appVersion: "2.3.4"
version: "2.3.2"
appVersion: "2.3.6"
version: "2.3.3"
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.2](https://img.shields.io/badge/Version-2.3.2-informational?style=flat-square) ![AppVersion: 2.3.4](https://img.shields.io/badge/AppVersion-2.3.4-informational?style=flat-square)
![Version: 2.3.3](https://img.shields.io/badge/Version-2.3.3-informational?style=flat-square) ![AppVersion: 2.3.6](https://img.shields.io/badge/AppVersion-2.3.6-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.23.0.tgz
Binary file not shown.
Binary file added charts/nautobot/charts/common-2.24.0.tgz
Binary file not shown.
11 changes: 11 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,17 @@
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.3 - 2024-10-04

### Added

* [#450](https://github.com/nautobot/helm-charts/pull/450) Added startupProbes for Nautobot deployment.

### Changed

* Upgraded Nautobot from 2.3.4 to 2.3.6
* Upgraded Bitnami common subchart from 2.23.0 to 2.24.0

## 2.3.2 - 2024-09-24

### Fixed
Expand Down

0 comments on commit 586f323

Please sign in to comment.