Skip to content

Releases: labd/terraform-provider-commercetools

v1.6.2

11 Jan 08:18
Compare
Choose a tag to compare

Changelog

  • e25e6ed Migrate the state and state_transitions to the plugin-framework
  • 1f84c31 Update changelog for 1.6.2
  • 415f47e Update docs

v1.6.1

11 Jan 07:49
Compare
Choose a tag to compare

Changelog

  • 3eeb342 Fix handling of default value for delete_days_after_creation
  • 55b6419 Move away from SingleNestedBlock
  • 0b8e30d Update changelog

v1.6.0

09 Jan 07:54
Compare
Choose a tag to compare

Changelog

  • b31e6c5 Add Support for deleteDaysAfterCreation in Messages Configuration
  • c37fc50 Add note about new resources
  • 31c0e69 Add number of unittests
  • 5370094 Add test for project state upgrade
  • c07c604 Add tests for subscription resource
  • 13126f9 Create FUNDING.yml
  • 5322954 Create subpackage for utility items
  • 2b9e745 Don't export functions which don't need to
  • 56d67ca Fix deprecated call to ProjectChangeMessagesEnabled
  • 2128c4a Fix failing tests
  • c5f0bb3 Fix last few bugs in #322
  • db3a6ba Implement subscription resource via terraform-plugin-framework
  • 69e9307 Improve description of the validator
  • 82a08c3 Integrate golangci-lint
  • 2e436c0 Merge pull request #326 from labd/feature/missing-extension-triggers
  • 089f5d2 Migrate state migration for project v0 -> v1 schema
  • f05161d Migrate state migrations from sdk v2 to new setup for subscriptions
  • ece8cf5 Migrate the project resource to plugin framework
  • 131c8e1 Refactor subscription resource
  • 70bfebb Remove legacy docs.
  • cf41e0f Remove unused custom plan modifiers
  • 56c8018 Replace ProductTypeChangeAttributeOrderAction
  • d21e1ab Set provider attributes all to Optional
  • acf9b2f Update docs
  • 64aa53c Update how the project settings message configuration is build
  • 48ebef8 Update to latest commercetools-go-sdk
  • 31421a6 Use a ListNestedBlock for project settings
  • 144b457 Use the returned resource after an update as state
  • 9cba3f7 added business-unit
  • 77f1b0b adding missing extension triggers
  • 3ac6cc1 fix failing testcase
  • bb5919e unused code
  • a461a90 update changelog
  • 9a1b1d0 update changelog
  • f335cea update docs

v1.5.1

04 Oct 09:55
Compare
Choose a tag to compare

Changelog

  • 0d1cdd6 Add support for importing commercetools_state_transitions
  • be475ed Fix resource_state_transitions when migrating from 1.4.3
  • dc4e5c2 Update changelog

v1.5.0

30 Sep 10:00
Compare
Choose a tag to compare

Changelog

  • 2eded28 Add example for google cloud extensions
  • b66eacd Add mutex for state transition id collection
  • 89fc7e4 Add support for price functions on shipping zone rate tiers
  • f7f3f45 Consolidate price and priceFunction
  • 1de940a Implement separate resource for state_transitions
  • 88fe9ef Refactor the code for shipping zone rates.
  • 35af7c0 Remove error return from elementFromSlice func
  • 820b3cb Revert "Add support for price functions on shipping zone rate tiers"
  • 95b1451 Revert "Consolidate price and priceFunction"
  • 383fe6e Set release date
  • 2c4d32d Update changelog
  • 3ec7224 Update docs
  • 916f184 Upgrade to run with Go 1.19

v1.4.3

23 Sep 10:04
Compare
Choose a tag to compare

Changelog

  • cb5e584 Add missing custom value tests
  • ae74f40 Add missing import
  • c761d6f Add support for custom field date time type
  • 91fd3d7 Add support for custom field date type
  • 3889bfa Add support for custom field time type
  • 649295a Fix Azure functions authentication for the api extension
  • ad679a1 Fix AzureEventGrid for the Subscription resource
  • acd36e5 Fix Product discount value type validation
  • 553e358 Fix validate func name
  • 1ceb809 Handle custom field enum type explicitly
  • d88f1bc Handle custom field menu type
  • 9611096 Handle custom field reference type
  • 59136fb Handle custom field string type explicitly
  • 776474d Update README.md
  • 3418b3f Update changelog
  • d65ec33 Update custom field encode error messages
  • 71d741b Update docs
  • 58a1f11 Update tests.yml
  • 517f2ad Update tests.yml
  • 0249049 Use other filename for coverage file
  • 4407928 Write channel key to state file when reading

v1.4.2

24 Aug 13:53
Compare
Choose a tag to compare

Changelog

v1.4.1

19 Aug 11:23
Compare
Choose a tag to compare

Changelog

  • bd9eea8 Fix product_type enums not being parsed correctly
  • 5bb41ab Fix subscription example
  • 1354074 Move state migrate related logic to separate files
  • 329b35a Run make docs
  • c50809b Update changelog for 1.4.1
  • 4c51b8e go mod tidy

v1.4.0

18 Aug 07:45
Compare
Choose a tag to compare

Changelog

  • 6f6df54 Add fraction digits
  • ee71f80 Add product discount examples
  • 4a3b065 Add product discount resource
  • 670a1cb Don't write state for update actions when operation failed
  • e7b899b Fix a bug in resource_subscription removing changes or messages
  • 1296e05 Fix schema migration for enums
  • ac2ecc2 Fix setting custom field values
  • 9aa0e02 Parse absolute money
  • bd108a1 Persist shipping tier rates in state
  • 4c0e0c7 Remove TODO note
  • f6489f3 Remove deeply nested if statements in schema migrations
  • 877cc13 Remove redundant info logs
  • 04c7931 Remove unnecessary check
  • b03cd1f Remove unneeded check if a resource is nil
  • b2d8895 Remove unneeded log statements
  • d4658ca Replace interface{} with any
  • 29a9dac Serialize cent precision money
  • 3baeaf6 Set product discount fraction digits when provided
  • ece6e63 Use a switch statement instead of a long if/else clause
  • 0a9d5cb Use nilIfEmpty for setting key
  • 372343c Use the resource version from the terraform state
  • 8a8335c product_discount: Delete unrelated attributes
  • ab27020 product_discount: Make fraction digits computed only
  • 5a80206 resource_api_extension: Fix handling of masked secrets
  • f83a748 update changelog

v1.3.0

03 Aug 14:38
Compare
Choose a tag to compare

Changelog

  • edffdd4 Fix example for set types (#283)
  • 5b91d8b Set release date for 1.3.0
  • fe9cc67 fix(docs): cart discount target is a block instead of a map