26.15.0 - 2026-01-22
✨ Added
- Support update_to_latest in GMP agent update command by @ozgen in #2720
- Propagate agent_update_available and updater_update_available by @ozgen in 226c56f
- Add missing agent update columns to create_tables by @ozgen in #2724
👷 Changed
- Always include the external header in manage_sql*.h by @mattmundell in f5af061
- Remove external API includes from manage_sql_*.c by @mattmundell in 9d0b0f7
- Use "internal" headers when importing between manage_sql_*.c by @mattmundell in 4f39a6c
- Remove stray manage.h includes by @mattmundell in 792fa51
- Remove stray manage.h and manage_sql.h includes by @mattmundell in cbb334c
- Use more specific headers in manage_*.h by @mattmundell in 07551f9
- Remove a few stray manage.h includes by @mattmundell in 7fe54a6
- Use manage_sql.h in manage_sql_nvts.c by @mattmundell in #2718
- Move modify_user and copy_user to dedicated users files by @mattmundell in 2cc570c
- Move the user option handlers to dedicated users files by @mattmundell in 2430c64
- Clear last of Users section from header by @mattmundell in #2723
- Change: Parse image digest, host details, host_start and host_end by @a-h-abdelsalam in a718ccc
- Improve validation for OCI images and exclude images. by @a-h-abdelsalam in #2726
- Update libgvm container image scanner version. by @a-h-abdelsalam in #2728
- Use the right header to include delete_resource by @mattmundell in 2c306cf
- Remove stray manage_sql.h include by @mattmundell in a422685
- Use scanner_uuid_default in upper layer by @mattmundell in 6d91a79
- Consolidate func calls in init_manage_funcs by @mattmundell in 7ed89e3
- Use manage.h instead of manage_sql.h in gvmd.c by @mattmundell in #2729
🐛 Bug Fixes
- Fix passing parameter for sql_string_ps by @a-h-abdelsalam in #2722
- Remove stray headers from Users section by @mattmundell in 90ac6d1
- Change initial status of running agent task to requested by @ozgen in #2727
- Guard oci_image_targets and agents ALTER with IF EXISTS by @ozgen in #2731
- Use ALTER TABLE IF EXISTS for agents and oci_image_targets by @ozgen in #2732