Add CHANGELOG.md (#2457)

Generated with Changesmith based on git history and release tags.
Covers v1.4.1 to v1.4.0 to v1.3.2 to v1.3.1.

Signed-off-by: MrPhil (Philip Ludington) <mrphil@mrphilgames.com>
This commit is contained in:
MrPhil (Philip Ludington) 2026-03-04 19:50:08 -06:00 committed by GitHub
parent bd8cd50ac1
commit 44028842d6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 56 additions and 0 deletions

56
CHANGELOG.md Normal file
View File

@ -0,0 +1,56 @@
## [1.4.1] - 2026-03-03
### Fixed
- Fix `--kubeconfig` not being passed to chartify's helm template call (#2449)
- Fix kubedog rate limiter configuration to prevent context cancellation (#2446)
## [1.4.0] - 2026-03-02
### Added
- Add kubedog integration with unified resource handling for deployment monitoring (#2383)
- Add IP Network to supported HCL functions (#2426)
### Fixed
- Fix local chart with external dependencies error when repos are configured (#2433)
- Fix values path resolution by using absolute baseDir in sequential helmfiles (#2425)
### Dependencies
- Update helm-diff to v3.15.1
- Bump k8s.io/client-go from 0.35.1 to 0.35.2
- Bump k8s.io/apimachinery from 0.35.1 to 0.35.2
- Bump go.opentelemetry.io/otel/sdk from 1.39.0 to 1.40.0
- Bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.96.1 to 1.96.2
- Bump github.com/helmfile/vals from 0.43.5 to 0.43.6
- Bump github.com/cloudflare/circl from 1.6.1 to 1.6.3 (security)
## [1.3.2] - 2026-02-25
### Added
- Add HCL values override support (#2402)
### Fixed
- Fix `--skip-refresh` only passed to `helm dep build` when `helm repo update` was run (#2419)
- Fix `helm repo update` being skipped when only OCI repos are configured (#2420)
- Fix `helmDefaults.skipRefresh` being ignored in `runHelmDepBuilds` (#2415)
### Dependencies
- Bump github.com/aws/aws-sdk-go-v2/config from 1.32.9 to 1.32.10
- Bump github.com/aws/aws-sdk-go-v2/service/s3 from 1.96.0 to 1.96.1
- Bump github.com/zclconf/go-cty from 1.17.0 to 1.18.0
## [1.3.1] - 2026-02-22
### Fixed
- Fix relative path resolution in sequential helmfiles by eliminating `os.Chdir` (#2410)
- Fix `helmBinary` setting being ignored in multi-document YAML files (#2414)
- Fix support for XDG-style multiple paths in `HELM_PLUGINS` (#2412)
_Generated by [Changesmith](https://changesmith.dev)_