Skip to content

Commit

Permalink
release: v1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
AxelDum committed Oct 22, 2024
1 parent fc7bc6c commit e5e9068
Show file tree
Hide file tree
Showing 4 changed files with 39 additions and 2 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,24 @@ 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.3] - 2024-10-21
### Changed
- system: Upgrade to [openWRT 23.05.5](https://openwrt.org/releases/23.05/notes-23.05.5)
- system: Update luci feeds to [c344ad02a06a92fb9d8fab237cfc878a06b71ffd](https://github.com/openwrt/luci/tree/c344ad02a06a92fb9d8fab237cfc878a06b71ffd)
- system: Update package feeds to [df37b4e764207e82347c38f1efa4f0fd2c87d4ab](https://github.com/openwrt/packages/tree/df37b4e764207e82347c38f1efa4f0fd2c87d4ab)
- system: Update routing feeds to [e351d1e623e9ef2ab78f28cb1ce8d271d28c902d](https://github.com/openwrt/routing/tree/e351d1e623e9ef2ab78f28cb1ce8d271d28c902d)
- mptcpd: Upgrade to [v0.12](https://github.com/multipath-tcp/mptcpd/releases/tag/v0.12)
- otb-action-speedtest: Change default behavior to use interactive formatting, use -j parameter for json output

### Fixed
- glorytun: Take in account link set in backup
- glorytun: Use auto rate which improve behaviour
- overthebox: Suppress mmcli error output in scripts to avoid unnecessary logs
- luci: Fix an issue on multipath graph when a label with space was set
- otb-action-speedtest: Script output a compliant json when used with -j parameter

### Removed
- luci: Removed deprecated traffic control options from interface configuration pages.

## [v1.0.2] - 2024-10-02
### Added
Expand Down
19 changes: 19 additions & 0 deletions CHANGELOG_fr.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,25 @@ et le projet adhère au [Semantic Versioning](https://semver.org/spec/v2.0.0.htm

# v1.0

## [v1.0.3] - 2024-10-21
### Modifications
- system: Mise à jour vers [openWRT 23.05.5](https://openwrt.org/releases/23.05/notes-23.05.5)
- system: Mise à jour des feeds luci vers [c344ad02a06a92fb9d8fab237cfc878a06b71ffd](https://github.com/openwrt/luci/tree/c344ad02a06a92fb9d8fab237cfc878a06b71ffd)
- system: Mise à jour des feeds package vers [df37b4e764207e82347c38f1efa4f0fd2c87d4ab](https://github.com/openwrt/packages/tree/df37b4e764207e82347c38f1efa4f0fd2c87d4ab)
- system: Mise à jour des feeds routing vers [e351d1e623e9ef2ab78f28cb1ce8d271d28c902d](https://github.com/openwrt/routing/tree/e351d1e623e9ef2ab78f28cb1ce8d271d28c902d)
- mptcpd: Mise à jour vers [v0.12](https://github.com/multipath-tcp/mptcpd/releases/tag/v0.12)
- otb-action-speedtest: Par défaut, le script utilise le format interactif, ajout du paramètre -j pour format json.

### Corrections
- glorytun: Prise en compte des liens mis en backup
- glorytun: Passage du rate limit en auto, ce qui améliore le comportement
- overthebox: Les erreurs de l'outil mmcli ne sont plus prises en compte dans les scripts pour éviter des logs inutiles
- luci: Résolution d'un problème sur le graph multipath quand l'interface utilise un label avec un espace
- otb-action-speedtest: Le script renvoie un json au format correct lorsqu'il est utilisé avec le paramètre -j

### Suppressions
- luci: Les options de controle de traffic dépréciées ont été supprimé des pages de configurations d'interface

## [v1.0.2] - 2024-10-02
### Ajouts
- luci: Ajout d'une section aide avec les liens vers la documentation ovhcloud et openwrt
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# OverTheBox

Version: v1.0.2
Version: v1.0.3

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

0 comments on commit e5e9068

Please sign in to comment.