Skip to content

Commit

Permalink
Merge pull request #4562 from TheThingsNetwork/release/v3.14.2
Browse files Browse the repository at this point in the history
Release v3.14.2
  • Loading branch information
KrishnaIyer authored Aug 27, 2021
2 parents fefda91 + 3841bdf commit 7663069
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 9 deletions.
21 changes: 16 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,20 @@ For details about compatibility between different releases, see the **Commitment

### Added

### Changed

### Deprecated

### Removed

### Fixed

### Security

## [3.14.2] - 2021-08-27

### Added

- CLI warnings about insecure connections.
- CLI warnings about using the `--all` flag.
- Packet Broker network listed switch in the Console.
Expand All @@ -32,8 +46,6 @@ For details about compatibility between different releases, see the **Commitment
- Show a per-device report when errors occur.
- More structural changes to the process to improve UX.

### Deprecated

### Removed

- Packet Broker mutual TLS authentication; only OAuth 2.0 is supported now.
Expand All @@ -56,8 +68,6 @@ For details about compatibility between different releases, see the **Commitment
- End device session keys handling in the Console.
- Byte input width in Safari in the Console.

### Security

## [3.14.1] - 2021-08-06

### Added
Expand Down Expand Up @@ -1728,7 +1738,8 @@ For details about compatibility between different releases, see the **Commitment
<!--
NOTE: These links should respect backports. See https://github.com/TheThingsNetwork/lorawan-stack/pull/1444/files#r333379706.
-->
[unreleased]: https://github.com/TheThingsNetwork/lorawan-stack/compare/v3.14.1...v3.14
[unreleased]: https://github.com/TheThingsNetwork/lorawan-stack/compare/v3.14.2...v3.14
[3.14.2]: https://github.com/TheThingsNetwork/lorawan-stack/compare/v3.14.1...v3.14.2
[3.14.1]: https://github.com/TheThingsNetwork/lorawan-stack/compare/v3.14.0...v3.14.1
[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
Expand Down
2 changes: 1 addition & 1 deletion data/lorawan-devices
Submodule lorawan-devices updated 60 files
+3 −7 vendor/index.yaml
+2 −2 vendor/izinto/izi-io-4840-grid.yaml
+2 −2 vendor/izinto/izi-io-4840-heat.yaml
+3 −3 vendor/keller/adt1-box.yaml
+3 −3 vendor/keller/adt1-tube.yaml
+3 −3 vendor/keller/arc1-box.yaml
+3 −3 vendor/keller/arc1-tube.yaml
+1 −0 vendor/netvox/index.yaml
+29 −7 vendor/netvox/payload/r311w.js
+ vendor/netvox/photos/r718wa.jpg
+93 −0 vendor/netvox/r718wa-codec.yaml
+69 −0 vendor/netvox/r718wa.yaml
+52 −0 vendor/origoelec/ed10w-profile-868.yaml
+52 −0 vendor/origoelec/ed10w-profile-915.yaml
+52 −0 vendor/origoelec/ed10w-profile-923.yaml
+ vendor/origoelec/ed10w.png
+162 −0 vendor/origoelec/ed10w.yaml
+52 −0 vendor/origoelec/ed20w-profile-868.yaml
+52 −0 vendor/origoelec/ed20w-profile-915.yaml
+52 −0 vendor/origoelec/ed20w-profile-923.yaml
+ vendor/origoelec/ed20w.png
+148 −0 vendor/origoelec/ed20w.yaml
+6 −0 vendor/origoelec/index.yaml
+1 −0 vendor/strega/index.yaml
+51 −0 vendor/strega/motorized-valve-codec.yaml
+52 −0 vendor/strega/motorized-valve-profile-868.yaml
+52 −0 vendor/strega/motorized-valve-profile-915.yaml
+52 −0 vendor/strega/motorized-valve-profile-923.yaml
+608 −0 vendor/strega/motorized-valve.js
+ vendor/strega/motorized-valve.png
+115 −0 vendor/strega/motorized-valve.yaml
+0 −0 vendor/strega/smart-emitter-codec.yaml
+2 −2 vendor/strega/smart-emitter-profile-868.yaml
+2 −2 vendor/strega/smart-emitter-profile-915.yaml
+2 −2 vendor/strega/smart-emitter-profile-923.yaml
+ vendor/strega/smart-emitter.png
+2 −2 vendor/strega/smart-emitter.yaml
+0 −0 vendor/strega/smart-switch-codec.yaml
+2 −2 vendor/strega/smart-switch-profile-868.yaml
+2 −2 vendor/strega/smart-switch-profile-915.yaml
+2 −2 vendor/strega/smart-switch-profile-923.yaml
+ vendor/strega/smart-switch.png
+2 −2 vendor/strega/smart-switch.yaml
+0 −0 vendor/strega/smart-valve-codec.yaml
+ vendor/strega/smart-valve-package.png
+2 −2 vendor/strega/smart-valve-profile-868.yaml
+2 −2 vendor/strega/smart-valve-profile-915.yaml
+2 −2 vendor/strega/smart-valve-profile-923.yaml
+1 −1 vendor/strega/smart-valve.js
+ vendor/strega/smart-valve.png
+3 −3 vendor/strega/smart-valve.yaml
+1 −1 vendor/teneo-iot/co2-stoplicht-profile.yaml
+ vendor/teneo-iot/co2-stoplicht.jpg
+1 −0 vendor/teneo-iot/index.yaml
+31 −0 vendor/teneo-iot/soil-moisture-sensor-codec.yaml
+24 −0 vendor/teneo-iot/soil-moisture-sensor-profile.yaml
+40 −0 vendor/teneo-iot/soil-moisture-sensor.js
+ vendor/teneo-iot/soil-moisture-sensor.png
+109 −0 vendor/teneo-iot/soil-moisture-sensor.yaml
+1 −1 website/tools/build/pkg/devicerepository/devicerepository.go
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ttn-stack",
"version": "3.14.1",
"version": "3.14.2",
"description": "The Things Stack",
"main": "index.js",
"repository": "https://github.com/TheThingsNetwork/lorawan-stack.git",
Expand Down
2 changes: 1 addition & 1 deletion pkg/version/ttn.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion sdk/js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ttn-lw",
"version": "3.14.1",
"version": "3.14.2",
"description": "The Things Stack for LoRaWAN JavaScript SDK",
"url": "https://github.com/TheThingsNetwork/lorawan-stack/tree/default/sdk/js",
"main": "dist/index.js",
Expand Down

0 comments on commit 7663069

Please sign in to comment.