Changelog
Features
Enhancements
- 92f369c: chore: refactor Dockerfile to improve file copying (@appleboy)
- 56b7c8c: chore: refactor Dockerfiles and update dependencies (@appleboy)
- 61172f4: chore: refactor configuration files and remove redundancies (@appleboy)
- e796187: chore: refactor configuration settings for consistency (@appleboy)
- 35c9890: chore: update Docker daemon configuration (@appleboy)
- 6083c48: chore: update Dockerfile commands (@appleboy)
- fda6e47: chore: update Dockerfile to use Go version 1.21 (@appleboy)
- 65ea581: chore: update required Go module versions (@appleboy)
- 805dac7: chore: update required version of
github.com/gin-gonic/gin
(@appleboy)
Refactor
- c572df0: refactor: refactor HTTP routing and remove Gin dependency (@appleboy)
- c435616: refactor: update changelog group titles and patterns (@appleboy)
Build process updates
- 8640238: build: add Dockerfile for Go application in Docker container (@appleboy)
- ab7d19e: build: add Dockerfile for building the application in a container (@appleboy)
- 6c5cdb6: build: build app with verbose output in Dockerfile (@appleboy)
- ae83f03: build: refactor Dockerfile for improved build process (@appleboy)
- 59ba3c6: build: refactor Dockerfile to use multi-stage build (@appleboy)
- 95a0c00: build: update Dockerfile to use Go 1.21 and Alpine 3.18 (@appleboy)
- b8049b9: build: update Dockerfile to use Go 1.21 and Alpine 3.18 (@appleboy)
- 6ae4f5d: build: update Dockerfile to use Go version 1.20 (#1) (@appleboy)
- 078ee4e: build: update Dockerfile to use golang:1.21-alpine as base image (@appleboy)
- 66156d1: ci: configure GitHub Actions workflow for Goreleaser integration (@appleboy)
Documentation updates
- a25c467: docs: add instructions and command for Docker Hub login and access token creation (@appleboy)
- 7f5ccee: docs: add instructions for building, running, and testing the Docker container (@appleboy)
- d15d231: docs: update Docker BuildKit instructions and remove unnecessary commands (@appleboy)
- b6b7850: docs: update README with Docker BuildKit documentation link (@appleboy)
- 75d2480: docs: update README.md with Docker BuildKit instructions (@appleboy)