You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#171: ⚠️Breaking change:⚠️ Add authentication and authorization mechanism for plugins and resources. These settings are configured via the --api.auth.<SETTING> flags. Permissions are always granted on a team level. A users gets all permissions of the team where he is a member of.
#172: Add authentication and authorization settings to Helm chart.
Fixed
#102: Fix GitHub Action for creating a new Helm release.
#144: Avoid timeouts for long running requests in the ClickHouse plugin.
#147: Improve query performance for ClickHouse plugin and allow custom values for the maximum amount of documents, which should be returned (see #133).
#148: Improve reliability of kobs, by do not checking the database connection for a configured ClickHouse instance.
#150: ⚠️Breaking change:⚠️ The ClickHouse plugin can now only be used together with the kobsio/fluent-bit-clickhouse output plugin for Fluent Bit. For raw SQL queries against a ClickHouse instance the SQL plugin added in #149 can be used.
#152: Improve performance for large dashboards and open Application page in gallery view.
#155: Allow users to get all Applications from all namespaces, by allowing an empty namespace list.
#157: Imporve query performance for ClickHouse plugin.
#158: Improve Pormetheus HTTP metrics and create a metric to find the most used fields in queries.