Skip to content

Latest commit

 

History

History
151 lines (105 loc) · 3.25 KB

CHANGELOG.md

File metadata and controls

151 lines (105 loc) · 3.25 KB

Changelog

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

[main] - 2025-01-22

📚 Documentation

  • Update changelog for 1.4.0
  • Update changelog for main
  • Update changelog for main
  • Update changelog for main
  • Update changelog for main
  • Update changelog for main
  • Update changelog for main
  • Update changelog for main
  • Update changelog for main
  • Update changelog for main
  • Update changelog for main
  • Update changelog for main
  • Update changelog for main
  • Update changelog for main
  • Update changelog for main
  • Update changelog for main
  • Update changelog for main
  • Update changelog for main
  • Update changelog for main
  • Update changelog for main
  • Update changelog for main
  • Update changelog for main
  • Update changelog for main
  • Update changelog for main
  • Update changelog for main
  • Update changelog for main
  • Update changelog for main
  • Update changelog for main
  • Update changelog for main
  • Update changelog for main
  • Update changelog for main
  • Update changelog for main
  • Update changelog for main
  • Update changelog for main
  • Update changelog for main
  • Update changelog for main
  • Update changelog for main
  • Update changelog for main
  • Update changelog for main

[1.4.0] - 2024-12-13

🚀 Features

  • (monitoring) Add prometheus metrics and health checks
  • (nginx) Add health and metrics endpoints
  • (logging) Implement log rotation and structured logging
  • (ci) Add dependabot and security scanning
  • (ci) Enhance CI pipeline with security and quality checks

🐛 Bug Fixes

  • (monitoring) Correct node_exporter path
  • Pin package versions and update to Alpine 3.21.0
  • Add missing quotes in shell script
  • Update dependencies and fix github actions
  • Update workflow permissions and tag format
  • Add write permission for changelog commits

🚜 Refactor

  • Reorganize project structure

📚 Documentation

  • Enhance project documentation
  • Update changelog for main

🎨 Styling

  • (docker) Improve Dockerfile based on best practices

⚙️ Miscellaneous Tasks

  • Add .gitignore for IDE files

[1.3.0] - 2024-04-22

🚀 Features

  • Push also to Docker Hub
  • Integrated changelog generation in github actions

🐛 Bug Fixes

  • Fix build pipeline
  • Try to commit in github actions with git-auto-commit-action

⚙️ Miscellaneous Tasks

  • CHANGELOG.md and git-cliff configuration

[1.2.1] - 2024-04-22

🐛 Bug Fixes

  • Build pipeline

[1.2.0] - 2024-04-22

🐛 Bug Fixes

  • Update syntax in shell scripts

⚙️ Miscellaneous Tasks

  • Fix typo
  • Update docker image names
  • Copyright year and name in LICENSE
  • Update README

[1.1.0] - 2024-02-16

🚀 Features

  • Changed alpine base image from 3.14 to 3.19.1

⚙️ Miscellaneous Tasks

  • Some notes about the usage

[1.0.1] - 2021-07-12

🐛 Bug Fixes

  • Evaluate tag in separate step

[1.0.0] - 2021-07-12

🚀 Features

  • Execution and sync script used by the docker image
  • Nginx file to specify location and indexing options
  • Dockerfile to build container, based on alpine
  • Build docker image via github actions
  • Set file permission to allow execution

⚙️ Miscellaneous Tasks

  • Defining volume and exposed port in dockerfile
  • Update the readme