* build: update boto3 to >=1.36.0 * build: install js2py 0.75 to fix CVE-2024-28397 * refactor: remove dependency to Js2py and use nodejs instead * feat: support IfNotPresent docker ImagePullPolicy for images built locally by
What's Changed * feat: implement api_rest_uid_output_list() and api_rest_uid_output_get() * feat: include "signature", "name" in DSL errors about conflicting template names
What's Changed * feat: support key outputs for DSL 2.0 by VassilisVassiliadis * feat: add support for Interface and properties to DSL 2.0 by VassilisVassiliadis * feat: support overriding OMP_PROC_BIND for tasks using the kubernetes backend by VassilisVassiliadis * fix: ensure stp package create outputs correct PVEPs by AlessandroPomponio
What's Changed * fix: apply regex patterns to pydantic fields right * fix: update the DSL 2.0 logic for determining whether a Component is replicating or not by