Released on 2024/12/06
- Add support for Portal SAML authentication
- Added support for Konnect India region
Released on 2024/12/06
- Add support for
konnect_gateway_mtls_auth
resource - API Products now support
public_labels
- Added support for Konnect Middle-East region
- Fix
Expected #sdk.Konnect, got: *sdk.Konnect.
error with custom plugins (and add an integration test)
Released on 2024/11/12
- Removing service, route, consumer etc scope from a plugin now sends
null
to the API, removing the link between the plugin and the resource.
Released on 2024/11/11
- Switched
CLUSTER_TYPE_HYBRID
to a deprecation rather than a hard removal as changing thetype
results in resource replacement
Released on 2024/11/11
- 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. UseCLUSTER_TYPE_CONTROL_PLANE
instead.- Setting
scopes = []
in the OpenID Connect plugin is now respected. This means that the default has changed from['openid']
to[]
.
- Updated Kong Gateway plugin schemas to 3.8.x
- Added support for Azure Cloud Gateways deployments
- Fix OpenAPI filename validation in API Products when using variables
Released on 2024/09/11
- Released
terraform-provider-konnect
as GA 🎉
Released on 2024/09/11
- Add the
konnect_gateway_custom_plugin
resource for managing non-bundled plugins - Add support for all bundled Kong plugins
- Add support for
labels
tokonnect_api_product_version
- Add support for
ordering
tokonnect_gateway_plugin
- Force recreation of
konnect_gateway_*
entities ifcontrol_plane_id
changes proxy_urls
onkonnect_control_plane
anddataplane_groups
onkonnect_cloud_gateway
are now marked as sets rather than list. This makesterraform diff
ignore the order of items in the list.
Released on 2024/08/25
- Add support for
labels
toapplication_auth_strategies
- The
cluster_cert_key
inserverless_cloud_gateway
is now marked assensitive
Released on 2024/07/24
- Add the ability for the Kong team to use the provider against development environments
- Generate up to date documentation
Released on 2024/07/23
- Add list of
enums
for available roles when using the Identity API - Add pattern validation based on OpenAPI spec when running
terraform validate
- Fixed
terraform import
for thekonnect_portal
resource
Released on 2024/07/11
- The
konnect_portal
resource can no longer be used to adopt the existing default portal without first runningterraform import
- Add support for the
konnect_api_product_document
,konnect_portal_appearance
,konnect_gateway_plugin_pre_function
,konnect_gateway_plugin_post_function
andkonnect_gateway_plugin_statsd
resources
Released on 2024/07/03
- Add
tfdocs
for all existing resources
Released on 2024/07/03
- Add support for the
konnect_serverless_cloud_gateway
,konnect_gateway_plugin_exit_transformer
,konnect_gateway_consumer_group
andkonnect_gateway_consumer_group_member
resources
konnect_gateway_*
resources are now updated in place rather than any change causing the entity to be recreated
Released on 2024/06/24
- Add support for the
konnect_api_product_specification
,konnect_gateway_custom_plugin_schema
,konnect_team
,konnect_team_role
andkonnect_team_user
resources
- Make Cloud Gateways + Identity APIs point at
global.api.konghq.com
rather than the providedserver_url
Released on 2024/06/14
- Ensure that
konnect_gateway_vault.config
is sent via the provider
Released on 2024/06/14
- Update all schemas to Kong Gateway 3.7.x
- Do not send default values from the provider as they'll be applied on the server automatically
- This allows terraform-provider-konnect 0.3.0 to be used with Kong Gateway 3.6 and below
Released on 2024/05/31
- Allow users to set provider attributes via environment variables
personal_access_token
=KONNECT_TOKEN
system_account_access_token
=KONNECT_SPAT
server_url
=KONNECT_SERVER_URL
Released on 2024/05/14
- Add support for the
konnect_cloud_gateway_configuration
,konnect_cloud_gateway_custom_domain
,konnect_cloud_gateway_network
andkonnect_cloud_gateway_transit_gateway
resources
- Fix
konnect_portal_product_version
creation bug
Released on 2024/05/04
- Add support for the
konnect_system_account
,konnect_system_account_access_token
,konnect_system_account_role
andkonnect_system_account_team
resources
Released on 2024/04/26
- Add support for the
konnect_gateway_data_plane_client_certificate
resource
Released on 2024/04/18
- The provider
server_url
no longer contains an API version. Update your provider configuration to usehttps://us.api.konghq.com
(or your chosen region) labels
on thekonnect_gateway_control_plane
resource now accept a map of values rather than usingjsonencode()
- Mesh control planes can be created in regions other than NA
- Gateway control planes now accept
CLUSTER_TYPE_CONTROL_PLANE
in thecluster_type
field
Released on 2024/04/16
- Initial release