Skip to content

Releases: maxlaverse/terraform-provider-bitwarden

v0.13.6

17 Apr 06:48
cd1284a
Compare
Choose a tag to compare

Changelog

Changes

  • 0ad5748: fix disable_sync_after_write_verification and collectionIds ignore rule (#249)

Documentation

  • 27b6ce4: add quick example for Bitwarden Secret
  • cd1284a: release 0.13.6

CI/CD

Dependencies

  • a319898: Bump github.com/golang-jwt/jwt/v5 from 5.2.1 to 5.2.2 (#240)
  • eda983e: Bump github.com/hashicorp/go-cty from 1.4.1 to 1.5.0 (#239)
  • aa23514: Bump golang.org/x/net from 0.37.0 to 0.38.0 (#241)
  • eb8d1df: Bump github.com/jarcoal/httpmock from 1.3.1 to 1.4.0 (#245)
  • 59c95f8: Bump golang.org/x/crypto from 0.36.0 to 0.37.0 (#247)
  • ad77f7b: Bump golang.org/x/net from 0.38.0 to 0.39.0 (#248)

v0.13.5

16 Mar 12:11
761e60e
Compare
Choose a tag to compare

Changelog

  • 212bac2: update recommended version in docs
  • 05640e6: ignore collectionsIDs in syncAfterWrite (#238)

v0.13.4

14 Mar 07:47
d52a10c
Compare
Choose a tag to compare

Changelog

This is mainly a release to try out the new GPG signing key for Hashicorp's Registry.

Changes

Misc

Dependency update

  • 5f48729: Bump golang.org/x/net from 0.35.0 to 0.36.0 (#232)
  • 630ea31: Bump golang.org/x/net from 0.36.0 to 0.37.0 (#234)
  • e1677b4: Bump github.com/hashicorp/go-cty (#236)

v0.13.3

28 Feb 12:24
5971872
Compare
Choose a tag to compare

Changelog

Change

Misc

  • db865ae: add terraform-registry-manifest.json
  • 44a7e62: include terraform-registry-manifest.json in artifacts
  • 5971872: prepare release v0.13.3

Dependency upgrade

  • c1e2a80: Bump github.com/hashicorp/terraform-plugin-docs from 0.20.1 to 0.21.0 (#227)

v0.13.2

27 Feb 20:44
fde4e1d
Compare
Choose a tag to compare

Changelog

Trying to fix an issue with signatures on Hashicorp's website.

v0.13.1

20 Feb 07:56
6ed6fb3
Compare
Choose a tag to compare

Changelog

Mainly fixes an issue where decrypting attachment of items belonging to an organization would fail when using the embedded client.

Fixes

  • 7993f5c: fix decryption of attachments in organizations (#223)
  • 7e57118: remove email requirement for api keys (#220)

Misc

Dependency upgrade

  • 47e4e10: Bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.35.0 to 2.36.0 (#214)
  • 7c63d7a: Bump golang.org/x/sync from 0.10.0 to 0.11.0 (#213)
  • 3bd33b2: Bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.36.0 to 2.36.1 (#221)
  • e899d36: Bump golang.org/x/crypto from 0.32.0 to 0.33.0 (#216)
  • 3edb50d: Bump golang.org/x/net from 0.34.0 to 0.35.0 (#217)

v0.13.0

19 Jan 16:18
6adec7d
Compare
Choose a tag to compare

Changelog

Introduce experimental support for managing permissions on org_collection in the embedded client, which should fix those permissions being sometime reset. Also, add a new org_member data source to make it easier to manage permissions.

New features

and all their supporting pull-requests:

Dependency upgrades

  • 42cef4f: Bump github.com/stretchr/testify from 1.9.0 to 1.10.0 (#192)
  • b4c3de9: Bump github.com/hashicorp/terraform-plugin-docs from 0.20.0 to 0.20.1 (#193)
  • 3079c12: Bump golang.org/x/net from 0.28.0 to 0.31.0 (#194)
  • 51bd7e1: Bump golang.org/x/net from 0.31.0 to 0.32.0 (#198)
  • c2bc16e: Bump golang.org/x/net from 0.32.0 to 0.33.0 (#205)
  • 2f8a08a: Bump golang.org/x/net from 0.33.0 to 0.34.0 (#206)
  • 122c7cb: Bump golang.org/x/sync from 0.9.0 to 0.10.0 (#197)
  • a62beaf: Bump golang.org/x/crypto from 0.29.0 to 0.31.0 (#200)

Misc

  • 6adec7d: update goreleaser configuration file to v2
  • 59e806c: round tripper fixes and wording
  • 29301de: always send bitwarden-client-version header

v0.12.1

19 Nov 13:22
def99fa
Compare
Choose a tag to compare

Changelog

This minor release contains mostly test and documentation updates.

Changes

v0.12.0

13 Nov 07:07
ee7b688
Compare
Choose a tag to compare

Changelog

Feature

  • support creating attachments from content (#187)

v0.11.1

11 Nov 07:22
059c70d
Compare
Choose a tag to compare

Changelog

Fix

  • Fix concurrency issues when creating many resources at once with the embedded client (#184)

Misc

  • Bump github.com/hashicorp/terraform-plugin-docs from 0.19.4 to 0.20.0 (#183)
  • Bump golang.org/x/crypto from 0.28.0 to 0.29.0 (#186)
  • Update README