Releases: tailscale/terraform-provider-tailscale
Releases · tailscale/terraform-provider-tailscale
v0.24.0
Changelog
- 6da8cb4: provider: added workload identity federation auth support (#567) (@mcoulombe)
- 557bc36: docs: fix spelling of network flow logs (@oxtoacart)
- 2d34561: remove alpha notice from dns_configuration resource (@oxtoacart)
v0.23.0
Changelog
- ef88c7a: build(deps): bump golang.org/x/tools from 0.34.0 to 0.35.0 (#525) (@dependabot[bot])
- f5906a2: build(deps): bump goreleaser/goreleaser-action from 6.3.0 to 6.4.0 (#536) (@dependabot[bot])
- 954ad81: build(deps): bump golang.org/x/tools from 0.35.0 to 0.36.0 (#533) (@dependabot[bot])
- a0e4f2d: build(deps): bump golang.org/x/oauth2 from 0.26.0 to 0.27.0 (#529) (@dependabot[bot])
- 3d79d2d: build(deps): bump actions/cache from 4.2.3 to 4.2.4 (#534) (@dependabot[bot])
- f0bdc4b: build(deps): bump tailscale.com from 1.84.2 to 1.86.4 (#532) (@dependabot[bot])
- 7880b41: build(deps): bump actions/checkout from 4.2.2 to 5.0.0 (#535) (@dependabot[bot])
- c54f6a6: resource_device_subnet_routes: handle 404 response from resourceDeviceSubnetRoutesRead (@bdalpe)
- e3d1129: build(deps): bump github.com/hashicorp/terraform-plugin-docs (@dependabot[bot])
- e081071: resource_dns_configuration: create resource for managing entire DNS configuration at once (@oxtoacart)
- 3690b17: README.md: update instructions for local acceptance tests (#551) (@tomhjp)
- c586731: build(deps): bump github.com/stretchr/testify from 1.10.0 to 1.11.1 (@dependabot[bot])
- 41c19c0: build(deps): bump actions/setup-go from 5.5.0 to 6.0.0 (@dependabot[bot])
- c445899: build(deps): bump golang.org/x/tools from 0.36.0 to 0.37.0 (@dependabot[bot])
- 9492339: build(deps): bump tailscale.com from 1.86.4 to 1.88.2 (@dependabot[bot])
- 97f02f2: build(deps): bump github.com/hashicorp/terraform-plugin-docs (@dependabot[bot])
- e9a75a1: build(deps): bump github.com/hashicorp/terraform-plugin-sdk/v2 (@dependabot[bot])
- 2a6aff4: build(deps): bump actions/cache from 4.2.4 to 4.3.0 (@dependabot[bot])
- 2de2dcc: README.md: add callout to the versioning best practices (@mpminardi)
- 682f3ca: resource_tailnet_settings: add https_enabled setting (@neinkeinkaffee)
- 1a175c3: .github/workflows: run go mod tidy as part of format checks (@neinkeinkaffee)
- a1018e3: docs, tailscale: update tailnet field (#557) (@nikiUppal-TS)
v0.22.0
Changelog
- ef88c7a: build(deps): bump golang.org/x/tools from 0.34.0 to 0.35.0 (#525) (@dependabot[bot])
- f5906a2: build(deps): bump goreleaser/goreleaser-action from 6.3.0 to 6.4.0 (#536) (@dependabot[bot])
- 954ad81: build(deps): bump golang.org/x/tools from 0.35.0 to 0.36.0 (#533) (@dependabot[bot])
- a0e4f2d: build(deps): bump golang.org/x/oauth2 from 0.26.0 to 0.27.0 (#529) (@dependabot[bot])
- 3d79d2d: build(deps): bump actions/cache from 4.2.3 to 4.2.4 (#534) (@dependabot[bot])
- f0bdc4b: build(deps): bump tailscale.com from 1.84.2 to 1.86.4 (#532) (@dependabot[bot])
- 7880b41: build(deps): bump actions/checkout from 4.2.2 to 5.0.0 (#535) (@dependabot[bot])
- c54f6a6: resource_device_subnet_routes: handle 404 response from resourceDeviceSubnetRoutesRead (@bdalpe)
- e3d1129: build(deps): bump github.com/hashicorp/terraform-plugin-docs (@dependabot[bot])
- 9cffce1: resource_dns_configuration: create resource for managing entire DNS configuration at once (@oxtoacart)
v0.21.1
Changelog
- 8b2932c: resource_tailscale_tailnet_key: prevent recreate when expiry is undefined (#521) (@mcoulombe)
v0.21.0
Changelog
- 4a601cf: tailscale: prevent import of non-auth keys (#503) (@mcoulombe)
- 24a54bb: resource_oauth_client_test: fix tests (#507) (@mcoulombe)
- 1960af3: tailscale_tailnet_settings: add acl management fields (#510) (@mcoulombe)
- 1a30916: build(deps): bump github.com/hashicorp/terraform-plugin-sdk/v2 (#508) (@dependabot[bot])
- 8972cd1: build(deps): bump golang.org/x/tools from 0.32.0 to 0.34.0 (#516) (@dependabot[bot])
- 09b3b5d: build(deps): bump actions/setup-go from 5.4.0 to 5.5.0 (#504) (@dependabot[bot])
- 175d359: tailscale: add node_id support (#513) (@zbuchheit)
- ab10254: build(deps): bump tailscale.com from 1.80.2 to 1.84.1 (#512) (@dependabot[bot])
- e225da4: build(deps): bump github.com/cloudflare/circl from 1.6.0 to 1.6.1 (#518) (@dependabot[bot])
- e900873: build(deps): bump tailscale.com from 1.84.1 to 1.84.2 (#517) (@dependabot[bot])
- 06f8f32: resource_tailscale_oauth_client: add import support (#519) (@mcoulombe)
v0.20.0
Changelog
- f3140fa: build(deps): bump golang.org/x/net from 0.35.0 to 0.38.0 (#498) (@dependabot[bot])
- 83e9b31: build(deps): bump golang.org/x/tools from 0.30.0 to 0.32.0 (#494) (@dependabot[bot])
- 6f11bc0: build(deps): bump github.com/hashicorp/go-cty (#491) (@dependabot[bot])
- 088f25d: tailscale: add oauth client resource (#500) (@mcoulombe)
v0.19.0
Changelog
- 9814116: build(deps): bump github.com/hashicorp/terraform-plugin-docs (#484) (@dependabot[bot])
- fd3759d: tailscale/resource_logstream_configuration: support UploadPeriodMinutes and CompressionFormat parameters (@oxtoacart)
- 520ddf8: .github/workflows: pin GitHub action versions (#493) (@mpminardi)
v0.18.0
Changelog
- d2a269e: go.mod: bump tailscale.com to 1.76.3 (@oxtoacart)
- bc60c24: go.mod, tailscale: update to latest tailscale-client-go (@oxtoacart)
- 098f879: tailscale: fix acceptance test failure on tailnet key resource (@oxtoacart)
- e2dd541: build(deps): bump github.com/hashicorp/terraform-plugin-sdk/v2 (#454) (@dependabot[bot])
- 3a2d152: build(deps): bump github.com/stretchr/testify from 1.9.0 to 1.10.0 (#459) (@dependabot[bot])
- 14d095a: build(deps): bump golang.org/x/crypto from 0.28.0 to 0.31.0 (#472) (@dependabot[bot])
- 13d5b86: build(deps): bump github.com/hashicorp/terraform-plugin-docs (#460) (@dependabot[bot])
- b7594ad: build(deps): bump tailscale.com from 1.76.3 to 1.78.3 (#464) (@dependabot[bot])
- 33eebac: build(deps): bump golang.org/x/tools from 0.24.0 to 0.29.0 (#466) (@dependabot[bot])
- 52a194b: build(deps): bump tailscale.com from 1.78.3 to 1.80.0 (#473) (@dependabot[bot])
- 19a5298: build(deps): bump github.com/hashicorp/terraform-plugin-sdk/v2 (#474) (@dependabot[bot])
- 33009cf: tailscale: add import for the tailnet_key resource (#475) (@mpminardi)
- bc18edf: tailscale: add
reset_acl_on_destroyattribute totailscale_acl(#476) (@mpminardi) - 689b9e1: tailscale: add support for S3 logstreaming (@zehauser)
- a3af349: tailscale: switch from github.com/tailscale/tailscale-client-go/v2 to tailscale.com/client/tailscale/v2 (@oxtoacart)
- 8bd076e: build(deps): bump tailscale.com from 1.80.0 to 1.80.2 (#480) (@dependabot[bot])
- 1c01ec6: build(deps): bump golang.org/x/tools from 0.29.0 to 0.30.0 (#479) (@dependabot[bot])
- 5a07fe5: build(deps): bump github.com/hashicorp/terraform-plugin-sdk/v2 (#481) (@dependabot[bot])
- 7401bcd: build(deps): bump github.com/google/go-cmp from 0.6.0 to 0.7.0 (#482) (@dependabot[bot])
v0.17.2
Changelog
- 5257dc3: tailscale: pass base URL to OAuthConfig (#439) (@mpminardi)
- 6b0ffa4: Add missing importer logic (#442) (@reegnz)
- 375a89c: tailscale: add import logic for remaining resources (#445) (@mpminardi)
v0.17.1
Changelog
- 6c9ad08: {docs,examples,tailscale}: fix minor documentation mistakes (#432) (@mpminardi)
- 7b5e205: tailscale: update to new tailscale client OAuth config pattern (#434) (@mpminardi)
- 527b66c: tailscale: add missing webhook event categories (#435) (@mpminardi)