Skip to content

Commit 61c8d65

Browse files
committed
Add CHANGELOG for v0.9.0
Signed-off-by: Mateusz Gozdek <mgozdekof@gmail.com>
1 parent 3c07558 commit 61c8d65

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and 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

docs/index.md

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

0 commit comments

Comments
 (0)