Skip to content

Commit

Permalink
chore: update dependencies and chart annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
gertzakis committed Jul 11, 2024
1 parent 529eb55 commit 0442960
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 15 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.19.2
digest: sha256:cf14954d4eece195f0719a1b919964d2d70dd39ac8c0ae2e6d4629c94499fe44
generated: "2024-05-13T13:03:35.824684885+03:00"
version: 2.20.3
digest: sha256:488a07f67c7423babe00b85e9df488153bc4122d28adb0788bbe629ab7a46d6c
generated: "2024-07-11T12:17:02.233751571+03:00"
22 changes: 12 additions & 10 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.5-py3.11
image: ghcr.io/nautobot/nautobot:2.2.7-py3.11
artifacthub.io/links: |
- name: Nautobot Documentation
url: https://docs.nautobot.com/
Expand All @@ -30,21 +30,23 @@ annotations:
- title: Chatops
url: https://raw.githubusercontent.com/nautobot/nautobot/develop/nautobot/docs/media/ss_plugin_chatops.png
artifacthub.io/changes: |
- kind: added
description: Added #391 option for persistent volume claim for media files
- kind: fixed
description: Fixed #398 documentation to include Persistent volume changes
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 Nautobot from 2.2.2 to 2.2.5
description: Upgraded Bitnami Common subchart from 2.19.2 to 2.20.3
- kind: changed
description: Upgraded nginx-prometheus-exporter image from 0.11.0 to 1.1.0
description: Upgraded nginx-prometheus-exporter image from 1.1.0 to 1.2.0
- kind: changed
description: Upgraded Bitnami Common subchart from 2.19.1 to 2.19.2
description: Upgraded dependency mkdocs-material from 9.5.22 to 9.5.28
- kind: changed
description: Upgraded dependency mkdocs-material from 9.5.18 to 9.5.22
description: Upgraded Nginx Unprivileged optional container from 1.26 to 1.27
apiVersion: "v2"
appVersion: "2.2.5"
version: "2.1.2"
appVersion: "2.2.7"
version: "2.1.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.1.2](https://img.shields.io/badge/Version-2.1.2-informational?style=flat-square) ![AppVersion: 2.2.5](https://img.shields.io/badge/AppVersion-2.2.5-informational?style=flat-square)
![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)

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

Expand Down
Binary file removed charts/nautobot/charts/common-2.19.2.tgz
Binary file not shown.
Binary file added charts/nautobot/charts/common-2.20.3.tgz
Binary file not shown.
2 changes: 1 addition & 1 deletion docs/release-notes/version-2.x.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Fixed

* [#412](https://github.com/nautobot/helm-charts/pull/412) Fix unecessary lifecycleHooks for Init Containers.
* [#412](https://github.com/nautobot/helm-charts/pull/412) Fix unnecessary lifecycleHooks for Init Containers.
* [#345](https://github.com/nautobot/helm-charts/pull/345) Fix Service's target port when Nginx in enabled.

### Changed
Expand Down

0 comments on commit 0442960

Please sign in to comment.