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.3
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.4
Choose a head ref
  • 10 commits
  • 26 files changed
  • 3 contributors

Commits on Jul 14, 2025

  1. build(deps): bump github.com/helmfile/vals from 0.41.2 to 0.41.3 (#2100)

    Bumps [github.com/helmfile/vals](https://github.com/helmfile/vals) from 0.41.2 to 0.41.3.
    - [Release notes](https://github.com/helmfile/vals/releases)
    - [Changelog](https://github.com/helmfile/vals/blob/main/.goreleaser.yml)
    - [Commits](helmfile/vals@v0.41.2...v0.41.3)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/helmfile/vals
      dependency-version: 0.41.3
      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 Jul 14, 2025
    Configuration menu
    Copy the full SHA
    0b29a3b View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2025

  1. build(deps): bump k8s.io/apimachinery from 0.33.2 to 0.33.3 (#2101)

    Bumps [k8s.io/apimachinery](https://github.com/kubernetes/apimachinery) from 0.33.2 to 0.33.3.
    - [Commits](kubernetes/apimachinery@v0.33.2...v0.33.3)
    
    ---
    updated-dependencies:
    - dependency-name: k8s.io/apimachinery
      dependency-version: 0.33.3
      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 Jul 16, 2025
    Configuration menu
    Copy the full SHA
    899b779 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2025

  1. fix: update Helm version to v3.17.4 in CI and init.go (#2102)

    Signed-off-by: yxxhero <aiopsclub@163.com>
    yxxhero authored Jul 17, 2025
    Configuration menu
    Copy the full SHA
    4a3f923 View commit details
    Browse the repository at this point in the history
  2. build(deps): bump github.com/spf13/pflag from 1.0.6 to 1.0.7 (#2104)

    Bumps [github.com/spf13/pflag](https://github.com/spf13/pflag) from 1.0.6 to 1.0.7.
    - [Release notes](https://github.com/spf13/pflag/releases)
    - [Commits](spf13/pflag@v1.0.6...v1.0.7)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/spf13/pflag
      dependency-version: 1.0.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 Jul 17, 2025
    Configuration menu
    Copy the full SHA
    6fd4048 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2025

  1. feat(state): add missingFileHandlerConfig and related logic (#2105)

    * feat(state): add missingFileHandlerConfig and related logic
    
    Signed-off-by: yxxhero <aiopsclub@163.com>
    
    * feat(state): add missingFileHandlerConfig and related logic
    
    Signed-off-by: yxxhero <aiopsclub@163.com>
    
    ---------
    
    Signed-off-by: yxxhero <aiopsclub@163.com>
    yxxhero authored Jul 21, 2025
    Configuration menu
    Copy the full SHA
    b0911ab View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2025

  1. refactor(filesystem): add CopyDir method and optimize Fetch function (#…

    …2111)
    
    * refactor(filesystem): add CopyDir method and optimize Fetch function
    
    Signed-off-by: yxxhero <aiopsclub@163.com>
    
    * fix(state): conditionally prepare charts for local helmfile command
    
    Signed-off-by: yxxhero <aiopsclub@163.com>
    
    * fix(state): conditionally prepare charts for local helmfile command
    
    Signed-off-by: yxxhero <aiopsclub@163.com>
    
    * refactor(state): optimize chart path generation and update dependencies
    
    Signed-off-by: yxxhero <aiopsclub@163.com>
    
    * fix(test): update path in fetch-forl-local-chart test
    
    Signed-off-by: yxxhero <aiopsclub@163.com>
    
    * add more test cases
    
    Signed-off-by: yxxhero <aiopsclub@163.com>
    
    ---------
    
    Signed-off-by: yxxhero <aiopsclub@163.com>
    yxxhero authored Jul 28, 2025
    Configuration menu
    Copy the full SHA
    a76bec2 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2025

  1. Allow caching of remote files to be disabled (#2112)

    * Allow caching of remote files to be disabled
    
    Make it possible to automatically update the cache of remote
    resources by disabling the caching of those resources using a query
    string parameter (`cache=false`).
    
    Signed-off-by: Jess <jess@ros.io>
    
    * Fix test that broke
    
    Because query parameters are being re-encoded, = is being encoded to %3D.
    
    Signed-off-by: Jess <jess@ros.io>
    
    * Add test for disabling caching of remote resources
    
    Signed-off-by: Jess <jess@ros.io>
    
    * Include example usage in docs
    
    Signed-off-by: Jess <jess@ros.io>
    
    ---------
    
    Signed-off-by: Jess <jess@ros.io>
    jess-sol authored Jul 31, 2025
    Configuration menu
    Copy the full SHA
    9a88372 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2025

  1. refactor(yaml): switch yaml library import paths from gopkg.in to go.…

    …yaml.in (#2114)
    
    Signed-off-by: yxxhero <aiopsclub@163.com>
    yxxhero authored Aug 1, 2025
    Configuration menu
    Copy the full SHA
    959aae5 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2025

  1. build(deps): bump actions/download-artifact from 4 to 5 (#2121)

    Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 5.
    - [Release notes](https://github.com/actions/download-artifact/releases)
    - [Commits](actions/download-artifact@v4...v5)
    
    ---
    updated-dependencies:
    - dependency-name: actions/download-artifact
      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 6, 2025
    Configuration menu
    Copy the full SHA
    64d676a View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2025

  1. build(deps): bump golang.org/x/term from 0.33.0 to 0.34.0 (#2123)

    Bumps [golang.org/x/term](https://github.com/golang/term) from 0.33.0 to 0.34.0.
    - [Commits](golang/term@v0.33.0...v0.34.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/term
      dependency-version: 0.34.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 8, 2025
    Configuration menu
    Copy the full SHA
    9dbb4a4 View commit details
    Browse the repository at this point in the history
Loading