Skip to content

v2.1.0

Compare
Choose a tag to compare
@koddr koddr released this 05 May 08:38
24f9023

Update CLI

# For native Go installation:
go install github.com/create-go-app/cli/v2/cmd/cgapp

# For Homebrew users:
brew upgrade create-go-app/cli/cgapp

Changelog

  • Add postgres role for backend
  • Add go-migrate role for apply backend migrations (in postgres role)
  • Add redis role for backend
  • Fix nginx role (separate HTTP/HTTPS config)
  • Switch to Ansible new modules for Docker tasks (community.docker.docker_*)

Your help to improve project

We would be very grateful for help with:

  • Code test coverage (89.2% of the code is covered in this release)
  • Creating new Go templates for the backend (e.g. for Echo, Gin and so on)
  • Creating new and/or improve existing roles for Ansible (e.g. for other proxy servers and load balancers and so on)

Your PRs are welcome! Thanks 😉