Skip to content

Commit

Permalink
Upgrade package version to 1.0.0 (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
arbulu89 authored Apr 29, 2022
1 parent 1c1210d commit 9965c19
Show file tree
Hide file tree
Showing 3 changed files with 51 additions and 2 deletions.
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

0 comments on commit 9965c19

Please sign in to comment.