Skip to content

Latest commit

 

History

History
194 lines (147 loc) · 8.15 KB

CHANGELOG.md

File metadata and controls

194 lines (147 loc) · 8.15 KB

CHANGELOG for sumologic-collector

This project adheres to Semantic Versioning.

This CHANGELOG (now) follows the format listed at Keep A Changelog

1.8.0 - 2024-01-12

Added

  • new action of :remove to cleanup sumo collectors #191
  • Support arm (aarch64) rpm installation #196

1.7.0 - 2022-05-11

Added

  • feat: add JSON support to windows sources #193

1.6.2 - 2022-01-05

Added

  • added fields support to sources (@majormoses) #189

1.6.1 - 2021-08-27

Changed

  • fix install_and_configure behavior #185

1.6.0 - 2021-06-02

Added

  • Support chef 16 by setting provides on custom resources #179

Changed

  • fix missing method error #180

1.5.0 - 2021-01-06

Added

  • Added securefiles boolean flag in installer to enable or disable enhanced file security.
  • added fields support to user.properties

Changed

  • 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

  • Added cutoffTimestamp and cutoffRelativeTime properties.

Changed

  • delete legacy ChefSpec matchers (@RoboticCheese)

Fixed

  • fix collector provider installation detection for 19.216-33 on Systemd platforms (@RoboticCheese)

1.3.0 - 2018-04-19

Added

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

[1.2.23] - 2017-10-12

Added

  • 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, and targetCPU.

[1.2.22] - 2017-08-15

Added

  • allow setting max_memory to control memory consumption : PR#128 (@dannenberg)
  • allow pinning version of chef-vault gem : PR#123 (@dhui)

Changed

  • 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

Changed

  • appease CI, misc repo cleanup : Merged PR#125, 130 (@zl4bv, @majormoses)

1.2.20 - 2017-04-26

Changed

  • revert buggy changes: Undo PR#113 (@duchatran)

1.2.19 - 2017-03-29

Changed

  • prevent unnecessary collector restarts by only converge if changed : Merge PR#113 (@dannenberg)

1.2.18 - 2017-02-07

Added

  • Adds the ability to define the source categories for the default files created in the json source folder.

1.2.17 - 2016-07-19

Added

  • Add service retries attempts and delays, fixed online help doc link : Merged PR#85,86 (@kquinsland, @meringu)

1.2.15 - 2016-05-26

Fixed

  • Fix windows service collector name issue 61: Merged PR#77 (@wenwolf)
  • Chef 11 compatibility improvements : Merged PR#76 (@elyobo)

Added

  • Add :disable and :enable actions to sumologic-collector, among other things: Merged PR#74 (@KierranM)

Fixed

  • Use the proper net command to restart, start, and stop the collector on windows: Merged PR#72 (@KierranM)

1.2.12 - 2016-04-19

Added

  • Add a new sumologic_collector resource : Merged PR#71 (@KierranM)

1.2.11 - 2016-03-21

Fixed

  • fixing typo with forceTimeZone : PR#67 (@zl4bv)

1.2.10 - 2016-03-04

Added

  • Added LWRP resources for source config files : Merged PR#64 (@zl4bv)

1.2.9 - 2016-02-25

Added

  • Platform-family-specific install recipes
  • Windows 2008r2 and 2012r2 support and testing

1.2.8 - 2016-02-19

Added

  • 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

Added

  • Add support for restarting the collector on Windows

1.2.5 - 2015-10-08

Added

  • Add basic serverspec testing

[1.2.0]

Added

  • Updated cookbook to support Access IDs and Keys
  • Updated cookbook to support Local Collector Management and JSON directory option.

[0.1.0] - 2015-09-02

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