PackageTrack

Go modules · #2588 by repository stars

github.com/fluxcd/helm-controller

v1.6.3fluxcd/helm-controller

Release timeline

906 releases since 2020
20202026

Releases

  1. v0.12.2-0.20211111125719-94dd9a07ead411 Nov 2021pre-release

    Nothing published for this version

  2. v0.12.2-0.20211103143324-4fe7a7c82cea3 Nov 2021pre-release

    Nothing published for this version

  3. v0.12.2-0.20211026142825-3912a9a4d55b26 Oct 2021pre-release

    Nothing published for this version

  4. v0.12.2-0.20211026135702-2d451550618526 Oct 2021pre-release

    Nothing published for this version

  5. v0.12.2-0.20211025133336-4d6eb626eb8025 Oct 2021pre-release

    Nothing published for this version

  6. v0.12.2-0.20211025131831-049aca937adb25 Oct 2021pre-release

    Nothing published for this version

  7. v0.12.2-0.20211022113114-9eb802491dd022 Oct 2021pre-release

    Nothing published for this version

  8. v0.12.2-0.20211022085513-3c90530bd28922 Oct 2021pre-release

    Nothing published for this version

  9. v0.12.2-0.20211022070329-41087372f1f022 Oct 2021pre-release

    Nothing published for this version

  10. v0.12.2-0.20211021124003-3f49b817cfa621 Oct 2021pre-release

    Nothing published for this version

  11. v0.12.114 Oct 2021
    Release notes3 sources agree

    Release date: 2021-10-14

    This prerelease updates Helm to v3.7.1, and ensures ReconcileStrategy changes are applied to the underlying HelmChart of a HelmRelease.

    Improvements:

    • Update Helm to v3.7.1 #336
    • Nit: update tests to use non-deprecated ValuesFiles #334

    Fixes:

    • Update the release if ReconcileStrategy changes #333
    Open source →
  12. v0.12.1-0.20211014135645-fe84f6e3a4d214 Oct 2021pre-release

    Nothing published for this version

  13. v0.12.1-0.20211014124553-6f64b00119a814 Oct 2021pre-release

    Nothing published for this version

  14. v0.12.1-0.20211014114217-d665b0512f4c14 Oct 2021pre-release

    Nothing published for this version

  15. v0.12.1-0.20211014105939-e89fded75a5e14 Oct 2021pre-release

    Nothing published for this version

  16. v0.12.1-0.20211014103720-fd79fac12c2f14 Oct 2021pre-release

    Nothing published for this version

  17. v0.12.1-0.20211014103720-ab6612b32b1914 Oct 2021pre-release

    Nothing published for this version

  18. v0.12.1-0.20211014103720-a55443ec059714 Oct 2021pre-release

    Nothing published for this version

  19. v0.12.1-0.20211014103720-911f186b1ab214 Oct 2021pre-release

    Nothing published for this version

  20. v0.12.1-0.20211014103233-457e7039f88e14 Oct 2021pre-release

    Nothing published for this version

  21. v0.12.1-0.20211014091114-42ec2fb0d1eb14 Oct 2021pre-release

    Nothing published for this version

  22. v0.12.1-0.20211014075814-404cf504827114 Oct 2021pre-release

    Nothing published for this version

  23. v0.12.1-0.20211010015054-b724dcafbb0410 Oct 2021pre-release

    Nothing published for this version

  24. v0.12.08 Oct 2021
    Release notes3 sources agree

    Release date: 2021-10-08

    This prerelease updates Helm to v3.7.0, this Helm version should include improvements to the locking mechanism of releases, which should result in a reduction of deadlocked releases that have been reported in the past.

    In addition, it is now possible to define a ReconcileStrategy in the HelmChartTemplateSpec. By setting the value of this field to Revision, a new artifact will be made available for charts from Bucket and GitRepository sources whenever a new revision is available. The default value of the field is ChartVersion, which looks for version changes in the Chart.yaml file.

    Improvements:

    • Update fluxcd/source-controller to v0.16.0 #329
    • Introduce ReconcileStrategy in HelmChartTemplateSpec #329
    • Update sigs.k8s.io/kustomize/api to v0.10.0 #330
    • Update Helm to v3.7.0 #330

    Fixes:

    • Fix indentation for PostRenderers example #314
    Open source →
  25. v0.11.3-0.20211008134416-7e021d41cca48 Oct 2021pre-release

    Nothing published for this version

  26. v0.11.3-0.20211008122401-8b769f7080338 Oct 2021pre-release

    Nothing published for this version

  27. v0.11.3-0.20211008115658-ea447a451bc08 Oct 2021pre-release

    Nothing published for this version

  28. v0.11.3-0.20211008114830-dc74a8a4c7ba8 Oct 2021pre-release

    Nothing published for this version

  29. v0.11.3-0.20211008114604-33e9eebd156b8 Oct 2021pre-release

    Nothing published for this version

  30. v0.11.3-0.20211008113402-b467ea6cbbc78 Oct 2021pre-release

    Nothing published for this version

  31. v0.11.3-0.20211008111955-c079240190f78 Oct 2021pre-release

    Nothing published for this version

  32. v0.11.3-0.20211008104945-f3cbefe3f17c8 Oct 2021pre-release

    Nothing published for this version

  33. v0.11.3-0.20210830130639-4c528cb57a8030 Aug 2021pre-release

    Nothing published for this version

  34. v0.11.3-0.20210823150911-99dcd967f42a23 Aug 2021pre-release

    Nothing published for this version

  35. v0.11.25 Aug 2021
    Release notes3 sources agree

    Release date: 2021-08-05

    This prerelease comes with support for SOPS encrypted kubeconfig loaded from the value of the value.yaml key in the object, and ensures quoted values are treated as strings when a targetPath is set for a valuesFrom item.

    To enhance the experience of consumers observing the HelmRelease object using kstatus, a default of -1 is now configured for the observedGeneration to ensure it does not report a false positive in the time the controller has not marked the resource with a Ready condition yet.

    In addition, it updates Helm to v3.6.3 and aligns the Kubernetes dependencies with v1.21.3.

    Improvements:

    • Set default observedGeneration to -1 on HelmReleases #294
    • Treat quoted values as string when targetPath is set #298
    • Make the kubeconfig secrets compatible with SOPS #305
    • Update dependencies #307

    Fixes:

    • Remove old util ObjectKey #305
    Open source →
  36. v0.11.2-0.20210805150638-0a0cbc4edb5a5 Aug 2021pre-release

    Nothing published for this version

  37. v0.11.2-0.20210805133013-f1b263c4defe5 Aug 2021pre-release

    Nothing published for this version

  38. v0.11.2-0.20210805122308-af97ef6e339f5 Aug 2021pre-release

    Nothing published for this version

  39. v0.11.2-0.20210805122217-58c1ec5412975 Aug 2021pre-release

    Nothing published for this version

  40. v0.11.2-0.20210805120316-d6ce7ceb17005 Aug 2021pre-release

    Nothing published for this version

  41. v0.11.2-0.20210805120316-89f8f7fee4525 Aug 2021pre-release

    Nothing published for this version

  42. v0.11.2-0.20210805120316-205212d52a2a5 Aug 2021pre-release

    Nothing published for this version

  43. v0.11.2-0.20210805120316-1f16ebd699aa5 Aug 2021pre-release

    Nothing published for this version

  44. v0.11.2-0.20210805120316-1a1caa0dbed95 Aug 2021pre-release

    Nothing published for this version

  45. v0.11.2-0.20210804134125-098fa6d4d1b84 Aug 2021pre-release

    Nothing published for this version

  46. v0.11.2-0.20210804132209-e9d31e9f1f8d4 Aug 2021pre-release

    Nothing published for this version

  47. v0.11.2-0.20210801194654-8ffa994a762b1 Aug 2021pre-release

    Nothing published for this version

  48. v0.11.2-0.20210731221010-91eb550b19d231 Jul 2021pre-release

    Nothing published for this version

  49. v0.11.2-0.20210726192631-5e387270fe5f26 Jul 2021pre-release

    Nothing published for this version

  50. v0.11.2-0.20210723003047-0ceec2d3fc4023 Jul 2021pre-release

    Nothing published for this version

  51. v0.11.2-0.20210717084232-c0f72e1fc6c317 Jul 2021pre-release

    Nothing published for this version

  52. v0.11.2-0.20210629151810-961856236f5729 Jun 2021pre-release

    Nothing published for this version

  53. v0.11.2-0.20210629142539-8491c44a957d29 Jun 2021pre-release

    Nothing published for this version

  54. v0.11.118 Jun 2021
    Release notes3 sources agree

    Release date: 2021-06-18

    This prerelease updates Helm to v3.6.1, this is a security update which has no impact as transport is handled by the source-controller. For more details please see the source-controller v0.15.1 changelog.

    Improvements:

    • Update Helm and source-controller #277
    • Panic on non-nil AddToScheme errors in main init #278
    Open source →
  55. v0.11.1-0.20210618123320-bfbf5218699818 Jun 2021pre-release

    Nothing published for this version

  56. v0.11.1-0.20210618121703-c1a591235f4518 Jun 2021pre-release

    Nothing published for this version

  57. v0.11.1-0.20210618115947-179fbfc33ca318 Jun 2021pre-release

    Nothing published for this version

  58. v0.11.1-0.20210618113936-893d804e4f1318 Jun 2021pre-release

    Nothing published for this version

  59. v0.11.1-0.20210618112012-43ee4dceee3b18 Jun 2021pre-release

    Nothing published for this version

  60. v0.11.09 Jun 2021
    Release notes3 sources agree

    Release date: 2021-06-09

    This prerelease comes with an update to the Kubernetes and controller-runtime dependencies to align them with the Kubernetes 1.21 release, including an update of Helm to v3.6.0.

    It introduces breaking changes to the Helm behavior as the --wait-for-jobs flag that was introduced in Helm v3.5.0 is now enabled by default. Disabling this behavior is possible by declaring spec.<install|upgrade|rollback>.disableWaitForJobs: true in a HelmRelease.

    Improvements:

    • Add support for Helm --wait-for-jobs flag #271
    • Update dependencies #273
    • Add nightly builds workflow and allow RC releases #274

    Fixes:

    • Fix HelmChartTemplateSpec Doc missing valuesFiles info #266
    Open source →