Skip to content

Commit

Permalink
#minor: prepare for v2.4.0 minor release (#42) (#447)
Browse files Browse the repository at this point in the history
* #minor: prepare for v2.4.0 minor release

* Fix a grammar issue
  • Loading branch information
channingdong authored Oct 1, 2024
1 parent 0ac4c67 commit 98f1a3a
Show file tree
Hide file tree
Showing 70 changed files with 79 additions and 69 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## 2.4.0 (October 1st, 2024)

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

**New features:**
* Added support for `confluent_flink_statement` [resource](docs/resources/confluent_flink_statement.md) resume feature.

**Bug fixes:**
* Updated docs for `confluent_kafka_client_quota` [resource](docs/resources/confluent_kafka_client_quota.md) and [data-source](docs/data-sources/confluent_kafka_client_quota.md).

## 2.3.0 (September 20th, 2024)

[Full Changelog](https://github.com/confluentinc/terraform-provider-confluent/compare/v2.2.0...v2.3.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.3.0"
version = "2.4.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.3.0"
version = "2.4.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.3.0"
version = "2.4.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.3.0"
version = "2.4.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.3.0"
version = "2.4.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.3.0"
version = "2.4.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.3.0"
version = "2.4.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.3.0"
version = "2.4.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.3.0"
version = "2.4.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.3.0"
version = "2.4.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.3.0"
version = "2.4.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.3.0"
version = "2.4.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.3.0"
version = "2.4.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.3.0"
version = "2.4.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.3.0"
version = "2.4.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.3.0"
version = "2.4.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.3.0"
version = "2.4.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.3.0"
version = "2.4.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.3.0"
version = "2.4.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.3.0"
version = "2.4.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.3.0"
version = "2.4.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.3.0"
version = "2.4.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.3.0"
version = "2.4.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.3.0"
version = "2.4.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.3.0"
version = "2.4.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.3.0"
version = "2.4.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.3.0"
version = "2.4.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.3.0"
version = "2.4.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.3.0"
version = "2.4.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.3.0"
version = "2.4.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.3.0"
version = "2.4.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.3.0"
version = "2.4.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.3.0"
version = "2.4.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.3.0"
version = "2.4.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.3.0"
version = "2.4.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.3.0"
version = "2.4.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.3.0"
version = "2.4.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.3.0"
version = "2.4.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.3.0"
version = "2.4.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.3.0"
version = "2.4.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.3.0"
version = "2.4.0"
}

azurerm = {
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.3.0"
version = "2.4.0"
}
}
}
Expand Down
Loading

0 comments on commit 98f1a3a

Please sign in to comment.