Skip to content

Commit

Permalink
doc: Fix references
Browse files Browse the repository at this point in the history
  • Loading branch information
KrishnaIyer committed Sep 9, 2024
1 parent 126cf21 commit 982e16f
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 11 deletions.
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 @@ -355,6 +355,8 @@ See the [EndDevice message](#message:EndDevice) and its sub-messages for additio

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

{{< proto/message message="ListEndDevicesRequest.Filter" >}}

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

{{< proto/message message="LoRaAllianceProfileIdentifiers" >}}
Expand Down
2 changes: 2 additions & 0 deletions doc/content/api/reference/grpc/gateway.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,8 @@ The Gateway Server exposes the list of available frequency plans with the `Confi

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

{{< proto/message message="ListGatewaysRequest.Filter" >}}

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

{{< proto/message message="OrganizationOrUserIdentifiers" >}}
Expand Down
4 changes: 0 additions & 4 deletions doc/content/api/reference/grpc/gateway_server.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,6 @@ List of Gateway Server APIs.

{{< proto/method service="Gs" method="BatchGetGatewayConnectionStats" >}}

## The `GatewayConfigurator` service

{{< proto/method service="GatewayConfigurator" method="PullConfiguration" >}}

## The `GatewayConfigurationService` service

{{< proto/method service="GatewayConfigurationService" method="GetGatewayConfiguration" >}}
Expand Down
3 changes: 3 additions & 0 deletions doc/content/the-things-stack/host/aws/ecs/changelog/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,15 @@
title: "Template Changelog"
aliases: [/getting-started/aws/ecs/changelog]
---

# Upgrading

All meaningful changes to templates are documented in this file.

## Unreleased

## 3.32.0

- Add support for managed gateways via The Things Gateway Controller. The Gateway Configuration Server and Device Claiming Server use TLS client authentication.
- When using AWS Private CA (`CertificateAuthorityARN` in `4-2a-configuration`), the client certificate can be issued automatically.
- To specify a custom TLS client certificate, enable `EnableTTGCCustomCertificate` in `4-1-secrets` and specify the certificate and key according to the format in the description.
Expand Down
16 changes: 9 additions & 7 deletions doc/content/whats-new/3.32.0.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
---
date: 2024-09-09T14:11:11Z
title: "3.32.0"
featured: {
added: [],
changed: [],
fixed: []
}
featured:
{
added: [Newly redesigned The Things Stack Console],
changed:
[
Enforce `NOT NULL` constraint on Network Operations Center's `end_device_data_uplink` hypertable,
],
fixed: [Fix unhandled video stream in QR code scanner],
}
---

### Added
Expand All @@ -18,8 +22,6 @@ featured: {
- Quick search feature to search globally for any entity
- New event overlay for better in-context event examination
- Notifications can now be viewed from within the Console
- Add `ResendAdminValidation` RPC to the `TenantAccess` service. Allows tenant administrators to re-send the tenant's email validation email to their initial user.
- Add `ResendAdminValidation` RPC to the `TenantAccess` service. Allows tenant administrators to re-send the tenant's email validation email to their initial user.
- Support for managed gateways and claiming through The Things Gateway Controller.
- Support for The Things Industries gateway protocol. This is adds a new pair of ports to Gateway Server: `1889` for Envoy or Traefik terminated TLS mutual authentication, and `8889` for The Things Stack terminated TLS mutual authentication.
- Option to filter the output of the `List` RPCs for end devices and gateways based on when they were updated.
Expand Down

0 comments on commit 982e16f

Please sign in to comment.