@@ -5,60 +5,54 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
- ## [ 0.5.1] - 2021-05-31
9
-
8
+ ## [ 0.6.0] - 2021-09-02
10
9
### Changed
10
+ - Updated ` libflexkube ` version to ` v.7.0 ` .
11
+ - Updated remaining dependencies to latest versions.
11
12
13
+ ## [ 0.5.1] - 2021-05-31
14
+ ### Changed
12
15
- Updated ` libflexkube ` version to ` v0.6.0 ` .
13
16
- Updated remaining dependencies to latest versions.
14
17
15
18
## [ 0.5.0] - 2021-02-18
16
-
17
19
### Added
18
-
19
20
- ` flexkube_kubelet ` has now ` extra_args ` argument for extra kubelet arguments.
20
21
21
22
### Changed
22
-
23
23
- Updated to ` libflexkube ` version ` v0.5.1 ` .
24
24
- e2e tests are now using ` containerd ` as container runtime.
25
25
26
26
## [ 0.4.1] - 2020-09-20
27
-
28
27
### Added
29
-
30
28
- ` flexkube_containers ` configuration can have now ` env ` field specified to set environment variables
31
- for containers.
29
+ for containers.
32
30
- Added configuration for running E2E and local tests.
33
31
34
32
### Changed
35
-
36
33
- ` libflexkube ` has been updated to [ v0.4.3] ( https://github.com/flexkube/libflexkube/releases/tag/v0.4.3 ) .
37
34
- Migrated to [ Terraform SDK v2] ( https://www.terraform.io/docs/extend/guides/v2-upgrade-guide.html ) .
38
35
- ` flexkube_pki ` resource has been rewritten to follow the patterns from other resources. It should no longer report
39
- inconsistent plan issues and should no longer show ambiguous changes.
36
+ inconsistent plan issues and should no longer show ambiguous changes.
40
37
- All resources will now produce less verbose diff when running ` terraform plan ` and will show that fields will have
41
- new values computed instead. That should greatly reduce number of issues with inconsistent plan, at the cost of
42
- changes visibility.
38
+ new values computed instead. That should greatly reduce number of issues with inconsistent plan, at the cost of
39
+ changes visibility.
43
40
44
41
### Fixed
45
-
46
42
- ` flexkube_helm_release ` now validates fields ` values ` and ` kubeconfig ` to make sure they contain valid YAML
47
- formatted content, so it does not corrupt the Terraform state, which requires manual interaction to recover from.
43
+ formatted content, so it does not corrupt the Terraform state, which requires manual interaction to recover from.
48
44
- Added missing documentation to ` flexkube_containers ` resource for ` host ` block.
49
45
- Adding and removing controller nodes should now work without interruption. Previously, it has been broken because of a bug
50
- in ` libflexkube ` and ` flexkube_pki ` and ` flexkube_etcd_cluster ` resources complaining about the inconsistent plan.
46
+ in ` libflexkube ` and ` flexkube_pki ` and ` flexkube_etcd_cluster ` resources complaining about the inconsistent plan.
51
47
52
48
## [ 0.4.0] - 2020-08-31
53
-
54
49
### Added
55
-
56
50
- Initial release based on [ libflexkube v0.4.0] ( https://github.com/flexkube/libflexkube/releases/tag/v0.4.0 ) .
57
51
58
52
### Changed
59
-
60
53
- flexkube_containers: rename 'container' to 'host_configured_container'.
61
54
55
+ [ 0.6.0 ] : https://github.com/flexkube/terraform-provider-flexkube/compare/v0.5.1...v0.6.0
62
56
[ 0.5.1 ] : https://github.com/flexkube/terraform-provider-flexkube/compare/v0.5.0...v0.5.1
63
57
[ 0.5.0 ] : https://github.com/flexkube/terraform-provider-flexkube/compare/v0.4.1...v0.5.0
64
58
[ 0.4.1 ] : https://github.com/flexkube/terraform-provider-flexkube/compare/v0.4.0...v0.4.1
0 commit comments