Skip to content
This repository has been archived by the owner on May 30, 2022. It is now read-only.

Commit

Permalink
Merge branch 'release-0.6.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
rtorrero committed Nov 18, 2021
2 parents 5d6e545 + 081190b commit 22c2f88
Show file tree
Hide file tree
Showing 4 changed files with 115 additions and 2 deletions.
107 changes: 107 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,112 @@
# Changelog

## [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)

### Added

- Introducing config files for trento \(web|agent|runner\) [\#423](https://github.com/trento-project/trento/issues/423)
- Prune data collection events older than X days [\#399](https://github.com/trento-project/trento/issues/399)
- Refactor runner config [\#376](https://github.com/trento-project/trento/issues/376)
- Add context to the web app and projector worker goroutine to handle graceful stop [\#351](https://github.com/trento-project/trento/issues/351)
- Include Ansible output in the Runner console logs [\#322](https://github.com/trento-project/trento/issues/322)
- Detect aws and gcp clouds in the agent [\#466](https://github.com/trento-project/trento/pull/466) (@arbulu89)
- Order check groups by name in catalog endpoint [\#465](https://github.com/trento-project/trento/pull/465) (@dottorblaster)
- Address HANA cluster settings modal quirks [\#463](https://github.com/trento-project/trento/pull/463) (@dottorblaster)
- Introduce toasts and use them in the checks settings [\#439](https://github.com/trento-project/trento/pull/439) (@dottorblaster)
- Allow Agent rpm to run with config file [\#434](https://github.com/trento-project/trento/pull/434) (@nelsonkopliku)
- Project telemetry data [\#418](https://github.com/trento-project/trento/pull/418) (@nelsonkopliku)
- Refactored Host Discovery to publish more extensive information [\#403](https://github.com/trento-project/trento/pull/403) (@nelsonkopliku)
- Store checks metadata in the DB instead of ARA [\#402](https://github.com/trento-project/trento/pull/402) (@arbulu89)
- Refactor runner cmd config [\#393](https://github.com/trento-project/trento/pull/393) (@arbulu89)
- Implement new API for the checks connection data, storing the data in the DB [\#391](https://github.com/trento-project/trento/pull/391) (@arbulu89)
- Cluster checks selection implemented using the DB [\#375](https://github.com/trento-project/trento/pull/375) (@arbulu89)
- Create the client side api code for check selection [\#369](https://github.com/trento-project/trento/pull/369) (@arbulu89)
- Split Web api code in files [\#368](https://github.com/trento-project/trento/pull/368) (@arbulu89)
- Refactor version checks [\#366](https://github.com/trento-project/trento/pull/366) (@aleksei-burlakov)
- Agent publishes cluster discovery [\#361](https://github.com/trento-project/trento/pull/361) (@nelsonkopliku)
- Add check selection api to the server [\#357](https://github.com/trento-project/trento/pull/357) (@arbulu89)
- Refactor ansible inventory creation removing consultemplate [\#347](https://github.com/trento-project/trento/pull/347) (@arbulu89)
- Add secure data collector endpoint [\#341](https://github.com/trento-project/trento/pull/341) (@fabriziosestito)

### Fixed

- Clusters order in the clusters list page changes over time [\#455](https://github.com/trento-project/trento/issues/455)
- Swagger page calls are broken [\#453](https://github.com/trento-project/trento/issues/453)
- Check Catalog code blocks overflow too much and break the collapsable UX [\#365](https://github.com/trento-project/trento/issues/365)
- The links on the low part of the Home page point to outdated markdown files [\#358](https://github.com/trento-project/trento/issues/358)
- Added scrollbars to the codeblocks [\#471](https://github.com/trento-project/trento/pull/471) (@MMuschner)
- Include the consul-config-dir init in the agent install script [\#470](https://github.com/trento-project/trento/pull/470) (@arbulu89)
- Pin pyparsing to ~2.0 version to avoid issues in runner container [\#468](https://github.com/trento-project/trento/pull/468) (@arbulu89)
- Add conditional in the spec file to detect TW and otherwise avoid missing macro [\#464](https://github.com/trento-project/trento/pull/464) (@rtorrero)
- Remove /api prefix from swagger api docstrings [\#457](https://github.com/trento-project/trento/pull/457) (@arbulu89)
- Fix cloud os user name retrieval in the runner side [\#417](https://github.com/trento-project/trento/pull/417) (@arbulu89)
- Restablish consul-config-dir usage [\#409](https://github.com/trento-project/trento/pull/409) (@arbulu89)
- check for having elements in a slice before accessing those [\#407](https://github.com/trento-project/trento/pull/407) (@nelsonkopliku)
- Typo fixes in home.html.tmpl [\#397](https://github.com/trento-project/trento/pull/397) (@MMuschner)
- 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:**

- 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)
- Restore manual triggering of the CI/CD [\#354](https://github.com/trento-project/trento/issues/354)
- Refactor the ProjectorRegistry in a separate file [\#353](https://github.com/trento-project/trento/issues/353)

### Other Changes

- Add cluster list smoke test [\#460](https://github.com/trento-project/trento/pull/460) (@fabriziosestito)
- Add a log telling the configuration file being used [\#458](https://github.com/trento-project/trento/pull/458) (@nelsonkopliku)
- Move concurrency to workflow-level [\#456](https://github.com/trento-project/trento/pull/456) (@rtorrero)
- Uniform runner config loading to config files [\#452](https://github.com/trento-project/trento/pull/452) (@nelsonkopliku)
- Cleanup filtering & pagination [\#451](https://github.com/trento-project/trento/pull/451) (@fabriziosestito)
- Cleanup clusters service [\#450](https://github.com/trento-project/trento/pull/450) (@fabriziosestito)
- fixed agent config file creation [\#445](https://github.com/trento-project/trento/pull/445) (@nelsonkopliku)
- Revert "More ci goodies" [\#443](https://github.com/trento-project/trento/pull/443) (@fabriziosestito)
- Add Cypress and add a first smoke test [\#442](https://github.com/trento-project/trento/pull/442) (@dottorblaster)
- Add heartbeat endpoint [\#441](https://github.com/trento-project/trento/pull/441) (@fabriziosestito)
- More ci goodies [\#438](https://github.com/trento-project/trento/pull/438) (@stefanotorresi)
- Fix selected checks in settings endpoint being deserialized to null [\#437](https://github.com/trento-project/trento/pull/437) (@dottorblaster)
- Revert 435 [\#436](https://github.com/trento-project/trento/pull/436) (@stefanotorresi)
- Fix docker build and makefile introducing a new go-build target [\#435](https://github.com/trento-project/trento/pull/435) (@dottorblaster)
- Add hosts projector [\#433](https://github.com/trento-project/trento/pull/433) (@fabriziosestito)
- Use Agent UUID from machine id [\#432](https://github.com/trento-project/trento/pull/432) (@nelsonkopliku)
- Opened Resource cleanup in fixtures [\#431](https://github.com/trento-project/trento/pull/431) (@nelsonkopliku)
- Forcing refreshing updated\_at information of the HostTelemetry [\#429](https://github.com/trento-project/trento/pull/429) (@nelsonkopliku)
- Use a different package to extract system information during host discovery [\#428](https://github.com/trento-project/trento/pull/428) (@nelsonkopliku)
- Add host health aggregation matrix to the dev notes [\#426](https://github.com/trento-project/trento/pull/426) (@stefanotorresi)
- Using correct mocked value for discovered cloud [\#424](https://github.com/trento-project/trento/pull/424) (@nelsonkopliku)
- Switch clusters page on projected read models [\#422](https://github.com/trento-project/trento/pull/422) (@nelsonkopliku)
- Fix `rpm` package version in Dockerfile to 0.0.2 [\#421](https://github.com/trento-project/trento/pull/421) (@dottorblaster)
- More helm configuration settings + testing [\#420](https://github.com/trento-project/trento/pull/420) (@stefanotorresi)
- Use the correct test request constructor [\#416](https://github.com/trento-project/trento/pull/416) (@stefanotorresi)
- Prune old events [\#414](https://github.com/trento-project/trento/pull/414) (@fabriziosestito)
- Makefile updates [\#413](https://github.com/trento-project/trento/pull/413) (@stefanotorresi)
- Update Swagger usage [\#411](https://github.com/trento-project/trento/pull/411) (@stefanotorresi)
- fixed contuing on empty attachedDatabases [\#408](https://github.com/trento-project/trento/pull/408) (@nelsonkopliku)
- fix CI issues [\#406](https://github.com/trento-project/trento/pull/406) (@stefanotorresi)
- Fix runner deployment [\#404](https://github.com/trento-project/trento/pull/404) (@fabriziosestito)
- Cleanup projectors and handlers [\#401](https://github.com/trento-project/trento/pull/401) (@fabriziosestito)
- Change postgresql trento dev default port from 32432 to 5432 [\#398](https://github.com/trento-project/trento/pull/398) (@fabriziosestito)
- add env vars prefix [\#395](https://github.com/trento-project/trento/pull/395) (@stefanotorresi)
- skip tests instead of panicking when db is not available [\#392](https://github.com/trento-project/trento/pull/392) (@stefanotorresi)
- Add collector host/port to the agent config loading function [\#388](https://github.com/trento-project/trento/pull/388) (@fabriziosestito)
- Small improvement of CI [\#387](https://github.com/trento-project/trento/pull/387) (@nelsonkopliku)
- added DATA\_COLLECTOR\_ENABLED=true to the CI [\#384](https://github.com/trento-project/trento/pull/384) (@nelsonkopliku)
- Expose collector service in helm chart [\#379](https://github.com/trento-project/trento/pull/379) (@fabriziosestito)
- Add default collector port configuration [\#378](https://github.com/trento-project/trento/pull/378) (@fabriziosestito)
- Add enable mtls condition before building tls config [\#377](https://github.com/trento-project/trento/pull/377) (@fabriziosestito)
- Refactor web/agent configuration [\#373](https://github.com/trento-project/trento/pull/373) (@fabriziosestito)
- Add annotation to always roll deployments [\#372](https://github.com/trento-project/trento/pull/372) (@fabriziosestito)
- Make all discoveries able to publish data to the Collector [\#371](https://github.com/trento-project/trento/pull/371) (@nelsonkopliku)
- update install-agent to get agent source from fork [\#370](https://github.com/trento-project/trento/pull/370) (@nelsonkopliku)
- Refactor web app/projectors pool to handle graceful shutdown and drain [\#367](https://github.com/trento-project/trento/pull/367) (@fabriziosestito)
- Migrate cluster settings modal to React [\#363](https://github.com/trento-project/trento/pull/363) (@dottorblaster)
- Allow CI to install forked versions of the agent when running from a fork [\#359](https://github.com/trento-project/trento/pull/359) (@rtorrero)
- Added how-to about adding checks [\#290](https://github.com/trento-project/trento/pull/290) (@MMuschner)

## [0.5.0](https://github.com/trento-project/trento/tree/0.5.0) (2021-10-20)

[Full Changelog](https://github.com/trento-project/trento/compare/0.4.1...0.5.0)
Expand Down
2 changes: 1 addition & 1 deletion install-agent.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ ARGUMENT_LIST=(
"use-tgz"
)

readonly TRENTO_VERSION=0.5.0
readonly TRENTO_VERSION=0.6.0

opts=$(
getopt \
Expand Down
2 changes: 1 addition & 1 deletion install-server.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -e

readonly ARGS=( "$@" )
readonly PROGNAME="./install-server.sh"
TRENTO_VERSION="0.5.0"
TRENTO_VERSION="0.6.0"

usage() {
cat <<- EOF
Expand Down
6 changes: 6 additions & 0 deletions web/frontend/stylesheets/stylesheets.scss
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,12 @@ dt {
pre code {
color: $eos-bc-red-900;
}
pre {
overflow-x: scroll;
overflow-y: scroll;
max-width: 80rem;
max-height: 30rem;
}
}

.nav-title {
Expand Down

0 comments on commit 22c2f88

Please sign in to comment.