Skip to content

Commit

Permalink
Bump: Release 4.10.1 (#4414)
Browse files Browse the repository at this point in the history
  • Loading branch information
ClausHolbechArista committed Aug 30, 2024
1 parent ac2bece commit 107d309
Show file tree
Hide file tree
Showing 8 changed files with 88 additions and 4 deletions.
22 changes: 22 additions & 0 deletions ansible_collections/arista/avd/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,28 @@ Arista.Avd Release Notes

.. contents:: Topics

v4.10.1
=======

Release Summary
---------------

Release 4.10.1 - See documentation on avd.arista.com for details.

Minor Changes
-------------

- Refactor(eos_designs): Optimize handling of WAN internet exits (#4372) by @gmuloc in https://github.com/aristanetworks/avd/pull/4407

Bugfixes
--------

- Fix(cv_deploy): Ensure 'AVD Configurations' container is inserted first (#4356) by @gmuloc in https://github.com/aristanetworks/avd/pull/4409
- Fix(cv_deploy): Fix Ansible Logging and increase API timeouts (#4357) by @gmuloc in https://github.com/aristanetworks/avd/pull/4408
- Fix(eos_cli_config_gen): Use the correct VRF name for ip nat profile (#4398) by @gmuloc in https://github.com/aristanetworks/avd/pull/4405
- Fix(eos_designs): Better error message when missing 'evpn_multicast' for PIM l3 interfaces (#4391) by @gmuloc in https://github.com/aristanetworks/avd/pull/4413
- Fix(eos_validate_state): Ensure graceful handling of command errors from ANTA (#4385) by @gmuloc in https://github.com/aristanetworks/avd/pull/4406

v4.10.0
=======

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -165,4 +165,4 @@ plugins:
than group_vars or host_vars
name: global_vars
version_added: 4.0.0
version: 4.10.0
version: 4.10.1
22 changes: 22 additions & 0 deletions ansible_collections/arista/avd/changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1112,6 +1112,28 @@ releases:
fragments:
- v4.10.0.yml
release_date: '2024-07-26'
4.10.1:
changes:
bugfixes:
- 'Fix(cv_deploy): Ensure ''AVD Configurations'' container is inserted first
(#4356) by @gmuloc in https://github.com/aristanetworks/avd/pull/4409'
- 'Fix(cv_deploy): Fix Ansible Logging and increase API timeouts (#4357) by
@gmuloc in https://github.com/aristanetworks/avd/pull/4408'
- 'Fix(eos_cli_config_gen): Use the correct VRF name for ip nat profile (#4398)
by @gmuloc in https://github.com/aristanetworks/avd/pull/4405'
- 'Fix(eos_designs): Better error message when missing ''evpn_multicast'' for
PIM l3 interfaces (#4391) by @gmuloc in https://github.com/aristanetworks/avd/pull/4413'
- 'Fix(eos_validate_state): Ensure graceful handling of command errors from
ANTA (#4385) by @gmuloc in https://github.com/aristanetworks/avd/pull/4406'
minor_changes:
- 'Refactor(eos_designs): Optimize handling of WAN internet exits (#4372) by
@gmuloc in https://github.com/aristanetworks/avd/pull/4407'
release_summary: 'Release 4.10.1 - See documentation on avd.arista.com for details.
'
fragments:
- v4.10.1.yml
release_date: '2024-08-30'
4.2.0:
changes:
bugfixes:
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
release_summary: |
Release 4.10.1 - See documentation on avd.arista.com for details.
bugfixes:
### Fixed issues in eos_cli_config_gen
- |-
Fix(eos_cli_config_gen): Use the correct VRF name for ip nat profile (#4398) by @gmuloc in https://github.com/aristanetworks/avd/pull/4405
### Fixed issues in eos_designs
- |-
Fix(eos_designs): Better error message when missing 'evpn_multicast' for PIM l3 interfaces (#4391) by @gmuloc in https://github.com/aristanetworks/avd/pull/4413
### Other Fixed issues
- |-
Fix(cv_deploy): Ensure 'AVD Configurations' container is inserted first (#4356) by @gmuloc in https://github.com/aristanetworks/avd/pull/4409
- |-
Fix(eos_validate_state): Ensure graceful handling of command errors from ANTA (#4385) by @gmuloc in https://github.com/aristanetworks/avd/pull/4406
- |-
Fix(cv_deploy): Fix Ansible Logging and increase API timeouts (#4357) by @gmuloc in https://github.com/aristanetworks/avd/pull/4408
minor_changes:
### Other Changes
- |-
Refactor(eos_designs): Optimize handling of WAN internet exits (#4372) by @gmuloc in https://github.com/aristanetworks/avd/pull/4407
20 changes: 20 additions & 0 deletions ansible_collections/arista/avd/docs/release-notes/4.x.x.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,26 @@ title: Release Notes for AVD 4.x.x

- Documentation for AVD version `4.x.x` [available here](https://avd.arista.com/stable/)

## Release 4.10.1

### Fixed issues in eos_cli_config_gen

- Fix(eos_cli_config_gen): Use the correct VRF name for ip nat profile (#4398) by @gmuloc in https://github.com/aristanetworks/avd/pull/4405

### Fixed issues in eos_designs

- Fix(eos_designs): Better error message when missing 'evpn_multicast' for PIM l3 interfaces (#4391) by @gmuloc in https://github.com/aristanetworks/avd/pull/4413

### Other Fixed issues

- Fix(cv_deploy): Ensure 'AVD Configurations' container is inserted first (#4356) by @gmuloc in https://github.com/aristanetworks/avd/pull/4409
- Fix(eos_validate_state): Ensure graceful handling of command errors from ANTA (#4385) by @gmuloc in https://github.com/aristanetworks/avd/pull/4406
- Fix(cv_deploy): Fix Ansible Logging and increase API timeouts (#4357) by @gmuloc in https://github.com/aristanetworks/avd/pull/4408

### Other Changes

- Refactor(eos_designs): Optimize handling of WAN internet exits (#4372) by @gmuloc in https://github.com/aristanetworks/avd/pull/4407

## Release 4.10.0

### Deprecations
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: 4.10.0
version: 4.10.1
# The path to the Markdown (.md) readme file. This path is relative to the root of the collection
readme: README.md

Expand Down
2 changes: 1 addition & 1 deletion ansible_collections/arista/avd/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# PyAVD must follow the exact same version as the Ansible collection.
# For development this should be installed as an editable install as specified in requirement-dev.txt
pyavd[ansible-collection]==4.10.0
pyavd[ansible-collection]==4.10.1
2 changes: 1 addition & 1 deletion python-avd/pyavd/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
__author__ = "Arista Networks"
__copyright__ = "Copyright 2023-2024 Arista Networks"
__license__ = "Apache 2.0"
__version__ = "4.10.0"
__version__ = "4.10.1"

__all__ = [
"get_avd_facts",
Expand Down

0 comments on commit 107d309

Please sign in to comment.