Skip to content

Commit

Permalink
release: v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AxelDum committed Jun 10, 2024
1 parent 61775fa commit 5d2299f
Show file tree
Hide file tree
Showing 7 changed files with 43 additions and 7 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,24 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

# v1.0

## [v1.0.0] - 2024-06-05
### Changed
- openwrt: Upgrade to 23.05.2
- openwrt: Upgrade linux kernel to 5.15.137 with MPTCPv1 upstream
- openwrt: Update packages to support [nftables](https://openwrt.org/docs/guide-user/firewall/misc/nftables)
- mptcp: Migration to MPTCPv1, official linux kernel implementation of [MPTCP](https://www.mptcp.dev/)
- glorytun: Upgrade to v0.3.4 a version planned for never released v0.7, this remove glorytun TCP tunnel all traffic is now transmit through a unique UDP tunnel
- shadowsocks-libev: Upgrade to support MPTCPv1
- qos: Migration to cake, which allow a better QoS configuration out-of-the-box, without user intervention
- uqmi: Improve integration of uqmi to support LTE nvme module

### Removed
- Removed glorytun-tcp, replaced by a unique UDP tunnel
- Removed iptables, replaced by netfilter
- Removed MPTCPv0, linux kernel doesn't include patch to support this implementation

# v0.9

**Device with a unique ethernet interface are no more supported**
Expand Down
20 changes: 19 additions & 1 deletion CHANGELOG_fr.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,24 @@ Tout les changements notable de ce projet seront documenté dans ce fichier
Le format est basé sur [Keep a Changelog](https://keepachangelog.com/fr/1.1.0/),
et le projet adhère au [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

# v1.0

## [v1.0.0] - 2024-06-05
### Ajouts
- openwrt: Mise à jour vers la version 23.05.2
- openwrt: Mise à jour du kernel linux en version 5.15.137 avec support de MPTCPv1
- openwrt: Mise à jour des paquets pour supporter [nftables](https://openwrt.org/docs/guide-user/firewall/misc/nftables)
- mptcp: Migration vers MPTCPv1, implementation officielle de [MPTCP](https://www.mptcp.dev/) dans le kernel linux
- glorytun: Mise à jour vers v0.3.4, une version plannifiée pour la version v0.7 qui n'a jamais été déployée, ceci enlève le tunnel glorytun TCP. L'ensemble du traffic transit désormais par un unique tunnel UDP
- shadowsocks-libev: Mise à jour pour supporter MPTCPv1
- qos: Migration vers cake, cela permet une meilleur gestion de la QoS sans intervention utilisateur
- uqmi: Amélioration de l'intégration d'uqmi pour le support des modules LTE en NVME

### Suppressions
- Suppression de glorytun-tcp, remplacé par un unique tunnel UDP
- Suppression d'iptables, remplacé par netfilter
- Suppression de MPTCPv0, le kernel linux n'inclus plus de patch pour supporter cette implémentation

# v0.9

**Les appareils avec un port ethernet unique ne sont plus supportés**
Expand Down Expand Up @@ -63,7 +81,7 @@ et le projet adhère au [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
- Résolution d'un bug sur les leds de l'OTB v2c introduit en version v0.9.0

## [v0.9.0] - 2023-05-17
### Changed
### Ajouts
- openwrt: Mise à jour en 21.02.5
- openwrt: Mise à jour du noyau linux en 5.4.217 patché avec mptcp v0.96
- openwrt: Mise à jour des packages pour le support de Distributed Switch Architecture [DSA](https://openwrt.org/docs/guide-user/network/dsa/dsa-mini-tutorial)
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# OverTheBox

Version: v0.9.4
Version: v1.0.0

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.

Expand Down Expand Up @@ -86,5 +86,5 @@ This [file](https://github.com/ovh/overthebox/blob/master/root/lib/preinit/00_re
Our solution is mainly based on:

* [OpenWRT](https://openwrt.org)
* [MultiPath TCP (MPTCP)](https://multipath-tcp.org)
* [MultiPath TCP (MPTCP)](https://www.mptcp.dev/)
* [Shadowsocks](https://shadowsocks.org)
2 changes: 1 addition & 1 deletion feeds/overthebox
2 changes: 1 addition & 1 deletion feeds/routing

0 comments on commit 5d2299f

Please sign in to comment.