Releases: nautobot/helm-charts
Releases · nautobot/helm-charts
Release list
v3.1.2 - 2026-05-29
Added
- #748 Added startup probes for Celery workers.
Fixed
- #745 Fixed statement evaluating always true for startup probes in Nautobot deployment.
- #742 Fixed missing namespace for Horizontal Pod Autoscaling resource.
- #747 Fixed uwsgi-exporter sidecar using 127.0.0.1 instead of localhost to avoid IPv6 resolution failures.
Full Changelog: v3.1.1...v3.1.2
v3.1.1 - 2026-04-03
Added
- #735 Added the kubernetes job manifest to the celery beat pod.
- #733 Added option to override settings for kubernetes jobs.
Fixed
- #732 Fixed allowing configuration of scrape protocols for Service Monitor.
- #726 Fixed removing pdb config for the Celery Beat if enabled for workers.
New Contributors
- @skrobul made their first contribution in #732
- @matejbuocik made their first contribution in #726
Full Changelog: v3.1.0...v3.1.1
v3.1.0 - 2026-03-20
Added
- #707 Added support for mounting k8s manifests for Nautobot Jobs.
- #708 Added beta support for Kubernetes Gateway API.
Full Changelog: v3.0.4...v3.1.0
v3.1.0-alpha.0
What's Changed
- Sync next with changes in develop by @ubajze in #673
- fix(deps): update dependency mkdocs-material to v9.7.1 (next) by @renovate[bot] in #681
- chore(deps): update pre-commit hook lucas-c/pre-commit-hooks to v1.5.6 (next) by @renovate[bot] in #687
- chore(deps): update pre-commit hook adrienverge/yamllint to v1.38.0 (next) by @renovate[bot] in #690
- Sync develop to next by @ubajze in #695
- chore(deps): update dependency ubuntu to v24 (next) by @renovate[bot] in #697
- chore(deps): update actions/checkout action to v6 (next) by @renovate[bot] in #696
- chore(deps): update common docker tag to v2.34.0 (next) by @renovate[bot] in #699
- fix(deps): update dependency mkdocs-material to v9.7.2 (next) by @renovate[bot] in #705
- fix(deps): update dependency mkdocs-material to v9.7.3 (next) by @renovate[bot] in #714
- chore(deps): update pre-commit hook streetsidesoftware/cspell-cli to v9 (next) by @renovate[bot] in #712
- Update the branch next from develop by @ubajze in #715
- Sync develop to next by @ubajze in #716
- fix(deps): update dependency mkdocs-material to v9.7.4 (next) by @renovate[bot] in #722
- Add support for mounting K8s manifests for Nautobot Jobs into a Nautobot Pod by @ubajze in #707
Full Changelog: v3.0.4...v3.1.0-alpha.0
v3.0.4 - 2026-03-06
v3.0.3 - 2026-01-27
Fixed
- #692 Fix spacing for the uwsgi.ini template when uwsgi_exporter is enabled.
Full Changelog: v3.0.2...v3.0.3
v3.0.2 - 2026-01-23
v3.0.1 - 2025-12-17
Added
- #676 Add custom Nginx configuration file and certificates path
Full Changelog: v3.0.0...v3.0.1
v3.0.0 - 2025-12-12
🚨 🚨 🚨 This release contains breaking changes. Please refer to the release notes and also check the upgrade guide before upgrading (https://docs.nautobot.com/projects/helm-charts/en/stable/operations/upgrading/#to-3x)
Check out this issue #594 for the reasoning behind the changes.
Changed
- The
postgresqlandredissubcharts are no longer deployed by default. They must be explicitly enabled if used. - The
rabbitmqsubchart was removed. - The
mariadbsubchart was removed. - The
postgresqlhasubchart was removed. - The username field is now required in the existing secret if
nautobot.db.existingSecretis used. - The default image was changed to 3.x.
- Changed the default Docker registry.
- The Nautobot Celery readiness and liveness probes were changed to use files instead of celery pings.
- Changed Nautobot Celery defaults.
- Ability to point to an existing
ConfigMapfor Nautobot config.
v3.0.0-rc.1
What's Changed
- Update next by @ubajze in #611
- remove rabbitmq subchart by @gertzakis in #587
- remove: deprecate MariaDB subchart by @gertzakis in #604
- Remove PostgreSQL HA deployment by @gertzakis in #618
- Add unittests for the chart by @ubajze in #631
- Add support to define database user from the existing k8s secret by @ubajze in #635
- Disable postgresql and redis deployments by default by @ubajze in #649
- Update the renovate config by @ubajze in #656
- Change Default Registry and Image by @ubajze in #660
- chore(deps): update ghcr.io/nautobot/nautobot docker tag to v2.4.23 (develop) by @renovate[bot] in #661
- Change celery defaults by @gertzakis in #633
- Enable Helm unittests in CI by @ubajze in #663
- Add ability to point to an existing cm for config by @ubajze in #657
- Add upgrade notes to 3.x by @ubajze in #664
- Merge develop to next by @ubajze in #665
- Prepare for pre-release 3.x by @ubajze in #668
- Merge next to develop by @ubajze in #666
Full Changelog: v2.5.9...v3.0.0-rc.1