Skip to content

Latest commit

 

History

History
43 lines (23 loc) · 1.73 KB

CHANGELOG.md

File metadata and controls

43 lines (23 loc) · 1.73 KB

x.x.x (Unreleased)

1.2.1 (22 Mar, 2024)

BUG FIXES:

  • resource/apisix_route: Can't create a route that uses plugins and plugin_config_id attributest simultaneously (#15)

1.2.0 (29 Feb, 2024)

BREAKING CHANGES:

  • resource/apisix_ssl_certificate: The validity_end and validity_start attributes have been removed due to the APISIX v3.6.0 compatibility issue. (#10)

BUG FIXES:

  • resource/apisix_ssl_certificate: Fix compatibility issue with resource apisix_ssl_certificate (#10)

ENHANCEMENTS:

  • privider: Upgrade provider to support APISIX v3.8.0 (#6)
  • provider: Fix vulnerability issues by updating the terraform-provider-framework (#12)

1.1.2 (13 Feb, 2024)

BUG FIXES:

  • resource/apisix_upstream: Updating upstream's "service_name" requires recreation of upstream (#5)

1.1.1 (13 Feb, 2024)

NOTES:

  • resource/apisix_ssl_certificate: The validity_start and validity_end attributes have been deprecated and will be removed in the next major version of the provider (#7)

1.1.0 (4 Jul, 2023)

FEATURES:

  • resource/apisix_ssl_certificate: Added calculation of notAfter and notBefore dates for the SSL certificate (#4)

1.0.0 (28 Jun, 2023)

Initial release