Releases: mdegat01/addon-loki
v1.9.4
v1.9.3
What’s changed
It appears something about the 2.4.0
release of Loki made the retention policy I put in place in the default config of this addon stop working. I personally noticed it this release when Loki was taking so long to start up due to its huge index that watchdog was restarting it before it could finish (watchdog polls it every 2 minutes if you have it on).
This release fixes the retention policy so your days_to_keep
value is honored again. If you are having trouble getting Loki working check your supervisor log for entries like this:
WARNING (MainThread) [supervisor.misc.tasks] Watchdog missing application response from 39bd2704_loki
If you see that, turn off watchdog and start Loki. Assuming it is able to get up and running then let it run for about 6 hours or so, the compactor should kick in and clean up the index by that point. After that you should be able to turn watchdog back on and proceed as normal.
And please report an issue if you are still seeing issues after that or aren't able to start Loki even with watchdog off.
🚀 Enhancements
🐛 Bug fixes
v1.9.3b3
v1.9.3b2
v1.9.3b1
v1.9.3b0
v1.9.2
What’s changed
🚀 Enhancements
- Convert config from json to yaml @mdegat01 (#131)
- Inherit org's PR and release drafter templates @mdegat01 (#132)
🧰 Maintenance
- Centralize GitHub Action workflows @mdegat01 (#129)
- Remove
GITHUB_TOKEN
input from all workflows @mdegat01 (#135) - Update maintenance/license year to 2022 @mdegat01 (#138)
📚 Documentation
⬆️ Dependency updates
- Bump alpine from 3.14.2 to 3.14.3 in /loki @dependabot (#127)
- Bump addon base to
10.2.3
@mdegat01 (#128) - Bump alpine from 3.14.3 to 3.15.0 in /loki @dependabot (#133)
- Bump addon base to
11.0.0
@mdegat01 (#134) - Bump addon base to
11.0.1
@mdegat01 (#137)
v1.9.1
What’s changed
⚠ ⚠ If you use the config_path
option to provide Loki with your own custom config you will need to manually update your config to set ingester.wal.dir
to /data/loki/wal
. Otherwise Loki will break with a permission error on startup as Loki will try and create this directory in a place it does not have access. See default_config.yaml#L19 to see the addition to the default config you should copy to yours.
🐛 Bug fixes
- Fixes for #122
🧰 Maintenance
v1.9.0
What’s changed
🚀 Enhancements
⬆️ Dependency updates
- Bump frenck/action-addon-information from 1.2 to 1.3 @dependabot (#113)
- Bump frenck/action-addon-linter from 2.4 to 2.5 @dependabot (#114)
- Bump addon base to
10.2.0
@mdegat01 (#115) - Bump actions/checkout from 2.3.5 to 2.4.0 @dependabot (#116)
- Bump addon base to
10.2.1
@mdegat01 (#118) - Bump addon base to
10.2.2
@mdegat01 (#119)
v1.8.1
What’s changed
⬆️ Dependency updates
- Bump alpine from 3.14.1 to 3.14.2 in /loki @dependabot (#104)
- Bump docker/setup-buildx-action from 1.5.1 to 1.6.0 @dependabot (#105)
- Bump creyD/prettier_action from 3.3 to 4.0 @dependabot (#106)
- Bump curl to
7.79.1-r0
@mdegat01 (#108) - Update addon base to
10.1.0
@mdegat01 (#107) - Bump frenck/action-addon-linter from 2.3 to 2.4 @dependabot (#109)
- Bump dessant/lock-threads from 2.1.2 to 3 @dependabot (#110)
- Bump addon base to
10.1.1
@mdegat01 (#111) - Bump actions/checkout from 2.3.4 to 2.3.5 @dependabot (#112)