Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade package version to 1.0.0 #31

Merged
merged 1 commit into from
Apr 29, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions .github_changelog_generator
Original file line number Diff line number Diff line change
@@ -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
41 changes: 41 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)*
4 changes: 2 additions & 2 deletions install-agent.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ set -e

function print_help() {
cat <<END
This is the trento-agent installer.
This is the trento-agent installer.
Trento agent is a single process that discovers information of your target SAP infrastructure and pushes them to a control plane,
your single pane of glass on your SAP Applications.

Expand Down Expand Up @@ -45,7 +45,7 @@ ARGUMENT_LIST=(
"interval:"
)

readonly TRENTO_VERSION=0.9.1
readonly TRENTO_VERSION=1.0.0

opts=$(
getopt \
Expand Down