Skip to content

Commit

Permalink
Update changelog for 2.17.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
remilapeyre committed Dec 13, 2022
1 parent cbb7ef5 commit 07753a4
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,20 @@
## 2.17.0
## 2.17.0 (December 13, 2022)

CHANGES:

* The `token` argument in the resources and datasources has been deprecated. The `token` argument in the provider configuration should be used instead ([[#332](https://github.com/hashicorp/terraform-provider-consul/issues/332)] and [[#298](https://github.com/hashicorp/terraform-provider-consul/issues/298)]).

NEW FEATURES:

* The `consul_config_entry` now supports specifying the name of the peered cluster to export the service to.
* The `consul_config_entry` datasource can now be used to read the configuration of a given config entry ([[#318](https://github.com/hashicorp/terraform-provider-consul/issues/318)]).

IMPROVEMENTS:

* The `consul_node` resource can now be imported ([[#323](https://github.com/hashicorp/terraform-provider-consul/issues/323)]).
* The `consul_config_entry` resource can now be imported ([Gh-319] and [[#316](https://github.com/hashicorp/terraform-provider-consul/issues/316)]).
* The `consul_peering` resource has been updated to support the changes in Consul 1.14 ([[#328](https://github.com/hashicorp/terraform-provider-consul/issues/328)]).
* The `consul_peering`, `consul_peerings` datasources have been updated to support the changes in Consul 1.14 ([[#328](https://github.com/hashicorp/terraform-provider-consul/issues/328)]).
* The `consul_config_entry` resource now support the new peer parameters introduced in Consul 1.14 ([[#328](https://github.com/hashicorp/terraform-provider-consul/issues/328)]).

## 2.16.0 (September 24, 2022)

Expand Down

0 comments on commit 07753a4

Please sign in to comment.