From ee54ef57d3110c80b6b10f09a2b9c9fe0f94f77f Mon Sep 17 00:00:00 2001 From: Adam Date: Tue, 18 Jun 2024 14:31:59 +0200 Subject: [PATCH] update changelog --- CHANGELOG.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3b91798..87db13c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,5 @@ +# Changelog + ## 0.1.0 (27 december, 2022) NOTES: @@ -232,7 +234,8 @@ The validation of services configuration has been improved. You will now get an ## v0.19.0 (18 Jun, 2024) -Changing `service.default_password` will not trigger a replacement of the resource anymore. -It will be ignored and show a warning in the plan and apply that the value change has no effect. +- Changes of `service.default_password` will not trigger a replacement of the resource anymore, but will show a warning in the plan and apply that the value change has no effect. + +- Updated the list of available services and their default configuration. -And updated the list of available services and their default configuration. +- Update go packages to the latest version.