File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## [ 0.9.0] - 2023-08-28
9+ ### Changed
10+ - Updated ` libflexkube ` version to ` v0.10.0 ` .
11+ - Updated remaining dependencies to latest versions.
12+
813## [ 0.8.0] - 2022-09-13
914### Changed
1015- Updated ` libflexkube ` version to ` v0.9.0 ` .
@@ -65,6 +70,7 @@ in `libflexkube` and `flexkube_pki` and `flexkube_etcd_cluster` resources compla
6570### Changed
6671- flexkube_containers: rename 'container' to 'host_configured_container'.
6772
73+ [ 0.9.0 ] : https://github.com/flexkube/terraform-provider-flexkube/compare/v0.8.0...v0.9.0
6874[ 0.8.0 ] : https://github.com/flexkube/terraform-provider-flexkube/compare/v0.7.0...v0.8.0
6975[ 0.7.0 ] : https://github.com/flexkube/terraform-provider-flexkube/compare/v0.6.0...v0.7.0
7076[ 0.6.0 ] : https://github.com/flexkube/terraform-provider-flexkube/compare/v0.5.1...v0.6.0
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ terraform {
1111 required_providers {
1212 flexkube = {
1313 source = "flexkube/flexkube"
14- version = "0.7 .0"
14+ version = "0.9 .0"
1515 }
1616 }
1717}
You can’t perform that action at this time.
0 commit comments