Skip to content

Latest commit

 

History

History
71 lines (41 loc) · 1.27 KB

CHANGELOG.md

File metadata and controls

71 lines (41 loc) · 1.27 KB

Changelog

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

[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