Skip to content

Commit 6cf8b4f

Browse files
committed
Prepare for 1.2.13 release
1 parent 4e21e5d commit 6cf8b4f

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.MD

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
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.

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ HOSTNAME=controlplane.com
33
NAMESPACE=com
44
NAME=cpln
55
BINARY=terraform-provider-${NAME}
6-
VERSION=1.2.12
6+
VERSION=1.2.13
77
OS_ARCH=linux_amd64
88

99
default: install

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)