Releases: maxlaverse/terraform-provider-bitwarden
Releases · maxlaverse/terraform-provider-bitwarden
v0.7.1
Changelog
The main purpose of this release is to publish artifacts signed with a valid GPG key (the previous one has expired).
Modules
- 07938a3: Bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.28.0 to 2.29.0 (@dependabot[bot])
- 7dc2700: Bump golang.org/x/crypto from 0.13.0 to 0.14.0 (@dependabot[bot])
v0.7.0
Changelog
Features
- b257018: allow setting extra ca certs (@maxlaverse)
- e7a0c00: Support setting BITWARDENCLI_APPDATA_DIR as env (@maxlaverse)
Modules
- 51e1e79: Bump golang.org/x/crypto from 0.10.0 to 0.13.0 (@dependabot[bot])
- b8d5a9b: Bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.26.1 to 2.28.0 (@dependabot[bot])
v0.6.3
Changelog
- 70d15bb: fix documentation (@maxlaverse)
v0.6.2
Changelog
Fix
- d93615e: fix missing
type=0
in text fields (@maxlaverse)
Documentation
- 75e2198: improve documentation around authentication and credential combinations (@maxlaverse)
CI/CD
- b989347: upgrade gh actions (@maxlaverse)
- ec4783e: adjust used versions (@maxlaverse)
- 9b21edc: fix version of actions/cache (@maxlaverse)
- 0745891: add workflow_dispatch (@maxlaverse)
- e949720: fix broken test (@maxlaverse)
Modules
- 1eeb23a: Bump golang.org/x/crypto from 0.8.0 to 0.9.0 (@dependabot[bot])
- 4468f11: Bump golang.org/x/crypto from 0.9.0 to 0.10.0 (@dependabot[bot])
- 5e04eee: Bump github.com/stretchr/testify from 1.8.2 to 1.8.4 (@dependabot[bot])
- 721b1ee: Bump github.com/hashicorp/terraform-plugin-docs from 0.14.1 to 0.15.0 (@dependabot[bot])
- d17a1fa: Bump github.com/hashicorp/terraform-plugin-docs from 0.15.0 to 0.16.0 (@dependabot[bot])
v0.6.1
Changelog
Feature
- 4f3c665: add support for
creation_date
anddeleted_date
attributes (@maxlaverse)
Fix
- 5bb6f7b: fix detection of deleted resources (@maxlaverse)
Refactoring
- 6455f3f: remove WithOutput() (@maxlaverse)
- 3d61877: don't combine outputs (@maxlaverse)
- 2c470b8: refactor error handling (@maxlaverse)
Documentation and CICD
- b989347: upgrade gh actions (@maxlaverse)
- ec4783e: adjust used versions (@maxlaverse)
v0.6.0
Changelog
Feature
- a5ab015: enable accessing attachment attributes from items (@maxlaverse)
- 323a431: retry on rate limit reached (@maxlaverse)
Refactoring
- a594942: remove CmdRun() from interface (@maxlaverse)
- ef0a3c8: rename executor -> defaultExecutor (@maxlaverse)
- cacab05: rename cmd -> binary (@maxlaverse)
- 32782e1: gather executed test commands through callback (@maxlaverse)
- ecb53e5: make commands re-executable (@maxlaverse)
- f6ab1e3: remove executor abstraction (@maxlaverse)
- fb6bc25: remove any mention of executor (@maxlaverse)
Modules
- fbb5d57: Bump github.com/stretchr/testify from 1.8.1 to 1.8.2 (@dependabot[bot])
- 4ae9ae3: Bump github.com/hashicorp/terraform-plugin-docs from 0.13.0 to 0.14.1 (@dependabot[bot])
- 8a4abe4: Bump golang.org/x/crypto from 0.0.0-20220622213112-05595931fe9d to 0.7.0 (@dependabot[bot])
- 8625cfa: Bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.24.1 to 2.26.1 (@dependabot[bot])
v0.5.0
Changelog
- 184a2db: add support for attachments (@romainDavaze, @maxlaverse)
v0.4.0
Changelog
Features
- 9238125: add support for login uris (@maxlaverse)
Fixes
- 9238125: fix
favorite
field not being read properly (@maxlaverse) - 9238125: fix user not always being logged-out if the Vault doesn't match its identity (@maxlaverse)
v0.3.3
v0.3.2
Changelog
Fix
- e17758b: fix using session key with official servers (@maxlaverse)
Modules
- 50257ea: Bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.24.0 to 2.24.1 (@dependabot[bot])