Skip to content

Releases: neilmartin83/terraform-provider-axm

v1.14.1

Choose a tag to compare

@neilmartin83 neilmartin83 released this 18 Sep 20:57

1.14.1 (2026-09-18)

Bug Fixes

  • client: preserve explicit empty default product families (e7340cb)

v1.14.0

Choose a tag to compare

@neilmartin83 neilmartin83 released this 13 Sep 10:51

1.14.0 (2026-09-13)

Features

  • client: add MDM migration features to org_device_activities and org_devices (249f142)
  • device_management_service: add support for device migration management (4f095a3)

Bug Fixes

  • tests: add accTestProfileXML function for generating Wi-Fi configuration profiles (20cf420)
  • tests: enhance acceptance tests for blueprint resource with app and device ID checks (d3cc73d)

v1.13.0

Choose a tag to compare

@neilmartin83 neilmartin83 released this 19 Jul 19:30

What's Changed

  • chore(deps): bump golangci/golangci-lint-action from 9.2.1 to 9.3.0 by @dependabot[bot] in #92
  • feat: add organizational units data sources by @neilmartin83 in #93

Full Changelog: v1.12.0...v1.13.0

v1.12.0

Choose a tag to compare

@neilmartin83 neilmartin83 released this 05 Jul 11:32

1.12.0 (2026-07-05)

Features

  • add deprecation notice for migration to macadmins/axm (20755ed)

v1.11.0

Choose a tag to compare

@neilmartin83 neilmartin83 released this 26 Jun 06:07

What's Changed

  • chore(deps): bump actions/setup-go from 5 to 6 by @dependabot[bot] in #84
  • chore(deps): bump actions/checkout from 4 to 7 by @dependabot[bot] in #85
  • fix: honor read timeout on import and delete timeout across resources by @neilmartin83 in #87

Full Changelog: v1.10.0...v1.11.0

v1.10.0

Choose a tag to compare

@neilmartin83 neilmartin83 released this 08 Jun 06:20

1.10.0 (2026-06-08)

Features

  • add releaser_entity_type and releaser_id to device data sources (1b3f42b)

v1.9.0

Choose a tag to compare

@neilmartin83 neilmartin83 released this 07 Jun 19:00

1.9.0 (2026-06-07)

Features

  • add missing enum constants and correct struct field types (d3b2a91)
  • make common helpers generic to support named string types (c927603)

Bug Fixes

  • add HTTP client timeout, token source mutex, and test cleanups (24d657b)
  • add string() casts for typed enum fields in resource layer (6eb5f40)
  • convert unknown plan sets to null in blueprint Create state (1425858)
  • use blueprint create response data instead of separate GET calls (15fe978)
  • use plan relationship data in blueprint Create state (003afbd)

v1.8.0

Choose a tag to compare

@neilmartin83 neilmartin83 released this 07 Jun 11:56

1.8.0 (2026-06-07)

Features

  • add apple_device_management_device and apple_device_management_devices data sources (f4c974c)
  • device_management_service: add read-only MdmServer attributes to resource (c186f68)
  • device_management_services: add read-only MdmServer attributes to data source (2044a71)
  • mdm_devices: add MdmDevice list and detail endpoints with correct Apple API models (c5caede)

Bug Fixes

  • mdm_servers: use pointer types for nullable API fields and add singular data source (e810cbd)
  • use types.List for default_product_families to handle unknown plan values (c73b1f4)

v1.7.1

Choose a tag to compare

@neilmartin83 neilmartin83 released this 06 Jun 20:25

1.7.1 (2026-06-06)

Bug Fixes

  • device_management_service: rename enable_mdm_disown to allow_release and fix post-create inconsistency (3634d34)

v1.7.0

Choose a tag to compare

@neilmartin83 neilmartin83 released this 06 Jun 19:38

1.7.0 (2026-06-06)

Features

  • add DMS server lifecycle and default_device_assignment singleton resource (74b3d5d)
  • client: expand MDM server client for API v2.1 (267d029)

Bug Fixes

  • default_device_assignment: add business scope guard and accurate schema descriptions (469bb0a)
  • default_device_assignment: correct Apple Vision Pro API constant and add Watch family (3201655)
  • device_management_service: clear default product families before deletion (f52fef6)
  • device_management_service: make device_ids Optional+Computed to prevent perpetual diff (55c216b)
  • device_management_service: resolve device_ids to known value after create (65eaf92)
  • device_management_service: skip family clear when server has none assigned (0a310b4)