Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion doc/config/_default/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ pygmentsUseClasses = true
github_repository = "https://github.com/TheThingsIndustries/lorawan-stack-docs"
github_repository_edit = "https://github.com/TheThingsIndustries/lorawan-stack-docs/blob/master/doc/content"
tts_github_repository = "https://github.com/TheThingsNetwork/lorawan-stack"
version = "3.34.0"
version = "3.34.1"

[markup]
[markup.goldmark]
Expand Down
2 changes: 2 additions & 0 deletions doc/content/api/reference/grpc/end_device.md
Original file line number Diff line number Diff line change
Expand Up @@ -461,6 +461,8 @@ See the [EndDevice message](#message:EndDevice) and its sub-messages for additio

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

{{< proto/message message="MACSettingsProfileIdentifiers" >}}

{{< proto/message message="MACState" >}}

{{< proto/message message="MACState.JoinAccept" >}}
Expand Down
14 changes: 14 additions & 0 deletions doc/content/enterprise/aws/ecs/changelog/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,16 @@ All meaningful changes to templates are documented in this file.

## Unreleased

## 3.34.1

- Resolve issues with certificate renewal in the certbot scheduled task to ensure proper execution.

### `5-4-ecs-services`

- Add more options to the memory parameters.

## 3.34.0

### `4-2a-configuration`

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

- Add GRPC methods rate limiting metric to prometheus rules.

### Upgrade procedure

- 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).

### Proxy

