diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c5e507c1..aef48805 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -17,7 +17,7 @@ repos: - "--no-sort-keys" - repo: "https://github.com/Lucas-C/pre-commit-hooks" - rev: "v1.1.13" + rev: "v1.2.0" hooks: - id: "remove-crlf" - id: "remove-tabs" @@ -41,7 +41,7 @@ repos: - "-s" - repo: "https://github.com/norwoodj/helm-docs" - rev: "v1.9.1" + rev: "v1.10.0" hooks: - id: "helm-docs" args: diff --git a/CHANGELOG.md b/CHANGELOG.md index 045ad298..c48524b6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 * +## 1.3.11 - 2022-05-17 + +### Changed + +* Nautobot Version 1.3.4 +* Upgraded Bitnami common subchart from 1.13.1 to 1.14.0 +* Upgraded Redis subchart from 16.8.9 to 16.9.5 + ## 1.3.10 - 2022-05-04 ### Changed diff --git a/charts/nautobot/Chart.lock b/charts/nautobot/Chart.lock index 2c0ae730..53d6998c 100644 --- a/charts/nautobot/Chart.lock +++ b/charts/nautobot/Chart.lock @@ -1,7 +1,7 @@ dependencies: - name: redis repository: https://charts.bitnami.com/bitnami - version: 16.8.9 + version: 16.9.5 - name: postgresql repository: https://charts.bitnami.com/bitnami version: 10.16.2 @@ -13,6 +13,6 @@ dependencies: version: 10.5.1 - name: common repository: https://charts.bitnami.com/bitnami - version: 1.13.1 -digest: sha256:e3e81e6df61b8ea3b798da7597eef8f1832d0b3f875c4b5c873da045df77b4e5 -generated: "2022-05-04T12:40:32.807385-06:00" + version: 1.14.0 +digest: sha256:1ea108881f93ba73da2afe7b8cc807f8cab89acc6cf9e6db93c46ea0d7836826 +generated: "2022-05-17T14:07:30.192531-06:00" diff --git a/charts/nautobot/Chart.yaml b/charts/nautobot/Chart.yaml index 9af0798e..968648e8 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:1.3.3-py3.10 + image: ghcr.io/nautobot/nautobot:1.3.4-py3.10 artifacthub.io/links: | - name: Nautobot Documentation url: https://nautobot.readthedocs.io/en/stable/ @@ -21,13 +21,13 @@ annotations: url: https://raw.githubusercontent.com/nautobot/nautobot/develop/nautobot/docs/media/screenshot3.png artifacthub.io/changes: | - kind: changed - description: Upgraded Nautobot from 1.3.2 to 1.3.3 + description: Upgraded Nautobot from 1.3.3 to 1.3.4 - kind: changed - description: Upgraded Bitnami common subchart from 1.13.0 to 1.13.1 + description: Upgraded Bitnami common subchart from 1.13.1 to 1.14.0 - kind: changed - description: Upgraded Redis subchart from 16.8.7 to 16.8.9 + description: Upgraded Redis subchart from 16.8.9 to 16.9.5 apiVersion: "v2" -appVersion: "1.3.3" +appVersion: "1.3.4" dependencies: - condition: "redis.enabled" name: "redis" @@ -67,4 +67,4 @@ name: "nautobot" sources: - "https://github.com/nautobot/nautobot" - "https://github.com/nautobot/helm-charts" -version: "1.3.10" +version: "1.3.11" diff --git a/charts/nautobot/README.md b/charts/nautobot/README.md index c888dedb..e2488230 100644 --- a/charts/nautobot/README.md +++ b/charts/nautobot/README.md @@ -1,6 +1,6 @@ # nautobot -![Version: 1.3.10](https://img.shields.io/badge/Version-1.3.10-informational?style=flat-square) ![AppVersion: 1.3.3](https://img.shields.io/badge/AppVersion-1.3.3-informational?style=flat-square) +![Version: 1.3.11](https://img.shields.io/badge/Version-1.3.11-informational?style=flat-square) ![AppVersion: 1.3.4](https://img.shields.io/badge/AppVersion-1.3.4-informational?style=flat-square) Nautobot is a Network Source of Truth and Network Automation Platform. @@ -799,7 +799,7 @@ helm delete nautobot | nautobot.image.pullSecrets | list | `[]` | 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 | string | `"ghcr.io"` | Nautobot image registry, common to all deployments | | nautobot.image.repository | string | `"nautobot/nautobot"` | Nautobot image name, common to all deployments | -| nautobot.image.tag | string | `"1.3.3-py3.10"` | Nautobot image tag, common to all deployments | +| nautobot.image.tag | string | `"1.3.4-py3.10"` | Nautobot image tag, common to all deployments | | nautobot.initContainers | list | `[]` | [ref](https://kubernetes.io/docs/concepts/workloads/pods/init-containers/) Add additional init containers to the Nautobot server pods | | nautobot.lifecycleHooks | object | `{}` | lifecycleHooks for the Nautobot container(s) to automate configuration before or after startup | | nautobot.livenessProbe | object | See values.yaml | [ref](https://kubernetes.io/docs/tasks/configure-pod-container/configure-liveness-readiness-probes/#configure-probes) Nautobot liveness probe | diff --git a/charts/nautobot/charts/common-1.13.1.tgz b/charts/nautobot/charts/common-1.13.1.tgz deleted file mode 100644 index b6ea62fe..00000000 Binary files a/charts/nautobot/charts/common-1.13.1.tgz and /dev/null differ diff --git a/charts/nautobot/charts/common-1.14.0.tgz b/charts/nautobot/charts/common-1.14.0.tgz new file mode 100644 index 00000000..1377e155 Binary files /dev/null and b/charts/nautobot/charts/common-1.14.0.tgz differ diff --git a/charts/nautobot/charts/redis-16.8.9.tgz b/charts/nautobot/charts/redis-16.8.9.tgz deleted file mode 100644 index 3323adb2..00000000 Binary files a/charts/nautobot/charts/redis-16.8.9.tgz and /dev/null differ diff --git a/charts/nautobot/charts/redis-16.9.5.tgz b/charts/nautobot/charts/redis-16.9.5.tgz new file mode 100644 index 00000000..0295e112 Binary files /dev/null and b/charts/nautobot/charts/redis-16.9.5.tgz differ diff --git a/charts/nautobot/values.yaml b/charts/nautobot/values.yaml index 12f5eb40..7f1b751e 100644 --- a/charts/nautobot/values.yaml +++ b/charts/nautobot/values.yaml @@ -38,7 +38,7 @@ nautobot: # -- Nautobot image name, common to all deployments repository: "nautobot/nautobot" # -- Nautobot image tag, common to all deployments - tag: "1.3.3-py3.10" + tag: "1.3.4-py3.10" # -- [Kubernetes image pull policy](https://kubernetes.io/docs/concepts/containers/images/), common to all deployments valid values: `Always`, `Never`, or `IfNotPresent` pullPolicy: "Always" # -- 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 @@ -568,7 +568,6 @@ celeryWorker: # -- Nautobot Celery Worker Node affinity preset type. Ignored if `nautobot.affinity` is set. Valid values: `soft` or `hard` type: "" # -- Node label key to match. Ignored if `nautobot.affinity` is set - # key: "" # -- Node label values to match. Ignored if `nautobot.affinity` is set values: [] @@ -749,7 +748,6 @@ celeryBeat: # -- Nautobot Celery Beat Node affinity preset type. Ignored if `nautobot.affinity` is set. Valid values: `soft` or `hard` type: "" # -- Node label key to match. Ignored if `nautobot.affinity` is set - # key: "" # -- Node label values to match. Ignored if `nautobot.affinity` is set values: []