Releases: GoodhandSolutions/terraform-snowflake-playground
Releases · GoodhandSolutions/terraform-snowflake-playground
V1 Release
V1.0.0 Full Release of the Snowflake Playground
What's Changed
- Update examples by @jagoodhand in #51
- docs: Update admin descriptions by @jagoodhand in #27
- chore: update python version to 3.8 by @jagoodhand in #28
- docs: add getting started docs by @jagoodhand in #30
- Update Tidy Playground Proc to be Python by @jagoodhand in #33
- ci: add integration test files with ok-to-test by @jagoodhand in #34
- Update action versions by @jagoodhand in #36
- chore: update action version by @jagoodhand in #38
- chore: fix indent by @jagoodhand in #39
- ci: update-criteria by @jagoodhand in #41
- ci: fix slash command by @jagoodhand in #43
- ci: minimise github_token permissions by @jagoodhand in #45
- ci: use single integration test job by @jagoodhand in #46
- docs: add permissions details to pre-reqs by @jagoodhand in #49
- Integration testing by @jagoodhand in #47
- Use released snowflake provider by @jagoodhand in #50
Full Changelog: v0.1.0...v1.0.0
Draft-release
Release candidate for v1 of the Snowflake Playground
What's Changed
- docs: Update admin descriptions by @jagoodhand in #27
- chore: update python version to 3.8 by @jagoodhand in #28
- docs: add getting started docs by @jagoodhand in #30
- Update Tidy Playground Proc to be Python by @jagoodhand in #33
- ci: add integration test files with ok-to-test by @jagoodhand in #34
- Update action versions by @jagoodhand in #36
- chore: update action version by @jagoodhand in #38
- chore: fix indent by @jagoodhand in #39
- ci: update-criteria by @jagoodhand in #41
- ci: fix slash command by @jagoodhand in #43
- ci: minimise github_token permissions by @jagoodhand in #45
- ci: use single integration test job by @jagoodhand in #46
- docs: add permissions details to pre-reqs by @jagoodhand in #49
- Integration testing by @jagoodhand in #47
- Use released snowflake provider by @jagoodhand in #50
Full Changelog: v0.1.0...v0.2.0
v0.1.0 - Playground v1 release candidate
What's Changed
- Uncomment variables. by @jagoodhand in #12
- docs: Add documentation by @jagoodhand in #17
- Fix line endings. by @jagoodhand in #18
- Variable objects & Import Tag by @jagoodhand in #21
- Add architectural documentation by @jagoodhand in #22
- docs: add link to architecture docs by @jagoodhand in #23
Full Changelog: v0.0.6...v0.1
Publish module with examples
Convert to tf module (#11) * Re-organise for tf modules. * Ensure all vars have default values. - Move previous terraform vars into examples. * Setup example. * Specify module required providers * Fix templatefile locations - Update module version for example - Remove unnecessary files * Fix file location for module. * Update to next version.
Initial Module
Base release to test use of the module in examples.
What's Changed
- v0.1 by @jagoodhand in #1
- Add Python Tests by @jagoodhand in #9
- Use template files by @jagoodhand in #10
New Contributors
- @jagoodhand made their first contribution in #1
Full Changelog: https://github.com/jagoodhand/terraform-snowflake-playground/commits/v0.0.1
Fix file paths for module
Fix templatefile
and file
paths for the module.