summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortcaiazzi2023-05-24 10:38:06 +0000
committertcaiazzi2023-05-24 10:38:06 +0000
commitc4bfecf2c1cc9ba0113f5e947568004f4d22d06b (patch)
tree38e9e039e18ab5f0c16ca0cf820b9a156ec1327b
parent625dec48921e419bb98afa62559a2bcd0108261d (diff)
downloadaur-c4bfecf2c1cc9ba0113f5e947568004f4d22d06b.tar.gz
Bump to v3.6.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
-rw-r--r--kathara.changelog15
3 files changed, 13 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fb6d4cab146b..cc780e672080 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = kathara
pkgdesc = Lightweight network emulation system based on Docker containers.
- pkgver = 3.5.5
- pkgrel = 2
+ pkgver = 3.6.0
+ pkgrel = 1
url = https://www.kathara.org/
install = kathara.install
changelog = kathara.changelog
@@ -15,7 +15,7 @@ pkgbase = kathara
optdepends = docker: for running network scenarios in a local environment
optdepends = xterm: for opening devices terminals
optdepends = tmux: for opening many devices terminals
- source = https://github.com/KatharaFramework/Kathara/archive/refs/tags/3.5.5.tar.gz
+ source = https://github.com/KatharaFramework/Kathara/archive/refs/tags/3.6.0.tar.gz
md5sums = SKIP
pkgname = kathara
diff --git a/PKGBUILD b/PKGBUILD
index af03b355a2f2..bbb9c18a3fd0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=kathara
-pkgver=3.5.5
-pkgrel=2
+pkgver=3.6.0
+pkgrel=1
pkgdesc="Lightweight network emulation system based on Docker containers."
arch=('any')
url="https://www.kathara.org/"
diff --git a/kathara.changelog b/kathara.changelog
index 31b8919c0291..981a78fd5866 100644
--- a/kathara.changelog
+++ b/kathara.changelog
@@ -1,8 +1,9 @@
-Wed, 24 May 2023 09:04:36 +0000 Kathara Team <******@kathara.org>
+Wed, 24 May 2023 10:37:59 +0000 Kathara Team <******@kathara.org>
-* Release v3.5.5
- * (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' \ No newline at end of file
+* Release v3.6.0
+ * 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 \ No newline at end of file