Skip to content

Pre-Release PR (v2.17.0) #1333

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@

All notable changes to this project will be documented in this file.

## 2.17.0 (May 21, 2025)

IMPROVEMENTS:
- Migrate aci_taboo_contract and add support for taboo contract subjects vztsubj
- Add versions for properties in documentation
- Migration of vrf into plugin framework and addition of aci_eigrp_address_family_context resource and datasource
- Add aci_remote_site and aci_associated_site resources and datasources for multisite translation mapping classes fvsiteassociated and fvremoteid
- Add support for nutanix in the aci_vmm_domain resource
- Add resources and datasources for external epg (l3extinstp) and its relation to route profile (l3extrsinstptoprofile)

BUG FIXES:
- Fix to allow updating of attributes in the aci_external_network_instance_profile resource

## 2.16.0 (April 18, 2025)

This release is the first release that includes resources and data sources that have been migrated from SDKv2 to the Terraform Provider Framework. Those resources and data sources will continue to accept legacy attributes but deprecation warnings will be displayed. See the [migration guide](https://registry.terraform.io/providers/CiscoDevNet/aci/latest/docs/guides/migration) for more details on the migration and how to upgrade the provider to this release and any subsequent v2.x release that will include migrated resources and data sources.
Expand Down