Skip to content

Commit

Permalink
[ignore] Update CHANGELOG.md for v2.15.0 release (#1246)
Browse files Browse the repository at this point in the history
  • Loading branch information
lhercot committed Jul 2, 2024
1 parent e32ebc3 commit 030d9f9
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Visit https://goreleaser.com for documentation on how to customize this
# behavior.
version: 2
before:
hooks:
# this is just an example and not a requirement for provider building/publishing
Expand Down Expand Up @@ -53,4 +54,4 @@ release:
# If you want to manually examine the release before its live, uncomment this line:
# draft: true
changelog:
skip: true
disable: true
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
## 2.15.0 (July 2, 2024)
DEPRECATIONS:
- 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.
- Deprecate `relation_fv_rs_cust_qos_pol` in `aci_endpoint_security_group` (ESG) resource

BUG FIXES:
- Add error handling in try login function for `aaa_user`
- Prevent error by setting `flood_on_encap` and `prio` for `aci_endpoint_security_group`
- Fix to avoid known after applies for children when they are not provided and not configured on APIC
- Fix import functionality for `aci_rest_managed` when brackets are present in DN

IMPROVEMENTS:
- Add `aci_netflow_record_policy` resource and data-source. (#1220)
- Add `aci_l3out_node_sid_profile` resource and data-source
- Add `aci_netflow_monitor_policy` and `aci_relation_to_netflow_exporter` resources and data-sources (#1208)
- Add `aci_l3out_provider_label` resource and data-source (#1200)
- Add `aci_relation_to_fallback_route_group` resource and data-source (#1195)
- Add attributes `pc_tag` and `scope` to `aci_vrf` (#1238)
- Allow dn based filtering for `aci_client_end_point` data-source
- Remove `flood_on_encap` and `prio` attributes and change the non required attributes to read-only in `aci_endpoint_security` data-source
- Enable toggling of escaping of HTML characters with escape_html attribute in `aci_rest_managed` payloads (#1199)

## 2.14.0 (April 5, 2024)
BUG FIXES:
- Fix support for double quotes in login password.
Expand Down

0 comments on commit 030d9f9

Please sign in to comment.