Releases: paultyng/terraform-provider-unifi
Releases · paultyng/terraform-provider-unifi
v0.41.0
What's Changed
- Use default demo credentials by @joshuaspence in #320
- Limit number of demo devices by @joshuaspence in #321
- Remove
UNIFI_ACC_WLAN_CONCURRENCY
by @joshuaspence in #323 - Performance tuning for acceptance tests by @joshuaspence in #325
- Lower the device retry timeouts by @joshuaspence in #322
- Bump github.com/hashicorp/terraform-plugin-docs from 0.13.0 to 0.14.0 by @dependabot in #324
- Revert "Bump github.com/hashicorp/terraform-plugin-docs from 0.13.0 to 0.14.0" by @joshuaspence in #327
- firewall_rule: Add enabled attribute by @chrishas35 in #63
- Migrate to
terraform-plugin-testing
by @joshuaspence in #331 - Improve device allocation by @joshuaspence in #333
- Use testcontainers-go by @joshuaspence in #330
- Bump github.com/containerd/containerd from 1.6.12 to 1.6.18 by @dependabot in #334
- Don't use USW-Leaf in acceptance tests by @joshuaspence in #336
- Dump controller logs after acceptance tests by @joshuaspence in #335
- Revert "Enable
$LOTSOFDEVICES
(#325)" by @joshuaspence in #337 - Bump github.com/hashicorp/terraform-plugin-docs from 0.13.0 to 0.14.1 by @dependabot in #332
- Bump github.com/deckarep/golang-set/v2 from 2.1.0 to 2.2.0 by @dependabot in #340
- Bump github.com/testcontainers/testcontainers-go from 0.17.0 to 0.18.0 by @dependabot in #341
- Bump github.com/testcontainers/testcontainers-go/modules/compose from 0.17.0 to 0.18.0 by @dependabot in #339
- Bump github.com/moby/buildkit from 0.11.2 to 0.11.4 by @dependabot in #343
- Add support for port aggregation by @paultyng in #182
- Add
DiffSuppressFunc
forop_mode
andaggregate_num_ports
by @joshuaspence in #344 - Add
skip-pkg-cache
gogolangci-lint-action
by @joshuaspence in #345 - Increase
golangci-lint
timeout to 5m by @joshuaspence in #346 - Bump github.com/testcontainers/testcontainers-go/modules/compose from 0.18.0 to 0.19.0 by @dependabot in #348
- Add wlan tuning by @virtualguy in #312
New Contributors
- @chrishas35 made their first contribution in #63
- @virtualguy made their first contribution in #312
Full Changelog: v0.40.0...v0.41.0
v0.40.0
What's Changed
- Bump goreleaser/goreleaser-action from 4.1.0 to 4.2.0 by @dependabot in #302
- Bump golangci/golangci-lint-action from 3.3.1 to 3.4.0 by @dependabot in #300
- Bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.24.1 to 2.25.0 by @dependabot in #307
- Set default wlan band to 'both' by @MaienM in #304
- Update versions by @joshuaspence in #309
- Expose source port of firewall rules by @MaienM in #305
- Allow device adoption by @joshuaspence in #188
- bump golang.org/x/net from 0.6.0 to 0.7.0 by @dependabot in #308
- Improve test stability by @joshuaspence in #310
- Add support for mDNS on network resource by @slok in #292
- Fix network mDNS acceptance tests by @joshuaspence in #311
- unifi_port_forward enabled should default to true by @jippi in #258
- Ensure subsystem logger has been created by @joshuaspence in #314
- Add test clearing device portoverrides by @MaienM in #313
- Improve test stability by @joshuaspence in #315
- Don't use the USP-RPS as a test device by @joshuaspence in #316
- Change default value for
allow_adoption
by @joshuaspence in #317 - Allow 10 minutes for device adoption by @joshuaspence in #318
New Contributors
- @MaienM made their first contribution in #304
- @slok made their first contribution in #292
- @jippi made their first contribution in #258
Full Changelog: v0.39.0...v0.40.0
v0.39.0
v0.38.2
v0.38.1
v0.38.0
- BREAKING CHANGE The
schedule
onunifi_wlan
has a slightly different structure in this version, and its incompatible with previous versions - Updated QOS handling for WAN egress on
unifi_network
so it can be removed - Add
unifi_account
resource for managing RADIUS user accounts