Skip to content

Releases: titom73/eos-downloader

v0.10.2

28 May 15:23
Compare
Choose a tag to compare

What's Changed

Fixed issues

  • fix: Fix an issue where CLI reported incorrect download by @titom73 in #87

Other Changes

Full Changelog: v0.10.1...v0.10.2

v0.10.1

15 Apr 16:25
Compare
Choose a tag to compare

What's Changed

  • fix(eos_downloader): Add User Agent in HTTP requests by @titom73 in #82

Full Changelog: v0.10.0...v0.10.1

v0.10.0

20 Mar 17:40
Compare
Choose a tag to compare

What's Changed

New features

  • feat(cli): tag image with latest when dowloaded with --latest option by @titom73 in #80

Repository changes

Full Changelog: v0.9.0...v0.10.0

v0.9.0

03 Oct 11:49
d11d1d5
Compare
Choose a tag to compare

What's Changed

Breaking Changes

Main

  • fix(ardl.cli): Implement --version as standard cli by @titom73 in #64
  • feat(cli): Add support for CLI shortcut by @titom73 in #53
  • doc: exemple to get latest version by @titom73 in #65

Other changes

Full Changelog: v0.8.2...v0.8.3

v0.8.2

29 Aug 08:37
7c23724
Compare
Choose a tag to compare

What's Changed

  • bump: Update pydantic, rich and Click requirements by @titom73 in #42
  • bump: update pydantic requirement from <2.0.0,>=1.10.4 to >=1.10.4,<3.0.0 by @dependabot in #45

Documentation

  • doc: Create a code of conduct documentation by @titom73 in #39
  • doc: Remove badge since service is not working by @titom73 in #40
  • chore: Implement bumpver for release & doc by @titom73 in #49

Development packages bump

Full Changelog: v0.8.1...v0.8.2

v0.8.1

13 May 13:56
469e8ef
Compare
Choose a tag to compare

Bug Fixes

  • #31: fix(eos_download.models.version): Support rtype to be optional
  • #36: make(docker): Fix an issue when building docker image on release

v0.8.0

21 Apr 08:16
Compare
Choose a tag to compare

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

v0.7.1

15 Feb 13:53
ceff1c6
Compare
Choose a tag to compare

v0.7.1

Bug fixes

  • 69e4156 [fix] Resolve issue where CLI is not imported
  • ceff1c6 [fix] Resolve issue where ardl is not installed correctly (#24)

v0.7.0

03 Feb 09:36
cd482fe
Compare
Choose a tag to compare

v0.7.0

Features

  • 2155aab [cli] Implement native python cli (#21)
  • b1ec40f [feat] Cleanup download after docker import (#19)

v0.6.0

02 Nov 12:09
6b8c34e
Compare
Choose a tag to compare

v0.6.0

Features

  • dbe70f2 [feat] Add better error handling for authentication (#16)

Bug fixes

  • 6b8c34e [fix] Import QUEMU path for eve installation (#18)

Documentation

  • e92e031 [Doc] Fix incorrect CI file path (#9)
  • 6a0a979 [Doc] Update readme with badge

Other changes

  • 1dd01a4 [actions] CI: Fix syntax issue in workflow
  • abf229e [docker] Build system: Add Docker file with Docker client (#7)
  • cd7b6a3 [pytest] CI: Enhance coverage for eos-downloader (#8)