Skip to content

Commit

Permalink
Merge pull request #259 from DataDog/ara.pulido/release_1_26
Browse files Browse the repository at this point in the history
Prepare 1.26 release
  • Loading branch information
arapulido authored May 28, 2021
2 parents cde9cc1 + 2f12210 commit 1a51e50
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@ 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).

## [1.26] - 2021-05-28

### Added
- Datadog agent pinned versions are now `6.28.0` and `7.28.0`

### Changed
- Apt signing keys are now obtained from keys.datadoghq.com

## [1.25] - 2021-04-19

### Added
Expand Down
2 changes: 1 addition & 1 deletion extra/datadog.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ done
# Add tags to the config file
DYNOHOST="$(hostname )"
DYNOTYPE=${DYNO%%.*}
BUILDPACKVERSION="dev"
BUILDPACKVERSION="1.26"
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 1a51e50

Please sign in to comment.