Skip to content

Releases: mdegat01/addon-loki

v1.3.0

01 Apr 20:24
98f0e30
Compare
Choose a tag to compare

What’s changed

🚀 Enhancements

⬆️ Dependency updates

  • Bump ludeeus/action-shellcheck from 1.0.0 to 1.1.0 @dependabot (#21)

v1.2.0

30 Mar 20:12
412251a
Compare
Choose a tag to compare

What’s changed

🚨 Breaking changes

#17 introduces a minor breaking change. Up until now the default config had no retention period set. This causes the addon to keep indexed logs indefinitely and grow without bound. We don't want to do this so now retention period is set to 30 days by default.

This period can be configured using a new option called days_to_keep. It can be set as low as 2 or as high as you want. See documentation for new example and details.

The addon does not provide any easy way to retain the old behavior as we should not be growing without bound. If you truly want to retain logs indefinitely and have some other way of managing storage then you should copy the prior default config to your system and reference it using the config_path option.

🚀 Enhancements

  • Add days_to_keep option to control retention @mdegat01 (#17)

📚 Documentation

v1.1.2

28 Mar 20:30
cf95c1a
Compare
Choose a tag to compare

What’s changed

⬆️ Dependency updates

v1.1.1

27 Mar 04:22
ca7c6fb
Compare
Choose a tag to compare

What’s changed

🐛 Bug fixes

  • Fix readiness check for mtls (#14)

🚀 Enhancements

v1.1.0

27 Mar 02:38
e4a8c1b
Compare
Choose a tag to compare

What’s changed

🚀 Enhancements

v1.0.5

26 Mar 20:29
4292603
Compare
Choose a tag to compare

What’s changed

🚀 Enhancements

  • Log config on start if debug log level @mdegat01 (#7)

🧰 Maintenance

📚 Documentation

v1.0.4

22 Mar 21:47
7ecb462
Compare
Choose a tag to compare

What’s changed

🧰 Maintenance

v1.0.3

22 Mar 05:44
fcbeb3b
Compare
Choose a tag to compare

What’s changed

v1.0.2

22 Mar 04:19
3297899
Compare
Choose a tag to compare

What’s changed

v1.0.1

21 Mar 19:24
Compare
Choose a tag to compare

What’s changed

  • Corrected the repo slug for edge repository