Unreleased changes (2024-05-18)

General changes

Upgrade notes

  • Ensure the database is backed up before executing an upgrade.

Bug fixes

  • Fix bug where the server restarts while the server venv is in an inconsistent state when the server is upgraded.

Other notes

  • The net module and the ip modules are no longer supported. (#448)

Inmanta-core: unreleased changes (2024-05-18)

New features

  • Added support for forking agent executor (#7524)

Upgrade notes

  • Handlers can now access the agent via ‘inmanta.agent.executor.AgentInstance’ instead of inmanta.agent.agent.AgentInstance. If you have developed a handler using self._agent to access agent internals, it may break.

Inmanta-core: release 12.0.0 (2024-05-18)

No changelog entries.

Inmanta-lsm: unreleased changes (2024-05-18)

Bug fixes

  • Fix race condition: Requesting a state transition with the lsm_services_resources_set_state from a non-exporting state to an exporting state was sometimes causing compiles scheduled earlier to fail. (#1638)