From 24aba938b84d7131ccf237a4d0d0fb8069b54e5c Mon Sep 17 00:00:00 2001 From: Andreas Eriksson Date: Wed, 3 May 2023 16:08:57 +0200 Subject: [PATCH] Release v0.9.0 --- CHANGELOG.md | 12 ++++++++++++ docs/index.md | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 90ac432..c34bbf4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,18 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). ## Unreleased +## [0.9.0] - 2023-05-03 +### Changed +- Update context in API calls. +- Handle error when deleting an already deleted DNSDomain Record. +- Update tests to use Go 1.20. +- Various dependency updates. +- Fixed issue when using UUID templates in KVM. +- Fixed issue with missing DNS Records not being recreated. (#126) + +### Added +- Implemented `datasource_glesys_network`. + ## [0.8.0] - 2022-11-01 ### Changed - Update workflow releaser to use goreleaser-action v3.2.0 diff --git a/docs/index.md b/docs/index.md index ae24988..3df31e4 100644 --- a/docs/index.md +++ b/docs/index.md @@ -20,7 +20,7 @@ terraform { required_providers { glesys = { source = "glesys/glesys" - version = "~> 0.7.0" + version = "~> 0.9.0" } } }