Changes
- feat: Add support for SSL Certificate provisioning via ZeroSSL @gkrizek (#186)
- refactor!: 💥 ♻️ basepath @apotdevin (#187)
- chore: 🔧 add bos scores @apotdevin (#185)
- chore: extra boltz console logging
- chore: add push warning
- chore: dependency update
Breaking Changes
- refactor!: 💥 ♻️ basepath @apotdevin (#187)
Details
Breaking change only affects you if you where using the BASE_PATH
config and building your own docker image. BASE_PATH
is no longer a runtime environment variable but a build time environment variable. This means that you must set it before building the application.
From this version on you can also get two different Docker images. One with normal setup and one with a preset BASE_PATH=/thub
.
Contributors
@apotdevin and @gkrizek