Skip to content

Commit

Permalink
Merge pull request #323 from DataDog/arapulido/7_42
Browse files Browse the repository at this point in the history
Release 2.8
  • Loading branch information
arapulido authored Jan 25, 2023
2 parents 9d1ec66 + 6dd832e commit 1c99bab
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [2.8] - 2022-01-25

### Removed
- Installing checks with `agent-wrapper integration install` is no longer supported for Datadog Agent 6.x.\
Upgrade to Datadog Agent 7.x by setting the environment variable `DD_AGENT_MAJOR_VERSION=7` in your Heroku application and rebuilding the slug.

### Added
- Datadog agent pinned versions are now `6.42.0` and `7.42.0`

## [2.7] - 2022-12-22

### Added
Expand Down
4 changes: 2 additions & 2 deletions bin/compile
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ set -o pipefail
# set -x

# Set agent pinned version
DD_AGENT_PINNED_VERSION_6="6.41.1-1"
DD_AGENT_PINNED_VERSION_7="7.41.1-1"
DD_AGENT_PINNED_VERSION_6="6.42.0-1"
DD_AGENT_PINNED_VERSION_7="7.42.0-1"

# Parse and derive params
BUILD_DIR=$1
Expand Down
2 changes: 1 addition & 1 deletion extra/datadog.sh
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ done
# Add tags to the config file
DYNOHOST="$(hostname )"
DYNOTYPE=${DYNO%%.*}
BUILDPACKVERSION="dev"
BUILDPACKVERSION="2.8"
DYNO_TAGS="dyno:$DYNO dynotype:$DYNOTYPE buildpackversion:$BUILDPACKVERSION"

# We want always to have the Dyno ID as a host alias to improve correlation
Expand Down

0 comments on commit 1c99bab

Please sign in to comment.