Skip to content
Snippets Groups Projects
Verified Commit 211fa513 authored by Karel Koci's avatar Karel Koci :metal:
Browse files

Release version 14.0.0

Added
* `uci_anonymize` function that replaces UCI value with asterisks. It is
  a way to include option in report without getting the real value.
* Notification module's UCI configuration
* (re)Foris module
* Sentinel module
* HaaS module
* opkg configuration to package module
* firmare (uboot) module now queries also for versions of U-Boot, rescue
  image and secure firmware

Changed
* Key in wireless configuration is now anonymized instead of being
  filtered out
* Wireguard's private key and preshared keys are now anynimized
* PPPoE password is now anonymized
* serial-number, os-release, uname and uptime modules were merged to
  single system-info module
* netstat module now uses `ss` instead of `netstat` and thus provides
  even more info and was renamed to `sockets`
* utility function `dump_file` now support multiple files (intended to
  be used with globs)
* module uboot renamed to firmware

Fixed
* `ps` command in dns module is now explicitly busybox implementation

Removed
* nikola module
parent be190621
Branches
Tags v11.3
No related merge requests found
......@@ -5,7 +5,7 @@ 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).
## [Unreleased]
## [14.0.0] - 2021-06-01
### Added
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment