Skip to content

Commit

Permalink
Feat/release2.9.0 (#334)
Browse files Browse the repository at this point in the history
* chore(dependencies): upgrading bundle

* chore(dependencies): upgrading bundle

* chore(dependencies): upgrading bundle
  • Loading branch information
paologallinaharbur authored Jan 18, 2022
1 parent d6f856d commit 1a260bd
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit 1a260bd

Please sign in to comment.