Changelog

v0.4.0 - 2025-12-11

  • Added instance generator command: aci_instance_generator

  • Add entities for route maps, rules and l3ext.

  • ‘report_only’ attribute added to ResourceABC, allowing to report resource’s state.

v0.3.0 - 2025-11-18

  • Add aci::aaa::DomainRef resource

v0.2.0 - 2025-08-08

  • Add aci::l3ext::Out resource

  • Improve generator by putting parent relation used in index close to child entity

v0.1.3 - 2024-09-26

  • Update module documentation

v0.1.2 - 2024-02-15

  • Improve error reporting in resource logs

  • Refactor aci authentication helper

v0.1.1 - 2024-01-10

  • Add auth helper to avoid using expired token

  • Create safer resource ids, easier for the frontend to handle

  • Fix relative resource dn computation, make the path always relative

v0.1.0 - 2023-12-12

  • Add aci resource generator (#2)

  • Initial implementation of the aci handler (#1)