From 9965c1905ba7e1e65ae8b2ae49215448c1152602 Mon Sep 17 00:00:00 2001 From: Xabier Arbulu Insausti Date: Fri, 29 Apr 2022 16:24:39 +0200 Subject: [PATCH] Upgrade package version to 1.0.0 (#31) --- .github_changelog_generator | 8 ++++++++ CHANGELOG.md | 41 +++++++++++++++++++++++++++++++++++++ install-agent.sh | 4 ++-- 3 files changed, 51 insertions(+), 2 deletions(-) create mode 100644 .github_changelog_generator create mode 100644 CHANGELOG.md diff --git a/.github_changelog_generator b/.github_changelog_generator new file mode 100644 index 00000000..09e02152 --- /dev/null +++ b/.github_changelog_generator @@ -0,0 +1,8 @@ +exclude-tags=rolling +base=CHANGELOG.md +user=trento-project +project=agent +usernames-as-github-logins=true +configure-sections={"added":{"prefix":"### Added","labels":["addition","enhancement"]},"fixed":{"prefix":"### Fixed","labels":["bug","fix"]},"removed":{"prefix":"### Removed","labels":["removal"]}} +pr-label=### Other Changes +issues-label=### Closed Issues diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000..6530d9bc --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,41 @@ +# Changelog + +## [1.0.0](https://github.com/trento-project/agent/tree/1.0.0) (2022-04-29) + +[Full Changelog](https://github.com/trento-project/agent/compare/6019c6aab69730839d2e22cf69e4bb83f1da6956...1.0.0) + +### Added + +- Flat map sap systems payload lists [\#23](https://github.com/trento-project/agent/pull/23) (@arbulu89) + +### Other Changes + +- Restore release-tag job in the CI [\#29](https://github.com/trento-project/agent/pull/29) (@arbulu89) +- Detect AWS based on dmidecode system-manufacturer [\#27](https://github.com/trento-project/agent/pull/27) (@rtorrero) +- Fix install agent interval [\#25](https://github.com/trento-project/agent/pull/25) (@fabriziosestito) +- Rename CloudProvider to Provider [\#24](https://github.com/trento-project/agent/pull/24) (@nelsonkopliku) +- Publish csp information of a discovered pacemaker cluster [\#21](https://github.com/trento-project/agent/pull/21) (@nelsonkopliku) +- Load HANA database IP address in agent side [\#20](https://github.com/trento-project/agent/pull/20) (@arbulu89) +- Fix socket leak [\#19](https://github.com/trento-project/agent/pull/19) (@fabriziosestito) +- fixup installation doc [\#18](https://github.com/trento-project/agent/pull/18) (@nelsonkopliku) +- Bump github.com/spf13/viper from 1.10.1 to 1.11.0 [\#17](https://github.com/trento-project/agent/pull/17) (@dependabot[bot]) +- Bump github.com/vektra/mockery/v2 from 2.10.4 to 2.10.6 [\#16](https://github.com/trento-project/agent/pull/16) (@dependabot[bot]) +- Update installer for the new agent [\#15](https://github.com/trento-project/agent/pull/15) (@fabriziosestito) +- Refactor collector port / host in server url [\#14](https://github.com/trento-project/agent/pull/14) (@fabriziosestito) +- Add trento agent binary to tgz [\#13](https://github.com/trento-project/agent/pull/13) (@fabriziosestito) +- Add api key support [\#12](https://github.com/trento-project/agent/pull/12) (@nelsonkopliku) +- Bump actions/setup-go from 2 to 3 [\#11](https://github.com/trento-project/agent/pull/11) (@dependabot[bot]) +- Bump actions/download-artifact from 2 to 3 [\#10](https://github.com/trento-project/agent/pull/10) (@dependabot[bot]) +- Bump actions/upload-artifact from 2 to 3 [\#9](https://github.com/trento-project/agent/pull/9) (@dependabot[bot]) +- Bump actions/cache from 3.0.1 to 3.0.2 [\#8](https://github.com/trento-project/agent/pull/8) (@dependabot[bot]) +- Add docs back [\#7](https://github.com/trento-project/agent/pull/7) (@dottorblaster) +- Refine service file [\#6](https://github.com/trento-project/agent/pull/6) (@dottorblaster) +- Name everything trento-agent and try to bring back the OBS CI step [\#5](https://github.com/trento-project/agent/pull/5) (@dottorblaster) +- Instruct the specfile to only create the RPM package for the agent binary [\#4](https://github.com/trento-project/agent/pull/4) (@dottorblaster) +- Bump actions/checkout from 2 to 3 [\#3](https://github.com/trento-project/agent/pull/3) (@dependabot[bot]) +- Bump actions/cache from 2 to 3.0.1 [\#2](https://github.com/trento-project/agent/pull/2) (@dependabot[bot]) +- Add github actions back [\#1](https://github.com/trento-project/agent/pull/1) (@dottorblaster) + + + +\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)* diff --git a/install-agent.sh b/install-agent.sh index 219901de..9c52d727 100755 --- a/install-agent.sh +++ b/install-agent.sh @@ -5,7 +5,7 @@ set -e function print_help() { cat <