summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
-rw-r--r--kathara.changelog12
-rw-r--r--kathara.tar.gzbin160801 -> 163849 bytes
4 files changed, 12 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 99337b539b9e..89c943421595 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = kathara
pkgdesc = Lightweight network emulation system based on Docker containers.
- pkgver = 3.0.6
+ pkgver = 3.1.0
pkgrel = 1
url = https://www.kathara.org/
install = kathara.install
@@ -9,6 +9,7 @@ pkgbase = kathara
license = GPL3
makedepends = python>=3.5.0
makedepends = python-pip
+ makedepends = chrpath
optdepends = docker: for running network scenarios in a local environment
optdepends = xterm: for opening devices terminals
source = kathara.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 19d11e73e90e..0cca27cd80f4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=kathara
-pkgver=3.0.6
+pkgver=3.1.0
pkgrel=1
pkgdesc="Lightweight network emulation system based on Docker containers."
arch=('x86_64')
@@ -7,7 +7,7 @@ url="https://www.kathara.org/"
license=('GPL3')
install="kathara.install"
changelog="kathara.changelog"
-makedepends=('python>=3.5.0' 'python-pip')
+makedepends=('python>=3.5.0' 'python-pip' 'chrpath')
optdepends=(
'docker: for running network scenarios in a local environment'
'xterm: for opening devices terminals'
diff --git a/kathara.changelog b/kathara.changelog
index f2550ebddc30..c1343bcd113f 100644
--- a/kathara.changelog
+++ b/kathara.changelog
@@ -1,5 +1,9 @@
-Thu, 18 Feb 2021 12:54:44 +0000 Mariano Scazzariello <marianoscazzariello@gmail.com>
+Sat, 20 Mar 2021 21:44:45 +0000 Kathara Team <contact@kathara.org>
-* Release v3.0.6
- * Fix ltest exec commands
- * Fix check command
+* Release v3.1.0
+ * Add option to specify number of terminals to open for a device
+ * Add advanced port forwarding options
+ * Add sysctl option in vstart
+ * Minor fixes (fix lstart directory parsing)
+ * Bump Dockerpy version to 4.4.0 and use max_pool_size = cpu_count with no limit (before the limit was 10)
+ * Fix Kubernetes timeout on big list requests
diff --git a/kathara.tar.gz b/kathara.tar.gz
index c685aa390969..52bdaf86f35d 100644
--- a/kathara.tar.gz
+++ b/kathara.tar.gz
Binary files differ