aristanetworks / avd

Arista Validated Designs
https://avd.arista.com
Apache License 2.0
251 stars 186 forks source link

Bump: pre-release 4.9.0-dev1 #4149

Closed carlbuchmann closed 1 week ago

carlbuchmann commented 1 week ago

Change Summary

Bump AVD v4.9.0-dev1

github-actions[bot] commented 1 week ago

Review docs on Read the Docs

To test this pull request:

# Create virtual environment for this testing below the current directory
python -m venv test-avd-pr-4149
# Activate the virtual environment
source test-avd-pr-4149/bin/activate
# Install all requirements including PyAVD
pip install "pyavd[ansible] @ git+https://github.com/carlbuchmann/avd.git@bump-release-4.0.0-dev1#subdirectory=python-avd" --force
# Install Ansible collection
ansible-galaxy collection install git+https://github.com/carlbuchmann/avd.git#/ansible_collections/arista/avd/,bump-release-4.0.0-dev1 --force
# Optional: Install AVD examples
cd test-avd-pr-4149
ansible-playbook arista.avd.install_examples