Skip to content

Commit 0096ccb

Browse files
committed
release: v0.8.2
1 parent be79ad3 commit 0096ccb

File tree

6 files changed

+20
-4
lines changed

6 files changed

+20
-4
lines changed

.gitmodules

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[submodule "openwrt"]
22
path = openwrt
33
url = https://github.com/ovh/overthebox-lede
4-
branch = otb-mptcp-19.07.10
4+
branch = otb-mptcp-19.07.10_2
55
[submodule "feeds/packages"]
66
path = feeds/packages
77
url = https://github.com/openwrt/packages

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [v0.8.2] - 2024-07-03
9+
10+
### Fixed
11+
12+
- Resolve a bug on macvlan configuration
13+
- In case of Out-Of-Memory, we kernel panic. Before we were randomly killing processes which was silently degrading the system without a clear cut
14+
- Increase timeout on curl
15+
816
## [v0.8.1] - 2023-11-21
917

1018
### Added

CHANGELOG_fr.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ Tout les changements notable de ce projet seront documenté dans ce fichier
55
Le format est basé sur [Keep a Changelog](https://keepachangelog.com/fr/1.1.0/),
66
et le projet adhère au [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [v0.8.2] - 2024-07-03
9+
10+
### Corrections
11+
12+
- Correction d'un soucis sur la configuration du macvlan
13+
- En cas de dépassement mémoire l'overthebox redémarre. Avant cette correction lors d'un dépassement mémoire les processus étaient arrêtés aléatoirement ce qui ne permettait pas de détecter le souci immédiatement.
14+
- Augmentation du timeout curl
15+
816
## [v0.8.1] - 2023-11-21
917

1018
### Ajouts

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# OverTheBox
22

3-
Version: v0.8.1
3+
Version: v0.8.2
44

55
OverTheBox is an open source solution developed by OVHcloud to aggregate and encrypt multiple internet connections and terminates it over OVHcloud infrastructure which make clients benefit security, reliability, net neutrality, as well as dedicated public IPv4.
66

0 commit comments

Comments
 (0)