Skip to content

Latest commit

 

History

History
398 lines (218 loc) · 13.4 KB

File metadata and controls

398 lines (218 loc) · 13.4 KB

CHANGELOG

v1.19.0 (2026-03-31)

Bug Fixes

  • Correct platform handling and tag formatting in Docker build workflow (c76ec11)

  • Remove DOCKER_PLATFORMS variable from CI/CD workflow (551e671)

  • Remove unnecessary blank line in CI/CD workflow (829fb83)

  • Update Docker tags format in CI/CD and release workflows (3158fc0)

Features

  • Add multi-architecture support for Docker builds and scans (368b176)

  • Add wait step for Docker image availability in build workflow (b08fdef)

  • Simplify Docker build workflow by removing unused variables and updating multi-arch image handling (103a0af)

v1.18.2 (2026-03-28)

Bug Fixes

  • Formatting and settings management (f708de5)

v1.18.1 (2026-03-27)

Bug Fixes

  • Update workflow references to use main branch and add black configuration (dfda970)

v1.18.0 (2026-03-27)

Features

v1.17.4 (2026-03-22)

Bug Fixes

  • Implement multiple code changes to enhance functionality and improve performance (66dc99e)

v1.17.3 (2026-03-20)

Bug Fixes

  • Refactor data loading services and update dependencies (5e719eb)

  • Update test for logger normal mode to use loguru directly (6daa1fc)

v1.17.2 (2026-03-08)

Bug Fixes

  • Standardize logging across the application and improve metric handling (275cfe0)

v1.17.1 (2026-03-07)

Bug Fixes

  • Clean up logging and metrics handling across the application (37b12a0)

v1.17.0 (2026-03-04)

Features

  • Enhance display function with logging and summary of astronomical events (8480bb9)

  • Refactor HTTP client usage and remove auto-merge workflow (2678d77)

v1.16.0 (2026-03-04)

Features

  • Update dependencies and refactor UI components for astronomical data display (3c865fa)

v1.15.0 (2026-03-02)

Features

  • Enhance astronomical data fetching and display with hourly forecast (320f73b)

v1.14.1 (2026-02-27)

Bug Fixes

  • Add permissions for auto-merge job to allow write access to pull requests (6574e36)

  • Rename workflow and simplify head_branch handling in auto-merge script (648094d)

  • Update dependencies for ruff and uv to latest versions (1cc033e)

  • Update scheduler to fetch data every 5 minutes instead of 24 hours (28d14f7)

v1.14.0 (2026-02-27)

Bug Fixes

Features

  • Add run_checks script and improve scheduling logic for display (d03dbc8)

  • Refactor astronomical data fetching and display logic (55d92e8)

v1.13.0 (2026-02-23)

Features

  • Add Docker support with docker-compose and Prometheus integration (8fb03ae)

Refactoring

  • Reorganize import statements in config.py (710a0b7)

v1.12.0 (2026-02-19)

Chores

  • Update Trivy action to v0.34.0 and bump pydantic-settings version to 2.13.0 (50e2749)

Features

  • Refactor application structure and integrate Prometheus metrics (041018a)

v1.11.1 (2026-02-14)

Bug Fixes

  • Reorganize service layer and move data loading logic to separate module (ae235a4)

v1.11.0 (2026-02-14)

Bug Fixes

  • Update job dependencies in CI/CD workflow for proper execution order (b88538d)

Chores

  • Remove obsolete run-branch-scan workflow file (fc68211)

Features

  • Refactor CI/CD workflows and enhance synthwave UI for astronomical data display (aa3532b)

Refactoring

  • Remove redundant import of setup_logger in core modules (800e8ac)

v1.10.0 (2026-02-14)

Bug Fixes

  • Add logging for input coordinates in run_app function (c5bb322)

  • Remove unused imports from display.py (874aa35)

  • Update CI/CD workflows to ensure proper execution conditions for Docker and Trivy scan (ecd46f1)

Features

  • Implement CI/CD pipeline with linting, testing, and release workflows; enhance display functionality with rich formatting (5590ee9)

v1.9.1 (2026-02-14)

Bug Fixes

  • Simplify logger configuration by removing unnecessary lambda functions (f0f5276)

v1.9.0 (2026-02-14)

Bug Fixes

  • Add sample weather data JSON for location and time information (4e7a960)

Features

  • Add Ruff linting workflow and update dependencies for improved code quality (56cfe3a)

v1.8.0 (2026-02-13)

Bug Fixes

  • Add docstring to test_config.py for improved clarity on test coverage (f04f4d5)

Features

  • Add pydantic-extra-types for enhanced coordinate handling and update weather settings (90804bd)

v1.7.0 (2026-02-12)

Bug Fixes

  • Refactor imports and enhance data fetching for astronomical data display (3131aa2)

Features

  • Implement weather.gov astronomical data fetching and display (021c397)

v1.6.0 (2026-02-11)

Bug Fixes

  • Add DOCKER_PUSH_BOOL input to Docker workflow for conditional image pushing (9743034)

  • Update actions/checkout version and change username reference to vars in Docker workflow (4e53c54)

  • Update Docker tags to remove repository prefix in branch scan workflow (7f5177c)

  • Update uv to 0.10.2 (1f64d5a)

  • Update UV_VERSION to 0.10.2 in workflow files (a4f71c9)

Features

  • Add Docker-Release job to workflow for building and pushing Docker images (e86881d)

  • Streamline Docker workflow by removing unnecessary inputs and adding branch scan workflow (b29c79b)

  • Update Docker workflow to include optional load boolean for image build (04fa14d)

v1.5.0 (2026-02-07)

Features

  • Update Docker workflow to include DockerHub login and adjust image tagging (f7a2866)

v1.4.0 (2026-02-07)

Features

  • Enhance logging setup and add rich output support with figlet (382616b)

v1.3.0 (2026-02-07)

Features

  • Add workflow_call inputs for Docker build and scan (987a2b1)

  • Docker release workflow integration and branch setup (5b288c9)

v1.2.0 (2026-02-04)

Bug Fixes

  • Downgrade actions and setup versions in Docker workflow (4f8fa56)

  • Normalize environment variable names in Docker workflow (fb708d9)

  • Normalize formatting of environment variables in Docker workflow (7c0b3f7)

  • Reorder steps in Docker workflow and update image reference for Trivy scan (5fff51d)

Features

  • Add Dockerfile and GitHub Actions workflow for Docker build and Trivy scan (2db6f30)

v1.1.4 (2026-02-02)

Bug Fixes

  • Bump astral-sh/setup-uv from 6 to 7 (a057804)

v1.1.3 (2026-02-02)

Bug Fixes

  • Bump actions/checkout from 4 to 6 (8462ff8)

v1.1.2 (2026-02-02)

Bug Fixes

  • Bump actions/cache from 4 to 5 (9ef9827)

v1.1.1 (2026-02-02)

Bug Fixes

  • Update branch filter and cache key for UV build workflow (52a1297)

v1.1.0 (2026-02-02)

Features

  • Add dependabot configuration and update dependencies including httpx (5ca09d9)

v1.0.0 (2026-01-31)

  • Initial Release