Skip to content

Latest commit

 

History

History
239 lines (172 loc) · 8.83 KB

File metadata and controls

239 lines (172 loc) · 8.83 KB

Changelog

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

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

  • #89 Added --rm to docker compose run in prod deployment
  • #88
    • Let users use the API
    • Add security to detection results API endpoint
    • Add server and site collections API endpoints
  • #80 5566: Service agreements
    • Add security contract entity with crud controller
    • Add Abstract full crud controller and extend on it in some cases
    • Add economics service and sync action/command for service agreement synchronization
  • #81 5564: Asset Mapper migration
    • Add Symfony Asset Mapper bundle and importmap
  • #87 Update codecov/codecov-action to v7

1.11.2 - 2026-06-02

  • #85 Update openid-connect-bundle to 5.0 and Symfony to 8.1
    • Bump itk-dev/openid-connect-bundle to ^5.0 (pulls itk-dev/openid-connect 5.0)
    • Migrate OIDC authenticator to the new exception marker interface OpenIdConnectExceptionInterface (5.0 BC: concrete exceptions no longer extend ItkOpenIdConnectException)
    • Update Symfony to 8.1

1.11.1 - 2026-06-01

  • #84 Update composer dependencies. Fix for Symfony and Twig CVE's

1.11.0 - 2026-05-19

  • #78 Update composer dependencies, fix php-cs-fixer deprecation
  • #77 Fix SemverFilter: respect value2 with directional operators
  • #76 Add server type filter and sort on Installation, Site, Domain
  • #75 Add semver-aware filter on every admin version column, make version column semver sortable

1.10.1 - 2026-05-11

  • #71 Update composer dependencies

1.10.0 - 2026-04-23

  • #68 6667: Update advisories on Detailed site display

  • #68 6667: Show sites affected on advisories.

1.9.2 - 2026-04-07

  • #67 6654: Fix `#[AdminRoute] attribute error, add smoke tests for admin routes

1.9.1 - 2026-04-07

  • #66 6654: Downgrade to PHP 8.4, update composer dependencies

1.9.0 - 2026-04-07

  • #64 6869: Improve OpenAPI spec with descriptions, examples, and error codes
  • #63 6654: Upgrade to PHP 8.5, Symfony 8.0, EasyAdmin 5.x, DoctrineBundle 3.x, PHPUnit 13
  • #62 6869: Add claude.md and Claude Code configuration for AI coding agents
  • #58 5002: Added export to everything

1.8.10 - 2025-07-02

  • Fix deprecation warning for "erase credentials"

1.8.9 - 2025-07-01

  • Update to Symfony 7.3, update composer dependencies
  • Fix dependency injection for ExportCrudControllerTrait
  • Split config in dev/prod for secrets to only use vault in production

1.8.8 - 2025-05-12

  • Show server actions inline
  • Update composer dependencies

1.8.7 - 2025-03-11

  • Fix secrets naming in woodpecker file

1.8.6 - 2025-03-10

  • Update woodpecker config with labels and STG deploy

1.8.5 - 2025-02-14

  • Change to composer/semver to fix advisories mapping

1.8.4 - 2025-02-14

  • Fix server edit/create bug
  • Updated dependencies and api spec

1.8.3 - 2025-02-06

  • Fix missing "depends" in docker compose
  • Fix easyadmin deprecations

1.8.2 - 2025-02-06

  • Add 'application/ld+json' as allowed format

1.8.1 - 2025-02-06

  • Increase memory for supervisor container

1.8.0 - 2025-02-06

  • Upgrade to PHP 8.4
  • Upgrade to: Symfony 7.2, Doctrine ORM 3.x / DBAL 4.x, Api-platform 4.0, PhpUnit 11 with dependencies
  • Switch to PHPStan
  • Added cleanup for detection results
  • Refactor rootDir normalization to ensure values are always normalized, fix type errors,
  • Fix various values not being set

1.7.1 - 2024-11-08

  • Added automatic deployment

1.7.0 - 2024-10-14

  • Switch to using vault bundle
  • Upgraded to Symfony 6.4

1.6.1 - 2024-06-18

  • Updated composer setup
  • Added new GPU hosts and Hetzner

1.6.0 - 2024-01-16

  • #43 Added CSV export
  • #42 Add and apply CS fixer rule to enforce strict types on all files.
  • #44 Added notes on OIDC

1.5.0 - 2023-09-20

  • #40 Update to Symfony 6.3. Update dependencies.
  • #39 Added OIDC description to Readme, added server type field to OIDC.
  • #38 Added "rootDir" normalizer to ensure they match between different types of DetectionResults. Fixes missing sites and domains.

1.4.1 - 2023-08-04

  • #36 Implemented OIDC code flow and handled target path after login.

1.4.0 - 2023-08-01

  • #34 Updated properties on OIDC and cleaned up.

1.3.0 - 2023-07-27

  • Added advisory handler and UI
  • Fixed "Integrity constraint violation: 1062 Duplicate entry" errors
  • Minor UI styling updates
  • Added logo and favicon

1.2.2 - 2023-05-26

  • Added Debian 11 to OS selections

1.2.1 - 2023-05-25

  • Fixed hostname for rabbit in docker compose

1.2.0 - 2023-05-25

  • #32 Refactored message handling to enable async processing
  • #31 Updated to API Platform 3.1, updated Symfony
  • #23 Service certificates

1.0.0 - 2022-09-15