Skip to content

Releases: nautobot/helm-charts

v3.1.2 - 2026-05-29

Choose a tag to compare

@gertzakis gertzakis released this 29 May 08:05
22fb417

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

Choose a tag to compare

@gertzakis gertzakis released this 03 Apr 07:33
32899c9

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

Full Changelog: v3.1.0...v3.1.1

v3.1.0 - 2026-03-20

Choose a tag to compare

@gertzakis gertzakis released this 20 Mar 08:40
1be8453

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

v3.1.0-alpha.0 Pre-release
Pre-release

Choose a tag to compare

@ubajze ubajze released this 10 Mar 08:10

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

Choose a tag to compare

@gertzakis gertzakis released this 06 Mar 13:39
0219879

Added

  • #702 Added RBAC roles for k8s jobs.

Changed

  • #710 Removed validation for DB password.

New Contributors

Full Changelog: v3.0.3...v3.0.4

v3.0.3 - 2026-01-27

Choose a tag to compare

@gertzakis gertzakis released this 27 Jan 08:21
8ea010a

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

Choose a tag to compare

@gertzakis gertzakis released this 23 Jan 11:47
fd704be

Added

  • #682 Add support for existing TLS certificates.

Changed

  • #675 Update documentation for Openshift deployments.

Fixed

  • #684 Fix issues with lookup function.

New Contributors

Full Changelog: v3.0.1...v3.0.2

v3.0.1 - 2025-12-17

Choose a tag to compare

@gertzakis gertzakis released this 17 Dec 13:14
6855f41

Added

  • #676 Add custom Nginx configuration file and certificates path

Full Changelog: v3.0.0...v3.0.1

v3.0.0 - 2025-12-12

Choose a tag to compare

@ubajze ubajze released this 12 Dec 12:23
bf6eaaf

🚨 🚨 🚨 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 postgresql and redis subcharts are no longer deployed by default. They must be explicitly enabled if used.
  • The rabbitmq subchart was removed.
  • The mariadb subchart was removed.
  • The postgresqlha subchart was removed.
  • The username field is now required in the existing secret if nautobot.db.existingSecret is 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 ConfigMap for Nautobot config.

v3.0.0-rc.1

v3.0.0-rc.1 Pre-release
Pre-release

Choose a tag to compare

@ubajze ubajze released this 05 Dec 13:42
8e0e049

What's Changed

Full Changelog: v2.5.9...v3.0.0-rc.1