diff --git a/CHANGELOG.md b/CHANGELOG.md index 7efb6c44c..59e121cb2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,8 +7,15 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## Unreleased +--- + +## 2.9.0 + ### Added +- Upgrade infrastructure-bundle to 2.8.1 + - See https://github.com/newrelic/infrastructure-bundle/releases/tag/2.8.1 for more details about the upgraded integrations in this release of the infrastructure-bundle + - Moved default config.sample to [V4](https://docs.newrelic.com/docs/create-integrations/infrastructure-integrations-sdk/specifications/host-integrations-newer-configuration-format/), added a dependency for infra-agent version 1.20.0 Please notice that old [V3](https://docs.newrelic.com/docs/create-integrations/infrastructure-integrations-sdk/specifications/host-integrations-standard-configuration-format/) configuration format is deprecated, but still supported. diff --git a/Dockerfile b/Dockerfile index c2595033c..be1e92df5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ ARG MODE=normal -ARG BASE_IMAGE=newrelic/infrastructure-bundle:2.7.5 +ARG BASE_IMAGE=newrelic/infrastructure-bundle:2.8.1 FROM $BASE_IMAGE AS base