@@ -12,3 +12,15 @@ and enforces `shellcheck` and `shfmt`.
## Contributing and Code of Conduct
Please see [CONTRIBUTING.md](CONTRIBUTING.md)
## Upgrading
### v0.1.0
Starting from GitLab 12.2, the [`Jobs/Deploy.gitlab-ci.yml`](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/lib/gitlab/ci/templates/Jobs/Deploy.gitlab-ci.yml)
template will use the Docker image generated from this project. Changes from previous version of `Jobs/Deploy.gitlab-ci.yml` include:
* Switch from using `sh` to `bash`.
*`install_dependencies` is removed as it is now part of the Docker image.
* All the other commands should be prepended with `auto-deploy`.
For example, `check_kube_domain` now becomes `auto-deploy check_kube_domain`.