Skip to content

Commit 10aad93

Browse files
committed
fix changelog
Signed-off-by: Riccardo Nalgi <riccardo.nalgi@secomind.com>
1 parent 8ff53bb commit 10aad93

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed

CHANGELOG.md

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
99

1010
### Changed
1111

12+
- [astarte_pairing] FDO authentication (EXPERIMENTAL feature, disabled by default). New environment variables are needed in order to use FDO:
13+
- `PAIRING_ENABLE_FDO` - whether the FDO feature is enabled or not (default: false)
14+
- `PAIRING_FDO_RENDEZVOUS_URL` - URL of the rendezvous server (default: "http://rendezvous:8041")
15+
- `ASTARTE_BASE_URL_DOMAIN` - domain part of the base URL of astarte, used by devices to connect in TO2 phase (required if FDO enabled)
16+
- `ASTARTE_BASE_URL_PORT` - port of the base URL of astarte (required if FDO enabled)
17+
- `ASTARTE_BASE_URL_PROTOCOL` - protocol of the base URL of astarte (required if FDO enabled)
18+
1219
- [astarte_housekeeping] AMQP management configuration moved to `astarte_events` library. Environment variables changed:
1320
- `HOUSEKEEPING_AMQP_SSL_ENABLED` is now `ASTARTE_EVENTS_AMQP_MANAGEMENT_SSL_ENABLED`
1421
- `HOUSEKEEPING_AMQP_SSL_CA_FILE` is now `ASTARTE_EVENTS_AMQP_MANAGEMENT_SSL_CA_FILE`
@@ -21,15 +28,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
2128

2229
## [1.3.0-rc.1] - 2026-01-26
2330

24-
## [1.3.0] - Unreleased
25-
- [astarte_pairing] FDO authentication (EXPERIMENTAL feature, disabled by default). New environment variables are needed in order to use FDO:
26-
- `PAIRING_ENABLE_FDO` - whether the FDO feature is enabled or not (default: false)
27-
- `PAIRING_FDO_RENDEZVOUS_URL` - URL of the rendezvous server (default: "http://rendezvous:8041")
28-
- `ASTARTE_BASE_URL_DOMAIN` - domain part of the base URL of astarte, used by devices to connect in TO2 phase (required if FDO enabled)
29-
- `ASTARTE_BASE_URL_PORT` - port of the base URL of astarte (required if FDO enabled)
30-
- `ASTARTE_BASE_URL_PROTOCOL` - protocol of the base URL of astarte (required if FDO enabled)
31-
32-
## [1.3.0-rc.0] - 2025-11-21
3331
### Added
3432

3533
- New environment variables for trigger notifications between realm management replicas and realm management -> pairing. These variables are currently being used only by realm management

0 commit comments

Comments
 (0)