-
-
Notifications
You must be signed in to change notification settings - Fork 306
Comparing changes
Open a pull request
base repository: helmfile/helmfile
base: v1.1.3
head repository: helmfile/helmfile
compare: v1.1.4
- 10 commits
- 26 files changed
- 3 contributors
Commits on Jul 14, 2025
-
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>
Configuration menu - View commit details
-
Copy full SHA for 0b29a3b - Browse repository at this point
Copy the full SHA 0b29a3bView commit details
Commits on Jul 16, 2025
-
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>
Configuration menu - View commit details
-
Copy full SHA for 899b779 - Browse repository at this point
Copy the full SHA 899b779View commit details
Commits on Jul 17, 2025
-
fix: update Helm version to v3.17.4 in CI and init.go (#2102)
Signed-off-by: yxxhero <aiopsclub@163.com>
Configuration menu - View commit details
-
Copy full SHA for 4a3f923 - Browse repository at this point
Copy the full SHA 4a3f923View commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for 6fd4048 - Browse repository at this point
Copy the full SHA 6fd4048View commit details
Commits on Jul 21, 2025
-
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>
Configuration menu - View commit details
-
Copy full SHA for b0911ab - Browse repository at this point
Copy the full SHA b0911abView commit details
Commits on Jul 28, 2025
-
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>
Configuration menu - View commit details
-
Copy full SHA for a76bec2 - Browse repository at this point
Copy the full SHA a76bec2View commit details
Commits on Jul 31, 2025
-
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>
Configuration menu - View commit details
-
Copy full SHA for 9a88372 - Browse repository at this point
Copy the full SHA 9a88372View commit details
Commits on Aug 1, 2025
-
refactor(yaml): switch yaml library import paths from gopkg.in to go.…
…yaml.in (#2114) Signed-off-by: yxxhero <aiopsclub@163.com>
Configuration menu - View commit details
-
Copy full SHA for 959aae5 - Browse repository at this point
Copy the full SHA 959aae5View commit details
Commits on Aug 6, 2025
-
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>
Configuration menu - View commit details
-
Copy full SHA for 64d676a - Browse repository at this point
Copy the full SHA 64d676aView commit details
Commits on Aug 8, 2025
-
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>
Configuration menu - View commit details
-
Copy full SHA for 9dbb4a4 - Browse repository at this point
Copy the full SHA 9dbb4a4View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v1.1.3...v1.1.4