mirror of
https://github.com/aljazceru/addons.git
synced 2026-01-25 07:45:44 +01:00
* 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
15 lines
438 B
Markdown
15 lines
438 B
Markdown
# 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
|