Releases: Juniper/terraform-provider-mist
Releases · Juniper/terraform-provider-mist
v0.2.18
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
andvpn_access.destination_nat.wan_name
was removed in a previous version, but some parts of the code was not updated. This issue was impacting themist_org_network
,mist_device_gateway
,mist_org_gatewaytemplate
andmist_org_deviceprofile_gateway
resources (issue #71)
Changelog
- 196fae7 update Go SDK
- a00c398 adding
mist_org_wlans
andmist_site_wlans
date sources - 35d722d rename
evpn_topologies
attribute toorg_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
v0.2.16
v0.2.15
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
andgatewaytemplate
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
v0.2.13
Changelog
- 2e28064 Update Makefile
- b6a2e08 update documentation
- f65ab8e imporove behavior when the cluster already exists in Mist
- 26b6cec fix
tunnel_configs.auto_provision
attribute ingateway
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
Changelog
- c498c96 update documentation
- e7db51b reduce
wlan_resource
resources config drift - ffdb1c3 wip
- 2bad175 fix wlan.cisco_cwa
- 0b71dc2 update datasources to match the new SDK version
- bba5895 update GO SDK
- 9932309 add new org_wlan attributes
- ddf0036 fix org_wlan.bonjour.additional_vlan_ids
- 074b64f add new site_wlan attributes
- 9e27599 fix wlan.bonjour.additional_vlan_ids
- 7a89dbc fix for #63