Skip to content

v0.1.0

Compare
Choose a tag to compare
@thegeeklab-bot thegeeklab-bot released this 06 Mar 20:33
· 71 commits to main since this release
4aba2cd

v0.1.0 (2024-03-06)

Bug Fixes

  • deps: update module github.com/stretchr/testify to v1.9.0 (#4) (674bac9)
  • deps: update module github.com/hashicorp/terraform-plugin-framework to v1.6.1 (#2) (9b222b9)
  • deps: update module golang.org/x/oauth2 to v0.18.0 (#5) (8cfd493)
  • implement resource import (ec7893c)
  • sanitize path to remove multiple slashes (aca204c)

Code Refactoring

  • simplify GetObjectAtKey and extend tests (1b1398c)

Others

  • add test for read with ReadSearch options (5bd6f91)
  • add missing documentation for read_search attributes (2180e3b)

CI Pipeline

  • fix dry-run steps (4aba2cd)
  • fix release piblishing and reduce duplicate tasks (ca4794c)
  • use goreleaser for github releases (#6) (f0f051c)
  • fix docs generation (fcc10e0)
  • fix spellcheck and linkcheck (41ef282)

Documentation