- Add `NsMACSettingsProfileRegistry` grpc service and routes.
Expand Down
1 change: 1 addition & 0 deletions doc/content/ttn-lw-cli/ttn-lw-cli_applications_search.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ ttn-lw-cli applications search [flags]
-h, --help help for search
--id-contains string
--join-server-address select the join_server_address field
--label-id-contains strings
--label-ids select the label_ids field
--limit uint32
--name select the name field
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ ttn-lw-cli applications webhooks get [application-id] [webhook-id] [flags]
--all select all application webhook fields
--application-id string
--base-url select the base_url field
--custom-ca select the custom_ca field
--downlink-ack select the downlink_ack field and all allowed sub-fields
--downlink-ack.path select the downlink_ack.path field
--downlink-api-key select the downlink_api_key field
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ ttn-lw-cli applications webhooks list [application-id] [flags]
--all select all application webhook fields
--application-id string
--base-url select the base_url field
--custom-ca select the custom_ca field
--downlink-ack select the downlink_ack field and all allowed sub-fields
--downlink-ack.path select the downlink_ack.path field
--downlink-api-key select the downlink_api_key field
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ ttn-lw-cli applications webhooks set [application-id] [webhook-id] [flags]
```
--application-id string
--base-url string
--custom-ca bytesHex
--downlink-ack.path string
--downlink-api-key string
--downlink-failed.path string
Expand Down
1 change: 1 addition & 0 deletions doc/content/ttn-lw-cli/ttn-lw-cli_clients_search.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ ttn-lw-cli clients search [flags]
--grants select the grants field
-h, --help help for search
--id-contains string
--label-id-contains strings
--label-ids select the label_ids field
--limit uint32
--logout-redirect-uris select the logout_redirect_uris field
Expand Down
3 changes: 3 additions & 0 deletions doc/content/ttn-lw-cli/ttn-lw-cli_end-devices_create.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ ttn-lw-cli end-devices create [application-id] [device-id] [flags]
-h, --help help for create
--join-eui string (hex)
--join-server-address string
--label-ids strings
--last-dev-nonce uint32
--last-dev-status-received-at timestamp
--last-join-nonce uint32
Expand All @@ -52,6 +53,8 @@ ttn-lw-cli end-devices create [application-id] [device-id] [flags]
--location.longitude float
--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
--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
--mac-settings-profile-ids.application-ids.application-id string
--mac-settings-profile-ids.profile-id string
--mac-settings.adr.mode.disabled
--mac-settings.adr.mode.dynamic
--mac-settings.adr.mode.dynamic.channel-steering.mode.disabled
Expand Down
5 changes: 5 additions & 0 deletions doc/content/ttn-lw-cli/ttn-lw-cli_end-devices_get.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ ttn-lw-cli end-devices get [application-id] [device-id] [flags]
-h, --help help for get
--join-eui string (hex)
--join-server-address select the join_server_address field
--label-ids select the label_ids field
--last-dev-nonce select the last_dev_nonce field
--last-dev-status-received-at select the last_dev_status_received_at field
--last-join-nonce select the last_join_nonce field
Expand All @@ -50,6 +51,10 @@ ttn-lw-cli end-devices get [application-id] [device-id] [flags]
--lorawan-phy-version select the lorawan_phy_version field
--lorawan-version select the lorawan_version field
--mac-settings select the mac_settings field and all allowed sub-fields
--mac-settings-profile-ids select the mac_settings_profile_ids field and all allowed sub-fields
--mac-settings-profile-ids.application-ids select the mac_settings_profile_ids.application_ids field and all allowed sub-fields
--mac-settings-profile-ids.application-ids.application-id select the mac_settings_profile_ids.application_ids.application_id field
--mac-settings-profile-ids.profile-id select the mac_settings_profile_ids.profile_id field
--mac-settings.adr select the mac_settings.adr field and all allowed sub-fields
--mac-settings.adr.mode.disabled select the mac_settings.adr.mode.disabled field and all allowed sub-fields
--mac-settings.adr.mode.dynamic select the mac_settings.adr.mode.dynamic field and all allowed sub-fields
Expand Down
1 change: 1 addition & 0 deletions doc/content/ttn-lw-cli/ttn-lw-cli_end-devices_list.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ ttn-lw-cli end-devices list [application-id] [flags]
--filter.updated-since updated_at filter the updated_at field by this timestamp (YYYY-MM-DDTHH:MM:SSZ)
-h, --help help for list
--join-server-address select the join_server_address field
--label-ids select the label_ids field
--last-seen-at select the last_seen_at field
--limit uint32 maximum number of results to get (default 50)
--locations select the locations field
Expand Down
5 changes: 5 additions & 0 deletions doc/content/ttn-lw-cli/ttn-lw-cli_end-devices_reset.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ ttn-lw-cli end-devices reset [application-id] [device-id] [flags]
-h, --help help for reset
--join-eui string (hex)
--join-server-address select the join_server_address field
--label-ids select the label_ids field
--last-dev-nonce select the last_dev_nonce field
--last-dev-status-received-at select the last_dev_status_received_at field
--last-join-nonce select the last_join_nonce field
Expand All @@ -50,6 +51,10 @@ ttn-lw-cli end-devices reset [application-id] [device-id] [flags]
--lorawan-phy-version select the lorawan_phy_version field
--lorawan-version select the lorawan_version field
--mac-settings select the mac_settings field and all allowed sub-fields
--mac-settings-profile-ids select the mac_settings_profile_ids field and all allowed sub-fields
--mac-settings-profile-ids.application-ids select the mac_settings_profile_ids.application_ids field and all allowed sub-fields
--mac-settings-profile-ids.application-ids.application-id select the mac_settings_profile_ids.application_ids.application_id field
--mac-settings-profile-ids.profile-id select the mac_settings_profile_ids.profile_id field
--mac-settings.adr select the mac_settings.adr field and all allowed sub-fields
--mac-settings.adr.mode.disabled select the mac_settings.adr.mode.disabled field and all allowed sub-fields
--mac-settings.adr.mode.dynamic select the mac_settings.adr.mode.dynamic field and all allowed sub-fields
Expand Down
6 changes: 6 additions & 0 deletions doc/content/ttn-lw-cli/ttn-lw-cli_end-devices_search.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ ttn-lw-cli end-devices search [application-id] [flags]
--id-contains string
--join-eui-contains string
--join-server-address select the join_server_address field
--label-id-contains strings
--label-ids select the label_ids field
--last-dev-nonce select the last_dev_nonce field
--last-dev-status-received-at select the last_dev_status_received_at field
--last-join-nonce select the last_join_nonce field
Expand All @@ -55,6 +57,10 @@ ttn-lw-cli end-devices search [application-id] [flags]
--lorawan-phy-version select the lorawan_phy_version field
--lorawan-version select the lorawan_version field
--mac-settings select the mac_settings field and all allowed sub-fields
--mac-settings-profile-ids select the mac_settings_profile_ids field and all allowed sub-fields
--mac-settings-profile-ids.application-ids select the mac_settings_profile_ids.application_ids field and all allowed sub-fields
--mac-settings-profile-ids.application-ids.application-id select the mac_settings_profile_ids.application_ids.application_id field
--mac-settings-profile-ids.profile-id select the mac_settings_profile_ids.profile_id field
--mac-settings.adr select the mac_settings.adr field and all allowed sub-fields
--mac-settings.adr.mode.disabled select the mac_settings.adr.mode.disabled field and all allowed sub-fields
--mac-settings.adr.mode.dynamic select the mac_settings.adr.mode.dynamic field and all allowed sub-fields
Expand Down
3 changes: 3 additions & 0 deletions doc/content/ttn-lw-cli/ttn-lw-cli_end-devices_set.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ ttn-lw-cli end-devices set [application-id] [device-id] [flags]
-h, --help help for set
--join-eui string (hex)
--join-server-address string
--label-ids strings
--last-dev-nonce uint32
--last-dev-status-received-at timestamp
--last-join-nonce uint32
Expand All @@ -50,6 +51,8 @@ ttn-lw-cli end-devices set [application-id] [device-id] [flags]
--location.longitude float
--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
--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
--mac-settings-profile-ids.application-ids.application-id string
--mac-settings-profile-ids.profile-id string
--mac-settings.adr.mode.disabled
--mac-settings.adr.mode.dynamic
--mac-settings.adr.mode.dynamic.channel-steering.mode.disabled
Expand Down
1 change: 1 addition & 0 deletions doc/content/ttn-lw-cli/ttn-lw-cli_gateways_search.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ ttn-lw-cli gateways search [flags]
--gateway-server-address select the gateway_server_address field
-h, --help help for search
--id-contains string
--label-id-contains strings
--label-ids select the label_ids field
--lbs-lns-secret select the lbs_lns_secret field and all allowed sub-fields
--lbs-lns-secret.key-id select the lbs_lns_secret.key_id field
Expand Down
Loading
Loading