Skip to content

Commit

Permalink
Merge pull request #251 from DataDog/ara.pulido/1_25
Browse files Browse the repository at this point in the history
Prepare release 1.25
  • Loading branch information
arapulido authored Apr 19, 2021
2 parents f3cf341 + 7106a30 commit 812fe13
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
9 changes: 7 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,13 @@ 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).

## [Unreleased & outstanding issues]
- Non-https repo url and apt fetching
## [1.25] - 2021-04-19

### Added
- Datadog agent pinned versions are now `6.27.0` and `7.27.0`

### Fixed
- HTTPS repo fetching

## [1.24] - 2021-03-03

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.25"
DYNO_TAGS="dyno:$DYNO dynotype:$DYNOTYPE buildpackversion:$BUILDPACKVERSION"

# Include install method
Expand Down

0 comments on commit 812fe13

Please sign in to comment.