Skip to content
This repository has been archived by the owner on Dec 1, 2023. It is now read-only.

Releases: kogito-ops/puppet-minio

v1.1.2

14 Sep 07:47
254f599
Compare
Choose a tag to compare

Features

  • Changed storage_root to acccept both string and array of strings to support erasure coding
  • Added support for custom deployment definitions with MINIO_DEPLOYMENT_DEFINITION to support erasure coding and distributed deployments

v1.1.1

14 Sep 07:47
569e13e
Compare
Choose a tag to compare

Features

  • Moved existing profiles to server namespace
  • Added support for minio client deployments
  • Added support for client alias management
  • Added support for certificate deployments
  • Added support for custom locations for the configuration file
  • Added support for providing additional options for minio server with MINIO_OPTS
  • Updated documentation

v1.1.0

14 Sep 07:46
Compare
Choose a tag to compare

With this release, ownership of this module is transfered to Kogito UG, a DevOps / Infrastructure services business in Berlin, Germany.

Features

  • Upgrade default Minio installation to a more recent version
  • Base URL for Minio downloads can now be pointed to a custom location
  • Converted module to be Puppet Development Kit compatible
  • Added support for Debian 9 (Stretch)
  • Updated Puppet requirements to be in line with PE lifecycle
  • API: sorted_json(...) function has been converted to a Puppet 4 style function and renamed to to_sorted_json(...)

v1.0.2

13 Nov 13:06
Compare
Choose a tag to compare

Maintenance

  • use resource types for parameters

v1.0.1

09 May 19:19
Compare
Choose a tag to compare

Updates

  • added support to configure address and port

Maintenance

  • switch to using archive URLs for Minio downloads to provide a stable state.

v1.0.0

09 May 19:19
Compare
Choose a tag to compare

Initial release of Minio management module! Hurra!

New features

  • support package and configuration of Minio on Debian, Ubuntu, CentOS, RHEL.

Bug fixes

  • ... nothing yet!

Maintenance

  • ... adding in Travis CI build settings and Puppet Forge deployment.