We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a5ee27 commit 115cce0Copy full SHA for 115cce0
CHANGELOG.md
@@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
4
The format is based on [Keep a Changelog](http://keepachangelog.com/)
5
and this project adheres to [Semantic Versioning](http://semver.org/).
6
7
+## v0.6.0
8
+- NEW: hsdp_metrics_autoscaler resource
9
+- Migrate Terraform PLugin SDK
10
+- Upgrade to Terraform 0.13.1
11
+
12
## v0.5.0
13
- NEW: hsdp_container_host
14
- Migrate to Terraform Plugin SDK
README.md
@@ -19,7 +19,7 @@ terraform {
19
required_providers {
20
hsdp = {
21
source = "philips-software/hsdp"
22
- version = "0.5.5"
+ version = "0.6.0"
23
}
24
25
0 commit comments