Skip to content

Commit

Permalink
Prepping for 2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
nniehoff committed Jun 16, 2023
1 parent a24a2d5 commit 5d17967
Show file tree
Hide file tree
Showing 14 changed files with 38 additions and 6 deletions.
12 changes: 6 additions & 6 deletions charts/nautobot/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
dependencies:
- name: redis
repository: https://charts.bitnami.com/bitnami
version: 17.11.3
version: 17.11.5
- name: postgresql
repository: https://charts.bitnami.com/bitnami
version: 12.5.6
version: 12.5.7
- name: postgresql-ha
repository: https://charts.bitnami.com/bitnami
version: 11.7.4
version: 11.7.5
- name: mariadb
repository: https://charts.bitnami.com/bitnami
version: 12.2.5
- name: rabbitmq
repository: https://charts.bitnami.com/bitnami
version: 12.0.0
version: 12.0.1
- name: common
repository: https://charts.bitnami.com/bitnami
version: 2.4.0
digest: sha256:079ebbd369ae853e28074c30e45f0c5b73b8f53061c481bc0680abdccc8481aa
generated: "2023-06-07T20:38:20.926853706Z"
digest: sha256:72f85b889158c6a7bc0ce23c5e9f906e465d939be550562e878579b102a962bc
generated: "2023-06-16T14:02:31.424918-06:00"
10 changes: 10 additions & 0 deletions charts/nautobot/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,16 @@ annotations:
description: #293 Allow Increasing uwsgi buffer size
- kind: changed
description: Upgraded Nautobot from 1.5.20 to 1.5.21
- kind: changed
description: Upgraded Mariadb subchart from 12.2.4 to 12.2.5
- kind: changed
description: Upgraded PostgreSQL subchart from 12.5.6 to 12.5.7
- kind: changed
description: Upgraded PostgreSQL-HA subchart from 11.7.4 to 11.7.5
- kind: changed
description: Upgraded RabbitMQ subchart from 11.16.1 to 12.0.1
- kind: changed
description: Upgraded Redis subchart from 17.11.3 to 17.11.5
apiVersion: "v2"
appVersion: "1.5.21"
version: "2.0.3"
Expand Down
Binary file removed charts/nautobot/charts/mariadb-12.2.4.tgz
Binary file not shown.
Binary file added charts/nautobot/charts/mariadb-12.2.5.tgz
Binary file not shown.
Binary file removed charts/nautobot/charts/postgresql-12.5.6.tgz
Binary file not shown.
Binary file added charts/nautobot/charts/postgresql-12.5.7.tgz
Binary file not shown.
Binary file removed charts/nautobot/charts/postgresql-ha-11.7.4.tgz
Binary file not shown.
Binary file added charts/nautobot/charts/postgresql-ha-11.7.5.tgz
Binary file not shown.
Binary file removed charts/nautobot/charts/rabbitmq-11.16.1.tgz
Binary file not shown.
Binary file added charts/nautobot/charts/rabbitmq-12.0.1.tgz
Binary file not shown.
Binary file removed charts/nautobot/charts/redis-17.11.3.tgz
Binary file not shown.
Binary file added charts/nautobot/charts/redis-17.11.5.tgz
Binary file not shown.
17 changes: 17 additions & 0 deletions charts/nautobot/linter_values_existing_secret.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
nautobot:
db:
password: "supersecret"
# existingSecret: "my-secret"
# existingSecretPasswordKey: "postgres-password"
redis:
password: "supersecret"
postgresql:
enabled: false
auth:
existingSecret: "my-secret"
redis:
enabled: false
auth:
existingSecret: "my-secret"
existingSecretPasswordKey: "NAUTOBOT_REDIS_PASSWORD"
5 changes: 5 additions & 0 deletions docs/release-notes/version-2.x.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

* [#293](https://github.com/nautobot/helm-charts/issues/293) Allow Increasing uwsgi buffer size
* Upgraded Nautobot from 1.5.20 to 1.5.21
* Upgraded Mariadb subchart from 12.2.4 to 12.2.5
* Upgraded PostgreSQL subchart from 12.5.6 to 12.5.7
* Upgraded PostgreSQL-HA subchart from 11.7.4 to 11.7.5
* Upgraded RabbitMQ subchart from 11.16.1 to 12.0.1
* Upgraded Redis subchart from 17.11.3 to 17.11.5

## 2.0.2 - 2023-06-05

Expand Down

0 comments on commit 5d17967

Please sign in to comment.