Skip to content

Releases: sullivtr/terraform-provider-graphql

v2.0.0

02 Aug 15:46
c83afa0
Compare
Choose a tag to compare

Changelog

933b89f Merge branch 'master' of github.com:sullivtr/terraform-provider-graphql into feature/enchance-mutation-variable-inputs-with-json-capability
c83afa0 Merge pull request #35 from sullivtr/feature/enchance-mutation-variable-inputs-with-json-capability
af17d2f Merge pull request #38 from sullivtr/dependabot/npm_and_yarn/docsite/website/postcss-7.0.36
062735c Merge pull request #39 from sullivtr/dependabot/npm_and_yarn/docsite/website/set-getter-0.1.1
54b1fa4 Merge pull request #40 from sullivtr/dependabot/npm_and_yarn/docsite/website/prismjs-1.24.0
5b51228 chore(deps): bump postcss from 7.0.18 to 7.0.36 in /docsite/website
4d1d009 chore(deps): bump prismjs from 1.23.0 to 1.24.0 in /docsite/website
2cd65ee chore(deps): bump set-getter from 0.1.0 to 0.1.1 in /docsite/website
60cf317 chore: remove unneeded files and fix gql server for e2e test
b9e3fb1 chore: update docs from GH docsite
5247bdc feature: query/mutation variables are now interpreted as JSON

v2.0.0-rc

07 Jun 19:50
Compare
Choose a tag to compare
v2.0.0-rc Pre-release
Pre-release

Release candidate for #35

  • mutation variable values are interpreted as JSON when possible to support passing more complex data structures to GQL queries/mutations

v1.5.0

28 May 22:36
1adba97
Compare
Choose a tag to compare

Changelog

0123974 Merge pull request #27 from sullivtr/update-to-v2-tf-sdk
1adba97 Merge pull request #29 from sullivtr/enhance-key-computation
43c5ab1 Merge pull request #30 from sullivtr/dependabot/npm_and_yarn/docsite/website/url-parse-1.5.1
89ab7dd Merge pull request #31 from sullivtr/dependabot/npm_and_yarn/docsite/website/lodash-4.17.21
3d30a34 Merge pull request #32 from sullivtr/dependabot/npm_and_yarn/docsite/website/hosted-git-info-2.8.9
77d0d66 chore(deps): bump hosted-git-info in /docsite/website
6885dba chore(deps): bump lodash from 4.17.19 to 4.17.21 in /docsite/website
a9cc0cd chore(deps): bump url-parse from 1.4.7 to 1.5.1 in /docsite/website
dc205b1 enhance key computation by allowing keys to be computed from objects nested inside of an array
aed466a no longer swallow errors when setting computed keys
bba64c2 remove debug println
39abcd3 remove tf lock file on e2e test
b975801 undo e2e gql server changes
ada1b86 update comments for more clarity/accuracy
706dc7c upgrade provider to use v2 terraform SDK with context aware funcs

v1.4.6

16 Apr 16:46
3c997be
Compare
Choose a tag to compare

Changelog

Upgrades the terraform SDK to version 2, and implements context aware CRUD funcs on resources.

Other changes (on static docs site)

8afb45d Merge pull request #24 from sullivtr/dependabot/npm_and_yarn/docsite/website/highlight.js-9.18.5
fccf963 Merge pull request #25 from sullivtr/dependabot/npm_and_yarn/docsite/website/ini-1.3.8
3c997be Merge pull request #26 from sullivtr/dependabot/npm_and_yarn/docsite/website/prismjs-1.23.0
94a8ace chore(deps): bump highlight.js from 9.18.1 to 9.18.5 in /docsite/website
17542e2 chore(deps): bump ini from 1.3.5 to 1.3.8 in /docsite/website
d29768f chore(deps): bump prismjs from 1.21.0 to 1.23.0 in /docsite/website

v1.4.5

29 Sep 21:43
a34c1e9
Compare
Choose a tag to compare

Changelog

a34c1e9 Merge pull request #22 from sullivtr/add-computed-read-variables
1bda83f feat: add computed read operation variables

v1.4.4

29 Sep 20:44
5dc66f4
Compare
Choose a tag to compare

Changelog

5dc66f4 Merge pull request #21 from sullivtr/add-flag-to-not-run-get-after-post
2f071eb feat: add flag to compute id from create response
cd012ed fix: test failing due to linting error
d9f17a3 ignore: fix gitignore

v1.4.3

03 Sep 21:21
e743caa
Compare
Choose a tag to compare

Changelog

3836295 Merge pull request #18 from sullivtr/registry-docs
e743caa Merge pull request #20 from sullivtr/migrate-docs-to-tf-registry
cf8e166 feat: add markdown for registry documentation

v1.4.2

01 Sep 18:42
a7e5cf1
Compare
Choose a tag to compare

Changelog

cb86471 Merge pull request #11 from sullivtr/use-mpl-2-license
09ee09f Merge pull request #12 from sullivtr/docs-updates
8004d72 Merge pull request #13 from sullivtr/dependabot/npm_and_yarn/docsite/website/lodash-4.17.19
9868a42 Merge pull request #14 from sullivtr/refactor-testing
a285612 Merge pull request #15 from sullivtr/golint-report-fixes
cdf88f7 Merge pull request #16 from sullivtr/dependabot/npm_and_yarn/docsite/website/prismjs-1.21.0
a7e5cf1 Merge pull request #17 from sullivtr/prepare-for-tf-013
791bb14 chore(deps): bump lodash from 4.17.15 to 4.17.19 in /docsite/website
4de7b21 chore(deps): bump prismjs from 1.17.1 to 1.21.0 in /docsite/website
5b94632 feat: prepare for TF 0.13 publish to tf registry
d90b3fb feat: reorganize e2e test and initial unit testing
b764182 fix: import gpg key
6f3728c fix: reference output of GPG import
e6e5913 ignore: use mpl2 licence

v1.4.1

14 Jul 15:35
9c13d12
Compare
Choose a tag to compare

This release is 100% the same as 1.4, only now it is built and released using github actions for automation, and a new versioning schema v*..

1.4

29 Jun 19:38
Compare
Choose a tag to compare
1.4

Changelog

a9edebb feat: merge delete_mutation_variables with computed keys to offer more flexibility with delete mutations