Skip to content

Releases: lukasaron/terraform-provider-stripe

v3.3.0

18 Oct 03:11
Compare
Choose a tag to compare
  • NEW RESOURCES:

    • Meter
  • DEPENDENCIES UPGRADE:

    • github.com/hashicorp/terraform-plugin-go v0.23.0 => v0.24.0
    • github.com/hashicorp/yamux v0.1.1 => v0.1.2
    • golang.org/x/mod v0.20.0 => v0.21.0
    • golang.org/x/net v0.28.0 => v0.30.0
    • golang.org/x/sys v0.24.0 => v0.26.0
    • golang.org/x/text v0.17.0 => v0.19.0
    • golang.org/x/tools v0.24.0 => v0.26.0
    • google.golang.org/genproto/googleapis/rpc v0.0.0-20240826202546-f6391c0de4c7 => v0.0.0-20241007155032-5fefd90f89a9
    • google.golang.org/grpc v1.65.0 => v1.67.1
    • google.golang.org/protobuf v1.34.2 => v1.35.1

v3.2.2

27 Aug 01:16
Compare
Choose a tag to compare
  • BUGFIXES:

    • Webhook Endpoint exposes the application attribute.
    • Webhook Endpoint connect field reflects the application field value.
  • DEPENDENCIES UPGRADE:

    • github.com/hashicorp/hcl/v2 v2.21.0 => v2.22.0
    • google.golang.org/genproto/googleapis/rpc v0.0.0-20240823204242-4ba0660f739c => v0.0.0-20240826202546-f6391c0de4c7

v3.2.1

25 Aug 02:53
Compare
Choose a tag to compare
  • BUGFIXES:

    • Price is fetching/populating tiers values to TF state in the read function.
  • DEPENDENCIES UPGRADE:

    • google.golang.org/genproto v0.0.0-20240823204242-4ba0660f739c
    • golang.org/x/sys v0.23.0 => v0.24.0
    • google.golang.org/genproto/googleapis/rpc v0.0.0-20240805194559-2c9e96a0b5d4 => v0.0.0-20240823204242-4ba0660f739c

v3.2.0

09 Aug 07:54
Compare
Choose a tag to compare
  • NEW RESOURCES:

    • Entitlements Feature
    • Product Feature
  • DEPENDENCIES UPGRADE:

    • golang.org/x/mod v0.19.0 => v0.20.0
    • golang.org/x/net v0.27.0 => v0.28.0
    • golang.org/x/sync v0.7.0 => v0.8.0
    • golang.org/x/sys v0.22.0 => v0.23.0
    • golang.org/x/text v0.16.0 => v0.17.0
    • golang.org/x/tools v0.23.0 => v0.24.0
    • google.golang.org/genproto/googleapis/rpc v0.0.0-20240711142825-46eb208f015d => v0.0.0-20240805194559-2c9e96a0b5d4

v3.1.0

22 Jul 10:29
Compare
Choose a tag to compare
  • BUGFIXES:

    • Price has custom_unit_amount block implementation.
  • DEPENDENCIES UPGRADE:

    • github.com/hashicorp/hcl/v2 v2.20.1 => v2.21.0
    • github.com/stripe/stripe-go/v78 v78.11.0 => v78.12.0
    • github.com/zclconf/go-cty v1.14.4 => v1.15.0
    • golang.org/x/mod v0.18.0 => v0.19.0
    • golang.org/x/net v0.26.0 => v0.27.0
    • golang.org/x/sys v0.21.0 => v0.22.0
    • golang.org/x/tools v0.22.0 => v0.23.0
    • google.golang.org/genproto/googleapis/rpc v0.0.0-20240610135401-a8a62080eff3 => v0.0.0-20240711142825-46eb208f015d
    • google.golang.org/grpc v1.64.0 => v1.65.0

v3.0.2

14 Jul 00:10
Compare
Choose a tag to compare
  • BUGFIXES:
    • Code Promotion: expires_at and restrictions.minimum_amount fields are misinterpreted as 0 when they are nil.

v3.0.1

05 Jul 04:35
Compare
Choose a tag to compare
  • BUGFIXES:
    • Code Promotion restrictions minimum_amount and minimum_amount_currency are optional.

v3.0.0

17 Jun 02:40
Compare
Choose a tag to compare
  • BREAKING CHANGES:

    • Remove SubscriptionPause from BillingPortalConfigurationFeatures and BillingPortalConfigurationFeaturesParams as the feature to pause subscription on the portal has been deprecated.
    • Rename Features to MarketingFeatures on ProductCreateOptions, ProductUpdateOptions, and Product
  • DEPENDENCIES UPGRADE:

    • github.com/stripe/stripe-go/v76 v76.25.0 => v78.11.0
    • github.com/hashicorp/go-version v1.6.0 => v1.7.0
    • golang.org/x/mod v0.17.0 => v0.18.0
    • golang.org/x/net v0.25.0 => v0.26.0
    • golang.org/x/sys v0.20.0 => v0.21.0
    • golang.org/x/text v0.15.0 => v0.16.0
    • golang.org/x/tools v0.21.0 => v0.22.0
    • google.golang.org/genproto/googleapis/rpc v0.0.0-20240515191416-fc5f0ca64291 => v0.0.0-20240610135401-a8a62080eff3
    • google.golang.org/protobuf v1.34.1 => v1.34.2

v2.0.0

10 May 23:54
Compare
Choose a tag to compare
BUGFIXES:
    tax_behaviour was renamed to tax_behavior to be consistent with the Stripe language. This is the breaking change!

DEPENDENCIES UPGRADE:
    github.com/hashicorp/go-plugin v1.6.0 => v1.6.1
    github.com/hashicorp/terraform-plugin-go v0.22.1 => v0.23.0
    github.com/stripe/stripe-go/v76 v76.23.0 => v76.25.0
    golang.org/x/mod v0.16.0 => v0.17.0
    golang.org/x/net v0.23.0 => v0.25.0
    golang.org/x/sync v0.6.0 => v0.7.0
    golang.org/x/sys v0.18.0 => v0.20.0
    golang.org/x/text v0.14.0 => v0.15.0
    golang.org/x/tools v0.19.0 => v0.21.0
    google.golang.org/genproto/googleapis/rpc v0.0.0-20240401170217-c3f982113cda => v0.0.0-20240509183442-62759503f434
    google.golang.org/grpc v1.63.0 => v1.63.2
    google.golang.org/protobuf v1.33.0 => v1.34.1

v1.9.6

04 Apr 02:50
Compare
Choose a tag to compare
Dependency upgrade