Skip to content

Commit 721da0f

Browse files
authored
Merge pull request #280 from KatharaFramework/develop
Kathará v3.7.4
2 parents d9d60aa + 1c487f9 commit 721da0f

File tree

21 files changed

+354
-63
lines changed

21 files changed

+354
-63
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ body:
2222
attributes:
2323
label: Kathará Version
2424
description: "Please provide the Kathará version you are using (`kathara -v`)."
25-
placeholder: "3.7.3"
25+
placeholder: "3.7.4"
2626
validations:
2727
required: true
2828
- type: textarea

SECURITY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ We release patches for security vulnerabilities only for the last version:
66

77
| Version | Supported Versions |
88
|---------|--------------------|
9-
| 3.7.3 | :white_check_mark: |
9+
| 3.7.4 | :white_check_mark: |
1010

1111
## Reporting a Vulnerability
1212

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "kathara"
3-
version = "3.7.3"
3+
version = "3.7.4"
44
description = "A lightweight container-based network emulation tool."
55
readme = "README.md"
66
requires-python = ">=3.9"

scripts/Linux-Deb/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/make -f
22

3-
VERSION=3.7.3
3+
VERSION=3.7.4
44
DEBIAN_PACKAGE_VERSION=1
55
LAUNCHPAD_NAME=user
66
NO_BINARY_PACKAGES=pyroute2|pyuv|deepdiff

scripts/Linux-Deb/debian/changelog

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
kathara (__VERSION__-__DEBIAN_PACKAGE_VERSION____UBUNTU_VERSION__) __UBUNTU_VERSION__; urgency=low
22

3-
* New CLI UI using "rich" library!
4-
* (Docker) Show progress during Docker image pull, similarly to the official "docker pull" command
5-
* (Docker) It is now correctly possible to specify a "linux/amd64" image on Apple Silicon (which can be run using Rosetta)
6-
* Add "gnome-terminal" as official supported terminal emulator
7-
* Several API improvements and bug fixes
3+
* (Docker) Fix "rp_filter" on "eth0" that was causing startup errors on some distributions
4+
* (Megalos) Fix watch methods while starting/stopping devices that were causing "lstart"/"lclean" to hang indefinitely
5+
* Minor fixes
86

97
-- Kathara Team <[email protected]> __DATE__

scripts/Linux-Pkg/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/make -f
22

3-
VERSION=3.7.3
3+
VERSION=3.7.4
44
PACKAGE_VERSION=1
55
AUR_NAME=user
66
Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
__DATE__ Kathara Team <******@kathara.org>
22

33
* Release v__VERSION__
4-
* New CLI UI using "rich" library!
5-
* (Docker) Show progress during Docker image pull, similarly to the official "docker pull" command
6-
* (Docker) It is now correctly possible to specify a "linux/amd64" image on Apple Silicon (which can be run using Rosetta)
7-
* Add "gnome-terminal" as official supported terminal emulator
8-
* Several API improvements and bug fixes
4+
* (Docker) Fix "rp_filter" on "eth0" that was causing startup errors on some distributions
5+
* (Megalos) Fix watch methods while starting/stopping devices that were causing "lstart"/"lclean" to hang indefinitely
6+
* Minor fixes

scripts/Linux-Rpm/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/make -f
22

3-
VERSION=3.7.3
3+
VERSION=3.7.4
44
PACKAGE_VERSION=1
55

66
.PHONY: all clean docker-build-image prepare-source prepare-man-pages prepare-bash-completion pack-source build

scripts/Linux-Rpm/rpm/kathara.spec

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,6 @@ chmod g+s %{_libdir}/kathara/kathara
6868

6969
%changelog
7070
* __DATE__ Kathara Team <******@kathara.org> - __VERSION__-__PACKAGE_VERSION__
71-
- New CLI UI using "rich" library!
72-
- (Docker) Show progress during Docker image pull, similarly to the official "docker pull" command
73-
- (Docker) It is now correctly possible to specify a "linux/amd64" image on Apple Silicon (which can be run using Rosetta)
74-
- Add "gnome-terminal" as official supported terminal emulator
75-
- Several API improvements and bug fixes
71+
- (Docker) Fix "rp_filter" on "eth0" that was causing startup errors on some distributions
72+
- (Megalos) Fix watch methods while starting/stopping devices that were causing "lstart"/"lclean" to hang indefinitely
73+
- Minor fixes

scripts/OSX/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/make -s
22

33
PRODUCT=Kathara
4-
VERSION=3.7.3
4+
VERSION=3.7.4
55
TARGET_DIRECTORY=Output
66
APPLE_DEVELOPER_CERTIFICATE_ID=FakeID
77
ROFF_DIR=../../docs/Roff

0 commit comments

Comments
 (0)