Skip to content

Commit 8ca4fb3

Browse files
authored
Merge pull request #142 from eda-labs/arista_schema
update arista schemas
2 parents 82cb175 + 91cd346 commit 8ca4fb3

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

clab_connector/models/node/arista_ceos.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,11 @@ class AristaCEOSNode(Node):
2929
SUPPORTED_SCHEMA_PROFILES: ClassVar[dict[str, tuple[str, str]]] = {
3030
"4.33.2f": (
3131
"https://github.com/hellt/tmp/"
32-
"releases/download/v0.0.1-test1/eos-4.33.2f.zip"
32+
"releases/download/v0.0.1-test1/eos-4.33.2f-v1.zip"
33+
),
34+
"4.34.2f": (
35+
"https://github.com/hellt/tmp/"
36+
"releases/download/v0.0.1-test1/eos-4.34.2f-v1.zip"
3337
),
3438
}
3539

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "clab-connector"
7-
version = "0.8.4"
7+
version = "0.8.5"
88
description = "EDA Containerlab Connector"
99
readme = "README.md"
1010
requires-python = ">=3.11"

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)