You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+22Lines changed: 22 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,25 @@
1
+
## 2.15.0 (July 2, 2024)
2
+
DEPRECATIONS:
3
+
- Deprecate the non-functional `relation_vz_rs_graph_att` attribute from `aci_contract`. Use `relation_vz_rs_subj_graph_att` on `aci_contract_subject` instead.
4
+
- Deprecate `relation_fv_rs_cust_qos_pol` in `aci_endpoint_security_group` (ESG) resource
5
+
6
+
BUG FIXES:
7
+
- Add error handling in try login function for `aaa_user`
8
+
- Prevent error by setting `flood_on_encap` and `prio` for `aci_endpoint_security_group`
9
+
- Fix to avoid known after applies for children when they are not provided and not configured on APIC
10
+
- Fix import functionality for `aci_rest_managed` when brackets are present in DN
11
+
12
+
IMPROVEMENTS:
13
+
- Add `aci_netflow_record_policy` resource and data-source. (#1220)
14
+
- Add `aci_l3out_node_sid_profile` resource and data-source
15
+
- Add `aci_netflow_monitor_policy` and `aci_relation_to_netflow_exporter` resources and data-sources (#1208)
16
+
- Add `aci_l3out_provider_label` resource and data-source (#1200)
17
+
- Add `aci_relation_to_fallback_route_group` resource and data-source (#1195)
18
+
- Add attributes `pc_tag` and `scope` to `aci_vrf` (#1238)
19
+
- Allow dn based filtering for `aci_client_end_point` data-source
20
+
- Remove `flood_on_encap` and `prio` attributes and change the non required attributes to read-only in `aci_endpoint_security` data-source
21
+
- Enable toggling of escaping of HTML characters with escape_html attribute in `aci_rest_managed` payloads (#1199)
22
+
1
23
## 2.14.0 (April 5, 2024)
2
24
BUG FIXES:
3
25
- Fix support for double quotes in login password.
0 commit comments