This file is used to list changes made in each version of the appdynamics cookbook.
- [spuder] - Pin dependency versions
- [nmcginnis] - Removed erroneous characters in dotnet template which causes issues with auto instrumentation.
- [akemner] - dynamic integration testing for windows with fixture cookbook test-helper
- [dkoepke] - use windows_package instead of package--we were seeing
package
fail in certain invocations of chef-client due thesource
attribute magically growing a drive letter; update Travis to use rake test
- [akemner] - refactor dotnet_agent so the template managed by chef is the running config.xml rather then setup.xml, drop using setup.xml in the install package, update chefspec and integration tests for dotnet_agent. also resolved issue with ubuntu integration testing for nodejs and python by including apt::default in the runlist for those suites
- [akemner] - jave_agent changes - changed from unzip to use ark cookbook. ark to put all files from zip into opt/appdynamics/javaagent directory. updated install_dir to point to opt/appdynamics. add spec, and integration testing for java. includes two fixture cookbooks, appdynamics-test and test-helper. test-helper allows for dynamic attribute testing with serverspec. locked rubocop to 0.33.0. this required a new gemsfile.lock
- [akemner] - add maintainer_email and fix spec failures
- [dkoepke] - Add support for packages.appdynamics.com, remove "latest" version concept.
- [akemner] - dotnet_agent - add standalone/windows service instrumentation support, includes chefspec and serverspec test for the changes.
- [akemner] - bump metadata version, add changelog.md, resolve FoodCritic/Rubocop failures for all files, add unit(chefspec) & integration(serverspec) testing for dotnet_agent.rb. remove checksum, notify to template resource so AppDynamics Agent Coordinator restart if template gets changed, subscribe IIS Restart script to AppDynamics Agent Coordinator.