-
Notifications
You must be signed in to change notification settings - Fork 64
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #216 from KatharaFramework/develop
Kathará v3.6.0
- Loading branch information
Showing
93 changed files
with
3,430 additions
and
487 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,60 @@ | ||
[project] | ||
name = "kathara" | ||
version = "3.6.0" | ||
description = "A lightweight container-based emulation system." | ||
readme = "README.md" | ||
requires-python = ">=3.9" | ||
license = { file = "LICENSE" } | ||
keywords = ["NETWORK-EMULATION", "CONTAINERS", "NFV"] | ||
authors = [ | ||
{ name = "Kathara Framework", email = "contact@kathara.org" } # Optional | ||
] | ||
|
||
maintainers = [ | ||
{ name = "Tommaso Caiazzi", email = "contact@kathara.org" }, # Optional | ||
{ name = "Mariano Scazzariello", email = "contact@kathara.org" }, # Optional | ||
{ name = "Lorenzo Ariemma", email = "contact@kathara.org" }, # Optional | ||
] | ||
|
||
classifiers = [ | ||
"Development Status :: 5 - Production/Stable", | ||
"Intended Audience :: Science/Research", | ||
"Intended Audience :: Education", | ||
"Intended Audience :: Telecommunications Industry", | ||
"Topic :: Software Development :: Build Tools", | ||
"License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)", | ||
"Programming Language :: Python :: 3.9", | ||
"Programming Language :: Python :: 3.10", | ||
"Programming Language :: Python :: 3.11" | ||
] | ||
|
||
dependencies = [ | ||
"binaryornot>=0.4.4", | ||
"docker>=6.0.1", | ||
"kubernetes>=23.3.0", | ||
"requests>=2.22.0", | ||
"coloredlogs>=10.0", | ||
"terminaltables>=3.1.0", | ||
"slug>=2.0", | ||
"deepdiff==6.2.2", | ||
"pyroute2>=0.5.19", | ||
"progressbar2>=1.14.0", | ||
"fs>=2.4.16", | ||
"libtmux>=0.8.2; platform_system == 'darwin' or platform_system == 'linux'", | ||
"appscript>=1.1.0; platform_system == 'darwin'", | ||
"pypiwin32>=223; platform_system == 'win32'", | ||
"windows-curses>=2.1.0; platform_system == 'win32'" | ||
] | ||
|
||
[project.optional-dependencies] | ||
pyuv = ["pyuv @ https://api.github.com/repos/saghul/pyuv/tarball/master"] | ||
test = ["pytest"] | ||
|
||
[project.urls] | ||
"Homepage" = "https://www.kathara.org" | ||
"Bug Reports" = "https://github.com/KatharaFramework/Kathara/issues" | ||
"Source" = "https://github.com/KatharaFramework/Kathara" | ||
|
||
[build-system] | ||
requires = ["setuptools>=61.2", "wheel"] | ||
build-backend = "setuptools.build_meta" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,10 @@ | ||
kathara (__VERSION__-__DEBIAN_PACKAGE_VERSION____UBUNTU_VERSION__) __UBUNTU_VERSION__; urgency=low | ||
|
||
* (Docker) Raise a custom exception when a binary is not found in the container image | ||
* (Kubernetes) Return the control to the user only when all devices are started up or cleaned up | ||
* (Kubernetes) Fix possible VNI collisions by loading already deployed networks before creating new ones | ||
* Add '--shared' option to start commands that allows to mount shared folder, overriding the value defined in 'kathara.conf' | ||
* Add '--hosthome' option to start commands that allows to mount home folder, overriding the value defined in 'kathara.conf' | ||
* Add filesystem abstraction that allows Python users to manage network scenarios' files and configurations in memory, without requiring any underlying host filesystem | ||
* Add '.toml' setup file as requested by Python 3.11 specifications | ||
* Fix Quagga permissions that prevent from writing configurations inside 'vtysh' | ||
* Fix deprecation Warnings of 'libtmux' (thanks to Marcel Großmann) | ||
* Add unit tests for CLI commands | ||
* Minor fixes | ||
|
||
-- Mariano Scazzariello <******@gmail.com> __DATE__ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
#!/usr/bin/make -f | ||
|
||
VERSION=3.5.5 | ||
VERSION=3.6.0 | ||
PACKAGE_VERSION=1 | ||
AUR_NAME=user | ||
AUR_MAIL=contact@kathara.org | ||
|
Oops, something went wrong.