Skip to content

Releases: TeeVeeCorp/terraform-provider-contentful

v0.5.4

15 Aug 00:26
Compare
Choose a tag to compare

Changelog

  • b8ce361 added proper sys.Id to content types so it will not try and not use the name(which can have spaces, capitalization etc) as the id)

v0.5.3

13 Aug 07:19
Compare
Choose a tag to compare

Changelog

  • 26af1e0 bug(errors): fixed NPE in error reporting

v0.5.2

11 Aug 20:54
Compare
Choose a tag to compare

Changelog

  • 2738010 updateing .goreleaser.yml and adding terraform registry manifest so we can publish
  • 6eaf9a4 fix(gpg): moved from env variables to action parameters
  • 9bccaa8 fix(gpg) updated gpg import action to fix potential issue importing key
  • a1cf31a Merge pull request #1 from TeeVeeCorp/contenttype-environment-support
  • 1a2bd4e added LICENSE copyright and added consistency buffer across all calls
  • 50b476e add support for apikeys in environments
  • e2aaf3e Added support for environments in the contenttype lifecycle. eventual consistency buffering is still WIP
  • e1f97e0 πŸ”„ synced local '.github/' with remote 'projects/go-terraform-provider/.github'
  • a3c5e8f Merge pull request labd#43 from labd/release/v0.5.1
  • c793ec4 Release v0.5.1
  • 41d115c Merge pull request labd#42 from labd/release/v0.5.1
  • 63d2c46 Update release.yaml
  • c34316a Release v0.5.1
  • 8be0b4a Merge pull request labd#41 from labd/revert-36-release/v0.5.1
  • fb50aa4 Revert "Release v0.5.1"
  • b7b3313 Merge pull request labd#36 from labd/release/v0.5.1
  • 400403d Release v0.5.1
  • 340506c Merge pull request labd#35 from labd/34-does-this-provider-support-richtext
  • f218c8d feat: added changie files
  • bf76f6b feat: support rich text fields
  • c421212 πŸ”„ synced local '.github/' with remote 'projects/go-terraform-provider/.github'
  • 38b8ba0 πŸ”„ synced local '.github/' with remote 'projects/go-terraform-provider/.github'
  • 8bc88ff πŸ”„ synced local '.changie.yaml' with remote 'projects/go-terraform-provider/.changie.yaml'
  • db1bf3f πŸ”„ synced local '.github/' with remote 'projects/go-terraform-provider/.github'
  • 43cb64c πŸ”„ synced local '.github/' with remote 'projects/go-terraform-provider/.github'
  • ae30c05 Merge pull request labd#33 from labd/release/v0.5.0
  • d8495a1 Release v0.5.0
  • e219ac0 Merge pull request labd#32 from labd/28-provider-does-not-work-with-contentful-eu-residency-projects
  • cbcc5f4 feat: added option to set different base url
  • 64e558a Merge pull request labd#30 from labd/29-mistake-in-asset-resource-usage-docs
  • a0db2e4 fix: fixed incorrect documentation
  • 90443ac Merge pull request labd#23 from labd/release/v0.4.0
  • 86cea3d Release v0.4.0
  • aec86d9 Merge pull request labd#22 from labd/19-fix-failing-tests
  • 2893bfc Added changie file
  • 1b86413 Added changie, updated docs, updated to go 1.21
  • 5aff3bb Minor cleanup
  • 4cfcf70 Merge remote-tracking branch 'FaHeymann/update-go-and-terraform-sdk' into 19-fix-failing-tests
  • a1e4ba5 πŸ”„ synced local '.github/' with remote 'projects/go/.github'
  • b639dfa Synchronized project metafiles from labd/.github-private
  • e5d94ba Add tfplugindocs generated docs with examples, update gitignore
  • c719cf1 Update Changelog
  • e49c1d4 Fix validations issue (labd#8)
  • 6ebcd36 Add testacc option to makefile to run without docker, update changelog
  • d7e829f try GPG_PASSPHRASE
  • 617cc49 Fixed typo
  • aee5e2d Add goreleaser
  • b68e108 v0.1.0
  • d66f90a Removed unfinished 'upload' resources
  • c45419a Prepare changelog
  • b8fa4e2 Add release action
  • 6418d3d Set contentful-go to v0.5.0
  • 3dc6193 Rename to terraform-provider-contentful
  • 8371bc7 Change build make target
  • 0a8377b Update README
  • 9aecdd9 Uploads resource to different branch.
  • 352daa0 Uploads resource to different branch.
  • 4466f08 Optional fields
  • 83901b5 Features/assets (labd#6)
  • 8726ad7 Added uploads service.
  • 72332a0 Fixed optional fields of asset.
  • 8ab4bae Fixed early-return bug.
  • 78b3b44 Fixed versioning bug.
  • c517c3f Added support for assets.
  • a7b6bae Added support for entries.
  • 32ab4f1 Added Environments as resources for the provider. The provider is now able to create, read, update and delete the environments inside Contentful.
  • fe694a2 Updated ReadMe to display correct project data.
  • 13d63eb Update README.md
  • 40328ca Terraform account boolean now set to True/1
  • 44857e5 test config now using secrets as environment variables for tests.
  • 5fae27f test config change
  • 6d60d2e test config change
  • f7be769 test config change
  • 82cfadf test config change
  • e681c3f go test wildcard fix
  • 7d905fa Update go.yml
  • 03ea07f Create go.yml
  • 9f2e0bf go mod versioning fix
  • 8163d15 removed some redundant code
  • b88a2b0 Docker working
  • 0eb15e9 Space id to environment variable
  • 0f77ece Minor changes
  • 7ef3977 Correct project setup
  • 42b9af3 Fixed non working code and some test related bugs.
  • 1c6b11f local-setup
  • 3cf6699 feat: Compatibility with terraform standards and SDK v2
  • 78f8d44 feat: Update go version to 1.17 and use the terraform plugin SDK
  • 3a07bc6 Add tfplugindocs generated docs with examples, update gitignore
  • 430d8e9 Update Changelog
  • 58f884c Fix validations issue (labd#8)
  • 174f854 Add testacc option to makefile to run without docker, update changelog
  • 393ced5 try GPG_PASSPHRASE
  • 994bc8b Fixed typo
  • b41486e Add goreleaser
  • 98a28ed v0.1.0
  • 03253be Removed unfinished 'upload' resources
  • aa6015c Prepare changelog
  • 078c3de Add release action
  • d07dc1d Set contentful-go to v0.5.0
  • 38f623a Rename to terraform-provider-contentful
  • 9932c1c Change build make target
  • 504539f Update README
  • 7fd15ef Uploads resource to different branch.
  • 82c55d4 Uploads resource to different branch.
  • 52c736a Optional fields
  • 7541b93 Merge branch 'master' of github.com:labd/terraform-contentful
  • 2e9c03a Added uploads service.
  • 702ceb0 Fixed optional fields of asset.
  • 92c857d Features/assets (labd#6)
  • fbb9be2 Fixed early-return bug.
  • 58617b1 Fixed versioning bug.
  • aeec413 Added support for assets.
  • 226d194 Merge pull request labd#5 from labd/features/entries
  • ad5bf8b Added support for entries.
  • cd770c9 Merge pull request labd#4 from labd/features/environments
  • aae92e7 Added Environments as resources for the provider. The provider is now able to create, read, update and delete the environments inside Contentful.
  • c256d5f Updated ReadMe to display correct project data.
  • 2cdda34 Update README.md
  • 9c5e0a1 Merge pull request labd#3 from labd/local-setup
  • 854c02a Terraform account boolean now set to True/1
  • dc16e9b test config now using secrets as environment variables for tests....
Read more