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.32.2"
version = "3.32.3"

[markup]
[markup.goldmark]
Expand Down
4 changes: 4 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 @@ -10,6 +10,10 @@ All meaningful changes to templates are documented in this file.

- Add GRPC methods rate limiting metric to prometheus rules.

### Proxy

- Add `NsMACSettingsProfileRegistry` grpc service and routes.

### AMI/BYOL template

- Add a new `TLSCertificateSecretARN` parameter to allow loading TLS certificates from AWS secrets to BYOL and PAYG single template deployments.
Expand Down
13 changes: 13 additions & 0 deletions doc/content/whats-new/3.32.3.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
date: 2024-12-10T12:15:45Z
title: "3.32.3"
featured: {
added: [],
changed: [],
fixed: []
}
---

### Fixed

- Parsers for newly added normalized payload fields.
Loading
Loading