Files
addons/git_pull/CHANGELOG.md
Raiford a3adccafa7 Username and password support for git_pull addon (#217)
* Add user/password support to git pull.

This can be used for private repositories that don't support ssh.
Ex: https://cloud.google.com/source-repositories/docs/

* Remove unnecessary err redirection.

* Bump git_pull version to 3.1

* Update config.json

* Update CHANGELOG.md

* Update CHANGELOG.md

* address commands
2018-01-19 11:56:58 +01:00

438 B

Changelog

4.0

  • Allow to use user/password authentication for GIT
  • New options deployment_user and deployment_password

3.0

  • New CLI
  • Update base image
  • Backup of files before clearing the /config folder
  • Copy back all non YAML files and the secrets.yaml after the git clone
  • More verbose error handling. Also logging the GIT exceptions.
  • Splitted code out into functions
  • Check SSH connection before setting the key