Skip to content

Releases: labd/terraform-provider-commercetools

v1.1.0

01 Jun 07:39
Compare
Choose a tag to compare

Changelog

  • 9786ebb Add min utility function
  • b15e411 Add test for removing a type field
  • 249a5e5 Improve validation of api extension fields
  • 737659b Rename validateDestination to validateSubscriptionDestination
  • c6736c4 Update API extension resource to handle the access_secret correctly
  • 3ca2704 Update changelog
  • 5155fc5 Update dependencies
  • fc47fe9 Update enabling debug mode in the provider
  • 863118d cart_discount: Fix map attribute test
  • 4971723 category: Check number of assets in tests
  • bb67f36 category_rate: Check sub_rate element count in tests
  • 5cea7d9 type: Add tests for adding new fields at the bottom of list
  • 65359ab type: Fix out of bounds error

v1.0.1

25 May 13:51
Compare
Choose a tag to compare

Changelog

v1.0.0

23 May 14:04
Compare
Choose a tag to compare

Changelog

  • 14d8922 Add compareDateString util function
  • 26f0462 Add redirect from readthedocs
  • b53f33d Authorizaton header is a masked value
  • 0914868 Check mixed case codes in project settings tests
  • 8f8b74c Compare date strings in discount resources
  • 5bf1f5e Fix empty key being set during resource creation
  • a4d377c Make project currencies and languages required
  • 7b96072 Merge pull request #218 from labd/feature/remove-old-docs
  • bb12050 Merge pull request #226 from onur9/fix/revert-computed-project-settings
  • 14d6a61 Merge pull request #231 from onur9/fix/shipping-zone-name-required
  • f2210f8 Process errors returned from commercetools for better messages
  • a3f8599 Revert "Add redirect from readthedocs"
  • 6b4308a Revert commit b136eac
  • c2001c6 Update changelog
  • 964ad89 Update go sdk
  • 317ce38 Update project settings example in docs
  • fe48300 Update staticcheck version for go 1.18
  • e07dd8e Update to latest sdk
  • b33c6ac Updated docs
  • 03750d8 Use go 1.18
  • 5219e52 api-extensions: Prevent nil from being set as timeoutInMs value
  • 5f8b07e cart_discount: Prevent dates with trailing zeroes from triggering an update
  • f538666 category: Add support for external_id attribute
  • 3328150 custom_object: Add test for setting non map values
  • 972ec89 custom_object: Fix scalars not being correctly unmarshaled
  • d8acd41 project_settings: Allow setting case-insensitive language, currency and language codes
  • bd6d1fb project_settings: Always include change country tax rate fallback enabled action
  • 6eb2656 project_settings: Convert codes to case-sensitive format
  • 00ada9d project_settings: Fix cart classification value labels not being set
  • 98b80dd remove old documentation
  • d110e53 shipping_zone: Make name attribute required
  • 9cbdcfd type: Do not set field ordering when new fields are added at the bottom

v1.0.0-pre.3

05 Apr 09:18
Compare
Choose a tag to compare

Changelog

  • 8d44a3c Add locale key matcher
  • 155e0f8 Fix issue #210
  • fe9ad28 Validate locale keys
  • 50424c4 category: Fix empty key being sent during creation
  • 28d4913 category: Use addAsset action to create new assets
  • 87489ce fix(commercetools_subscription): mark access_key and connection_string fields as sensitive
  • b136eac project_settings: Fix CT defaults not being computed
  • ffd982d project_settings: Fix key not being saved

v1.0.0-pre.2

25 Feb 13:25
Compare
Choose a tag to compare

Minor fixes regarding the resource_project

v1.0.0-pre.1

24 Feb 10:17
Compare
Choose a tag to compare
v1.0.0-pre.1 Pre-release
Pre-release

Changelog

  • 2e8d045 Add note about category assets
  • b21344b Add support to enable search indexing on projects
  • 8507b47 Don't use WithQueryParams() when not required
  • 48d89a2 Fix error strings should not be capitalized (ST1005)
  • abddb1e Fix shipping_zone resource to not set state to "" when omitted
  • de3a62e Minor staticcheck fixes
  • 60b8158 Properly marshall the category assets before writing to state
  • 8317e21 Remove unneeded arg for creating slice
  • 50d525a Remove unneeded array iteration to create new array
  • dd6e160 Remove usage of GetOkExist() since its deprecated
  • 0ee2780 Remove usage of log.Fatal()
  • fc20562 Simplify array copying
  • 21528dd Update github actions
  • 9c78846 Update to latest commercetools-go-sdk (beta 4)
  • d1b6009 Use ImportStatePassthroughContext
  • a8da60d Use unmarshallTime() instead of expandDate()
  • 66bc833 Use context aware functions for create/read/update/delete
  • 608acbd add unmarshallLocalizedString to simplify codebase

v1.0.0-pre.0

19 Feb 09:55
Compare
Choose a tag to compare
v1.0.0-pre.0 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v0.30.0...v1.0.0-pre.0

v0.31.0

26 Jan 10:59
Compare
Choose a tag to compare

Changelog

  • dca295e Fix store resource to properly dereference the store name
  • 11d8133 Merge branch 'release/v0' into feature/event-bridge-merge
  • 7f7bfe8 Merge pull request #201 from labd/feature/event-bridge-merge
  • 3440491 Support EventBridge as subscription option (#194)
  • 27fd61c Update to the new commercetools go sdk (v1)
  • 68fa6f0 Updated subscription documentation
  • fa89a51 adding commercetools_shipping_zone_rate resource example
  • 684983a chore: fix typo
  • 57539dd renaming project_settings so its added to the documentation
  • f35a07c resolve merge conflicts
  • 0a4fd52 update docs
  • c9d4457 version v0.31.0

v0.30.1

13 Jan 13:32
Compare
Choose a tag to compare

Changelog

  • db231e3 Add build output to gitignore
  • 0c5c8b5 Add localized_name to shipping method resource
  • 9736383 Fix missing equals sign
  • 0892072 Fix type examples
  • 227d893 Merge pull request #180 from labd/feature/upgrade-golang
  • ca89ef8 Merge pull request #185 from michaelkanis/patch-1
  • e911f62 Regenerate docs
  • 208c4b0 Update shipping method example
  • ea49c40 Updated readme
  • 957c0d9 fix(resource_api_client): mark secret field as sensitive
  • 80cf4dd update docs
  • 3ab2774 upgrade golang so that darwin/arm64 builds are built
  • 08432b1 upgrading release pipeline as well
  • 669a7ec version v0.30.1

v0.30.0

04 Aug 08:02
Compare
Choose a tag to compare

Changelog

1f9718d Add shippingRatePricerTier and shippingRateInputType
55d3b1c release(v0.30.0): update changelog