Releases: titom73/eos-downloader
Releases · titom73/eos-downloader
v0.10.3
What's Changed
Maintenance changes
- bump: Update urllib requirement to >=2.2.2 by @ankudinov and @titom73 in #102
- doc: Add warning for no support if deployed on EOS by @titom73 in #89
- ci: Ignore typing in EnhancedJSONEncoder for asdict by @titom73 in #98
Other Changes
- ci: bump docker/build-push-action from 5 to 6 by @dependabot in #90
- bump: bump mypy from 1.10.0 to 1.10.1 by @dependabot in #91
- ci: bump pre-commit-ci/lite-action from 1.0.2 to 1.1.0 by @dependabot in #96
- bump: bump mypy from 1.10.1 to 1.12.0 by @dependabot in #97
- bump: bump mypy from 1.12.0 to 1.13.0 by @dependabot in #100
Full Changelog: v0.10.2...v0.10.3
v0.10.2
What's Changed
Fixed issues
Other Changes
- bump: mypy from 1.8.0 to 1.10.0 by @dependabot in #85
- ci: Remove upper bounds for requirements by @titom73 in #86
- ci: Add auto-labeler and release by @titom73 in #88
Full Changelog: v0.10.1...v0.10.2
v0.10.1
v0.10.0
What's Changed
New features
Repository changes
- bump: mypy from 1.5.1 to 1.7.0 by @dependabot in #69
- bump: mypy from 1.7.0 to 1.7.1 by @dependabot in #72
- bump: update rich requirement from <13.7.0,>=13.5.2 to >=13.5.2,<13.8.0 by @dependabot in #70
- ci: bump actions/setup-python from 4 to 5 by @dependabot in #73
- bump: isort from 5.12.0 to 5.13.2 by @dependabot in #76
- bump: mypy from 1.7.1 to 1.8.0 by @dependabot in #77
- ci: bump pre-commit-ci/lite-action from 1.0.1 to 1.0.2 by @dependabot in #78
Full Changelog: v0.9.0...v0.10.0
v0.9.0
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
- ci: Implement pre-commit validation by @titom73 in #52
- doc: Add badges for code features by @titom73 in #55
- bump: bump tox from 4.10.0 to 4.11.0 by @dependabot in #54
- bump: bump tox from 4.11.0 to 4.11.1 by @dependabot in #56
- bump: bump tox from 4.11.1 to 4.11.2 by @dependabot in #57
- bump: bump tox from 4.11.2 to 4.11.3 by @dependabot in #58
- bump: update rich requirement from ~=13.5.2 to >=13.5.2,<13.7.0 by @dependabot in #63
Full Changelog: v0.8.2...v0.8.3
v0.8.2
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
- bump: Update tox version by @titom73 in #43
- bump: bump mypy from 0.991 to 1.5.1 by @dependabot in #47
- bump: bump flake8 from 4.0.1 to 6.1.0 by @dependabot in #46
Full Changelog: v0.8.1...v0.8.2
v0.8.1
v0.8.0
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
orF
) - Latest per release in a given branch like
4.28
- Latest per release type (
# 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