- Unified into
Gemfile
instead ofcore_gems.rb
andplugin_gems.rb
. [GitHub#142]- It simplify a management of bundled gem files. Note that this change requires newer bundler - bundler 2.2.0.rc1 or later.
- Added Serverspec test cases [GitHub#174, #180]
- It was expected to reduce degraded bugs.
- macos: Added to support building macOS installer [GitHub#192]
- Added
lockfile:update
rake task to update lock file. [GitHub#161]- Execute
cd td-agent && rake lockfile:update
for updating bundled Gems.
- Execute
- Added
td-agent-apt-source
package to install apt key and .source [GitHub#181]- It enables
apt install td-agent-apt-source && apt install td-agent
.
- It enables
- msi: Fixed a bug that required dll.a was removed unexpectedly.
- This bug causes failure to build for C extensions. [GitHub#130]
- msi: Fixed to use TD_AGENT_TOPDIR in td-agent.conf. [GitHub#131]
- It fixes the problem that c:/var is always created automatically. It was changed to respect installed directory (c:/opt/td-agent/var...)
- Migrated build system from Omnibus.
- Fixed to clean up lintian errors and warnings.
- Fixed to clean up rpmlint errors and warnings.
- Improved to support Amazon Linux 2. [GitHub#74]
- Improved to support install/uninstall Fluentd as fluentdwinsvc service. [GitHub#122]