Skip to content

Commit

Permalink
Merge pull request #187 from nautobot/develop
Browse files Browse the repository at this point in the history
Release 1.3.12
  • Loading branch information
nniehoff authored May 31, 2022
2 parents 8d9d14c + 02fd2b0 commit a4f5811
Show file tree
Hide file tree
Showing 9 changed files with 22 additions and 13 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

* <!--- Renovate --->

## 1.3.12 - 2022-05-31

### Changed

* Nautobot Version 1.3.5
* Upgraded Nautobot from 1.3.4 to 1.3.5
* Upgraded Bitnami common subchart from 1.14.0 to 1.14.1
* Upgraded Redis subchart from 16.9.5 to 16.10.1

## 1.3.11 - 2022-05-17

### 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.9.5
version: 16.10.1
- 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.14.0
digest: sha256:1ea108881f93ba73da2afe7b8cc807f8cab89acc6cf9e6db93c46ea0d7836826
generated: "2022-05-17T14:07:30.192531-06:00"
version: 1.14.1
digest: sha256:4b7df699db969d444c0e189f7f1f79661d34ebde19929c01b15f7f0618844ee3
generated: "2022-05-31T08:53:30.91494-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.4-py3.10
image: ghcr.io/nautobot/nautobot:1.3.5-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.3 to 1.3.4
description: Upgraded Nautobot from 1.3.4 to 1.3.5
- kind: changed
description: Upgraded Bitnami common subchart from 1.13.1 to 1.14.0
description: Upgraded Bitnami common subchart from 1.14.0 to 1.14.1
- kind: changed
description: Upgraded Redis subchart from 16.8.9 to 16.9.5
description: Upgraded Redis subchart from 16.9.5 to 16.10.1
apiVersion: "v2"
appVersion: "1.3.4"
appVersion: "1.3.5"
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.11"
version: "1.3.12"
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.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)
![Version: 1.3.12](https://img.shields.io/badge/Version-1.3.12-informational?style=flat-square) ![AppVersion: 1.3.5](https://img.shields.io/badge/AppVersion-1.3.5-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.4-py3.10"` | Nautobot image tag, common to all deployments |
| nautobot.image.tag | string | `"1.3.5-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.14.0.tgz
Binary file not shown.
Binary file added charts/nautobot/charts/common-1.14.1.tgz
Binary file not shown.
Binary file added charts/nautobot/charts/redis-16.10.1.tgz
Binary file not shown.
Binary file removed charts/nautobot/charts/redis-16.9.5.tgz
Binary file not shown.
2 changes: 1 addition & 1 deletion 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.4-py3.10"
tag: "1.3.5-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

0 comments on commit a4f5811

Please sign in to comment.