Skip to content

Releases: coder/preview

v1.0.3

06 Aug 16:44
04b3064
Compare
Choose a tag to compare

What's Changed

  • fix: tags argument in workspace tags block is optional by @Emyrk in #157
  • feat: prevent path expansion using host context by @Emyrk in #158
  • chore: comment original source for the code change on path expansion by @Emyrk in #161
  • feat: allow bool + number tag values by @Emyrk in #160
  • feat: add specific code to module missing warning by @Emyrk in #162
  • chore: do not call getwd, pass in static by @Emyrk in #163
  • chore(deps): bump github.com/hashicorp/hcl/v2 from 2.23.0 to 2.24.0 by @dependabot[bot] in #166
  • feat: terraform variables added to input by @Emyrk in #165
  • chore: remove typescript generated types by @Emyrk in #167
  • feat: Preview can now show presets and validate them by @SasSwart in #149
  • chore: fix nil ptr deref on terraform plan data by @Emyrk in #171

New Contributors

Full Changelog: v1.0.2...v1.0.3

v1.0.2

26 Jun 16:57
fd019fc
Compare
Choose a tag to compare

What's Changed

  • feat: add mask_input to parameter styling options by @aslilac (#156)

Full Changelog: v1.0.1...v1.0.2

v1.0.1

24 Jun 20:34
d630972
Compare
Choose a tag to compare

What's Changed

  • chore: update terraform-provider-coder to v2.8.0 by @Emyrk in #154

Full Changelog: v1.0.0...v1.0.1

v1.0.0

24 Jun 18:53
b2af2a4
Compare
Choose a tag to compare

Intital Beta Release

What's Changed

  • chore: golangci-lint linting fixes by @Emyrk in #107
  • chore: add type for ParameterStyling by @jaaydenh in #108
  • chore: rework validation imported from the provider by @Emyrk in #78
  • chore: update terraform-provider-coder to v2.4.0 by @dannykopping in #114
  • chore: update github.com/coder/guts to v1.3.0 by @Emyrk in #115
  • fix: add json unmarshal support for diagnostics by @Emyrk in #116
  • chore: add warnings if modules are missing by @Emyrk in #113
  • docs: improve template bug github issue template by @Emyrk in #121
  • feat: add extra diagnostic block for coder metadata by @Emyrk in #122
  • chore: fix panic on some string arguments by @Emyrk in #123
  • chore: remove 'error' as a required field in validation blocks by @Emyrk in #124
  • chore(deps): bump github.com/coder/terraform-provider-coder/v2 from 2.4.0 to 2.4.2 by @dependabot in #128
  • chore(deps): bump github.com/coder/guts from 1.3.0 to 1.5.0 by @dependabot in #126
  • deps: use trivy fork in coder organization by @Emyrk in #129
  • chore: add converter methods to diagnostic and hclstring by @Emyrk in #130
  • chore: add error diagnostic to missing required parameters by @Emyrk in #131
  • chore: loading plan.json with string indexs (for_each) by @Emyrk in #132
  • chore: discard logs by default by @Emyrk in #138
  • chore: do not change the form type for an invalid value by @Emyrk in #139
  • chore(deps): bump github.com/coder/terraform-provider-coder/v2 from 2.4.2 to 2.5.3 by @dependabot in #142
  • feat: add support to json marshal the module output by @Emyrk in #143
  • feat: handle expanded parameter names by @Emyrk in #144
  • chore: fix heterogenous lists in plan.json by @Emyrk in #146
  • chore: regenerate types with unknown string change by @Emyrk in #151
  • chore: remove frontend test project by @jaaydenh in #152

New Contributors

Full Changelog: v0.0.1...v1.0.0

v0.0.1

22 Apr 15:43
fe28dd6
Compare
Choose a tag to compare

What's Changed

  • chore: update terraform-provider-coder for improved error messages by @Emyrk in #98

Full Changelog: v0.0.0...v0.0.1

Initial Release

22 Apr 15:33
148f1e1
Compare
Choose a tag to compare

Initial release of coder/preview.