Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: fluxcd/helm-controller
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.5.4
Choose a base ref
...
head repository: fluxcd/helm-controller
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.5.5
Choose a head ref
  • 17 commits
  • 25 files changed
  • 5 contributors

Commits on May 14, 2026

  1. Update fluxcd/pkg dependencies

    Signed-off-by: GitHub <[email protected]>
    matheuscscp authored May 14, 2026
    Configuration menu
    Copy the full SHA
    37fe62b View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1483 from fluxcd/update-pkg-deps/release/v1.5.x

    Update fluxcd/pkg dependencies
    matheuscscp authored May 14, 2026
    Configuration menu
    Copy the full SHA
    f53a213 View commit details
    Browse the repository at this point in the history
  3. [v1.5.x] Update Helm to v4.2.0

    Signed-off-by: Stefan Prodan <[email protected]>
    Signed-off-by: Matheus Pimenta <[email protected]>
    stefanprodan authored and matheuscscp committed May 14, 2026
    Configuration menu
    Copy the full SHA
    13aa324 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2026

  1. Merge pull request #1482 from fluxcd/patch-v1.5/helm-4.2.0

    [v1.5.x] Update Helm to v4.2.0
    matheuscscp authored May 15, 2026
    Configuration menu
    Copy the full SHA
    4ee245b View commit details
    Browse the repository at this point in the history

Commits on May 16, 2026

  1. Move retryingRoundTripper wrapping to constructor

    Signed-off-by: Sebastien Tardif <[email protected]>
    (cherry picked from commit 3f79f3f)
    SebTardif authored and github-actions[bot] committed May 16, 2026
    Configuration menu
    Copy the full SHA
    1aa1901 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1487 from fluxcd/backport-1485-to-release/v1.5.x

    [release/v1.5.x] Move retryingRoundTripper wrapping to constructor
    matheuscscp authored May 16, 2026
    Configuration menu
    Copy the full SHA
    053c101 View commit details
    Browse the repository at this point in the history
  3. Upgrade k8s to 1.36.1, c-r to 0.24.1, cli-utils to 1.2.1

    Signed-off-by: Matheus Pimenta <[email protected]>
    matheuscscp committed May 16, 2026
    Configuration menu
    Copy the full SHA
    dff4c09 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1495 from fluxcd/upgrade-deps

    [v1.5.x] Upgrade k8s to 1.36.1, c-r to 0.24.1, cli-utils to 1.2.1
    matheuscscp authored May 16, 2026
    Configuration menu
    Copy the full SHA
    94853fc View commit details
    Browse the repository at this point in the history

Commits on May 19, 2026

  1. Sanitize CreateReplace for non-CRDs

    Signed-off-by: Matheus Pimenta <[email protected]>
    (cherry picked from commit 0adb626)
    matheuscscp authored and github-actions[bot] committed May 19, 2026
    Configuration menu
    Copy the full SHA
    6951115 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1496 from fluxcd/backport-1494-to-release/v1.5.x

    [release/v1.5.x] Ignore non-CRD objects under crds/
    matheuscscp authored May 19, 2026
    Configuration menu
    Copy the full SHA
    5e4ff0a View commit details
    Browse the repository at this point in the history
  3. Add configurable HTTP timeout for artifact fetching

    Signed-off-by: Kumar Piyush <[email protected]>
    Assisted-by: Cascade/SWE-1.6
    (cherry picked from commit 211765c)
    vocarista authored and github-actions[bot] committed May 19, 2026
    Configuration menu
    Copy the full SHA
    6e2c112 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1497 from fluxcd/backport-1464-to-release/v1.5.x

    [release/v1.5.x] Add configurable HTTP timeout for artifact fetching
    matheuscscp authored May 19, 2026
    Configuration menu
    Copy the full SHA
    aabd7cb View commit details
    Browse the repository at this point in the history
  5. Use ShortenName for release name in Test action

    Install and Upgrade both call release.ShortenName(obj.GetReleaseName())
    before passing the name to Helm, but Test passes the raw unshorteened
    name. When GetReleaseName() returns a composed name (TargetNamespace +
    Name) that exceeds 53 characters, ShortenName hashes it. The Test
    action then looks up the release by the full unhashed name, causing a
    lookup miss and a silent test failure.
    
    Signed-off-by: Sebastien Tardif <[email protected]>
    (cherry picked from commit 6d3f888)
    SebTardif authored and github-actions[bot] committed May 19, 2026
    Configuration menu
    Copy the full SHA
    946c981 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #1498 from fluxcd/backport-1492-to-release/v1.5.x

    [release/v1.5.x] Use ShortenName for release name in Test action
    matheuscscp authored May 19, 2026
    Configuration menu
    Copy the full SHA
    7cf31a4 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2026

  1. Add changelog entry for v1.5.5

    Signed-off-by: Matheus Pimenta <[email protected]>
    matheuscscp committed May 20, 2026
    Configuration menu
    Copy the full SHA
    628a880 View commit details
    Browse the repository at this point in the history
  2. Release v1.5.5

    Signed-off-by: Matheus Pimenta <[email protected]>
    matheuscscp committed May 20, 2026
    Configuration menu
    Copy the full SHA
    fda206c View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1500 from fluxcd/release-v1.5.5

    Release v1.5.5
    matheuscscp authored May 20, 2026
    Configuration menu
    Copy the full SHA
    e99b6c7 View commit details
    Browse the repository at this point in the history
Loading