Skip to content

Commit

Permalink
Merge pull request #137 from controlplane-com/prepare-v1.1.40
Browse files Browse the repository at this point in the history
Prepare for v1.1.40 release
  • Loading branch information
enk21 authored Nov 8, 2024
2 parents 07112bf + 2bbf860 commit 67398a5
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ HOSTNAME=controlplane.com
NAMESPACE=com
NAME=cpln
BINARY=terraform-provider-${NAME}
VERSION=1.1.39
VERSION=1.1.40
OS_ARCH=linux_amd64

default: install
Expand Down
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -320,4 +320,9 @@ tar -cvzf terraform-provider-cpln_1.0.0_windows_amd64.zip terraform-provider-cpl
- v1.1.38
- Fix empty object issue in mk8s.
- v1.1.39
- Add deploy role chain to AWS mk8s provider.
- Add deploy role chain to AWS mk8s provider.
- v1.1.40
- Add extraNodePolicies to aws provider.
- Add multi to workload autoscaling.
- Allow more empty objects and fix bugs.
- Add validators to volume set resource.
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ terraform {
required_providers {
cpln = {
source = "controlplane-com/cpln"
version = "1.1.39"
version = "1.1.40"
}
}
}
Expand Down

0 comments on commit 67398a5

Please sign in to comment.