Releases: maxlaverse/terraform-provider-bitwarden
Releases · maxlaverse/terraform-provider-bitwarden
v0.13.6
Changelog
Changes
Documentation
CI/CD
- fa4a08f: Add support for 2025 02 cli (#243)
- f55b08c: update Go lang and speed up CI (#244)
- 34962f5: link both ptfm
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
v0.13.4
v0.13.3
v0.13.2
Changelog
Trying to fix an issue with signatures on Hashicorp's website.
v0.13.1
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
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
- b7d81ba: add support for organization members (#210)
- 10a52f4: add support for collection membership (#209)
and all their supporting pull-requests:
- afea0d9: Add support for user invitation (#196)
- 25838d3: move schema in own package (#201)
- f48a79a: regroup operations and transformations (#202)
- 20e95bc: move transformation in own package (#203)
- a59ce68: prepare for new dedicated models (e.g. folders) (#204)
- 4d98fdd: renaming
- b5fa80d: move away from object struct in favor of more specific ones (e.g. folder, item) (#208)
- 607ce1b: disable comparison of ACLs for now (#211)
- ee0a140: renaming and ordering
- eb96d3d: re-order parameters
- fd74058: move URIMatch definitions
- 49e4d91: rename to actualObj
- 251e781: re-ordering
- b15ca85: remove obsolete object setting
- a6f73b1: fix wording
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)