www-project-docksec

Changelog

All notable changes to DockSec will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[2026.2.23] - 2026-02-23

Added

Changed

Fixed

Migration Guide

For existing users:

Example migration to Claude:

export ANTHROPIC_API_KEY="your-key"
export LLM_PROVIDER="anthropic"
export LLM_MODEL="claude-3-5-sonnet-20241022"
docksec Dockerfile

Or use local models with Ollama:

# No API key needed!
ollama pull llama3.1
export LLM_PROVIDER="ollama"
export LLM_MODEL="llama3.1"
docksec Dockerfile

Deprecations


[0.0.20] - 2026-01-09

Added

Fixed

Improved

Developer Experience

Community

Notes

This release focuses on documentation, community building, and making DockSec ready for broader open source promotion. No functional changes to the core scanning engine.


[0.0.19] - 2025-06-26

Added

[0.0.18] - 2025-06-26

Added

Improved

[0.0.17] - 2025-06-26

Added

Fixed

[0.0.16] - 2025-06-26

Added

Improved

[0.0.15] - 2025-06-25

Added

Changed

[0.0.14] - 2025-06-25

Added

Improved

[0.0.13] - 2025-06-24

Added

[0.0.12] - 2025-06-24

Fixed

[0.0.11] - 2025-06-24

Added

[0.0.10] - 2025-06-24

Added

[0.0.9] - 2025-06-24

Added

[0.0.8] - 2025-06-24

Changed

[0.0.7] - 2025-06-24

Added

[0.0.6] - 2025-06-24

Fixed

[0.0.5] - 2025-06-12

Added

[0.0.4] - 2025-06-12

Changed

[0.0.3] - 2025-06-11

Added

Features


Version History Notes

Breaking Changes

Deprecations

Security Updates


Upcoming Features (Roadmap)

Planned for v0.1.0

Planned for v0.2.0

Under Consideration


Contributing

See CONTRIBUTING.md for details on how to contribute to this project.

Support

For issues, questions, or feature requests, please visit: