Skip to content

Commit dcb48fa

Browse files
authored
Merge pull request #289 from KatharaFramework/develop
Kathará v3.7.5
2 parents 362ba16 + ec61ce5 commit dcb48fa

File tree

18 files changed

+58
-191
lines changed

18 files changed

+58
-191
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.4"
25+
placeholder: "3.7.5"
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.4 | :white_check_mark: |
9+
| 3.7.5 | :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.4"
3+
version = "3.7.5"
44
description = "A lightweight container-based network emulation tool."
55
readme = "README.md"
66
requires-python = ">=3.9"

scripts/Linux-Deb/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
#!/usr/bin/make -f
22

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

88
.PHONY: allSigned docker-build-image prepare-deb-source unpack-deb-source clean-output-folder copy-debian-folder download-pip build-man build-deb-unsigned build-deb-signed ppa clean venv autocompletion
99

10-
allSigned: clean prepare-deb-source docker-signed_focal docker-signed_jammy
10+
allSigned: clean prepare-deb-source docker-signed_focal docker-signed_jammy docker-signed_noble
1111

1212
docker-unsigned_%: clean prepare-deb-source docker-build-image_%
1313
docker run -ti --rm -v `pwd`/../../:/opt/kathara kathara/linux-build-deb:$* /bin/bash -c \

scripts/Linux-Deb/debian/changelog

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

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
3+
* (Docker) Fix "rp_filter" issue on all platforms and Docker versions
4+
* (Docker) Fix Docker API objects reloading
55
* Minor fixes
66

77
-- 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.4
3+
VERSION=3.7.5
44
PACKAGE_VERSION=1
55
AUR_NAME=user
66
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
__DATE__ Kathara Team <******@kathara.org>
22

33
* Release v__VERSION__
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
4+
* (Docker) Fix "rp_filter" issue on all platforms and Docker versions
5+
* (Docker) Fix Docker API objects reloading
66
* 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.4
3+
VERSION=3.7.5
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,6 @@ chmod g+s %{_libdir}/kathara/kathara
6868

6969
%changelog
7070
* __DATE__ Kathara Team <******@kathara.org> - __VERSION__-__PACKAGE_VERSION__
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
71+
- (Docker) Fix "rp_filter" issue on all platforms and Docker versions
72+
- (Docker) Fix Docker API objects reloading
7373
- 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.4
4+
VERSION=3.7.5
55
TARGET_DIRECTORY=Output
66
APPLE_DEVELOPER_CERTIFICATE_ID=FakeID
77
ROFF_DIR=../../docs/Roff

0 commit comments

Comments
 (0)