Files
core-api/CHANGELOG.md
T
jpmschweitzerandClaude Opus 4.5 ac92607003 Remove Uptime Kuma integration
- Delete kuma_client.py and all Kuma-related code
- Remove /infrastructure/monitors endpoints
- Update service start/stop to use Portainer only
- Simplify service control widget to show container status
- Remove Kuma config and credentials
- Delete stale memory tests (moved to core-ai service)
- Add test infrastructure with pytest
- Add tests for service_groups, config, and health endpoints
- Bump version to 1.1.0

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-14 12:04:05 +01:00

1.3 KiB

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.

[1.1.0] - 2024-12-14

Removed

  • Uptime Kuma integration (kuma_client.py deleted)
  • All /infrastructure/monitors endpoints
  • Kuma monitor pause/resume from service start/stop operations
  • Uptime percentage display from service control widget
  • Kuma-related configuration and credentials
  • Stale memory tests (memory functionality moved to core-ai service)

Changed

  • Service control widget now uses Portainer container status exclusively
  • Simplified widget-data endpoint response (removed monitors field)
  • Updated service start/stop to only manage containers via Portainer

[1.0.0] - 2024-12-14

Added

  • Initial release of Core Code API service extracted from portainer-core
  • Infrastructure management endpoints for Portainer, NPM, and Uptime Kuma
  • Web scraping service with content extraction
  • DNS management endpoints
  • Health check endpoints with diagnostics
  • OIDC authentication support via Authentik
  • Ollama integration for embeddings
  • OpenAPI documentation (Swagger UI and ReDoc)
  • Docker containerization with CI/CD workflow