From 5e6e27e90c7c0ba9e56ea7df4a24541da842647f Mon Sep 17 00:00:00 2001 From: Samuel Barabas Date: Thu, 5 Sep 2024 10:57:59 +0200 Subject: [PATCH 1/4] Correct redis version used in 5.x release in README.md (#319) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Léo Colombaro --- README.md | 2 +- charts/netbox/Chart.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ddfd6ec7..1eac5ac2 100644 --- a/README.md +++ b/README.md @@ -480,7 +480,7 @@ Type: `kubernetes.io/basic-auth` * NAPALM support has been moved into a plugin since NetBox 3.5, so all NAPALM configuration has been **removed from this chart**. * Please consult the [NetBox](https://docs.netbox.dev/en/stable/release-notes/) and [netbox-docker](https://github.com/netbox-community/netbox-docker) release notes in case there are any other changes that may affect your configuration. * The Bitnami [PostgreSQL](https://github.com/bitnami/charts/tree/main/bitnami/postgresql) sub-chart was upgraded from 10.x to 15.x; please read the upstream upgrade notes if you are using the bundled PostgreSQL. -* The Bitnami [Redis](https://github.com/bitnami/charts/tree/main/bitnami/redis) sub-chart was upgraded from 15.x to 19.x; please read the upstream upgrade notes if you are using the bundled Redis. +* The Bitnami [Redis](https://github.com/bitnami/charts/tree/main/bitnami/redis) sub-chart was upgraded from 15.x to 20.x; please read the upstream upgrade notes if you are using the bundled Redis. ### From 3.x to 4.x diff --git a/charts/netbox/Chart.yaml b/charts/netbox/Chart.yaml index c7fd9274..c35b0ad0 100644 --- a/charts/netbox/Chart.yaml +++ b/charts/netbox/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: netbox -version: 5.0.0-beta.82 +version: 5.0.0-beta.83 appVersion: "v4.0.9" type: application kubeVersion: ^1.25.0-0 From 0e9989222cf4ed775c2e1747490f22b55ea2a75b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 5 Sep 2024 10:09:50 +0000 Subject: [PATCH 2/4] chore(deps): update ghcr.io/netbox-community/netbox docker tag to v4.0.11 (#320) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Léo Colombaro --- charts/netbox/Chart.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/netbox/Chart.yaml b/charts/netbox/Chart.yaml index c35b0ad0..4ed6f04f 100644 --- a/charts/netbox/Chart.yaml +++ b/charts/netbox/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 name: netbox -version: 5.0.0-beta.83 -appVersion: "v4.0.9" +version: 5.0.0-beta.84 +appVersion: "v4.0.11" type: application kubeVersion: ^1.25.0-0 description: IP address management (IPAM) and data center infrastructure management (DCIM) tool From 58a7e75962d05d7b136c2dd884a2bdf97d3dedd9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 5 Sep 2024 11:38:51 +0000 Subject: [PATCH 3/4] chore(deps): update redis docker tag to v20.0.5 (#325) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Léo Colombaro --- charts/netbox/Chart.lock | 8 ++++---- charts/netbox/Chart.yaml | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/charts/netbox/Chart.lock b/charts/netbox/Chart.lock index a96557c6..d9f59845 100644 --- a/charts/netbox/Chart.lock +++ b/charts/netbox/Chart.lock @@ -4,9 +4,9 @@ dependencies: version: 2.22.0 - name: postgresql repository: oci://registry-1.docker.io/bitnamicharts - version: 15.5.23 + version: 15.5.28 - name: redis repository: oci://registry-1.docker.io/bitnamicharts - version: 20.0.3 -digest: sha256:c7cee1762f6496bb07f9e32520987956946d27c90f555c31e6e4508acc6e2877 -generated: "2024-08-21T15:03:50.816634-04:00" + version: 20.0.5 +digest: sha256:a794fd42db7f2d7b3f72cc428067298040b3e7015694fd00e5c58625d288b77f +generated: "2024-09-05T10:10:51.329203909Z" diff --git a/charts/netbox/Chart.yaml b/charts/netbox/Chart.yaml index 4ed6f04f..c0434f31 100644 --- a/charts/netbox/Chart.yaml +++ b/charts/netbox/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: netbox -version: 5.0.0-beta.84 +version: 5.0.0-beta.85 appVersion: "v4.0.11" type: application kubeVersion: ^1.25.0-0 @@ -26,7 +26,7 @@ dependencies: repository: oci://registry-1.docker.io/bitnamicharts condition: postgresql.enabled - name: redis - version: ^20.0.3 + version: ^20.0.5 repository: oci://registry-1.docker.io/bitnamicharts condition: redis.enabled annotations: From f6f1f801c3cf4fc06cc90a909a9d176e4481a499 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 5 Sep 2024 12:16:33 +0000 Subject: [PATCH 4/4] chore(deps): update postgresql docker tag to v15.5.28 (#317) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * chore(deps): update postgresql docker tag to v15.5.28 * Update Chart.yaml --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Léo Colombaro --- charts/netbox/Chart.lock | 4 ++-- charts/netbox/Chart.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/charts/netbox/Chart.lock b/charts/netbox/Chart.lock index d9f59845..e0a348a0 100644 --- a/charts/netbox/Chart.lock +++ b/charts/netbox/Chart.lock @@ -8,5 +8,5 @@ dependencies: - name: redis repository: oci://registry-1.docker.io/bitnamicharts version: 20.0.5 -digest: sha256:a794fd42db7f2d7b3f72cc428067298040b3e7015694fd00e5c58625d288b77f -generated: "2024-09-05T10:10:51.329203909Z" +digest: sha256:b968eff2f28c3857fb84812475fa372942fd432480127e2ea8a27808a2513ea0 +generated: "2024-09-05T11:39:28.741696145Z" diff --git a/charts/netbox/Chart.yaml b/charts/netbox/Chart.yaml index c0434f31..9d5c9c50 100644 --- a/charts/netbox/Chart.yaml +++ b/charts/netbox/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: netbox -version: 5.0.0-beta.85 +version: 5.0.0-beta.86 appVersion: "v4.0.11" type: application kubeVersion: ^1.25.0-0 @@ -22,7 +22,7 @@ dependencies: tags: - bitnami-common - name: postgresql - version: ^15.5.23 + version: ^15.5.28 repository: oci://registry-1.docker.io/bitnamicharts condition: postgresql.enabled - name: redis