terraform-provider-helm/.changelog
Marco Maurer (-Kilchhofer) b6a090b73c
Some checks failed
build / Detect Go toolchain version (push) Has been cancelled
build / Parse version file (push) Has been cancelled
CodeQL / Analyze (push) Has been cancelled
HashiCorp Copywrite / copywrite (push) Has been cancelled
tests / get_version_matrix (push) Has been cancelled
tests / unit_test (push) Has been cancelled
build / generate-metadata-file (push) Has been cancelled
build / upload-terraform-registry-manifest-artifact (push) Has been cancelled
build / Go darwin 386 build (push) Has been cancelled
build / Go freebsd 386 build (push) Has been cancelled
build / Go linux 386 build (push) Has been cancelled
build / Go windows 386 build (push) Has been cancelled
build / Go darwin amd64 build (push) Has been cancelled
build / Go freebsd amd64 build (push) Has been cancelled
build / Go linux amd64 build (push) Has been cancelled
build / Go windows amd64 build (push) Has been cancelled
build / Go freebsd arm build (push) Has been cancelled
build / Go linux arm build (push) Has been cancelled
build / Go darwin arm64 build (push) Has been cancelled
build / Go linux arm64 build (push) Has been cancelled
build / What's next? (push) Has been cancelled
tests / acc_test (push) Has been cancelled
fix: Address "inconsistent result after apply" error by moving metadata recalc (#1713)
* fix: Recompute metadata at the end of the diff function

* chore: Add changelog entry for PR #1713
2025-11-06 10:29:39 -06:00
..
839.txt Add tls_server_name kubernetes provider options. (#839) 2023-06-21 13:35:45 -07:00
862.txt Add OCI registry block to provider configuration (#862) 2022-12-13 10:24:24 -05:00
903.txt Show manifest in diff when creating release (#903) 2022-07-18 23:26:41 -04:00
945.txt Bump helm package to 3.9.4 (#945) 2022-09-22 08:55:09 -04:00
950.txt add nil check of showonly interface value (#950) 2022-09-22 09:43:01 -07:00
966.txt Fix Unknown Value in Manifest Diff (#966) 2022-10-11 08:44:34 -07:00
982.txt Update change log files (#1062) 2023-02-14 09:50:19 +01:00
1012.txt Update change log files (#1062) 2023-02-14 09:50:19 +01:00
1026.txt Update change log files (#1062) 2023-02-14 09:50:19 +01:00
1027.txt Update change log files (#1062) 2023-02-14 09:50:19 +01:00
1029.txt Update change log files (#1062) 2023-02-14 09:50:19 +01:00
1030.txt Update change log files (#1062) 2023-02-14 09:50:19 +01:00
1036.txt Update change log files (#1062) 2023-02-14 09:50:19 +01:00
1037.txt Update change log files (#1062) 2023-02-14 09:50:19 +01:00
1050.txt Update change log files (#1062) 2023-02-14 09:50:19 +01:00
1051.txt Update change log files (#1062) 2023-02-14 09:50:19 +01:00
1054.txt Update change log files (#1062) 2023-02-14 09:50:19 +01:00
1055.txt Update change log files (#1062) 2023-02-14 09:50:19 +01:00
1071.txt Add set_list attribute in helm_release (#1071) 2023-03-20 11:40:37 -07:00
1097.txt Always recompute metadata when a release is updated (#1097) 2023-04-04 17:45:35 -04:00
1143.txt update helm dependency to 3.12.0 (#1143) 2023-05-30 14:19:25 -04:00
1153.txt v2.10.1 (hotfix) (#1153) 2023-06-05 08:42:34 -04:00
1176.txt resolve version conflicts with local chart (#1176) 2023-08-24 11:27:09 -07:00
1228.txt Add 'name' field validation to be limited to 53 characters (#1228) 2023-08-17 11:04:48 +02:00
1231.txt add nil check in set_list.value (#1231) 2023-08-24 12:28:09 -07:00
1246.txt Fix perpetual diff when setting version to empty string (#1246) 2023-09-06 11:38:01 -04:00
1247.txt Enable "helm upgrade --install" equivalent behavior (#1247) 2024-08-13 07:33:50 -07:00
1300.txt Bump dependencies and Go version (#1300) 2023-11-29 17:55:32 +01:00
1326.txt Fix manifest diffs for OCI charts (#1326) 2024-03-14 13:08:12 -04:00
1329.txt Add changelog entry for #1329 (#1345) 2024-04-04 13:14:03 +02:00
1335.txt Allow Helm lookup in manifest experiment (#1335) 2024-11-05 13:41:59 -05:00
1377.txt Add support for deferred actions (#1377) 2024-06-07 11:43:06 +02:00
1379.txt Migrate to terraform plugin framework (#1379) 2025-01-16 13:08:36 -06:00
1380.txt Add new fields to release metadata, fix issue with test suite (#1380) 2024-06-11 13:14:45 -04:00
1458.txt Fix: only recompute metadata when the version in the metadata changes (#1458) 2024-09-19 23:09:37 -07:00
1487.txt Ignore "release: not found" error on helm_resource destroy (#1487) 2024-09-24 12:17:59 -04:00
1501.txt Fix nil pointer deref panic on helm_release destroy (#1501) 2024-10-15 13:25:37 -07:00
1534.txt Fix missed postrender binary path arguments parsing (#1534) 2024-11-14 18:22:35 +01:00
1572.txt set.value: required -> optional (#1572) 2025-02-24 10:42:19 -08:00
1583.txt Enforce kubernetes context with helm_release namespace (#1583) 2025-06-17 09:23:23 -06:00
1592.txt Add write-only attribute "set_wo" (#1592) 2025-02-25 16:05:21 -07:00
1608.txt Update helm dependency to v3.17.2 (#1608) 2025-03-24 11:29:04 -06:00
1615.txt add support for literal type in set block (#1615) 2025-05-19 06:20:15 -06:00
1625.txt Add support for ResourceIdentity to helm_release resource (#1625) 2025-05-16 15:12:56 -06:00
1633.txt Implement state upgrader support for helm_release resource (#1633) 2025-06-16 16:58:48 -06:00
1638.txt HOTFIX v3 state upgrader type (#1638) 2025-06-18 14:05:13 -06:00
1644.txt Fix sensitive values being replaced with '(sensitive value)' in Helm deployments (#1644) 2025-06-20 09:05:18 -06:00
1648.txt helm_release: Make description attribute Computed (#1648) 2025-06-23 12:30:12 -06:00
1649.txt helm_release: Fix postrender running when binaryPath is set to nil (#1649) 2025-06-20 10:57:31 -06:00
1650.txt Fix namespace override in kubeconfig initialization (#1650) 2025-06-23 12:04:39 -06:00
1655.txt Restore support for KUBE_PROXY_URL environment variable (#1655) 2025-06-23 10:47:19 -06:00
1656.txt Fix devel planmodifier (#1656) 2025-06-23 10:46:59 -06:00
1668.txt Add "qps" attribute to provider block (#1668) 2025-07-15 10:21:16 -06:00
1675.txt Port upgrade_install support from SDKv2 (#1675) 2025-07-16 10:24:13 -06:00
1680.txt Add take_ownership attribute (#1680) 2025-07-31 09:51:00 -06:00
1693.txt Add resources attr (#1693) 2025-09-22 18:10:26 -05:00
1702.txt Add timeouts support (#1702) 2025-09-25 13:53:39 -05:00
1703.txt Add set_wo support in helm_template (#1703) 2025-09-25 13:53:26 -05:00
1713.txt fix: Address "inconsistent result after apply" error by moving metadata recalc (#1713) 2025-11-06 10:29:39 -06:00
changelog.tmpl Update change log config file (#1061) 2023-02-14 09:16:39 +01:00
note.tmpl Add go-changelog (#882) 2022-06-14 15:24:18 -07:00