Skip to content

Releases: Dynatrace/bosh-oneagent-release

v1.4.0

01 Mar 12:55
Compare
Choose a tag to compare

Internal change, no new features added. Only adapted the installer parameters to the new style ones.

Stopped manually adding release tarballs, since they're available via https://bosh.io/releases/github.com/Dynatrace/bosh-oneagent-release anyways.

v1.3.3

19 May 08:01
Compare
Choose a tag to compare
  • Fixed faulty downloadurl handling

v1.3.2

12 Feb 19:02
acdb7d2
Compare
Choose a tag to compare
  • Added property for injection rules to Linux job. This solves #49

v1.3.1

13 Jan 12:18
30d58fa
Compare
Choose a tag to compare
  • Adds a minor safety-check/mitigation to prevent possible problems during removal of the release. This solves #52

v1.3.0

12 Dec 12:42
Compare
Choose a tag to compare

Added:

  • Generic "installerargs" property to hand over any possible argument to the OneAgent installer.

v1.2.2

22 Nov 09:51
Compare
Choose a tag to compare

Changed:

  • Authorization token is now handed over via HTTP header instead of directly in the URL via GET. This is just an internal change and doesn't have any impact on the behaviour of the bosh-release

v1.2.1

27 Jun 06:54
0ba9863
Compare
Choose a tag to compare

Fixed:

  • Windows is now using the .exe installer instead of the deprecated .msi installer

v1.2.0

07 Mar 13:53
Compare
Choose a tag to compare

Added:

  • Optionally verify the agent download. It's off by default, and it can be activated by setting the Dynatrace property validatedownload to true in the runtime config.
  • A custom property has been added on host-level, named BOSHReleaseVersion, that includes the version of Dynatrace BOSH Release installed.

Fixed:

  • Windows job has been refactored. Now if there are issues with the agent download or installation then the deployment fails.
  • Agent logs and config were deleted when draining the Linux OneAgent job. They are now left in place. Also the logs from the job itself.

v1.1.0

28 Nov 14:05
ef251e7
Compare
Choose a tag to compare

Added:

  • support for xenial stemcells
  • Improved logging for download errors
  • updated integration tests and added documentation for that

Fixed:

  • Dynatrace installation is now validated
  • download-retry timeout is now respected

v1.0.4

24 Aug 06:04
Compare
Choose a tag to compare

Added:

  • Option to set hostgroup for VMs in deployment
  • Option to define host tags for VMs in deployment
  • Option to define custom properties for VMs in deployment
  • Option to enable cloud infrastructure monitoring mode

Fixed:

  • possible race condition which prevented draining the oneagent-release from Windows diego cells under high load.