Skip to content

Releases: Juniper/terraform-provider-mist

v0.2.18

10 Jan 15:55
v0.2.18
196fae7
Compare
Choose a tag to compare

New Resources

  • mist_org_nac_endpoints

New Data Sources

  • mist_org_alarmtemplates
  • mist_org_evpn_topologies
  • mist_org_nac_endpoints
  • mist_org_sso_roles
  • mist_org_wlans
  • mist_site_wlans

Changes

  • Add mist_org_sso_role.privilege.views attribute
  • Add mist_site_setting.juniper_srx attribute

Fixes

  • In some condition the assigned/unassigned devices process may fail on the Mist side, and the list of MAC addresses returned may not match what is expected. This case was not processed by the provider, resulting a "This is a bug in the provider, which should be reported in the provider's own issue tracker." error message.
    The provider is now returning a specific warning message when it was not able to unassign a device, and a specific error when it was not able to assign a device (issue #70)
  • vpn_access.static_nat.wan_name and vpn_access.destination_nat.wan_name was removed in a previous version, but some parts of the code was not updated. This issue was impacting the mist_org_network, mist_device_gateway, mist_org_gatewaytemplate and mist_org_deviceprofile_gateway resources (issue #71)

Changelog

  • 196fae7 update Go SDK
  • a00c398 adding mist_org_wlans and mist_site_wlans date sources
  • 35d722d rename evpn_topologies attribute to org_evpn_topologies
  • e5c3c61 add mist_org_evpn_topologies data source
  • a92a904 update doc
  • e9fcf50 adding mist_site_setting.juniper_srx attribute
  • 263585e adding comment
  • ad6fe3f update release notes
  • 205d216 fix deviceprofile_assign
  • 6066320 review provider documentation
  • 0b91989 fix wan_name extra attribute issue
  • 975b4b7 update networktemplate documentation
  • 63233ee update org_nactags data source filter
  • 23d5f22 update nac endpoints documentation
  • fe9e469 add mist_org_sso_roles data source
  • 80e5b98 update mist_org_sso_role resource documentation
  • c9d0a83 add mist_org_sso_role.privilege.views attribute
  • 4087d2b adding mist_org_alarmtemplate datasource
  • 9d76d1d example indentation fix
  • d8fc2b3 improving datasource documentation examples
  • 97d73d3 add mist_org_nac_endpoints datasource
  • ac6fe38 minor fixes to mist_org_nac_endpoint resource
  • e49e089 add mist_org_nac_endpoint resource
  • fd5894d fix resource name typo

v0.2.17

02 Jan 14:32
v0.2.17
85e37b8
Compare
Choose a tag to compare

Changelog

  • 85e37b8 fix psk.vlan_id convert from SDK to Terraform

v0.2.16

02 Jan 13:02
v0.2.16
b2698be
Compare
Choose a tag to compare

Changelog

  • b2698be fix dynamic_vlan.default_vlan_ids convert from SDK to Terraform
  • 247a71b adding link to SRX/SSR Cluster Juniper doc

v0.2.15

30 Dec 15:55
v0.2.15
c561311
Compare
Choose a tag to compare

Changelog

  • c561311 update doc
  • 6c0db66 update switch validators
  • 543d9b2 remove read only mist_device_switch.evpn.config attribute
  • e833beb add mist_device_switch.local_port_config.note
  • a64a1ad add missing mist_device_switch.note
  • 1f5aeee update mist_org_nacidp default values
  • c14b763 adding new attributes to mist_org_nacidp
  • 3eed8a8 improve device_gateway validators
  • 5935361 improve deviceprofile_gateway validators
  • 5775e2c improve gatewaytemplate validators
  • 565c8d4 improve org_networktemplate validators
  • faf547d improve service validators
  • 3732843 remove unused attributes from sso resource
  • c7a27df improve networktemplate validators
  • 67fd82a improve wlan validators
  • 01b2d71 fix wxtag validators
  • 86b0f0c Update allowed_when_value_is_in.go
  • a507fa0 adding new validators
  • c822d76 update documentation
  • 1fde5ca update network, device_gateway, deviceprofile_gateway and gatewaytemplate resources
  • 6052c06 update Go SDK version
  • 542beb8 adding new validators
  • 0c64a0f minor validator fixes
  • b0c192d fix multicat attribute test issue
  • d5f77fc add missing type to groups attribute
  • a9ef5f9 update validator parameters
  • 2a077ca update documentation
  • 1d942c2 update release notes
  • c5960aa remove debug
  • abcaa5f update gateway related resources based on OpenAPI Specs
  • 60872f0 update Go SDK
  • ae45c04 Update NOTICES.md
  • 0a1a95f update the way to retrieve vlan_id string value from SDK
  • 8345add update the way to retrieve vlan_id string value from SDK
  • dde597f fix validator name type
  • 0601508 updating org_network resource based on OpenAPI spec changes
  • 9bc3693 adding api_debug to provider documentation
  • c565e6d Merge pull request #69 from zbuchheit/main
  • 9614e41 Add API debugging support with enhanced logging

v0.2.14

20 Dec 16:44
v0.2.14
d397810
Compare
Choose a tag to compare

Changelog

  • d397810 fix issue when wlan.ap_ids has null value

v0.2.13

20 Dec 13:30
v0.2.13
2e28064
Compare
Choose a tag to compare

Changelog

  • 2e28064 Update Makefile
  • b6a2e08 update documentation
  • f65ab8e imporove behavior when the cluster already exists in Mist
  • 26b6cec fix tunnel_configs.auto_provision attribute in gateway resources
  • a39152f update mist_org_inventory.devices deprecation message
  • 590b704 fix gatewy wan_source_nat property
  • b04cb07 remove debug
  • 35831dc fix org_wlan resource following v0.2.12 changes
  • 13f5abf fix issue when removing rftemplate_id from site resource

v0.2.12

13 Dec 15:43
v0.2.12
c498c96
Compare
Choose a tag to compare

Changelog

v0.2.11

03 Dec 16:16
v0.2.11
12f20d1
Compare
Choose a tag to compare

Changelog

  • 12f20d1 udpate documentation
  • 3d4aee9 improve wlan.rateset to match API structure
  • e035a83 update Go SDK
  • d4a11c9 fix dhcps.vendor_encapsulated attribute type
  • 5139f7e update doc - EVPN Topology
  • d8d6658 update doc - EVPN How To

v0.2.10

02 Dec 17:59
v0.2.10
2d410d1
Compare
Choose a tag to compare

Changelog

  • 2d410d1 fix wlan.acct_servers and wlan.auth_servers
  • 1f4f989 fix doc typo

v0.2.9

29 Nov 15:41
v0.2.9
d00656a
Compare
Choose a tag to compare

Changelog