All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Turns out oauth requires
ca-certificates
package hence move to alpine
- Fix the
CMD
of the Docker image
- Add a multi-stage Docker build
- Add a
go get
step to the Docker build to leverage caching
- No longer update the deployment from
kube/deployment.yaml
since CI updates the deployment in k8s
- Continuous deployment
- Continuous testing