Skip to content

Commit

Permalink
#minor: prepare for v2.12.0 minor release (#501)
Browse files Browse the repository at this point in the history
  • Loading branch information
linouk23 authored Dec 4, 2024
1 parent 0c23733 commit 84a7fe6
Show file tree
Hide file tree
Showing 72 changed files with 78 additions and 71 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 2.12.0 (December 3rd, 2024)

[Full Changelog](https://github.com/confluentinc/terraform-provider-confluent/compare/v2.11.0...v2.12.0)

**Bug fixes:**
* Optimized fetching mechanism for `confluent_service_account` [data-source](https://registry.terraform.io/providers/confluentinc/confluent/latest/docs/data-sources/confluent_service_account).

## 2.11.0 (November 22nd, 2024)

[Full Changelog](https://github.com/confluentinc/terraform-provider-confluent/compare/v2.10.0...v2.11.0)
Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ terraform {
required_providers {
confluent = {
source = "confluentinc/confluent"
version = "2.11.0"
version = "2.12.0"
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
confluent = {
source = "confluentinc/confluent"
version = "2.11.0"
version = "2.12.0"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion examples/configurations/azure-key-vault/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
confluent = {
source = "confluentinc/confluent"
version = "2.11.0"
version = "2.12.0"
}
azurerm = {
source = "hashicorp/azurerm"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
confluent = {
source = "confluentinc/confluent"
version = "2.11.0"
version = "2.12.0"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion examples/configurations/basic-kafka-acls/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
confluent = {
source = "confluentinc/confluent"
version = "2.11.0"
version = "2.12.0"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion examples/configurations/cloud-importer/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
confluent = {
source = "confluentinc/confluent"
version = "2.11.0"
version = "2.12.0"
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
confluent = {
source = "confluentinc/confluent"
version = "2.11.0"
version = "2.12.0"
}

aws = {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
confluent = {
source = "confluentinc/confluent"
version = "2.11.0"
version = "2.12.0"
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
confluent = {
source = "confluentinc/confluent"
version = "2.11.0"
version = "2.12.0"
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
confluent = {
source = "confluentinc/confluent"
version = "2.11.0"
version = "2.12.0"
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
confluent = {
source = "confluentinc/confluent"
version = "2.11.0"
version = "2.12.0"
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
confluent = {
source = "confluentinc/confluent"
version = "2.11.0"
version = "2.12.0"
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
confluent = {
source = "confluentinc/confluent"
version = "2.11.0"
version = "2.12.0"
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
confluent = {
source = "confluentinc/confluent"
version = "2.11.0"
version = "2.12.0"
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
confluent = {
source = "confluentinc/confluent"
version = "2.11.0"
version = "2.12.0"
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
confluent = {
source = "confluentinc/confluent"
version = "2.11.0"
version = "2.12.0"
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
confluent = {
source = "confluentinc/confluent"
version = "2.11.0"
version = "2.12.0"
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
confluent = {
source = "confluentinc/confluent"
version = "2.11.0"
version = "2.12.0"
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ terraform {
}
confluent = {
source = "confluentinc/confluent"
version = "2.11.0"
version = "2.12.0"
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ terraform {
}
confluent = {
source = "confluentinc/confluent"
version = "2.11.0"
version = "2.12.0"
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ terraform {
}
confluent = {
source = "confluentinc/confluent"
version = "2.11.0"
version = "2.12.0"
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ terraform {
}
confluent = {
source = "confluentinc/confluent"
version = "2.11.0"
version = "2.12.0"
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ terraform {
required_providers {
confluent = {
source = "confluentinc/confluent"
version = "2.11.0"
version = "2.12.0"
}
azurerm = {
source = "hashicorp/azurerm"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ terraform {
required_providers {
confluent = {
source = "confluentinc/confluent"
version = "2.11.0"
version = "2.12.0"
}
azurerm = {
source = "hashicorp/azurerm"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
confluent = {
source = "confluentinc/confluent"
version = "2.11.0"
version = "2.12.0"
}

aws = {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
confluent = {
source = "confluentinc/confluent"
version = "2.11.0"
version = "2.12.0"
}

azurerm = {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
confluent = {
source = "confluentinc/confluent"
version = "2.11.0"
version = "2.12.0"
}

google = {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
confluent = {
source = "confluentinc/confluent"
version = "2.11.0"
version = "2.12.0"
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
confluent = {
source = "confluentinc/confluent"
version = "2.11.0"
version = "2.12.0"
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ terraform {
required_providers {
confluent = {
source = "confluentinc/confluent"
version = "2.11.0"
version = "2.12.0"
}
aws = {
source = "hashicorp/aws"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ terraform {
required_providers {
confluent = {
source = "confluentinc/confluent"
version = "2.11.0"
version = "2.12.0"
}
aws = {
source = "hashicorp/aws"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ terraform {
required_providers {
confluent = {
source = "confluentinc/confluent"
version = "2.11.0"
version = "2.12.0"
}
azurerm = {
source = "hashicorp/azurerm"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ terraform {
required_providers {
confluent = {
source = "confluentinc/confluent"
version = "2.11.0"
version = "2.12.0"
}
azurerm = {
source = "hashicorp/azurerm"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ terraform {
required_providers {
confluent = {
source = "confluentinc/confluent"
version = "2.11.0"
version = "2.12.0"
}
aws = {
source = "hashicorp/aws"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ terraform {
required_providers {
confluent = {
source = "confluentinc/confluent"
version = "2.11.0"
version = "2.12.0"
}
aws = {
source = "hashicorp/aws"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ terraform {
required_providers {
confluent = {
source = "confluentinc/confluent"
version = "2.11.0"
version = "2.12.0"
}
google = {
source = "hashicorp/google"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ terraform {
required_providers {
confluent = {
source = "confluentinc/confluent"
version = "2.11.0"
version = "2.12.0"
}
google = {
source = "hashicorp/google"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ terraform {
required_providers {
confluent = {
source = "confluentinc/confluent"
version = "2.11.0"
version = "2.12.0"
}
aws = {
source = "hashicorp/aws"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
confluent = {
source = "confluentinc/confluent"
version = "2.11.0"
version = "2.12.0"
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ terraform {
}
confluent = {
source = "confluentinc/confluent"
version = "2.11.0"
version = "2.12.0"
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
confluent = {
source = "confluentinc/confluent"
version = "2.11.0"
version = "2.12.0"
}

azurerm = {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
confluent = {
source = "confluentinc/confluent"
version = "2.11.0"
version = "2.12.0"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion examples/configurations/flink-quickstart-2/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ terraform {
required_providers {
confluent = {
source = "confluentinc/confluent"
version = "2.11.0"
version = "2.12.0"
}
}
}
Expand Down
Loading

0 comments on commit 84a7fe6

Please sign in to comment.