Skip to content

Releases: falcosecurity/falcosidekick-ui

v2.3.0-rc3

04 Mar 13:55
Compare
Choose a tag to compare
v2.3.0-rc3 Pre-release
Pre-release

Changelog

  • 4ad5919 escape also values with dots

v2.3.0-rc2

23 Feb 12:40
Compare
Choose a tag to compare
v2.3.0-rc2 Pre-release
Pre-release

Changelog

  • e3b38d3 fix the empty result when the value of an output field contains a dash/slash + trim prefix with the timestamp and priority for the output

v2.3.0-rc1

24 Sep 14:59
Compare
Choose a tag to compare
v2.3.0-rc1 Pre-release
Pre-release

Changelog

  • 6940788 remove subpath config from the backend

v2.2.0

14 Sep 11:21
Compare
Choose a tag to compare
  • Replace CircleCI by Github Actions
  • Add new dialog box to show the details of an alert
  • Add an export feature
  • Allow to specify the TTL for the keys with an unit (second, minute, day, week)
  • Allow to set a password for Redis
  • Allow to disable the basic auth
  • Add a button to clear the search input
  • Fix missing filter/search in query parameters
  • Fix search for hostnames and tags with dashes
  • Fix error with empty result from count_by

v2.2.0-rc2

21 Jun 12:43
Compare
Choose a tag to compare
v2.2.0-rc2 Pre-release
Pre-release

Changelog

  • 9d18d70 docs(README.md): add scope and status badges
  • ee03de7 allow dashes in hostnames and tag values
  • 634a28b rename function + show icon only if search/filter is not empty
  • 397c2be add search/filter in query parameters + add clear search input button

v2.2.0-rc1

29 Mar 13:30
Compare
Choose a tag to compare
v2.2.0-rc1 Pre-release
Pre-release

Changelog

  • 695b502 allow to disable the authentication
  • f9ebe01 Bump golang.org/x/net from 0.0.0-20220722155237-a158d28d115b to 0.7.0
  • 01f2752 Bump golang.org/x/crypto from 0.0.0-20220131195533-30dcbda58838 to 0.1.0
  • 2adaaa8 Bump golang.org/x/text from 0.3.7 to 0.3.8
  • c26d2e8 add condition to empty result from FT.AGGREGATE

v2.1.0

10 Jan 19:10
Compare
Choose a tag to compare
  • Add Basic Auth
  • Update log format + remove the bootstrap banner
  • Allow to set Log Level
  • Add Hostname field as filter
  • Refactor Info view
  • Fix the results of count_by
  • Add autorefresh
  • Allow to set a TTL for keys in Redis
  • Allow to set the settings with env vars
  • Use Host URL as API baseURL

v2.0.2

05 Jun 09:13
Compare
Choose a tag to compare

Changelog

  • e3ef80a fix force redirect to localhost
  • 28c18d1 Use Host URL as API baseURL

v2.0.1

25 May 10:18
Compare
Choose a tag to compare
  • Fix empty timelines
  • Fix loss of query strings when the page is changed
  • Change prefix in logs when an event is added

v2.0.0

11 May 15:11
Compare
Choose a tag to compare
  • Full rewrite (frontend + backend)
    • The backend has been rewritten with Echo framework and exposes an API (in RO) to count, search, etc the events.
    • For the storage, and allow full text search, a Redis datababse with module [Redisearch](redis.io/docs/stack/search is used
    • The frontend is created with Vuejs 2 + Vuetify