Skip to content

Commit

Permalink
Merge pull request #184 from nautobot/develop
Browse files Browse the repository at this point in the history
Release v1.3.11
  • Loading branch information
nniehoff authored May 17, 2022
2 parents 816d241 + 1cbc872 commit 8d9d14c
Show file tree
Hide file tree
Showing 10 changed files with 23 additions and 17 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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:
Expand Down
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

* <!--- Renovate --->

## 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
Expand Down
8 changes: 4 additions & 4 deletions charts/nautobot/Chart.lock
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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"
12 changes: 6 additions & 6 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: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/
Expand All @@ -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"
Expand Down Expand Up @@ -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"
4 changes: 2 additions & 2 deletions charts/nautobot/README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down Expand Up @@ -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 |
Expand Down
Binary file removed charts/nautobot/charts/common-1.13.1.tgz
Binary file not shown.
Binary file added charts/nautobot/charts/common-1.14.0.tgz
Binary file not shown.
Binary file removed charts/nautobot/charts/redis-16.8.9.tgz
Binary file not shown.
Binary file added charts/nautobot/charts/redis-16.9.5.tgz
Binary file not shown.
4 changes: 1 addition & 3 deletions charts/nautobot/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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: []
Expand Down Expand Up @@ -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: []
Expand Down

0 comments on commit 8d9d14c

Please sign in to comment.