This project adheres to Semantic Versioning.
This CHANGELOG (now) follows the format listed at Keep A Changelog
1.8.0 - 2024-01-12
1.7.0 - 2022-05-11
- feat: add JSON support to windows sources #193
1.6.2 - 2022-01-05
- added
fields
support to sources (@majormoses) #189
1.6.1 - 2021-08-27
- fix install_and_configure behavior #185
1.6.0 - 2021-06-02
- Support chef 16 by setting
provides
on custom resources #179
- fix missing method error #180
1.5.0 - 2021-01-06
- Added securefiles boolean flag in installer to enable or disable enhanced file security.
- added fields support to user.properties
- Deprecated flags disableScript/ActionSource removed.
- Script / Action Sources are disabled by default.
- Pass SSM credentials as strings and data bag credentails as symbols
1.4.0 - 2018-06-26
- Added
cutoffTimestamp
andcutoffRelativeTime
properties.
- delete legacy ChefSpec matchers (@RoboticCheese)
- fix collector provider installation detection for 19.216-33 on Systemd platforms (@RoboticCheese)
1.3.0 - 2018-04-19
- using node run state added as a viable option to supply credentials
- when using the lwrps it calls
sumo_service
which attempts to use systemd if present. We should allow overriding this behavior with the same attribute as was added in PR#145 to change the behavior. If the attribute is unset it uses the existing logic to determine the appropriate init subsystem making this backwards compatibile. (@majormoses)
- the ability to use
node['sumologic']['init_style']
to specify an override for an init subsystem while keeping the same defaults of delegating that to ohai detection. - Support setting a resource-configured collector's
hostName
,description
,category
,disableActionSource
,disableUpgrade
,timeZone
, andtargetCPU
.
- allow setting max_memory to control memory consumption : PR#128 (@dannenberg)
- allow pinning version of chef-vault gem : PR#123 (@dhui)
- make travisci tests do what users expect them to : PR#134 (@majormoses)
- updates for ubuntu 16.04, chef 13, fewer restart notifications, configure more java properties, misc kitchen platform updates : PR#122 (@RoboticCheese)
- misc CHANGELOG updates : PR#137 (@majormoses)
1.2.21 - 2017-06-12
- appease CI, misc repo cleanup : Merged PR#125, 130 (@zl4bv, @majormoses)
1.2.20 - 2017-04-26
- revert buggy changes: Undo PR#113 (@duchatran)
1.2.19 - 2017-03-29
- prevent unnecessary collector restarts by only converge if changed : Merge PR#113 (@dannenberg)
1.2.18 - 2017-02-07
- Adds the ability to define the source categories for the default files created in the json source folder.
1.2.17 - 2016-07-19
- Add service retries attempts and delays, fixed online help doc link : Merged PR#85,86 (@kquinsland, @meringu)
1.2.15 - 2016-05-26
- Fix windows service collector name issue 61: Merged PR#77 (@wenwolf)
- Chef 11 compatibility improvements : Merged PR#76 (@elyobo)
- Add
:disable
and:enable
actions to sumologic-collector, among other things: Merged PR#74 (@KierranM)
- Use the proper net command to restart, start, and stop the collector on windows: Merged PR#72 (@KierranM)
1.2.12 - 2016-04-19
- Add a new
sumologic_collector
resource : Merged PR#71 (@KierranM)
1.2.11 - 2016-03-21
- fixing typo with
forceTimeZone
: PR#67 (@zl4bv)
1.2.10 - 2016-03-04
- Added LWRP resources for source config files : Merged PR#64 (@zl4bv)
1.2.9 - 2016-02-25
- Platform-family-specific install recipes
- Windows 2008r2 and 2012r2 support and testing
1.2.8 - 2016-02-19
- Debian 8.1 support and testing
1.2.7 - 2016-02-19
- Add action for debian 8.X
- Add support for ChefVault
- Ensure sumo-collector is running
- Add support for restarting the collector on
Windows
1.2.5 - 2015-10-08
- Add basic serverspec testing
- Updated cookbook to support Access IDs and Keys
- Updated cookbook to support Local Collector Management and JSON directory option.
- Initial release of sumologic-collector
Check the Markdown Syntax Guide for help with Markdown.
The Github Flavored Markdown page describes the differences between markdown on github and standard markdown.