Skip to content

Commit 88f69af

Browse files
Release 3.34.1 documentation (TheThingsIndustries#1438)
* docs: Release 3.34.1 * doc: Adjust release items --------- Co-authored-by: Krishna Iyer <[email protected]>
1 parent d607aa6 commit 88f69af

35 files changed

+3448
-354
lines changed

doc/config/_default/config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ pygmentsUseClasses = true
2323
github_repository = "https://github.com/TheThingsIndustries/lorawan-stack-docs"
2424
github_repository_edit = "https://github.com/TheThingsIndustries/lorawan-stack-docs/blob/master/doc/content"
2525
tts_github_repository = "https://github.com/TheThingsNetwork/lorawan-stack"
26-
version = "3.34.0"
26+
version = "3.34.1"
2727

2828
[markup]
2929
[markup.goldmark]

doc/content/api/reference/grpc/end_device.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -461,6 +461,8 @@ See the [EndDevice message](#message:EndDevice) and its sub-messages for additio
461461

462462
{{< proto/message message="MACSettings" >}}
463463

464+
{{< proto/message message="MACSettingsProfileIdentifiers" >}}
465+
464466
{{< proto/message message="MACState" >}}
465467

466468
{{< proto/message message="MACState.JoinAccept" >}}

doc/content/enterprise/aws/ecs/changelog/index.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,16 @@ All meaningful changes to templates are documented in this file.
88

99
## Unreleased
1010

11+
## 3.34.1
12+
13+
- Resolve issues with certificate renewal in the certbot scheduled task to ensure proper execution.
14+
15+
### `5-4-ecs-services`
16+
17+
- Add more options to the memory parameters.
18+
19+
## 3.34.0
20+
1121
### `4-2a-configuration`
1222

1323
- Add `MetadataStorageCacheEnabled` parameter to enable caching of metadata storage in AS.
@@ -30,6 +40,10 @@ All meaningful changes to templates are documented in this file.
3040

3141
- Add GRPC methods rate limiting metric to prometheus rules.
3242

43+
### Upgrade procedure
44+
45+
- After upgrading Timescale version to `2.15.2` it's necessary to run a SQL script [provided in the changelog](https://github.com/timescale/timescaledb/releases/tag/2.15.2).
46+
3347
### Proxy
3448

3549
- Add `NsMACSettingsProfileRegistry` grpc service and routes.

doc/content/ttn-lw-cli/ttn-lw-cli_applications_search.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ ttn-lw-cli applications search [flags]
3434
-h, --help help for search
3535
--id-contains string
3636
--join-server-address select the join_server_address field
37+
--label-id-contains strings
3738
--label-ids select the label_ids field
3839
--limit uint32
3940
--name select the name field

doc/content/ttn-lw-cli/ttn-lw-cli_applications_webhooks_get.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ ttn-lw-cli applications webhooks get [application-id] [webhook-id] [flags]
1717
--all select all application webhook fields
1818
--application-id string
1919
--base-url select the base_url field
20+
--custom-ca select the custom_ca field
2021
--downlink-ack select the downlink_ack field and all allowed sub-fields
2122
--downlink-ack.path select the downlink_ack.path field
2223
--downlink-api-key select the downlink_api_key field

doc/content/ttn-lw-cli/ttn-lw-cli_applications_webhooks_list.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ ttn-lw-cli applications webhooks list [application-id] [flags]
1717
--all select all application webhook fields
1818
--application-id string
1919
--base-url select the base_url field
20+
--custom-ca select the custom_ca field
2021
--downlink-ack select the downlink_ack field and all allowed sub-fields
2122
--downlink-ack.path select the downlink_ack.path field
2223
--downlink-api-key select the downlink_api_key field

doc/content/ttn-lw-cli/ttn-lw-cli_applications_webhooks_set.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ ttn-lw-cli applications webhooks set [application-id] [webhook-id] [flags]
1616
```
1717
--application-id string
1818
--base-url string
19+
--custom-ca bytesHex
1920
--downlink-ack.path string
2021
--downlink-api-key string
2122
--downlink-failed.path string

doc/content/ttn-lw-cli/ttn-lw-cli_clients_search.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ ttn-lw-cli clients search [flags]
3232
--grants select the grants field
3333
-h, --help help for search
3434
--id-contains string
35+
--label-id-contains strings
3536
--label-ids select the label_ids field
3637
--limit uint32
3738
--logout-redirect-uris select the logout_redirect_uris field

doc/content/ttn-lw-cli/ttn-lw-cli_end-devices_create.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ ttn-lw-cli end-devices create [application-id] [device-id] [flags]
4040
-h, --help help for create
4141
--join-eui string (hex)
4242
--join-server-address string
43+
--label-ids strings
4344
--last-dev-nonce uint32
4445
--last-dev-status-received-at timestamp
4546
--last-join-nonce uint32
@@ -52,6 +53,8 @@ ttn-lw-cli end-devices create [application-id] [device-id] [flags]
5253
--location.longitude float
5354
--lorawan-phy-version string allowed values: PHY_UNKNOWN, unknown, 1.0, 1.0.0, PHY_V1_0, TS001_V1_0, V1_0, 1.0.1, PHY_V1_0_1, TS001_V1_0_1, V1_0_1, 1.0.2, 1.0.2-a, PHY_V1_0_2_REV_A, RP001_V1_0_2, V1_0_2, V1_0_2_REV_A, 1.0.2-b, PHY_V1_0_2_REV_B, RP001_V1_0_2_REV_B, V1_0_2_REV_B, 1.1-a, 1.1.0-a, PHY_V1_1_REV_A, RP001_V1_1_REV_A, V1_1_REV_A, 1.1-b, 1.1.0-b, PHY_V1_1_REV_B, RP001_V1_1_REV_B, V1_1_REV_B, 1.0.3-a, PHY_V1_0_3_REV_A, RP001_V1_0_3_REV_A, V1_0_3_REV_A, RP002_V1_0_0, RP002_V1_0_1, RP002_V1_0_2, RP002_V1_0_3, RP002_V1_0_4
5455
--lorawan-version string allowed values: MAC_UNKNOWN, UNKNOWN, unknown, 1.0, 1.0.0, MAC_V1_0, V1_0, 1.0.1, MAC_V1_0_1, V1_0_1, 1.0.2, MAC_V1_0_2, V1_0_2, 1.1, 1.1.0, MAC_V1_1, V1_1, 1.0.3, MAC_V1_0_3, V1_0_3, 1.0.4, MAC_V1_0_4, V1_0_4
56+
--mac-settings-profile-ids.application-ids.application-id string
57+
--mac-settings-profile-ids.profile-id string
5558
--mac-settings.adr.mode.disabled
5659
--mac-settings.adr.mode.dynamic
5760
--mac-settings.adr.mode.dynamic.channel-steering.mode.disabled

doc/content/ttn-lw-cli/ttn-lw-cli_end-devices_get.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ ttn-lw-cli end-devices get [application-id] [device-id] [flags]
3939
-h, --help help for get
4040
--join-eui string (hex)
4141
--join-server-address select the join_server_address field
42+
--label-ids select the label_ids field
4243
--last-dev-nonce select the last_dev_nonce field
4344
--last-dev-status-received-at select the last_dev_status_received_at field
4445
--last-join-nonce select the last_join_nonce field
@@ -50,6 +51,10 @@ ttn-lw-cli end-devices get [application-id] [device-id] [flags]
5051
--lorawan-phy-version select the lorawan_phy_version field
5152
--lorawan-version select the lorawan_version field
5253
--mac-settings select the mac_settings field and all allowed sub-fields
54+
--mac-settings-profile-ids select the mac_settings_profile_ids field and all allowed sub-fields
55+
--mac-settings-profile-ids.application-ids select the mac_settings_profile_ids.application_ids field and all allowed sub-fields
56+
--mac-settings-profile-ids.application-ids.application-id select the mac_settings_profile_ids.application_ids.application_id field
57+
--mac-settings-profile-ids.profile-id select the mac_settings_profile_ids.profile_id field
5358
--mac-settings.adr select the mac_settings.adr field and all allowed sub-fields
5459
--mac-settings.adr.mode.disabled select the mac_settings.adr.mode.disabled field and all allowed sub-fields
5560
--mac-settings.adr.mode.dynamic select the mac_settings.adr.mode.dynamic field and all allowed sub-fields

doc/content/ttn-lw-cli/ttn-lw-cli_end-devices_list.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ ttn-lw-cli end-devices list [application-id] [flags]
2727
--filter.updated-since updated_at filter the updated_at field by this timestamp (YYYY-MM-DDTHH:MM:SSZ)
2828
-h, --help help for list
2929
--join-server-address select the join_server_address field
30+
--label-ids select the label_ids field
3031
--last-seen-at select the last_seen_at field
3132
--limit uint32 maximum number of results to get (default 50)
3233
--locations select the locations field

doc/content/ttn-lw-cli/ttn-lw-cli_end-devices_reset.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ ttn-lw-cli end-devices reset [application-id] [device-id] [flags]
3939
-h, --help help for reset
4040
--join-eui string (hex)
4141
--join-server-address select the join_server_address field
42+
--label-ids select the label_ids field
4243
--last-dev-nonce select the last_dev_nonce field
4344
--last-dev-status-received-at select the last_dev_status_received_at field
4445
--last-join-nonce select the last_join_nonce field
@@ -50,6 +51,10 @@ ttn-lw-cli end-devices reset [application-id] [device-id] [flags]
5051
--lorawan-phy-version select the lorawan_phy_version field
5152
--lorawan-version select the lorawan_version field
5253
--mac-settings select the mac_settings field and all allowed sub-fields
54+
--mac-settings-profile-ids select the mac_settings_profile_ids field and all allowed sub-fields
55+
--mac-settings-profile-ids.application-ids select the mac_settings_profile_ids.application_ids field and all allowed sub-fields
56+
--mac-settings-profile-ids.application-ids.application-id select the mac_settings_profile_ids.application_ids.application_id field
57+
--mac-settings-profile-ids.profile-id select the mac_settings_profile_ids.profile_id field
5358
--mac-settings.adr select the mac_settings.adr field and all allowed sub-fields
5459
--mac-settings.adr.mode.disabled select the mac_settings.adr.mode.disabled field and all allowed sub-fields
5560
--mac-settings.adr.mode.dynamic select the mac_settings.adr.mode.dynamic field and all allowed sub-fields

doc/content/ttn-lw-cli/ttn-lw-cli_end-devices_search.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ ttn-lw-cli end-devices search [application-id] [flags]
4343
--id-contains string
4444
--join-eui-contains string
4545
--join-server-address select the join_server_address field
46+
--label-id-contains strings
47+
--label-ids select the label_ids field
4648
--last-dev-nonce select the last_dev_nonce field
4749
--last-dev-status-received-at select the last_dev_status_received_at field
4850
--last-join-nonce select the last_join_nonce field
@@ -55,6 +57,10 @@ ttn-lw-cli end-devices search [application-id] [flags]
5557
--lorawan-phy-version select the lorawan_phy_version field
5658
--lorawan-version select the lorawan_version field
5759
--mac-settings select the mac_settings field and all allowed sub-fields
60+
--mac-settings-profile-ids select the mac_settings_profile_ids field and all allowed sub-fields
61+
--mac-settings-profile-ids.application-ids select the mac_settings_profile_ids.application_ids field and all allowed sub-fields
62+
--mac-settings-profile-ids.application-ids.application-id select the mac_settings_profile_ids.application_ids.application_id field
63+
--mac-settings-profile-ids.profile-id select the mac_settings_profile_ids.profile_id field
5864
--mac-settings.adr select the mac_settings.adr field and all allowed sub-fields
5965
--mac-settings.adr.mode.disabled select the mac_settings.adr.mode.disabled field and all allowed sub-fields
6066
--mac-settings.adr.mode.dynamic select the mac_settings.adr.mode.dynamic field and all allowed sub-fields

doc/content/ttn-lw-cli/ttn-lw-cli_end-devices_set.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ ttn-lw-cli end-devices set [application-id] [device-id] [flags]
3838
-h, --help help for set
3939
--join-eui string (hex)
4040
--join-server-address string
41+
--label-ids strings
4142
--last-dev-nonce uint32
4243
--last-dev-status-received-at timestamp
4344
--last-join-nonce uint32
@@ -50,6 +51,8 @@ ttn-lw-cli end-devices set [application-id] [device-id] [flags]
5051
--location.longitude float
5152
--lorawan-phy-version string allowed values: PHY_UNKNOWN, unknown, 1.0, 1.0.0, PHY_V1_0, TS001_V1_0, V1_0, 1.0.1, PHY_V1_0_1, TS001_V1_0_1, V1_0_1, 1.0.2, 1.0.2-a, PHY_V1_0_2_REV_A, RP001_V1_0_2, V1_0_2, V1_0_2_REV_A, 1.0.2-b, PHY_V1_0_2_REV_B, RP001_V1_0_2_REV_B, V1_0_2_REV_B, 1.1-a, 1.1.0-a, PHY_V1_1_REV_A, RP001_V1_1_REV_A, V1_1_REV_A, 1.1-b, 1.1.0-b, PHY_V1_1_REV_B, RP001_V1_1_REV_B, V1_1_REV_B, 1.0.3-a, PHY_V1_0_3_REV_A, RP001_V1_0_3_REV_A, V1_0_3_REV_A, RP002_V1_0_0, RP002_V1_0_1, RP002_V1_0_2, RP002_V1_0_3, RP002_V1_0_4
5253
--lorawan-version string allowed values: MAC_UNKNOWN, UNKNOWN, unknown, 1.0, 1.0.0, MAC_V1_0, V1_0, 1.0.1, MAC_V1_0_1, V1_0_1, 1.0.2, MAC_V1_0_2, V1_0_2, 1.1, 1.1.0, MAC_V1_1, V1_1, 1.0.3, MAC_V1_0_3, V1_0_3, 1.0.4, MAC_V1_0_4, V1_0_4
54+
--mac-settings-profile-ids.application-ids.application-id string
55+
--mac-settings-profile-ids.profile-id string
5356
--mac-settings.adr.mode.disabled
5457
--mac-settings.adr.mode.dynamic
5558
--mac-settings.adr.mode.dynamic.channel-steering.mode.disabled

doc/content/ttn-lw-cli/ttn-lw-cli_gateways_search.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ ttn-lw-cli gateways search [flags]
4747
--gateway-server-address select the gateway_server_address field
4848
-h, --help help for search
4949
--id-contains string
50+
--label-id-contains strings
5051
--label-ids select the label_ids field
5152
--lbs-lns-secret select the lbs_lns_secret field and all allowed sub-fields
5253
--lbs-lns-secret.key-id select the lbs_lns_secret.key_id field

0 commit comments

Comments
 (0)