From 030d9f91d68b6d25913ea57d93d2bcbdf20285fd Mon Sep 17 00:00:00 2001 From: Lionel Hercot Date: Tue, 2 Jul 2024 10:32:59 +0200 Subject: [PATCH] [ignore] Update CHANGELOG.md for v2.15.0 release (#1246) --- .goreleaser.yml | 3 ++- CHANGELOG.md | 22 ++++++++++++++++++++++ 2 files changed, 24 insertions(+), 1 deletion(-) diff --git a/.goreleaser.yml b/.goreleaser.yml index 9f7b7785a..58c791019 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -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 @@ -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 diff --git a/CHANGELOG.md b/CHANGELOG.md index 8b4814293..06fbe11bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.