Skip to content

Releases: flant/loghouse

Loghouse v0.3.1

27 Mar 16:04
e728236
Compare
Choose a tag to compare

v0.3.1

  • Fix csv export
  • Add logging class, add more log messages
  • Helm chart improvements:
    • Fix pvc creation
    • Simplify reserved memory calculation
    • Revert doDbDeploy rename to snake case
    • Move reserveMemory value to the root of a clickhouse section

Loghouse v0.3.0

23 Mar 11:07
Compare
Choose a tag to compare

v0.3.0

Added

Updated

  • Clickhouse sql schema
  • Clickhouse version
  • Fluentd version

Fixed

  • Broken docker image for fluentd with latest tag
  • Fix obsolete k8s api's versions
  • Old ruby gems in log viewer #139 #135 #131 #138

Loghouse 0.2.7

27 Dec 10:11
21cca70
Compare
Choose a tag to compare

Fix undefined error in Firefox. #120

Loghouse 0.2.6

25 Dec 11:49
03934fb
Compare
Choose a tag to compare

Add toggle of pre style for multiline values #119 #117

Loghouse 0.2.4

06 Dec 16:02
047a260
Compare
Choose a tag to compare

Installation fixes:

  • undefined app.version
  • typos in ingress manifests

Loghouse 0.2.3

20 Nov 16:15
553bd73
Compare
Choose a tag to compare
  • Pin clickhouse version #104 #102
  • Patch fluentd to fix systemd message #105
  • Fix leading and trailing spaces in queries #108

Clickhouse template fixes #107:

  • config directory for clickhouse is now writable
  • replace chown in initContainer with securityContext
  • use emptyDir by default for storage
  • comment nodeSelector for clickhouse by default

Chart fixes:

  • CronJob apiVersion templating #94 #100
  • Ingress annotations #96
  • separate chart.version and app.version
  • latest can be installed with --set app.version=latest
  • some useful information in NOTES.txt
  • increase loghouse-init-tables timeout (related issue #29)
  • mention --timeout flag for helm in README

Loghouse 0.2.2

03 Apr 15:12
bbadb16
Compare
Choose a tag to compare

Previous build was corrupted. #85 fixes this bug.

Loghouse 0.2.1

27 Mar 13:43
13d427d
Compare
Choose a tag to compare

Bugfix: #84 for timeouts, when using greedy search

Loghouse 0.2.0

27 Mar 13:38
dffef8c
Compare
Choose a tag to compare

Important bugfix:
Docker images now built on tags, now it is possible to rollback.