Skip to content

Commit

Permalink
chore: prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
gertzakis committed Aug 23, 2024
1 parent ca06319 commit 3e76b89
Show file tree
Hide file tree
Showing 6 changed files with 23 additions and 17 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.20.3
digest: sha256:488a07f67c7423babe00b85e9df488153bc4122d28adb0788bbe629ab7a46d6c
generated: "2024-07-11T12:17:02.233751571+03:00"
version: 2.22.0
digest: sha256:9ddc9c48a15e11b68e4ec2d705981f362f368b895a26a34d796398d20b21c532
generated: "2024-08-23T10:15:05.102339736+03:00"
20 changes: 7 additions & 13 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.2.7-py3.11
image: ghcr.io/nautobot/nautobot:2.3.1-py3.11
artifacthub.io/links: |
- name: Nautobot Documentation
url: https://docs.nautobot.com/
Expand All @@ -31,22 +31,16 @@ annotations:
url: https://raw.githubusercontent.com/nautobot/nautobot/develop/nautobot/docs/media/ss_plugin_chatops.png
artifacthub.io/changes: |
- kind: fixed
description: Fixed unnecessary lifecycleHooks for Init Containers
- kind: fixed
description: Fixed Service's target port when Nginx in enabled
- kind: changed
description: Upgraded Nautobot from 2.2.5 to 2.2.7
- kind: changed
description: Upgraded Bitnami Common subchart from 2.19.2 to 2.20.3
description: Fixed unnecessary prometheus metrics endpoint
- kind: changed
description: Upgraded nginx-prometheus-exporter image from 1.1.0 to 1.2.0
description: Upgraded Nautobot from 2.2.7 to 2.3.1
- kind: changed
description: Upgraded dependency mkdocs-material from 9.5.22 to 9.5.28
description: Upgraded Bitnami Common subchart from 2.20.3 to 2.22.0
- kind: changed
description: Upgraded Nginx Unprivileged optional container from 1.26 to 1.27
description: Upgraded nginx-prometheus-exporter image from 1.2.0 to 1.3.0
apiVersion: "v2"
appVersion: "2.2.7"
version: "2.1.3"
appVersion: "2.3.1"
version: "2.2.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.1.3](https://img.shields.io/badge/Version-2.1.3-informational?style=flat-square) ![AppVersion: 2.2.7](https://img.shields.io/badge/AppVersion-2.2.7-informational?style=flat-square)
![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)

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

Expand Down
Binary file removed charts/nautobot/charts/common-2.20.3.tgz
Binary file not shown.
Binary file added charts/nautobot/charts/common-2.22.0.tgz
Binary file not shown.
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.2.0 - 2024-08-23

### Fixed

* [#421](https://github.com/nautobot/helm-charts/pull/421) Fix unnecessary prometheus metrics endpoint.

### Changed

* Upgraded Nautobot from 2.2.7 to 2.3.1
* Upgraded Bitnami Common subchart from 2.20.3 to 2.22.0
* Upgraded nginx-prometheus-exporter image from 1.2.0 to 1.3.0

## 2.1.3 - 2024-07-12

### Fixed
Expand Down

0 comments on commit 3e76b89

Please sign in to comment.