Skip to content

Latest commit

 

History

History
146 lines (86 loc) · 8.67 KB

CHANGELOG.md

File metadata and controls

146 lines (86 loc) · 8.67 KB

Changelog

4.42.0 / 2024-12-11

  • [Added] Bump embedded Datadog Agent version to 7.59.1. Read more about it here.

4.41.0 / 2024-10-21

  • [Added] Bump embedded Datadog Agent version to 7.57.0. Read more about it here.
  • [Added] Update default config for Agent 7.57.0. See #192.

4.40.0 / 2024-05-29

  • [Added] Bump embedded Datadog Agent version to 7.53.0. Read more about it here.

4.39.0 / 2024-01-30

  • [Added] Bump embedded Datadog Agent version to 7.50.3. Read more about it here.

4.38.0 / 2023-11-13

  • [Added] Bump embedded Datadog Agent version to 7.48.0. Read more about it here.

4.37.0 / 2023-09-05

  • [Added] Bump embedded Datadog Agent version to 7.46.0. Read more about it here.
  • [Added] Add support for cflinuxfs4 stack. See #174.
  • [Added] Standardize DD_TAGS format. See #162.
  • [Fixed] Fix missing tags in extra logs sources. See #175.

4.36.0 / 2023-06-22

  • [Added] Add buildpack_version tag to logs, traces and metrics. See #166. A VERSION file is also added to the root of the DATADOG_DIR folder.
  • [Added] Add ability to wait for the trace agent startup before application start. See #158.
  • [Fixed] Fix Container tags detection in Traces when CAPI Metadata Collection is disabled. See #156.

4.35.1 / 2023-01-26

  • [Fixed] Fix environment variables sharing. See #151.

4.35.0 / 2023-01-06

  • [Added] Bump embedded Datadog Agent version to 7.41.1. Read more about it here.
  • [Fixed] Improve stability of the CAPI metadata tags collection feature. See #148.
  • [Fixed] Wait for agent startup before updating CAPI tags. See #145.
  • [Fixed] Fix tag parsing in DCA tags injection . See #144.

4.34.0 / 2022-11-14

  • [Added] Add support for CAPI metadata and DCA tags injection. See #136.
    • Requires Agent BOSH Release 4.12.0 or higher in the host VM.
  • [Added] Set hostname to container hostname when 'DD_ENABLE_CHECKS' is enabled. See #143.
  • [Added] Bump agent version to 7.40.1. read more about it here
  • [Fixed] Fix KeyError in create_logs_config python script. See #140.
  • [Fixed] Fix DD_TAGS format issues. See #135.

4.33.0 / 2022-08-03

4.32.0 / 2022-06-09

4.31.0 / 2022-04-14

4.30.0 / 2022-02-07

4.29.0 / 2021-12-22

4.28.0 / 2021-12-20

4.27.0 / 2021-12-13

4.26.0 / 2021-11-29

4.25.0 / 2021-09-22

4.24.0 / 2021-08-16

4.23.0 / 2021-07-23

  • [Fixed] Avoid losing log lines when app sparsely writes to STDOUT. See #112.
  • [Fixed] Fix check of LOGS_CONFIG env var. See #111.
  • [Fixed] Install Datadog bits in hidden folder to avoid interfering with some buildpack detection mechanism. See #109.

4.22.0 / 2021-04-28

  • [Added] Add ability to keep or suppress agent logs from cf logs. Suppress by default. See #108.
  • [Fixed] Fix reading duplicate logs configuration. See #107.
  • [Fixed] Prevent buildpack from blocking application startup when verbose application starts. See #105.
  • [Fixed] Stop counting buildpack agent as IoT agent. See #100.
  • [Added] Bump agent version to 7.27.0, read more about it here

4.21.0 / 2021-04-06

  • [Added] Add CF_INSTANCE_IP environment variable as host tag. See #102.
  • [Fixed] Stop agent processes when main app process exits. See #97.
  • [Added] Bump agent version to 7.26.0, read more about it here

4.20.0 / 2021-01-21

4.19.0 / 2020-12-14

4.18.0 / 2020-10-14

4.17.0 / 2020-08-31

4.16.0 / 2020-07-23

4.15.0 / 2020-06-17

4.14.0 / 2020-05-06

  • [Added] Bump agent version to 7.19.1. See #87.
  • [Fixed] Fix instance_index missing if instance_index is 0. See #86.