Commit 850a7d61 authored by Thong Kuah's avatar Thong Kuah
Browse files

Add upgrade notes from GitLab 12.1 -> 12.2

parent fddc0609
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -5,3 +5,15 @@ The [Auto-DevOps](https://docs.gitlab.com/ee/topics/autodevops/) [deploy stage](
## 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`.
 No newline at end of file