Skip to content
This repository has been archived by the owner on Aug 21, 2019. It is now read-only.

Latest commit

 

History

History
34 lines (22 loc) · 1.19 KB

CHANGELOG.markdown

File metadata and controls

34 lines (22 loc) · 1.19 KB

Changelog

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.

[3.1.1] - 2018-01-22

Fixed

  • Fixed le-acme-core dependency by pointing to a backup fork of it.

[3.1.0] - 2018-01-15

Added

  • Added a --version flag to print the current version.

Fixed

  • Fixed "Invalid PEM formatted message" when running with --production (#35)

[3.0.0] - 2018-01-14

Added

  • 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.

Changed

  • 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.