diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index dc80ff42..63c93cdd 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -33,12 +33,12 @@ repos: - "docs/" - repo: "https://github.com/streetsidesoftware/cspell-cli" - rev: "v8.16.1" + rev: "v8.17.0" hooks: - id: "cspell" - repo: "https://github.com/gruntwork-io/pre-commit" - rev: "v0.1.24" # Get the latest from: https://github.com/gruntwork-io/pre-commit/releases + rev: "v0.1.25" # Get the latest from: https://github.com/gruntwork-io/pre-commit/releases hooks: - id: "helmlint" diff --git a/charts/nautobot/Chart.lock b/charts/nautobot/Chart.lock index 765d4a3a..d4db8285 100644 --- a/charts/nautobot/Chart.lock +++ b/charts/nautobot/Chart.lock @@ -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" diff --git a/charts/nautobot/Chart.yaml b/charts/nautobot/Chart.yaml index 012cfb9e..5a60adbf 100644 --- a/charts/nautobot/Chart.yaml +++ b/charts/nautobot/Chart.yaml @@ -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/ @@ -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" diff --git a/charts/nautobot/README.md b/charts/nautobot/README.md index 2f459d96..63c98d6a 100644 --- a/charts/nautobot/README.md +++ b/charts/nautobot/README.md @@ -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. @@ -281,7 +281,7 @@ The `mariadb.*` values configure the upstream chart from Bitnami. Please see th | [nautobot.image.pullSecrets](https://github.com/nautobot/helm-charts/blob/main/charts/nautobot/values.yaml#L48) | []string | `[]` | List of secret names to be used as image [pull secrets](https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/), common to all deployments | | [nautobot.image.registry](https://github.com/nautobot/helm-charts/blob/main/charts/nautobot/values.yaml#L40) | string | `"ghcr.io"` | Nautobot image registry, common to all deployments | | [nautobot.image.repository](https://github.com/nautobot/helm-charts/blob/main/charts/nautobot/values.yaml#L42) | string | `"nautobot/nautobot"` | Nautobot image name, common to all deployments | -| [nautobot.image.tag](https://github.com/nautobot/helm-charts/blob/main/charts/nautobot/values.yaml#L44) | string | `"2.3.13-py3.11"` | Nautobot image tag, common to all deployments | +| [nautobot.image.tag](https://github.com/nautobot/helm-charts/blob/main/charts/nautobot/values.yaml#L44) | string | `"2.3.16-py3.11"` | Nautobot image tag, common to all deployments | | [nautobot.initContainers](https://github.com/nautobot/helm-charts/blob/main/charts/nautobot/values.yaml#L219) | [][Container](https://kubernetes.io/docs/reference/kubernetes-api/workload-resources/pod-v1/#Container) | `[]` | [[ref](https://kubernetes.io/docs/concepts/workloads/pods/init-containers/)] Add additional init containers to the Nautobot server pods | | [nautobot.lifecycleHooks](https://github.com/nautobot/helm-charts/blob/main/charts/nautobot/values.yaml#L191) | [Lifecycle](https://kubernetes.io/docs/reference/kubernetes-api/workload-resources/pod-v1/#lifecycle) | `{}` | lifecycleHooks for the Nautobot container(s) to automate configuration before or after startup | | [nautobot.livenessProbe](https://github.com/nautobot/helm-charts/blob/main/charts/nautobot/values.yaml#L60) | [Probe](https://kubernetes.io/docs/reference/kubernetes-api/workload-resources/pod-v1/#lifecycle-1) | See values.yaml | [[ref](https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes/#configure-probes)] Nautobot liveness probe | diff --git a/charts/nautobot/charts/common-2.28.0.tgz b/charts/nautobot/charts/common-2.28.0.tgz deleted file mode 100644 index 21c0e76d..00000000 Binary files a/charts/nautobot/charts/common-2.28.0.tgz and /dev/null differ diff --git a/charts/nautobot/charts/common-2.29.0.tgz b/charts/nautobot/charts/common-2.29.0.tgz new file mode 100644 index 00000000..f36e9e24 Binary files /dev/null and b/charts/nautobot/charts/common-2.29.0.tgz differ diff --git a/charts/nautobot/values.yaml b/charts/nautobot/values.yaml index 56d38b8e..59f085f5 100644 --- a/charts/nautobot/values.yaml +++ b/charts/nautobot/values.yaml @@ -41,7 +41,7 @@ nautobot: # -- Nautobot image name, common to all deployments repository: "nautobot/nautobot" # -- Nautobot image tag, common to all deployments - tag: "2.3.13-py3.11" + tag: "2.3.16-py3.11" # -- [Kubernetes image pull policy](https://kubernetes.io/docs/concepts/containers/images/), common to all deployments valid values: `Always`, `Never`, or `IfNotPresent` pullPolicy: "Always" # -- ([]string) List of secret names to be used as image [pull secrets](https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/), common to all deployments diff --git a/docs/configuration/reference.md b/docs/configuration/reference.md index c70b20ae..8b452863 100644 --- a/docs/configuration/reference.md +++ b/docs/configuration/reference.md @@ -187,7 +187,7 @@ The `mariadb.*` values configure the upstream chart from Bitnami. Please see th | [nautobot.image.pullSecrets](https://github.com/nautobot/helm-charts/blob/main/charts/nautobot/values.yaml#L48) | []string | `[]` | List of secret names to be used as image [pull secrets](https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/), common to all deployments | | [nautobot.image.registry](https://github.com/nautobot/helm-charts/blob/main/charts/nautobot/values.yaml#L40) | string | `"ghcr.io"` | Nautobot image registry, common to all deployments | | [nautobot.image.repository](https://github.com/nautobot/helm-charts/blob/main/charts/nautobot/values.yaml#L42) | string | `"nautobot/nautobot"` | Nautobot image name, common to all deployments | -| [nautobot.image.tag](https://github.com/nautobot/helm-charts/blob/main/charts/nautobot/values.yaml#L44) | string | `"2.3.13-py3.11"` | Nautobot image tag, common to all deployments | +| [nautobot.image.tag](https://github.com/nautobot/helm-charts/blob/main/charts/nautobot/values.yaml#L44) | string | `"2.3.16-py3.11"` | Nautobot image tag, common to all deployments | | [nautobot.initContainers](https://github.com/nautobot/helm-charts/blob/main/charts/nautobot/values.yaml#L219) | [][Container](https://kubernetes.io/docs/reference/kubernetes-api/workload-resources/pod-v1/#Container) | `[]` | [[ref](https://kubernetes.io/docs/concepts/workloads/pods/init-containers/)] Add additional init containers to the Nautobot server pods | | [nautobot.lifecycleHooks](https://github.com/nautobot/helm-charts/blob/main/charts/nautobot/values.yaml#L191) | [Lifecycle](https://kubernetes.io/docs/reference/kubernetes-api/workload-resources/pod-v1/#lifecycle) | `{}` | lifecycleHooks for the Nautobot container(s) to automate configuration before or after startup | | [nautobot.livenessProbe](https://github.com/nautobot/helm-charts/blob/main/charts/nautobot/values.yaml#L60) | [Probe](https://kubernetes.io/docs/reference/kubernetes-api/workload-resources/pod-v1/#lifecycle-1) | See values.yaml | [[ref](https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-startup-probes/#configure-probes)] Nautobot liveness probe | diff --git a/docs/release-notes/version-2.x.md b/docs/release-notes/version-2.x.md index 64321bc5..e5b6cb4e 100644 --- a/docs/release-notes/version-2.x.md +++ b/docs/release-notes/version-2.x.md @@ -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 diff --git a/docs/requirements.txt b/docs/requirements.txt index 34ea52e7..e9cb6802 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,3 +1,3 @@ mkdocs==1.6.1 -mkdocs-material==9.5.48 +mkdocs-material==9.5.49 mkdocs-version-annotations==1.0.0 diff --git a/pyproject.toml b/pyproject.toml index da5ac5d3..522c272d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ invoke = "*" # Rendering docs to HTML mkdocs = "~1.6.0" # Material for MkDocs theme -mkdocs-material = "9.5.48" +mkdocs-material = "9.5.49" # Render custom markdown for version added/changed/remove notes mkdocs-version-annotations = "1.0.0" diff --git a/renovate.json b/renovate.json index 16a450bb..19a8fb44 100644 --- a/renovate.json +++ b/renovate.json @@ -6,6 +6,9 @@ "pre-commit": { "enabled": true }, + "allowedPostUpgradeCommands": [ + "scripts/update_version.sh \"{{{prTitle}}}\"" + ], "postUpgradeTasks": { "commands": [ "scripts/update_version.sh \"{{{prTitle}}}\""