Releases: SumoLogic/sumologic-collector-puppet-module
Releases · SumoLogic/sumologic-collector-puppet-module
Puppet Forge Release
Changes
Prelude
Release on: 2020-04-29
New Features
The module is now available on Puppet Forge.
Puppet 5.x and Puppet 6.x compatible module + `Skip Registration` flag logic fixed.
Changes
Prelude
Release on: 2020-04-22
Bug Fixes
- 'Skip Registration' flag was not being honored. This is now fixed.
New Features
- The module has been verified on puppet5 and puppet6.
- Support for litmus acceptance testing added.
Tarball Installation Support
Changes
Prelude
Release on: 2018-09-21
New Features
Supports Tarball Sumo Collector Installation
Supports 32 bit Debian 7 and 8 Vagrant Beaker testing.
Puppet 3.x compatible module.
Note: For Puppet 4.x and later use the release v0.2.1. Release v0.2.1 will be enhanced per puppet guidelines to support latest puppet versions.
For Puppet 3.x:
- Utilize release v1.0.6 if you need sumo.conf compatibility.
- Utilize release v1.0.8 if you need latest SumoLogic collector compatibility.
The release v1.0.8 is tested on Puppet 3.8.7.
Added Beaker Vagrant configurations.
Changes
Prelude
Release on: 2018-08-28
New Features
- Supports 32 bit Ubuntu 14.04 and 16.04 Vagrant Beaker testing.
- Supports CentOS 6 64 bit Vagrant Beaker testing.
- Supports Debian 7 64 bit and Debian 8 64 bit Vagrant Beaker testing.
Upgrade of the module to support latest SumoLogic collector version.
Changes
Prelude
Release on: 2018-08-27
New Features
- Supports latest SumoLogic Collector version.
- Supports sync sources configuration which allows sources to be modified after installation.
- Installation now supports sources registration from the default directory consisting of multiple JSON files.
- Installation of SumoLogic Collector now supports user.properties which was introduced in 19.137.
Upgrade Notes
- Upgrade of collector is not currently supported.
Deprecation Notes
- Begin deprecating "manage_sources" parameter. It is being replaced by "sources_override". The " manage_sources" parameter will continue to function, with a deprecation notice.
Other Notes
- This module supports all the command-line options except dir [directory] listed in SumoLogic's documentation.
- The only required parameters are a pair of authentication parameters: accessid and accesskey OR a token.
- Supports Puppet >= 4.6.0
- Tested on CentOS 7 64 bit, Suse 12 SP3 64 bit, Suse 12 SP3 64 bit, Ubuntu 12.04.4 LTS 64 bit , Ubuntu 14.04.4 LTS 64 bit , Ubuntu 16.04.4 LTS 64 bit, Red Hat Enterprise Linux Server 7.5 (Maipo) 64 Bit, debian-9-amd64, Windows Server 2016 64 Bit.
v0.1.7
Merged PR25,26.
Merge pull request #26 from jorhett/optional-installation-by-package Optionally download and install packages
Merged PR17, fixed an issue with collector installation on Windows.
v0.1.5 Update CHANGELOG and metadata.json after PR17
Merged PR14, added first tests.
Merge pull request #15 from mcasper/add_metadata_json Add a metadata.json file