File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 1+ ## 1.2.13
2+
3+ - Fix order of values in command array in workload resource.
4+ - Deprecate 'default' endpoint_naming_format in gvc resource; add 'legacy' as replacement.
5+ - Fix order of values in deploy_role_chain in mk8s resource.
6+ - Fix order of values in container ports in workload resource.
7+
18## 1.2.12
29
310- Fix noisy diffs for ` dictionary_as_envs ` across runs in secret resource.
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ HOSTNAME=controlplane.com
33NAMESPACE =com
44NAME =cpln
55BINARY =terraform-provider-${NAME}
6- VERSION =1.2.12
6+ VERSION =1.2.13
77OS_ARCH =linux_amd64
88
99default : install
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ terraform {
5656 required_providers {
5757 cpln = {
5858 source = "controlplane-com/cpln"
59- version = "1.2.12 "
59+ version = "1.2.13 "
6060 }
6161 }
6262}
You can’t perform that action at this time.
0 commit comments