Skip to content

Commit

Permalink
Release 2.1.0 (#235)
Browse files Browse the repository at this point in the history
  • Loading branch information
arbulu89 authored Aug 2, 2023
1 parent 0f33c89 commit 85f0a3b
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion install-agent.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ ARGUMENT_LIST=(
"interval:"
)

readonly TRENTO_VERSION=2.0.0
readonly TRENTO_VERSION=2.1.0

opts=$(
getopt \
Expand Down

0 comments on commit 85f0a3b

Please sign in to comment.