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.
- Fixed le-acme-core dependency by pointing to a backup fork of it.
- Added a
--version
flag to print the current version.
- Fixed "Invalid PEM formatted message" when running with
--production
(#35)
- Certificates are now automatically configured on a GitLab Page by using GitLab's API. Full automation is now possible!
- Support for arbitrary GitLab instances, not just https://gitlab.com.
- To prevent accidental rate-limiting, staging certificates are obtained by default. Use
--production
to obtain real certificates. --repository
now accepts a full repository URL instead of a repository identifier.- Commits made from
gitlab-le
now have their author set to "gitlab-le". - Minimum required Node version is now 8.x.