diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000..419bab63 --- /dev/null +++ b/CHANGELOG.md @@ -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)_