Releases: mdegat01/addon-promtail
Releases · mdegat01/addon-promtail
v1.6.0
What’s changed
🐛 Bug fixes
🚀 Enhancements
🧰 Maintenance
⬆️ Dependency updates
- Bump addons debian base from
4.1.4
to4.2.0
@mdegat01 (#73) - Bump
yq
from4.7.0
to4.7.1
@mdegat01 (#76) - Bump docker/setup-buildx-action from v1.1.2 to v1.2.0 @dependabot (#77)
- Bump docker/setup-qemu-action from v1.0.2 to v1.1.0 @dependabot (#78)
- Bump docker/login-action from v1.8.0 to v1.9.0 @dependabot (#79)
- Bump docker/setup-buildx-action from v1.2.0 to v1.3.0 @dependabot (#80)
- Bump YQ to
v4.8.0
@mdegat01 (#82) - Bump brpaz/hadolint-action from v1.4.0 to v1.5.0 @dependabot (#81)
- Bump frenck/action-addon-linter from 2 to 2.1 @dependabot (#83)
- Bump YQ to
4.9.0
@mdegat01 (#84) - Bump libsystemd-dev to
247.3-5~bpo10+1
@mdegat01 (#86) - Bump YQ to
4.9.1
@mdegat01 (#85) - Bump actions/stale from 3.0.18 to 3.0.19 @dependabot (#87)
- Bump addon debian base to
4.2.1
@mdegat01 (#88) - Bump frenck/action-addon-information from 1.0.0 to 1.1 @dependabot (#89)
- Bump promtail journal base to
1.0.1
@mdegat01 (#90) - Bump YQ to
4.9.2
@mdegat01 (#91)
v1.5.5b0
v1.5.4
v1.5.4b1
v1.5.4b0
v1.5.3
What’s changed
🐛 Bug fixes
🧰 Maintenance
⬆️ Dependency updates
v1.5.3b0
v1.5.2
v1.5.2b0
v1.5.1
Primary change of this release is addition of a custom apparmor profile for increased security of the addon. These profiles carefully control what can and cannot be used to ensure the service does not have access to anything more then strictly necessary. I did extensive testing to ensure it works with this profile in place but I definitely didn't exhaust every possible configuration option of Promtail so its possible some advanced configurations require access to a file or capability that is now being denied.
If you encounter an issue please report it here and include details of your configuration and logs you saw.
What’s changed
🐛 Bug fixes
🚀 Enhancements
- Support all log levels @mdegat01 (#33)
- Add custom apparmor profile @mdegat01 (#35, #36, #40, #41, #46, #54)
- Deprecate absolute path support for cafile & support blanking out @mdegat01 (#49)
- Use not is empty on configs instead of exists for UI editor @mdegat01 (#50)
- Move constants up top in scripts @mdegat01 (#53)
🧰 Maintenance
📚 Documentation
- Update readme template for beta @mdegat01 (#43)
- Fix small typo in documentation @mdegat01 (#44)
- Remove supervisor version warning @mdegat01 (#52)
⬆️ Dependency updates
- Support all log levels @mdegat01 (#33)
- Bump docker/build-push-action from v2.3.0 to v2.4.0 @dependabot (#34)
- Bump docker/setup-buildx-action from v1.1.1 to v1.1.2 @dependabot (#38)
- Bump docker/setup-qemu-action from v1.0.1 to v1.0.2 @dependabot (#39)