24.6.0 - 2025-10-17
✨ Added
- Added the modify_agent_control_scan_config_gmp function to gsad. by @jhelmold in 562a7f1
- Add create/save agent-group task commands by @ozgen in a0aedf9
👷 Changed
- Adapted modify_agents command to new agent data structure. by @jhelmold in f9eb504
- Rename modify_agents and delete_agents to modify_agent and delete_agent, and add get_trash_agent_group command by @ozgen in 2bb46ec
- Update save_scanner_gmp for a simpler logic by @bjoernricks in 6ce658a
- Extend validators for agent entities and update modify_agents config handling by @ozgen in #232
🐛 Bug Fixes
- Handle list values, add missing params in modify_agents, and rename delete_agent_list to delete_agents by @ozgen in 5fef7e5
- Fix formatting issue by @ozgen in #227
- Missing agent_group in resource_type validation by @ozgen in #229
- Parsing agent_ids for save_agent_group command by @ozgen in #230
- Fix getting the agent installer file from the GMP response by @bjoernricks in #236
🔥 Removed
- Remove duplicate registration of delete_agent command by @ozgen in #228
- Remove obsolete parameter which_cert by @bjoernricks in 49f32d4
✅ Testing
- Add a basic test for the ca_pub parameter by @bjoernricks in #231