Changelog

v23.4.0 - 2026-09-09

  • Retry the fluentbit config write while the api answers 400: a just-started network function serves reads before it accepts writes, which failed the deployment on an upgrade

  • Let a service transition through its intermediate states when starting or stopping it: only failed aborts the wait now, where before the transition states (activating / deactivating) and the steady state being left were treated as failures. Restarting a running service is reported as deactivating before the start takes effect, so an upgrade of a deployed site failed immediately with “Service got into a bad state: deactivating”. The wait also gets a window long enough for a real transition (5 minutes instead of 5 seconds)

  • Ride out the AthonetOS warm-up when deploying: retry HTTP 503 (Service Unavailable, a network function still starting) like 500/502, and give the Password login sessions the api’s retry configuration so a warm-up 503 on /auth/login no longer fails the resource.

v23.3.2.2 - 2025-10-15

  • Fix password resource for 24.x

v23.3.2.1 - 2025-07-09

v23.3.2 - 2025-04-03

  • Add ipsmgw support

  • Add forward compatibility to 24.3.1

v23.3.1.3 - 2024-11-06

  • Add forward compatibility to 24.2.0

  • Migrate User management resource to generated model.

v23.3.1.2 - 2024-09-16

  • Fix password status url wait mechanism in case of connection error

  • Resources will not fail anymore if login fails with 502

  • Fix requests failing with unauthorized due to timing issue.

  • Ignore diff if desired value is null.

v23.3.1.1 - 2024-06-03

v5.2.2.6 - 2024-05-31

  • Improve password handler error handling

  • Add connection and http retry attributes to api resource.

v5.2.2.5 - 2024-04-23

  • Update inmanta-module-restbase version

v5.2.2.4 - 2024-04-08

  • Add support for backup/restore mechanism

  • Add reboot and waiting capabilites for generated resources

v5.2.2.3 - 2024-03-27

  • Added support for xcap and tas

v5.2.2.2 - 2024-03-08

  • Stop using deprecated jsonschema.RefResolver

  • Added Password entity to enforce a password

  • Added Fluentbit support

  • Added support for handling resource-specific error codes

v5.2.2.1 - 2024-01-16

  • Generate module (#2)