Skip to content

Commit 027865a

Browse files
authored
Merge pull request #307 from KatharaFramework/306-cannot-enable-ipv6-docker
Kathará v3.7.7
2 parents 8f63323 + 5c68b3a commit 027865a

File tree

17 files changed

+121
-47
lines changed

17 files changed

+121
-47
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.6"
25+
placeholder: "3.7.7"
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.6 | :white_check_mark: |
9+
| 3.7.7 | :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.6"
3+
version = "3.7.7"
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.6
3+
VERSION=3.7.7
44
DEBIAN_PACKAGE_VERSION=1
55
LAUNCHPAD_NAME=user
66
NO_BINARY_PACKAGES=pyroute2|pyuv|deepdiff

scripts/Linux-Deb/debian/changelog

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

3-
* Fix IPv6 disabling issue
4-
* Add the possibility to exclude machines while deploying a network scenario, both from CLI and Python APIs
3+
* Properly set driver options to disable/enable IPV6
54
* Minor fixes
65

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

33
* Release v__VERSION__
4-
* Fix IPv6 disabling issue
5-
* Add the possibility to exclude machines while deploying a network scenario, both from CLI and Python APIs
4+
* Properly set driver options to disable/enable IPV6
65
* 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.6
3+
VERSION=3.7.7
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: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,5 @@ chmod g+s %{_libdir}/kathara/kathara
6868

6969
%changelog
7070
* __DATE__ Kathara Team <******@kathara.org> - __VERSION__-__PACKAGE_VERSION__
71-
- Fix IPv6 disabling issue
72-
- Add the possibility to exclude machines while deploying a network scenario, both from CLI and Python APIs
71+
- Properly set driver options to disable/enable IPV6
7372
- 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.6
4+
VERSION=3.7.7
55
TARGET_DIRECTORY=Output
66
APPLE_DEVELOPER_CERTIFICATE_ID=FakeID
77
ROFF_DIR=../../docs/Roff

0 commit comments

Comments
 (0)