From 2a9fbd21797db4fdbe8987eaeb16423e0acaec81 Mon Sep 17 00:00:00 2001 From: Kyle Thorne Date: Thu, 2 Jun 2022 16:22:09 +1000 Subject: [PATCH] Update metadata and readme --- README.md | 11 +++++++++++ metadata.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 40373c5..ee28984 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,17 @@ Puppet module providing common functionality for Octopus Energy machines. 5. Push everything to Github ## Changelog +### v1.36 +- Change CW Agent logfile location +- Change dpkg.log to apt logfile +- Add `omit hostname` and aggregate based on `InstanceName` +### v1.35 +- Fix namespace and CW dimensions + +### v1.34 + +- Remove awslogs and replace it with CW Agent + ### v1.33 diff --git a/metadata.json b/metadata.json index acc9a1b..77167a4 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "octoenergy-octo_base", - "version": "1.33", + "version": "1.36", "author": "Octopus Energy", "license": "BSD", "summary": "Base machine functionality for Octopus Energy",