Skip to content

Latest commit

 

History

History
87 lines (53 loc) · 1.71 KB

CHANGELOG-INSTALLSCRIPT.rst

File metadata and controls

87 lines (53 loc) · 1.71 KB

Release Notes

installscript-1.4.0

Enhancement Notes

  • Add a gpgkey= entry ensuring that dnf/yum/zypper always have access to the key used to sign current repodata.
  • Change RPM key location from yum.datadoghq.com to keys.datadoghq.com.
  • Activate repo_gpgcheck on RPM repositories by default. repo_gpgcheck is still set to 0 when using a custom REPO_URL or when running on RHEL/CentOS 8.1 because of a bug in dnf. The default value can be overriden by specifying DD_RPM_REPO_GPGCHECK variable. The allowed values are 0 (to disable) and 1 (to enable).

1.3.1

Prelude

Released on: 2021-02-22

New Features

  • Print script version in the logs.

Bug Fixes

  • On error, the user prompt will now only run when a terminal is attached. It will have a default negative answer and it will time out after 60 seconds.

1.3.0

Prelude

Released on: 2021-02-15

Bug Fixes

  • Fix installation on SUSE < 15.

1.2.0

Prelude

Released on: 2021-02-12

New Features

  • Add release notes for installer changes.
  • Prompt user to open support case when there is a failure during installation.