From 4a795a848f98d67580691aaca001e9a1357b1144 Mon Sep 17 00:00:00 2001 From: Chinmay Samant Date: Thu, 30 May 2024 19:38:54 +0530 Subject: [PATCH] add v3.0.0 --- CHANGELOG.md | 8 ++++++++ README.md | 2 ++ 2 files changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index cad64e2..5454e2e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [v3.0.0](https://github.com/instana/terraform-provider-instana/releases/tag/v3.0.0) (2024-05-30) + +**Organization change:** + +- From this version, the **terraform-provider-instana** project repository has been move from [gessnerfl](https://github.com/gessnerfl) org to IBM's offical [Instana](https://github.com/instana) org and is available at [terraform-provider-instana](https://github.com/instana/terraform-provider-instana). +- Also, the **Instana terraform Provider** is now published under IBM's offical Instana namespace in the Terraform registry and is available at [Instana terraform Provider](https://registry.terraform.io/providers/instana/instana/latest) + + ## [v2.3.0](https://github.com/gessnerfl/terraform-provider-instana/tree/v2.3.0) (2023-11-06) [Full Changelog](https://github.com/gessnerfl/terraform-provider-instana/compare/v2.2.1...v2.3.0) diff --git a/README.md b/README.md index 9822a7b..752a8d1 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +> **Note** : This **terraform-provider-instana** project repository has been taken from [gessnerfl](https://github.com/gessnerfl) org and is now maintained under IBM's offical [Instana](https://github.com/instana) org since [v3.0.0](https://github.com/instana/terraform-provider-instana/releases/tag/v3.0.0). + # Terraform Provider Instana Terraform provider implementation for the Instana REST API.