Skip to content

Commit c24b7df

Browse files
doc: Remove empty sections from What's new in version files (TheThingsIndustries#412)
1 parent d212d99 commit c24b7df

11 files changed

Lines changed: 1 addition & 56 deletions

File tree

.github/ISSUE_TEMPLATE/release.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ This is a checklist for releases. This is filled in by both the releaser and the
1616
#### Update Documentation
1717

1818
- [ ] Create a new release in the [`whats-new` section](https://github.com/TheThingsIndustries/lorawan-stack-docs/tree/master/doc/content/whats-new) and copy the release CHANGELOG from [TheThingsIndustries/lorawan-stack](https://github.com/TheThingsIndustries/lorawan-stack). The title is the release version and the date is the release date.
19+
- Remove empty sections from the created release file.
1920
- [ ] Update the [documentation version](https://github.com/TheThingsIndustries/lorawan-stack-docs/blob/master/doc/config/_default/config.toml#L28) to match the current minor, if necessary (`v3.${minor}`).
2021
- [ ] To generate documentation, create a clone of [TheThingsIndustries/lorawan-stack](https://github.com/TheThingsIndustries/lorawan-stack), and **checkout the git tag of the release**.
2122
- [ ] To generate API documentation, run the following from within the clone of [TheThingsIndustries/lorawan-stack](https://github.com/TheThingsIndustries/lorawan-stack):

doc/content/whats-new/3.10.6.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,3 @@ title: "3.10.6"
1919

2020
- Packet Broker mutual TLS authentication: use OAuth 2.0 client credentials instead; set `pba.authentication-mode` to `oauth2` and configure `pba.oauth2`.
2121
- Packet Broker forwarder blacklist setting `pba.home-network.blacklist-forwarder` has become ineffective.
22-
23-
### Removed
24-
25-
### Fixed
26-
27-
### Security

doc/content/whats-new/3.10.7.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,6 @@ date: 2021-01-14
33
title: "3.10.7"
44
---
55

6-
### Added
7-
8-
### Changed
9-
10-
### Deprecated
11-
12-
### Removed
13-
146
### Fixed
157

168
- The inability to see individual end devices in the Console due to field mask errors.
17-
18-
### Security

doc/content/whats-new/3.10.8.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,6 @@ date: 2021-01-15
33
title: "3.10.8"
44
---
55

6-
### Added
7-
8-
### Changed
9-
10-
### Deprecated
11-
12-
### Removed
13-
146
### Fixed
157

168
- Packet Broker multi-tenancy with a single tenant The Things Stack configuration.
17-
18-
### Security

doc/content/whats-new/3.11.0.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,6 @@ title: "3.11.0"
4242
- Authentication Providers and External Users are now hard deleted by default.
4343
- This requires a database migration (`ttn-lw-stack is-db migrate`).
4444

45-
### Deprecated
46-
4745
### Removed
4846

4947
- Application Server linking. The Network Server now pushes data to the cluster Application Server instead.
@@ -59,5 +57,3 @@ title: "3.11.0"
5957
- Login after user registration leading to dead-end when originally coming from the Console.
6058
- Frame counter display of end devices on initial page load in the Console.
6159
- AU915-928 data rate indexes in Regional Parameter specification versions below 1.0.2b.
62-
63-
### Security

doc/content/whats-new/3.11.1.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,8 @@ title: "3.11.1"
2323
- This only affects The Things Stack AWS Launcher customers that use the AWS Marketplace AMI listing.
2424
- All deployments are now advised to use the AWS IoT Core package that can be configured per application in Application Server.
2525

26-
### Removed
27-
2826
### Fixed
2927

3028
- Synchronization in Gateway Server scheduler that caused race conditions in scheduling downlink traffic.
3129
- End device claiming when the source device uses derived root keys.
3230
- Console link in Account App for multi-tenant deployments.
33-
34-
### Security

doc/content/whats-new/3.11.2.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,6 @@ title: "3.11.2"
1717
- When multiple base domains are configured, the middleware uses the longest match to extract the Tenant ID.
1818
- `temp` field of the UDP stats message is now type `float32` (pointer).
1919

20-
### Deprecated
21-
22-
### Removed
23-
2420
### Fixed
2521

2622
- Ocassional race condition in uplink matching with replicated Network Server instances.
@@ -32,5 +28,3 @@ title: "3.11.2"
3228
- Application uplink queue handling in Network Server.
3329
- Application Server session desynchronization with the Network Server. The Application Server will now attempt to synchronize the end device session view on downlink queue operational errors. This fixes the `f_cnt_too_low` and `unknown_session` errors reported on downlink queue push and replace.
3430
- Panic while generating SX1301 config for frequency plans without radio configuration.
35-
36-
### Security

doc/content/whats-new/3.11.3.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,7 @@ title: "3.11.3"
1919

2020
- TR005 Draft 2 and 3 QR code formats. Use the final version of the technical recommendation, with ID `tr005`.
2121

22-
### Removed
23-
2422
### Fixed
2523

2624
- Downlink queue operations on ABP devices not working under specific circumstances.
2725
- NwkKey handling for end devices in the Console.
28-
29-
### Security

doc/content/whats-new/3.12.2.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,3 @@ title: "3.12.2"
2525
- Backend validation messages for some forms.
2626
- Gateway downlink message previews not displaying correctly in the event view of the Console.
2727
- Importing end devices from the Console would occasionally ignore some device MAC settings fields.
28-
29-
### Security

doc/content/whats-new/3.13.0.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,6 @@ title: "3.13.0"
3030
- A maximum cap of 16KB per script is set at the API level.
3131
- This only prevents setting large payload formatter scripts for new devices and applications; it does not remove payload formatters from existing applications and devices. Scripts sourced from the Device Repository are not affected. See [issue #4053](https://github.com/TheThingsNetwork/lorawan-stack/issues/4053) for more context on this change.
3232

33-
### Deprecated
34-
3533
### Removed
3634

3735
- The `gs.status.forward` event.
@@ -42,5 +40,3 @@ title: "3.13.0"
4240
- The CLI now properly returns a non-zero exit status code on invalid commands.
4341
- Gateway connection requests with zero EUI are rejected.
4442
- End device payload formatter reset to `FORMATTER_NONE` in the Console.
45-
46-
### Security

0 commit comments

Comments
 (0)