26.4.0 - 2025-11-12
✨ Added
- Add default filters for Agent Groups, Agent Installers and Agents by @ozgen in cc4d700
- New Container Image Task to the new task menu by @daniele-mng in 0c10561
- ContaineImageTaskDialog by @daniele-mng in 2dfa829
👷 Changed
- Allow NumberField value to be an empty string by @bjoernricks in #4942
- Expect a gmp export function for useEntityDownload hook by @bjoernricks in 25857ac
- Adapt EntityComponent to useEntityDownload changes by @bjoernricks in aaa46b5
- Get rid of EntityComponent in TaskComponent by @bjoernricks in 60eecdb
- Convert EntityComponent to TypeScript by @bjoernricks in 68a24bc
- Use Error as default ErrorType for actionFunction by @bjoernricks in f1c43b3
- Expect a gmp method for cloning in useEntityClone hook by @bjoernricks in 5f5cb8b
- Expect a gmp method for deleting in useEntityDelete hook by @bjoernricks in e09bad6
- Expect a gmp method for saving in useEntitySave hook by @bjoernricks in a7f03d3
- Expect a gmp method for creating in useEntityCreate hook by @bjoernricks in f29be2c
- Return Promise from useEntityClone hook function by @bjoernricks in cf442b3
- Change casing for oci_image_target, accept_invalid_certs, registry_allow_insecure by @daniele-mng in #4943
- Use TypeScript for Permission command classes by @bjoernricks in 20d5a3d
- Adapt code for Permission command changes by @bjoernricks in a14cfef
- Use Container Scanner when creating or saving a task for it by @bjoernricks in #4950
- Clarify and adjust port list import return type by @bjoernricks in #4951
🐛 Bug Fixes
- Fix unit tests for user settings page by @ozgen in #4939
- Severity handling in OverrideComponent and OverrideDialog to use isCVSSv3 for dynamic severity values by @daniele-mng in #4948
🔥 Removed
- Remove unused deleteAgentGroups method from AgentGroupsCommand by @bjoernricks in 1076eae
- Deps @vitest/ui by @daniele-mng in #4941
- Remove convertBoolean function and convert module by @bjoernricks in #4945
✅ Testing
- Enhance createEntityResponse testing helper function by @bjoernricks in b4e7a28
- Add tests for AgentGroupCommand by @bjoernricks in f7cb494
- Add tests for AgentGroupsCommand by @bjoernricks in 20c0161
- Add tests for Agent model by @bjoernricks in b204120
- Add tests for AgentCommand by @bjoernricks in ae9309f
- Add tests for AgentsCommand by @bjoernricks in #4938