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
3 changes: 3 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
Release Notes
=============

Unreleased
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why empty section added?

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the changelog notes for features before a release get added here, and then in the pre-release task we change this to the next version number

================

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
install_script_version=1.45.0.post
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
install_script_version=1.45.0.post
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
install_script_version=1.45.0.post
logfile="dd-install.log"
support_email=support@datadoghq.com
variant=install_script_op_worker2
Expand Down
Loading