Skip to content

Commit

Permalink
Merge branch 'release-0.7.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanotorresi committed Dec 17, 2021
2 parents a20fe9e + 15cbdd6 commit a3173af
Show file tree
Hide file tree
Showing 2 changed files with 127 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github_changelog_generator
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ project=trento
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-wo-labels=false
issues-label=### Closed Issues
127 changes: 126 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,130 @@
# Changelog

## [0.7.0](https://github.com/trento-project/trento/tree/0.7.0) (2021-12-17)

[Full Changelog](https://github.com/trento-project/trento/compare/0.6.0...0.7.0)

### Added

- Premium stuff. [\#582](https://github.com/trento-project/trento/issues/582)
- Provide direct navigation from the check results modal to the catalog [\#532](https://github.com/trento-project/trento/issues/532)
- Use the host identifier as host details page reference instead of the hostname [\#521](https://github.com/trento-project/trento/issues/521)
- Improvements in the runner logging [\#469](https://github.com/trento-project/trento/issues/469)
- Introduce Helm chart tests in the CI pipeline [\#405](https://github.com/trento-project/trento/issues/405)
- Wrap all the GetSelectedChecksById calls in the runner, to a unique API call [\#383](https://github.com/trento-project/trento/issues/383)
- Add PremiumDetection capabilities [\#586](https://github.com/trento-project/trento/pull/586) (@nelsonkopliku)
- Reduce discovery times to 10 seconds and do not store duplicated events [\#581](https://github.com/trento-project/trento/pull/581) (@fabriziosestito)
- Refactor cluster settings fe [\#561](https://github.com/trento-project/trento/pull/561) (@fabriziosestito)
- Add live logging ansible [\#530](https://github.com/trento-project/trento/pull/530) (@arbulu89)
- Add flavor to version package [\#505](https://github.com/trento-project/trento/pull/505) (@rtorrero)
- Migrate about page and sles subscriptions data to the database [\#461](https://github.com/trento-project/trento/pull/461) (@arbulu89)
- Split the runner environment vars in directories [\#440](https://github.com/trento-project/trento/pull/440) (@rtorrero)

### Fixed

- Remove column 'System' from HANA Databases - Hosts [\#549](https://github.com/trento-project/trento/issues/549)
- SAP Systems - Filters -SID doesn't work or works only with big delay [\#545](https://github.com/trento-project/trento/issues/545)
- Filters tags added at page of Hosts shows up on page Peacemake Clusters [\#544](https://github.com/trento-project/trento/issues/544)
- List in "Settings \> Checks catalog" wrongly rendered [\#543](https://github.com/trento-project/trento/issues/543)
- Instance numbers with one digit in SAP system detail view [\#508](https://github.com/trento-project/trento/issues/508)
- Cluster detail view: checks selected but not showing in Health section [\#507](https://github.com/trento-project/trento/issues/507)
- Cluster view: Health section not showing clusters in any status [\#506](https://github.com/trento-project/trento/issues/506)
- Unknown host listed in Hosts view [\#503](https://github.com/trento-project/trento/issues/503)
- Bad Gateway error when navigating through the different views in the console [\#502](https://github.com/trento-project/trento/issues/502)
- SAP System link in Host Detail view takes you to a Not Found page \(The requested URL doesn't exist\) [\#501](https://github.com/trento-project/trento/issues/501)
- "SAP System details" instead of "HANA Database details" shows up if open a SID [\#495](https://github.com/trento-project/trento/issues/495)
- cannot detect hosts status correctly or returns 500 error code [\#482](https://github.com/trento-project/trento/issues/482)
- "Warning" value stays 0 even there is a problem with duplicated cluster name [\#479](https://github.com/trento-project/trento/issues/479)
- Trento runner reports all checks in green if the `ssh` command is not available [\#277](https://github.com/trento-project/trento/issues/277)
- Cluster nodes disappearing from the cluster list when HA discovery loop fails [\#205](https://github.com/trento-project/trento/issues/205)
- HANA secondary sync state should display a message when replication is not working [\#154](https://github.com/trento-project/trento/issues/154)
- Fix null return in check settings [\#603](https://github.com/trento-project/trento/pull/603) (@fabriziosestito)
- fix bogus docker build makefile error [\#592](https://github.com/trento-project/trento/pull/592) (@stefanotorresi)
- Fix SBD checks 0B6DB2 and 49591F remediation rendering [\#587](https://github.com/trento-project/trento/pull/587) (@arbulu89)
- Fix Cluster hana detail host link [\#555](https://github.com/trento-project/trento/pull/555) (@fabriziosestito)
- Fix Pacemaker Site Details displaying name-related host hrefs [\#554](https://github.com/trento-project/trento/pull/554) (@dottorblaster)
- Fix sap systems template [\#547](https://github.com/trento-project/trento/pull/547) (@fabriziosestito)
- Set a timeout in ansible tasks [\#534](https://github.com/trento-project/trento/pull/534) (@arbulu89)
- Show SAP instance number using 2 digits [\#527](https://github.com/trento-project/trento/pull/527) (@arbulu89)
- Create properly the SAP system url in the host page [\#526](https://github.com/trento-project/trento/pull/526) (@arbulu89)
- Show HANA details in its details page [\#525](https://github.com/trento-project/trento/pull/525) (@arbulu89)

### Removed

- It's the final consul cleanup [\#569](https://github.com/trento-project/trento/pull/569) (@nelsonkopliku)
- Removed consul config dir option [\#567](https://github.com/trento-project/trento/pull/567) (@nelsonkopliku)
- Cleanup agent from consul [\#559](https://github.com/trento-project/trento/pull/559) (@nelsonkopliku)
- Remove cluster generic [\#551](https://github.com/trento-project/trento/pull/551) (@fabriziosestito)
- Remove premium checks and their variables [\#500](https://github.com/trento-project/trento/pull/500) (@arbulu89)

### Closed Issues

- Pacemaker Clusters - Health status always has value '0' for Passing, Warning, Critical all the time [\#601](https://github.com/trento-project/trento/issues/601)
- Bad Gateway got displayed for trento server - Hosts [\#598](https://github.com/trento-project/trento/issues/598)
- All hosts got red icon '!' regardless trento agent is running [\#596](https://github.com/trento-project/trento/issues/596)
- The icon of magnifying glass is misleading [\#540](https://github.com/trento-project/trento/issues/540)
- Refactor cluster entity/model to have just one SID [\#493](https://github.com/trento-project/trento/issues/493)
- Add a make target to build API documentation [\#321](https://github.com/trento-project/trento/issues/321)

### Other Changes

- Revert collector deduplication [\#599](https://github.com/trento-project/trento/pull/599) (@fabriziosestito)
- Move About under Settings [\#595](https://github.com/trento-project/trento/pull/595) (@stefanotorresi)
- remove repetition in the checks description [\#594](https://github.com/trento-project/trento/pull/594) (@stefanotorresi)
- follow official product guidelines [\#593](https://github.com/trento-project/trento/pull/593) (@stefanotorresi)
- "About premium" improvements [\#591](https://github.com/trento-project/trento/pull/591) (@rtorrero)
- Add missing hosts preload in attached database retrieval [\#590](https://github.com/trento-project/trento/pull/590) (@fabriziosestito)
- Remove the extra space in the BuiltTag comment [\#589](https://github.com/trento-project/trento/pull/589) (@arbulu89)
- Fix attached database instances hydration [\#588](https://github.com/trento-project/trento/pull/588) (@fabriziosestito)
- Remove hardcoded constant for the flavor to a Makefile variable [\#585](https://github.com/trento-project/trento/pull/585) (@rtorrero)
- Add suse registry tag labels in the helm chart [\#584](https://github.com/trento-project/trento/pull/584) (@arbulu89)
- Hide system column in SAP System detail hosts table [\#583](https://github.com/trento-project/trento/pull/583) (@fabriziosestito)
- Disable test parallelism [\#580](https://github.com/trento-project/trento/pull/580) (@fabriziosestito)
- Reduce the agent discovery interval default value to 30 seconds [\#578](https://github.com/trento-project/trento/pull/578) (@fabriziosestito)
- Further consul cleanup [\#577](https://github.com/trento-project/trento/pull/577) (@nelsonkopliku)
- Updated architecture diagram to the consul-free version [\#575](https://github.com/trento-project/trento/pull/575) (@nelsonkopliku)
- Bump postgresql version [\#574](https://github.com/trento-project/trento/pull/574) (@fabriziosestito)
- Disable host\_key\_checking when running ansible playbook [\#572](https://github.com/trento-project/trento/pull/572) (@nelsonkopliku)
- Fixed clusters settings endpoint leftover [\#571](https://github.com/trento-project/trento/pull/571) (@nelsonkopliku)
- Add error information about inventory content creation [\#570](https://github.com/trento-project/trento/pull/570) (@nelsonkopliku)
- Stop trento agent before installing the new one [\#568](https://github.com/trento-project/trento/pull/568) (@fabriziosestito)
- Leftover cleanup [\#566](https://github.com/trento-project/trento/pull/566) (@nelsonkopliku)
- Fix cluster type field in hosts projection [\#565](https://github.com/trento-project/trento/pull/565) (@fabriziosestito)
- Fixes ssh-address required option [\#564](https://github.com/trento-project/trento/pull/564) (@nelsonkopliku)
- Remove consul references from the README [\#562](https://github.com/trento-project/trento/pull/562) (@dottorblaster)
- Clean up helm chart form consul references [\#560](https://github.com/trento-project/trento/pull/560) (@nelsonkopliku)
- Make runner use clusters settings API instead of Consul [\#558](https://github.com/trento-project/trento/pull/558) (@nelsonkopliku)
- Change the license icon inside the sidebar to assignment one [\#557](https://github.com/trento-project/trento/pull/557) (@dottorblaster)
- Use the %{name} macro in Provides [\#556](https://github.com/trento-project/trento/pull/556) (@arbulu89)
- Hosts UI revamp [\#552](https://github.com/trento-project/trento/pull/552) (@dottorblaster)
- Refactor sap system detail view [\#548](https://github.com/trento-project/trento/pull/548) (@fabriziosestito)
- Add cluster settings api [\#546](https://github.com/trento-project/trento/pull/546) (@nelsonkopliku)
- Add support to scroll to anchors in the catalog [\#539](https://github.com/trento-project/trento/pull/539) (@rtorrero)
- Switch to projected sapsystems list [\#538](https://github.com/trento-project/trento/pull/538) (@fabriziosestito)
- Refactor cluster tags api with the new clusters service [\#533](https://github.com/trento-project/trento/pull/533) (@rtorrero)
- Refactor cluster SIDs in SID \(model, entity, projector, service, handlers\) [\#531](https://github.com/trento-project/trento/pull/531) (@fabriziosestito)
- Cleanup cluster detail leftovers [\#529](https://github.com/trento-project/trento/pull/529) (@fabriziosestito)
- Fix hosts next handler/service naming leftovers [\#528](https://github.com/trento-project/trento/pull/528) (@fabriziosestito)
- Switch to projected HANA cluster detail view [\#524](https://github.com/trento-project/trento/pull/524) (@fabriziosestito)
- Change the Telemetry apiHost to a dummy service [\#523](https://github.com/trento-project/trento/pull/523) (@nelsonkopliku)
- Adds a link to a piece of documentation on SSL certificates [\#522](https://github.com/trento-project/trento/pull/522) (@nelsonkopliku)
- Removes skipping certificate check from collector client [\#520](https://github.com/trento-project/trento/pull/520) (@nelsonkopliku)
- Improve changes file generation [\#519](https://github.com/trento-project/trento/pull/519) (@arbulu89)
- Switch to hosts next [\#517](https://github.com/trento-project/trento/pull/517) (@fabriziosestito)
- Add SAPSystems to host \(next\) [\#511](https://github.com/trento-project/trento/pull/511) (@fabriziosestito)
- Move checks structs to entities and remove old checks in catalog [\#509](https://github.com/trento-project/trento/pull/509) (@arbulu89)
- Add premium badge to the premium checks in catalog [\#504](https://github.com/trento-project/trento/pull/504) (@arbulu89)
- Include missing references on some checks. [\#499](https://github.com/trento-project/trento/pull/499) (@diegoakechi)
- Fixed flaky test on telemetry engine [\#498](https://github.com/trento-project/trento/pull/498) (@nelsonkopliku)
- Add EULA acceptance middleware and UI [\#497](https://github.com/trento-project/trento/pull/497) (@dottorblaster)
- Project HANA Cluster Details [\#488](https://github.com/trento-project/trento/pull/488) (@fabriziosestito)
- Publish host telemetry to telemetry service [\#487](https://github.com/trento-project/trento/pull/487) (@nelsonkopliku)
- remove the 'trento-' prefix from container artifacts [\#486](https://github.com/trento-project/trento/pull/486) (@stefanotorresi)
- Identify trento installation [\#472](https://github.com/trento-project/trento/pull/472) (@nelsonkopliku)
- Enable SAPSystems projection [\#462](https://github.com/trento-project/trento/pull/462) (@dottorblaster)
- Ci goodies 2: The Comeback [\#459](https://github.com/trento-project/trento/pull/459) (@rtorrero)
- Add heartbeat to agent [\#444](https://github.com/trento-project/trento/pull/444) (@fabriziosestito)

## [0.6.0](https://github.com/trento-project/trento/tree/0.6.0) (2021-11-18)

[Full Changelog](https://github.com/trento-project/trento/compare/0.5.0...0.6.0)
Expand Down Expand Up @@ -48,7 +173,7 @@
- Fixed outdated links [\#390](https://github.com/trento-project/trento/pull/390) (@MMuschner)
- Use ElementsMatch to avoid randomly ordered maps in test [\#362](https://github.com/trento-project/trento/pull/362) (@arbulu89)

**Closed issues:**
### Closed issues

- Limit concurrency to 1 in the CI [\#389](https://github.com/trento-project/trento/issues/389)
- Make database-dependant tests skippable. [\#364](https://github.com/trento-project/trento/issues/364)
Expand Down

0 comments on commit a3173af

Please sign in to comment.