diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 779cdd53..c5e507c1 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -2,7 +2,7 @@ # See https://pre-commit.com for more information repos: - repo: "https://github.com/pre-commit/pre-commit-hooks" - rev: "v4.1.0" + rev: "v4.2.0" hooks: - id: "trailing-whitespace" - id: "end-of-file-fixer" @@ -41,7 +41,7 @@ repos: - "-s" - repo: "https://github.com/norwoodj/helm-docs" - rev: "v1.7.0" + rev: "v1.9.1" hooks: - id: "helm-docs" args: diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c9e6299..045ad298 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.10 - 2022-05-04 + +### Changed + +* Nautobot Version 1.3.3 +* Upgraded Bitnami common subchart from 1.13.0 to 1.13.1 +* Upgraded Redis subchart from 16.8.7 to 16.8.9 + ## 1.3.9 - 2022-04-25 ### Changed diff --git a/charts/nautobot/Chart.lock b/charts/nautobot/Chart.lock index 683b0a78..2c0ae730 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.7 + version: 16.8.9 - 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.0 -digest: sha256:391c7b6d98ff1b0a34e764acf30f21199bb9a1d80cb725e474be80fb28dff6a8 -generated: "2022-04-21T13:15:30.024716-06:00" + version: 1.13.1 +digest: sha256:e3e81e6df61b8ea3b798da7597eef8f1832d0b3f875c4b5c873da045df77b4e5 +generated: "2022-05-04T12:40:32.807385-06:00" diff --git a/charts/nautobot/Chart.yaml b/charts/nautobot/Chart.yaml index 7f40e16c..9af0798e 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.2-py3.10 + image: ghcr.io/nautobot/nautobot:1.3.3-py3.10 artifacthub.io/links: | - name: Nautobot Documentation url: https://nautobot.readthedocs.io/en/stable/ @@ -21,9 +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.1 to 1.3.2 + description: Upgraded Nautobot from 1.3.2 to 1.3.3 + - kind: changed + description: Upgraded Bitnami common subchart from 1.13.0 to 1.13.1 + - kind: changed + description: Upgraded Redis subchart from 16.8.7 to 16.8.9 apiVersion: "v2" -appVersion: "1.3.2" +appVersion: "1.3.3" dependencies: - condition: "redis.enabled" name: "redis" @@ -63,4 +67,4 @@ name: "nautobot" sources: - "https://github.com/nautobot/nautobot" - "https://github.com/nautobot/helm-charts" -version: "1.3.9" +version: "1.3.10" diff --git a/charts/nautobot/README.md b/charts/nautobot/README.md index ecaddf28..c888dedb 100644 --- a/charts/nautobot/README.md +++ b/charts/nautobot/README.md @@ -1,6 +1,6 @@ # nautobot -![Version: 1.3.9](https://img.shields.io/badge/Version-1.3.9-informational?style=flat-square) ![AppVersion: 1.3.2](https://img.shields.io/badge/AppVersion-1.3.2-informational?style=flat-square) +![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) 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.2-py3.10"` | Nautobot image tag, common to all deployments | +| nautobot.image.tag | string | `"1.3.3-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.0.tgz b/charts/nautobot/charts/common-1.13.0.tgz deleted file mode 100644 index 680f16d8..00000000 Binary files a/charts/nautobot/charts/common-1.13.0.tgz and /dev/null differ diff --git a/charts/nautobot/charts/common-1.13.1.tgz b/charts/nautobot/charts/common-1.13.1.tgz new file mode 100644 index 00000000..b6ea62fe Binary files /dev/null and b/charts/nautobot/charts/common-1.13.1.tgz differ diff --git a/charts/nautobot/charts/redis-16.8.7.tgz b/charts/nautobot/charts/redis-16.8.7.tgz deleted file mode 100644 index de9a05ab..00000000 Binary files a/charts/nautobot/charts/redis-16.8.7.tgz and /dev/null differ diff --git a/charts/nautobot/charts/redis-16.8.9.tgz b/charts/nautobot/charts/redis-16.8.9.tgz new file mode 100644 index 00000000..3323adb2 Binary files /dev/null and b/charts/nautobot/charts/redis-16.8.9.tgz differ diff --git a/charts/nautobot/values.yaml b/charts/nautobot/values.yaml index 1d37ce7e..12f5eb40 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.2-py3.10" + tag: "1.3.3-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