Skip to content

Commit

Permalink
Bump: Release 3.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
carlbuchmann authored Dec 22, 2021
2 parents 7409292 + e025c61 commit 476df8a
Show file tree
Hide file tree
Showing 44 changed files with 2,574 additions and 29 deletions.
9 changes: 9 additions & 0 deletions ansible_collections/arista/avd/docs/release-notes/3.x.x.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

Documentation for AVD version `3.x.x` [available here](https://www.avd.sh/en/releases-v3.x.x/)

## Release 3.2.1

### Fixed isses

#### Fixed issues in eos_designs

- e3740ea7f Fix(eos_designs): Fix ip_helpers when defined under tenant vrf (#1417)
- 21a0357b5 Fix(eos_designs): Management interface renders incorrectly when set other than default (#1414)

## Release 3.2.0

### Fixed isses
Expand Down
2 changes: 1 addition & 1 deletion ansible_collections/arista/avd/galaxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ namespace: arista
name: avd

# The version of the collection. Must be compatible with semantic versioning
version: 3.2.0
version: 3.2.1

# The path to the Markdown (.md) readme file. This path is relative to the root of the collection
readme: README.md
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,19 +53,19 @@

| Management Interface | description | Type | VRF | IP Address | Gateway |
| -------------------- | ----------- | ---- | --- | ---------- | ------- |
| Management1 | oob_management | oob | MGMT | 192.168.200.102/24 | 192.168.200.5 |
| Management0 | oob_management | oob | MGMT | 192.168.200.102/24 | 192.168.200.5 |

#### IPv6

| Management Interface | description | Type | VRF | IPv6 Address | IPv6 Gateway |
| -------------------- | ----------- | ---- | --- | ------------ | ------------ |
| Management1 | oob_management | oob | MGMT | - | - |
| Management0 | oob_management | oob | MGMT | - | - |

### Management Interfaces Device Configuration

```eos
!
interface Management1
interface Management0
description oob_management
no shutdown
vrf MGMT
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,19 +48,19 @@

| Management Interface | description | Type | VRF | IP Address | Gateway |
| -------------------- | ----------- | ---- | --- | ---------- | ------- |
| Management1 | oob_management | oob | MGMT | 192.168.200.103/24 | 192.168.200.5 |
| Management0 | oob_management | oob | MGMT | 192.168.200.103/24 | 192.168.200.5 |

#### IPv6

| Management Interface | description | Type | VRF | IPv6 Address | IPv6 Gateway |
| -------------------- | ----------- | ---- | --- | ------------ | ------------ |
| Management1 | oob_management | oob | MGMT | - | - |
| Management0 | oob_management | oob | MGMT | - | - |

### Management Interfaces Device Configuration

```eos
!
interface Management1
interface Management0
description oob_management
no shutdown
vrf MGMT
Expand Down
Loading

0 comments on commit 476df8a

Please sign in to comment.