Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 10 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,18 @@
Release Notes
=============

Unreleased
1.46.0
================

- Add DD_PRIVATE_ACTION_RUNNER_API_KEY_ONLY_ENROLLMENT env var (#437)
- Add quote around expected site and dd_url value to match new example (#433)
- Make sure we keep the testing params when extra params does not override minor version (#430)
- ADMS: vuln minor upgrades — 5 packages (minor: 5) [test/e2e] (#434)
- Executing automated changes (#429)
- Fleet-automation exclusive ownership of agent linux install script (#427)
- transfer code ownership to fleet-automation (#423)
- fix(usm): prepend service_monitoring_config via heredoc (#431)

1.45.0
================

Expand Down
2 changes: 1 addition & 1 deletion install_script.sh.template
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ set -e

DEPRECATION_MESSAGE_PLACEHOLDER

install_script_version=1.45.0.post
install_script_version=1.46.0
logfile="ddagent-install.log"
support_email=support@datadoghq.com
variant=install_scriptINSTALL_INFO_VERSION_PLACEHOLDER
Expand Down
2 changes: 1 addition & 1 deletion install_script_op_worker1.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

set -e

install_script_version=1.45.0.post
install_script_version=1.46.0
logfile="dd-install.log"
support_email=support@datadoghq.com
variant=install_script_op_worker1
Expand Down
2 changes: 1 addition & 1 deletion install_script_op_worker2.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

set -e

install_script_version=1.45.0.post
install_script_version=1.46.0
logfile="dd-install.log"
support_email=support@datadoghq.com
variant=install_script_op_worker2
Expand Down
Loading