Skip to content

Latest commit

 

History

History
172 lines (101 loc) · 10.4 KB

CHANGELOG.md

File metadata and controls

172 lines (101 loc) · 10.4 KB

Changelog

v0.17.3 (2020-07-23)

v0.17.2 (2020-07-07)

  • Fix log collect command for syslog (2 space like Jun 6 19) #63 (k1LoW)

v0.17.1 (2020-03-05)

v0.17.0 (2020-01-11)

v0.16.2 (2019-11-27)

v0.16.1 (2019-10-18)

  • Fix panic: runtime error: invalid memory address or nil pointer dereference #58 (k1LoW)

v0.16.0 (2019-10-18)

  • Add hrv info [DB_FILE] #57 (k1LoW)
  • Fix timestamp grouping #56 (k1LoW)
  • Add table metas for saving hrv fetch info #55 (k1LoW)

v0.15.5 (2019-10-16)

  • k8s client use --start-time and --end-time #54 (k1LoW)
  • Refactor RegexpParser #53 (k1LoW)

v0.15.4 (2019-10-15)

v0.15.3 (2019-10-10)

  • SSH Client should fetch last line when SSH session closed. #51 (k1LoW)
  • Support parse 'unixtime' #50 (k1LoW)

v0.15.2 (2019-09-28)

  • Fix: grep error Binary file (standard input) matches #49 (k1LoW)

v0.15.1 (2019-09-26)

v0.15.0 (2019-09-26)

v0.14.2 (2019-09-25)

v0.14.1 (2019-09-21)

  • Fix chan close timing (panic: send on closed channel) #45 (k1LoW)

v0.14.0 (2019-09-18)

  • Do faster hrv fetch via ssh/file using grep timestamp #44 (k1LoW)

v0.13.1 (2019-09-17)

  • Fix endtime (time.Time) is nil when no --end-time #43 (k1LoW)

v0.13.0 (2019-09-15)

  • Add araddon/dataparse to parse --*-time option #42 (k1LoW)
  • Add --duration option #41 (k1LoW)
  • Fix hrv cat ts condition #40 (k1LoW)
  • Separate timestamp columns for grouping #39 (k1LoW)
  • Increase maxScanTokenSize #38 (k1LoW)
  • Refactor parser.Log struct #37 (k1LoW)
  • Refactor log pipeline #36 (k1LoW)
  • io.EOF is successful completion #35 (k1LoW)

v0.12.0 (2019-08-19)

v0.11.0 (2019-06-24)

  • Add hrv generate-k8s-config #31 (k1LoW)

v0.10.0 (2019-06-23)

v0.9.0 (2019-06-18)

v0.8.0 (2019-06-16)

  • Change --url-regexp -> --source #28 (k1LoW)
  • Fix hrv targets output ( when source is file:// ) #27 (k1LoW)

v0.7.0 (2019-06-16)

  • Add hrv tags #26 (k1LoW)
  • [BREAKING CHANGE] Change filter logic of --tag option #25 (k1LoW)
  • [BREAKING CHANGE] Change command #24 (k1LoW)
  • [BREAKING] Change config format urls: -> sources: #23 (k1LoW)

v0.6.3 (2019-05-17)

  • Fix target filter #22 (k1LoW)
  • Skip configtest when target type = 'none' #21 (k1LoW)

v0.6.2 (2019-03-16)

  • Fix goreleaser.yml for for CGO_ENABLED=1 #20 (k1LoW)

v0.6.1 (2019-03-16)

v0.6.0 (2019-03-16)

v0.5.0 (2019-02-27)

  • Preset default passphrase for all targets #13 (k1LoW)

v0.4.0 (2019-02-21)

  • Add hrv ls-logs #12 (k1LoW)
  • Change config.yml format ( logs: -> targetSets: ) #11 (k1LoW)
  • Add hrv cp #10 (k1LoW)
  • Fix configtest targets order #9 (k1LoW)
  • Add --preset-ssh-key-passphrase option #8 (k1LoW)

v0.3.0 (2019-02-19)

v0.2.3 (2019-02-15)

  • Fix build*Command ( append more sudo ) #6 (k1LoW)

v0.2.2 (2019-02-15)

  • Show MultiLine when configtest error #5 (k1LoW)
  • Show error message when log read error #4 (k1LoW)
  • Fix build command #3 (k1LoW)

v0.2.1 (2019-02-14)

v0.2.0 (2019-02-14)

v0.1.0 (2019-02-13)