Skip to content

Commit 0e73ab3

Browse files
committed
Update changelog for v0.7.0 release.
1 parent 139d1cf commit 0e73ab3

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
## 0.7.0 (May 26, 2021)
2+
BREAKING CHANGE:
3+
- Fix "ctrl" attribute issues with list of items in OSPF Interface Policy resource/datasource.
4+
- Fix "enforce_rtctrl" attribute issues with list of items in L3 Outside resource/datasource.
5+
- Change aci_stp_if_pol resource name to aci_spanning_tree_interface_policy name
6+
7+
BUG FIXES:
8+
- Update aci_spanning_tree_interface_policy documentation to add description attribute.
9+
- Stop control(ctrl) from being added repeatedly when set to "unspecified" in OSPF Interface Policy, Subnet and STP Interface Policy resources.
10+
- Add alloc_mode in documentation of aci_vlan_pool datasource and update resource example.
11+
- Fix aci_l3out_path_attachment to accept custom MTU values.
12+
- Fix relation_infra_rs_spine_acc_node_p_grp issue in aci_spine_switch_association resource.
13+
114
## 0.6.0 (May 11, 2021)
215
IMPROVEMENTS:
316
- Updated documentation and examples for new terraform required_provider syntax.

go.sum

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,6 @@ github.com/cheggaaa/pb v1.0.27/go.mod h1:pQciLPpbU0oxA0h+VJYYLxO+XeDQb5pZijXscXH
7070
github.com/chzyer/logex v1.1.10/go.mod h1:+Ywpsq7O8HXn0nuIou7OrIPyXbp3wmkHB+jjWRnGsAI=
7171
github.com/chzyer/readline v0.0.0-20161106042343-c914be64f07d/go.mod h1:nSuG5e5PlCu98SY8svDHJxuZscDgtXS6KTTbou5AhLI=
7272
github.com/chzyer/test v0.0.0-20180213035817-a1ea475d72b1/go.mod h1:Q3SI9o4m/ZMnBNeIyt5eFwwo7qiLfzFZmjNmxjkiQlU=
73-
github.com/ciscoecosystem/aci-go-client v1.11.0 h1:q3Uif50ZVLPLg2c9i0DV7b4xc3+9npenlzMKCm5es0g=
74-
github.com/ciscoecosystem/aci-go-client v1.11.0/go.mod h1:fhY7vWysK655g3Yp5Fz4Zje/JN4+moRe8RjwiRy0amQ=
7573
github.com/ciscoecosystem/aci-go-client v1.11.2 h1:niqmOIinZ70vxU4jFgURkk12afNot7sOq0Vn3FnWVCM=
7674
github.com/ciscoecosystem/aci-go-client v1.11.2/go.mod h1:fhY7vWysK655g3Yp5Fz4Zje/JN4+moRe8RjwiRy0amQ=
7775
github.com/client9/misspell v0.3.4/go.mod h1:qj6jICC3Q7zFZvVWo7KLAzC3yx5G7kyvSDkc90ppPyw=

0 commit comments

Comments
 (0)