Skip to content

v0.8.0

Compare
Choose a tag to compare
@titom73 titom73 released this 21 Apr 08:16
· 54 commits to main since this release

New Features

  • a6d7278: Add a new cli command to list available version on Arista.com
ardl info eos-versions -rtype m --branch 4.28
['4.28.6.1M', '4.28.6M', '4.28.5.1M', '4.28.5M', '4.28.4M', '4.28.3M']
  • a6d7278: Add option to ardl get eos to get latest version
    • Latest per release type (M or F)
    • Latest per release in a given branch like 4.28
# Get latest M release
❯ ardl get eos --latest -rtype m
🪐 eos-downloader is starting...
    - Image Type: default
    - Version: None
🔎  Searching file EOS-4.29.3M.swi
    -> Found file at /support/download/EOS-USA/Active Releases/4.29/EOS-4.29.3M/EOS-4.29.3M.swi
...
✅  Downloaded file is correct.
✅  processing done !

# Get latest M release in branch 4.23
❯ ardl get eos --latest -rtype m --branch 4.23
🪐 eos-downloader is starting...
    - Image Type: default
    - Version: None
🔎  Searching file EOS-4.23.13M.swi
    -> Found file at /support/download/EOS-USA/Active Releases/4.23/EOS-4.23.13M/EOS-4.23.13M.swi
...
✅  Downloaded file is correct.
✅  processing done !
  • a6d7278: Docker image is now published on Github Container Registry: ghcr.io/titom73/eos-downloader:dev

  • a6d7278: Docker image now use CLI as ENTRYPOINT. You can now directly pass CLI option with CLI

docker run --rm ghcr.io/titom73/eos-downloader:dev get eos --latest -rtype m
🪐 eos-downloader is starting...
    - Image Type: default
    - Version: None
🔎  Searching file EOS-4.29.3M.swi
    -> Found file at /support/download/EOS-USA/Active Releases/4.29/EOS-4.29.3M/EOS-4.29.3M.swi