From 85f0a3b1cce3430519b350aca3639c8ec3028759 Mon Sep 17 00:00:00 2001 From: Xabier Arbulu Insausti Date: Wed, 2 Aug 2023 09:50:29 +0200 Subject: [PATCH] Release 2.1.0 (#235) --- CHANGELOG.md | 19 +++++++++++++++++++ install-agent.sh | 2 +- 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f9001f4f..d4b5d8b4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,24 @@ # Changelog +## [2.1.0](https://github.com/trento-project/agent/tree/2.1.0) (2023-08-02) + +[Full Changelog](https://github.com/trento-project/agent/compare/2.0.0...2.1.0) + +### Added + +- bump contracts version [\#233](https://github.com/trento-project/agent/pull/233) (@nelsonkopliku) +- Send an empty payload if a cluster was not found [\#227](https://github.com/trento-project/agent/pull/227) (@fabriziosestito) + +### Closed Issues + +- Cloned VMs in VMware have all the same uuid [\#223](https://github.com/trento-project/agent/issues/223) + +### Other Changes + +- Update copyright year to 2023 [\#226](https://github.com/trento-project/agent/pull/226) (@EMaksy) +- Bump github.com/vektra/mockery/v2 from 2.24.0 to 2.27.1 [\#225](https://github.com/trento-project/agent/pull/225) (@dependabot[bot]) +- Bump golang.org/x/sync from 0.1.0 to 0.2.0 [\#224](https://github.com/trento-project/agent/pull/224) (@dependabot[bot]) + ## [2.0.0](https://github.com/trento-project/agent/tree/2.0.0) (2023-04-26) [Full Changelog](https://github.com/trento-project/agent/compare/1.2.0...2.0.0) diff --git a/install-agent.sh b/install-agent.sh index bafbbe96..1ed0ddb4 100755 --- a/install-agent.sh +++ b/install-agent.sh @@ -45,7 +45,7 @@ ARGUMENT_LIST=( "interval:" ) -readonly TRENTO_VERSION=2.0.0 +readonly TRENTO_VERSION=2.1.0 opts=$( getopt \