Skip to content

Commit

Permalink
update VictoriaLogs to the latest v0.28.0
Browse files Browse the repository at this point in the history
  • Loading branch information
denisgolius committed Jul 31, 2024
1 parent 4179b72 commit 403e35a
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion repository.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
name: Home Assistant VictoriaLogs add-on repository
url: 'https://github.com/denisgolius/homeassistant-addon-victorialogs'
url: 'https://github.com/VictoriaMetrics-Community/homeassistant-addon-victorialogs'
maintainer: denisgolius
6 changes: 6 additions & 0 deletions victoria-logs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# 0.0.6

* FEATURE: [web UI](https://docs.victoriametrics.com/victorialogs/querying/#web-ui): show a spinner on top of bar chart until user's request is finished. See [this issue](https://github.com/VictoriaMetrics/VictoriaMetrics/issues/6558).
* FEATURE: [web UI](https://docs.victoriametrics.com/victorialogs/querying/#web-ui): use compact representation of JSON lines at `JSON` tab if only a single [log field](https://docs.victoriametrics.com/victorialogs/keyconcepts/#data-model) is queried. See [this feature request](https://github.com/VictoriaMetrics/VictoriaMetrics/issues/6559).
* FEATURE: [web UI](https://docs.victoriametrics.com/victorialogs/querying/#web-ui): properly show the number of matching logs on the selected time range at bar chart for queries with arbitrary [pipes](https://docs.victoriametrics.com/victorialogs/logsql/#pipes), including [`stats` pipe](https://docs.victoriametrics.com/victorialogs/logsql/#stats-pipe) and [`top` pipe](https://docs.victoriametrics.com/victorialogs/logsql/#top-pipe).

# 0.0.5

* FEATURE: add `-syslog.useLocalTimestamp.tcp` and `-syslog.useLocalTimestamp.udp` command-line flags, which could be used for using the local timestamp as [`_time` field](https://docs.victoriametrics.com/victorialogs/keyconcepts/#time-field) for the logs ingested via the corresponding `-syslog.listenAddr.tcp` / `-syslog.listenAddr.udp`. By default the timestap from the syslog message is used as [`_time` field](https://docs.victoriametrics.com/victorialogs/keyconcepts/#time-field). See [these docs](https://docs.victoriametrics.com/victorialogs/data-ingestion/syslog/).
Expand Down
2 changes: 1 addition & 1 deletion victoria-logs/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ FROM $BUILD_FROM
# Copy data for add-on
COPY start-victoria-logs /
WORKDIR /share/victoria-logs-data
ARG VERSION=v0.27.1-victorialogs
ARG VERSION=v0.28.0-victorialogs

RUN /bin/bash -c 'set -ex && \
ARCH=$(uname -m) && \
Expand Down
2 changes: 1 addition & 1 deletion victoria-logs/config.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: VictoriaLogs
version: "0.0.4"
version: "0.0.6"
slug: victoria_logs
description: The Simple & Reliable Logs Solution That Scales
webui: "http://[HOST]:[PORT:9428]/"
Expand Down

0 comments on commit 403e35a

Please sign in to comment.