Skip to content

Commit 88e0d96

Browse files
authoredApr 19, 2018
Merge pull request #579 from cisco/release_1.9.0
Release 1.9.0
2 parents 0976d7f + c2927b8 commit 88e0d96

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+1295
-34
lines changed
 

‎CHANGELOG.md

+43-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,50 @@
11
Changelog
22
=========
33

4+
## [v1.9.0]
5+
6+
### New Cisco Resources
7+
* EVPN Multisite
8+
* evpn_multisite (@rahushen)
9+
* evpn_stormcontrol (@rahushen)
10+
* interface_evpn_multisite (@rahushen)
11+
12+
* TRM
13+
* evpn_multicast (@rahushen)
14+
* ip_multicast (@rahushen)
15+
16+
### Added
17+
* Extend vxlan_vtep with attributes:
18+
* `multisite_border_gateway_interface`
19+
20+
* Extend vxlan_vtep_vni with attributes:
21+
* `multisite_ingress_replication`
22+
23+
* Extend bgp_neighbor with attributes:
24+
* `peer_type`
25+
26+
* Extend bgp_neighbor_af with attributes:
27+
* `rewrite_evpn_rt_asn`
28+
29+
* Extend vrf_af with attributes:
30+
* `route_target_both_auto_mvpn`
31+
* `route_target_export_mvpn`
32+
* `route_target_import_mvpn`
33+
34+
* Extend feature with attributes:
35+
* `ngmvpn_enable`
36+
* `ngmvpn_disable`
37+
* `ngmvpn_enabled?`
38+
39+
### Changed
40+
41+
### Removed
42+
43+
### Issues Addressed
44+
445
## [v1.8.0]
546

6-
#### Cisco Resources
47+
### New Cisco Resources
748
* ObjectGroup
849
* object_group (@saichint)
950
* object_group_entry (@saichint)
@@ -513,6 +554,7 @@ Changelog
513554
[git-flow]: https://github.com/petervanderdoes/gitflow-avh
514555
[SimpleCov]: https://github.com/colszowka/simplecov
515556

557+
[v1.9.0]: https://github.com/cisco/cisco-network-node-utils/compare/v1.8.0...v1.9.0
516558
[v1.8.0]: https://github.com/cisco/cisco-network-node-utils/compare/v1.7.0...v1.8.0
517559
[v1.7.0]: https://github.com/cisco/cisco-network-node-utils/compare/v1.6.0...v1.7.0
518560
[v1.6.0]: https://github.com/cisco/cisco-network-node-utils/compare/v1.5.0...v1.6.0

‎README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ This CiscoNodeUtils gem release supports the following:
4242

4343
Platform | OS | OS Version |
4444
------------------|--------|----------------------|
45-
Cisco Nexus N9k | NX-OS | 7.0(3)I2(1) and later
46-
Cisco Nexus N3k | NX-OS | 7.0(3)I2(1) and later
45+
Cisco Nexus N9k | NX-OS | 7.0(3)I2(5) and later
46+
Cisco Nexus N3k | NX-OS | 7.0(3)I2(5) and later
4747
Cisco Nexus N3K-F | NX-OS | 7.0(3)F3(2) and later
4848
Cisco Nexus N5k | NX-OS | 7.3(0)N1(1) and later
4949
Cisco Nexus N6k | NX-OS | 7.3(0)N1(1) and later
@@ -91,7 +91,7 @@ An example configuration file (illustrating each of the above scenarios) is prov
9191

9292
The `Client` class provides a low-level interface for communicating with the Cisco network node. It provides the base APIs `create`, `get`, and `set`.
9393

94-
* `Cisco::Client::NXAPI` - client for communicating with NX-OS 7.0(3)I2(1) and later, using NX-API.
94+
* `Cisco::Client::NXAPI` - client for communicating with NX-OS 7.0(3)I2(5) and later, using NX-API.
9595

9696
For a greater level of abstraction, the `Node` class is generally used, but the `Client` classes can be invoked directly if desired.
9797

@@ -217,7 +217,7 @@ See [CHANGELOG](CHANGELOG.md) for a list of changes.
217217
## <a name="license_info">License Information</a>
218218

219219

220-
Copyright (c) 2013-2017 Cisco and/or its affiliates.
220+
Copyright (c) 2013-2018 Cisco and/or its affiliates.
221221

222222
Licensed under the Apache License, Version 2.0 (the "License");
223223
you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)