From 650cccc1a168048251c1e315fcedc968497cd7c6 Mon Sep 17 00:00:00 2001 From: Hylke Visser Date: Fri, 23 Jul 2021 11:40:06 +0200 Subject: [PATCH 1/2] data: Update external repositories --- data/lorawan-devices | 2 +- data/lorawan-frequency-plans | 2 +- data/lorawan-webhook-templates | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/data/lorawan-devices b/data/lorawan-devices index c6c47dc515..b25b52584c 160000 --- a/data/lorawan-devices +++ b/data/lorawan-devices @@ -1 +1 @@ -Subproject commit c6c47dc515b86bd40246a8c0eb99e421ed11c02a +Subproject commit b25b52584c0f606b455e3a566c89623cd1525bcc diff --git a/data/lorawan-frequency-plans b/data/lorawan-frequency-plans index de95b74b3f..cb60333c06 160000 --- a/data/lorawan-frequency-plans +++ b/data/lorawan-frequency-plans @@ -1 +1 @@ -Subproject commit de95b74b3f3735dcfc8503c4ca03e17249dd6751 +Subproject commit cb60333c065341e094a071b800feecf4c87f2896 diff --git a/data/lorawan-webhook-templates b/data/lorawan-webhook-templates index 6a3a2a653b..c97333d18e 160000 --- a/data/lorawan-webhook-templates +++ b/data/lorawan-webhook-templates @@ -1 +1 @@ -Subproject commit 6a3a2a653b8e9dda133095e3f67e936f01988753 +Subproject commit c97333d18ea93de4ed174e5ba6b5dcaf0f2eec92 From 1dde7372a085dc1f706fc5aa7dca97395d7cb685 Mon Sep 17 00:00:00 2001 From: Hylke Visser Date: Fri, 23 Jul 2021 11:40:53 +0200 Subject: [PATCH 2/2] all: Bump to version 3.14.0 --- CHANGELOG.md | 21 ++++++++++++++++----- SECURITY.md | 4 ++-- 2 files changed, 18 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b89a735651..031109a672 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,20 @@ For details about compatibility between different releases, see the **Commitment ### Added +### Changed + +### Deprecated + +### Removed + +### Fixed + +### Security + +## [3.14.0] - 2021-07-23 + +### Added + - Gateway antenna placement; unknown, indoor or outdoor. This can now be specified with CLI, e.g. for the first antenna: `ttn-lw-cli gateways set --antenna.index 0 --antenna.placement OUTDOOR`. The antenna placement will be reported to Packet Broker Mapper. - This requires a database schema migration (`ttn-lw-stack is-db migrate`) because of the added columns. - Payload formatter length validation in the Console. @@ -45,8 +59,6 @@ For details about compatibility between different releases, see the **Commitment - The search RPCs no longer require fields to be specified in the field mask when those fields are already specified as filters. - When generating client configuration with the CLI `use` command, automatically set the correct Identity Server and OAuth Server addresses for The Things Stack Cloud and The Things Stack Community Edition. -### Deprecated - ### Removed - The `old` log format. @@ -64,8 +76,6 @@ For details about compatibility between different releases, see the **Commitment - Rate limiting for `GatewayRegistry.GetGatewayIdentifiersForEUI` is now applied per gateway EUI. - Network Server ensures that the Band ID in the end device version identifiers match the configured Frequency Plan of the device. -### Security - ## [3.13.3] - 2021-07-02 ### Added @@ -1658,7 +1668,8 @@ For details about compatibility between different releases, see the **Commitment -[unreleased]: https://github.com/TheThingsNetwork/lorawan-stack/compare/v3.13.3...v3.13 +[unreleased]: https://github.com/TheThingsNetwork/lorawan-stack/compare/v3.14.0...v3.14 +[3.14.0]: https://github.com/TheThingsNetwork/lorawan-stack/compare/v3.13.3...v3.14.0 [3.13.3]: https://github.com/TheThingsNetwork/lorawan-stack/compare/v3.13.2...v3.13.3 [3.13.2]: https://github.com/TheThingsNetwork/lorawan-stack/compare/v3.13.1...v3.13.2 [3.13.1]: https://github.com/TheThingsNetwork/lorawan-stack/compare/v3.13.0...v3.13.1 diff --git a/SECURITY.md b/SECURITY.md index fb06ce4e4d..80e1acf2fb 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -6,9 +6,9 @@ We provide security fixes for the two most recent minor versions of the v3 major | Version | Supported | | --------------- | ------------------ | -| 3.11.x and below | :warning: | -| 3.12.x | :white_check_mark: | +| 3.12.x and below | :warning: | | 3.13.x | :white_check_mark: | +| 3.14.x | :white_check_mark: | ## Reporting a Vulnerability