Skip to content

Commit 030d9f9

Browse files
authored
[ignore] Update CHANGELOG.md for v2.15.0 release (#1246)
1 parent e32ebc3 commit 030d9f9

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

.goreleaser.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Visit https://goreleaser.com for documentation on how to customize this
22
# behavior.
3+
version: 2
34
before:
45
hooks:
56
# this is just an example and not a requirement for provider building/publishing
@@ -53,4 +54,4 @@ release:
5354
# If you want to manually examine the release before its live, uncomment this line:
5455
# draft: true
5556
changelog:
56-
skip: true
57+
disable: true

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff 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+
123
## 2.14.0 (April 5, 2024)
224
BUG FIXES:
325
- Fix support for double quotes in login password.

0 commit comments

Comments
 (0)