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.4.3 #497

Merged
merged 1 commit into from
Jan 10, 2025
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.28.0
digest: sha256:35606a5f81b4205c4d696f4e980a569de9a2102ad709c0cb7c8bb64d1b1c7d55
generated: "2024-12-12T17:16:47.97397207+02:00"
version: 2.29.0
digest: sha256:068ebe2f6d28b9c4c277b283c3d830b4c72f239736bdba4f94857d7544b4a476
generated: "2025-01-09T17:07:56.820444449+02:00"
14 changes: 5 additions & 9 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.13-py3.11
image: ghcr.io/nautobot/nautobot:2.3.16-py3.11
artifacthub.io/links: |
- name: Nautobot Documentation
url: https://docs.nautobot.com/
Expand All @@ -30,17 +30,13 @@ annotations:
- title: Chatops
url: https://raw.githubusercontent.com/nautobot/nautobot/develop/nautobot/docs/media/ss_plugin_chatops.png
artifacthub.io/changes: |
- kind: added
description: Add functionality for auto-deployments in configuration changes
- kind: changed
description: Upgraded Nautobot from 2.3.12 to 2.3.13
description: Upgraded Nautobot from 2.3.13 to 2.3.16
- kind: changed
description: Upgraded Nginx prometheus exporter from 1.3.0 to 1.4.0
- kind: changed
description: Upgraded Bitnami common subchart from 2.27.2 to 2.28.0
description: Upgraded Bitnami common subchart from 2.28.0 to 2.29.0
apiVersion: "v2"
appVersion: "2.3.13"
version: "2.4.2"
appVersion: "2.3.16"
version: "2.4.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.4.2](https://img.shields.io/badge/Version-2.4.2-informational?style=flat-square) ![AppVersion: 2.3.13](https://img.shields.io/badge/AppVersion-2.3.13-informational?style=flat-square)
![Version: 2.4.3](https://img.shields.io/badge/Version-2.4.3-informational?style=flat-square) ![AppVersion: 2.3.16](https://img.shields.io/badge/AppVersion-2.3.16-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.28.0.tgz
Binary file not shown.
Binary file added charts/nautobot/charts/common-2.29.0.tgz
Binary file not shown.
7 changes: 7 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,13 @@
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.4.3 - 2025-01-10

### Changed

* Upgraded Nautobot from 2.3.13 to 2.3.16
* Upgraded Bitnami common subchart from 2.28.0 to 2.29.0

## 2.4.2 - 2024-12-13

## Added
Expand Down
Loading