Skip to content

Releases: maxlaverse/terraform-provider-bitwarden

v0.8.0

20 Apr 11:30
v0.8.0
0b40bbb
Compare
Choose a tag to compare

Changelog

Feature

  • Add support for referencing data source using search filters instead of an id (#127)
  • Add support for bitwarden_org_collection resource and data source (#133)
  • Add support for bitwarden_organization data source (#133)
  • Add support for bitwarden_folder data source (#132)

Fix

  • Prevent mixing resource types when using data source (e.g. referencing a secure note as _item) (#131)

Misc

  • Bump golang from 1.20.7 to 1.22.2, and other dependencies (#128)
  • Bump tfplugindocs from 1.18 to 1.29 (#129)
  • Bump hashicorp/terraform-plugin-sdk/v2 from 2.28 to 2.33 (#104, #109, #111, #114, #115, #116, #119)
  • Bump golang.org/x/crypto (#105, #108, #110, #112, #113, #117)
  • Upgrade CLI used in tests from 2023.1 to 2023.2 (#130)

v0.7.2

06 Oct 21:31
v0.7.2
19901ec
Compare
Choose a tag to compare

Changelog

Second attempt to properly sign the artifacts.

v0.7.1

06 Oct 20:30
be6ac84
Compare
Choose a tag to compare

Changelog

The main purpose of this release is to publish artifacts signed with a valid GPG key (the previous one has expired).

Modules

v0.7.0

06 Sep 19:51
5085b7a
Compare
Choose a tag to compare

Changelog

Features

Modules

v0.6.3

13 Aug 08:55
70d15bb
Compare
Choose a tag to compare

Changelog

v0.6.2

13 Aug 08:48
75e2198
Compare
Choose a tag to compare

Changelog

Fix

Documentation

  • 75e2198: improve documentation around authentication and credential combinations (@maxlaverse)

CI/CD

Modules

v0.6.1

16 Apr 19:49
Compare
Choose a tag to compare

Changelog

Feature

Fix

Refactoring

Documentation and CICD

v0.6.0

03 Apr 07:43
3c448a8
Compare
Choose a tag to compare

Changelog

Feature

Refactoring

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

28 Jan 23:03
184a2db
Compare
Choose a tag to compare

Changelog

v0.4.0

09 Dec 21:29
a8eac51
Compare
Choose a tag to compare

Changelog

Features

Fixes