Skip to content

Releases: Kong/terraform-provider-konnect

v2.2.0

13 Dec 19:26
13484d4
Compare
Choose a tag to compare
Release v2.2.0

v2.1.0

06 Dec 14:01
9cad921
Compare
Choose a tag to compare
Release v2.1.0

v2.0.2

12 Nov 12:39
a85727d
Compare
Choose a tag to compare
Release v2.0.2

v2.0.1

11 Nov 16:15
3aa59d8
Compare
Choose a tag to compare

Bug Fixes

  • Switched CLUSTER_TYPE_HYBRID to a deprecation rather than a hard removal as changing the type results in resource replacement

v2.0.0

11 Nov 11:50
5427207
Compare
Choose a tag to compare

🚨 BREAKING CHANGES

  • The konnect_cloud_gateway_transit_gateway resource structure has had a bug fix that enables both AWS and Azure support. This has changed the resource structure and you will need to recreate any transit gateway attachments.
  • CLUSTER_TYPE_HYBRID is an internal cluster name which has now been removed from the provider. Use CLUSTER_TYPE_CONTROL_PLANE instead.
  • Setting scopes = [] in the OpenID Connect plugin is now respected. This means that the default has changed from ['openid'] to [].

Features

  • Updated Kong Gateway plugin schemas to 3.8.x
  • Added support for Azure Cloud Gateways deployments

Bug Fixes

  • Fix OpenAPI filename validation in API Products when using variables

v1.0.0

11 Sep 19:22
7d0b771
Compare
Choose a tag to compare
  • Released terraform-provider-konnect as GA 🎉

v0.7.0

11 Sep 17:15
fb914c0
Compare
Choose a tag to compare

Features

  • Add the konnect_gateway_custom_plugin resource for managing non-bundled plugins
  • Add support for all bundled Kong plugins
  • Add support for labels to konnect_api_product_version
  • Add support for ordering to konnect_gateway_plugin

Bug fixes

  • Force recreation of konnect_gateway_* entities if control_plane_id changes
  • proxy_urls on konnect_control_plane and dataplane_groups on konnect_cloud_gateway are now marked as sets rather than list. This makes terraform diff ignore the order of items in the list.

v0.6.3

25 Aug 18:36
c47ffa4
Compare
Choose a tag to compare

Features

  • Add support for labels to application_auth_strategies

Bug fixes

  • The cluster_cert_key in serverless_cloud_gateway is now marked as sensitive

v0.6.2

24 Jul 14:15
e4e4663
Compare
Choose a tag to compare

Features

  • Add the ability for the Kong team to use the provider against development environments

Bug fixes

  • Generate up to date documentation

v0.6.1

23 Jul 15:56
d7e7144
Compare
Choose a tag to compare

Features

  • Add list of enums for available roles when using the Identity API
  • Add pattern validation based on OpenAPI spec when running terraform validate

Bug Fixes

  • Fixed terraform import for the konnect_portal resource