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: helmfile/helmfile
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.1.4
Choose a base ref
...
head repository: helmfile/helmfile
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.1.5
Choose a head ref
  • 7 commits
  • 14 files changed
  • 3 contributors

Commits on Aug 11, 2025

  1. build(deps): bump actions/checkout from 4 to 5 (#2128)

    Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v4...v5)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-version: '5'
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 11, 2025
    Configuration menu
    Copy the full SHA
    4aae348 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2025

  1. Update recommended Helm versions in init.go and run.sh (#2129)

    - Bump HelmDiffRecommendedVersion from v3.12.3 to v3.12.5 in pkg/app/init.go
    - Bump default HELM_DIFF_VERSION from 3.12.3 to 3.12.5 in test/integration/run.sh
    - Update HelmRecommendedVersion from v3.18.4 to v3.18.5 in pkg/app/init.go
    
    Signed-off-by: yxxhero <aiopsclub@163.com>
    yxxhero authored Aug 14, 2025
    Configuration menu
    Copy the full SHA
    4442752 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bb6df72 View commit details
    Browse the repository at this point in the history
  3. refactor(state): extract getMissingFileHandler method for clarity (#2133

    )
    
    * refactor(state): extract getMissingFileHandler method for clarity
    
    Signed-off-by: yxxhero <aiopsclub@163.com>
    yxxhero authored Aug 14, 2025
    Configuration menu
    Copy the full SHA
    8c123dc View commit details
    Browse the repository at this point in the history
  4. Fix parseHelmVersion to handle helm versions without 'v' prefix (#2132)

    * Initial plan
    
    * Fix panic in helmfile init when parsing invalid helm versions
    
    Co-authored-by: yxxhero <11087727+yxxhero@users.noreply.github.com>
    
    * Fix parseHelmVersion to handle versions without v prefix
    
    Co-authored-by: yxxhero <11087727+yxxhero@users.noreply.github.com>
    
    * Simplify parseHelmVersion function to be more readable
    
    Co-authored-by: yxxhero <11087727+yxxhero@users.noreply.github.com>
    
    ---------
    
    Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
    Co-authored-by: yxxhero <11087727+yxxhero@users.noreply.github.com>
    Copilot and yxxhero authored Aug 14, 2025
    Configuration menu
    Copy the full SHA
    7f18858 View commit details
    Browse the repository at this point in the history
  5. build(deps): bump k8s.io/apimachinery from 0.33.3 to 0.33.4 (#2136)

    Bumps [k8s.io/apimachinery](https://github.com/kubernetes/apimachinery) from 0.33.3 to 0.33.4.
    - [Commits](kubernetes/apimachinery@v0.33.3...v0.33.4)
    
    ---
    updated-dependencies:
    - dependency-name: k8s.io/apimachinery
      dependency-version: 0.33.4
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 14, 2025
    Configuration menu
    Copy the full SHA
    ceef3f1 View commit details
    Browse the repository at this point in the history
  6. build(deps): bump github.com/helmfile/chartify from 0.24.6 to 0.24.7 (#…

    …2135)
    
    Bumps [github.com/helmfile/chartify](https://github.com/helmfile/chartify) from 0.24.6 to 0.24.7.
    - [Release notes](https://github.com/helmfile/chartify/releases)
    - [Commits](helmfile/chartify@v0.24.6...v0.24.7)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/helmfile/chartify
      dependency-version: 0.24.7
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 14, 2025
    Configuration menu
    Copy the full SHA
    33b6fca View commit details
    Browse the repository at this point in the history
Loading