Changelog

v0.5.1 - 2026-04-17

  • Export uri attribute for all aci resources

v0.5.0 - 2026-04-17

  • Added missing handler annotations

  • add fv::Subnet entity

  • add l3ext::VirtualLIfP entity

  • add l3ext::RsDynPathAtt entity

  • add vz::Any, vs::RsAnyToProv, vz::RsAnyToCons entities

  • add infra::AttEntityP, infra::Generic, infra::RsFuncToEpg, infra::Infra entities

  • add bgp::RsPeerToProfile

  • add fv::CtxRtSummPol, fv::RsNodeRtSummAtt, fv::RtSummSubnet, fv::RsSubnetToRtSummPol, fv::FabricExpRtctrlP, fv::RsExportToFabricProfile, fv::RsNodeFabricExpAtt

  • Improved ignoring ssl when REQUESTS_CA_BUNDLE is used

v0.4.0 - 2025-12-11

  • Added instance generator command: aci_instance_generator

  • Add entities for route maps, rules and l3ext.

  • Add entities for route maps and rules.

  • ‘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)