Skip to content

Releases: kschu91/puppet-gogs

1.4.1

24 Sep 10:06
Compare
Choose a tag to compare
  • Fixed bug where installations since gogs version v0.12.1 fail. The reason is a new naming of the gogs binaries downloads since this release.

1.4.0

31 Mar 23:50
Compare
Choose a tag to compare
  • Added parameter log_path, which allows setting the root path where gogs will store logs.
  • Unsupported operating systems are now getting useful warning, but do not fail anymore.
  • Refactored internal class dependencies to make the code more maintainable.
  • Refactored scripts, there are now stored in installation_directory rather than storing them in tmp.

1.3.0

31 Mar 18:51
Compare
Choose a tag to compare

1.2.0

06 Aug 05:37
Compare
Choose a tag to compare
  • Added new parameter manage_packages to optionally disable installing of dependent system packages automatically. Check the README for more details.
  • Drop support for Ruby version 1.9
  • Drop support for puppet version 3.5 - 3.7 (3.8 is the minimum now)

1.1.0

07 Mar 12:26
Compare
Choose a tag to compare
  • Added support for OracleLinux (thanks to wfsaxton for requesting the pull request).

1.0.1

04 Mar 12:26
Compare
Choose a tag to compare
  • Bugfix for older Ubuntu versions which does not start/stop the daemon correctly because of wrong init scripts error codes

1.0.0

28 Feb 17:52
Compare
Choose a tag to compare
  • Fixed issue #4 that does not allow overwriting of default values which have an impact either on sysconfig or app.ini values.
  • Dependent system packages (eg. git, curl, etc.) are now getting installed automatically if not already there.
  • The parameter sysconfig has changed! Check the README for further details.
  • Changing ownership after the first run is now possible.

Added support for Debian and CentOS

22 Feb 21:10
Compare
Choose a tag to compare

First version of gogs puppet module.

20 Feb 00:53
Compare
Choose a tag to compare