Skip to content

Commit

Permalink
Bump: Release 4.10.2 (#4438)
Browse files Browse the repository at this point in the history
  • Loading branch information
carlbuchmann authored Sep 6, 2024
1 parent 1cec539 commit ba4e873
Show file tree
Hide file tree
Showing 8 changed files with 50 additions and 4 deletions.
14 changes: 14 additions & 0 deletions ansible_collections/arista/avd/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,20 @@ Arista.Avd Release Notes

.. contents:: Topics

v4.10.2
=======

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

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

Bugfixes
--------

- Fix(eos_designs): Fix context vars for custom interface description templates by @ClausHolbechArista in https://github.com/aristanetworks/avd/pull/4437
- Fix(plugins): Support zeroes in interface numbers for range_expand by @ClausHolbechArista in https://github.com/aristanetworks/avd/pull/4430

v4.10.1
=======

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.1
version: 4.10.2
13 changes: 13 additions & 0 deletions ansible_collections/arista/avd/changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1134,6 +1134,19 @@ releases:
fragments:
- v4.10.1.yml
release_date: '2024-08-30'
4.10.2:
changes:
bugfixes:
- 'Fix(eos_designs): Fix context vars for custom interface description templates
by @ClausHolbechArista in https://github.com/aristanetworks/avd/pull/4437'
- 'Fix(plugins): Support zeroes in interface numbers for range_expand by @ClausHolbechArista
in https://github.com/aristanetworks/avd/pull/4430'
release_summary: 'Release 4.10.2 - See documentation on avd.arista.com for details.
'
fragments:
- v4.10.2.yml
release_date: '2024-09-06'
4.2.0:
changes:
bugfixes:
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
release_summary: |
Release 4.10.2 - See documentation on avd.arista.com for details.
bugfixes:
### Fixed issues in eos_designs
- |-
Fix(eos_designs): Fix context vars for custom interface description templates by @ClausHolbechArista in https://github.com/aristanetworks/avd/pull/4437
### Other Fixed issues
- |-
Fix(plugins): Support zeroes in interface numbers for range_expand by @ClausHolbechArista in https://github.com/aristanetworks/avd/pull/4430
10 changes: 10 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,16 @@ 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.2

### Fixed issues in eos_designs

- Fix(eos_designs): Fix context vars for custom interface description templates by @ClausHolbechArista in https://github.com/aristanetworks/avd/pull/4437

### Other Fixed issues

- Fix(plugins): Support zeroes in interface numbers for range_expand by @ClausHolbechArista in https://github.com/aristanetworks/avd/pull/4430

## Release 4.10.1

### Fixed issues in eos_cli_config_gen
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.1
version: 4.10.2
# 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.1
pyavd[ansible-collection]==4.10.2
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.1"
__version__ = "4.10.2"

__all__ = [
"get_avd_facts",
Expand Down

0 comments on commit ba4e873

Please sign in to comment.