v0.0.49-beta.0
⚠️ Deprecation warning
This release introduces a different way of storing collector credentials in sumologicextension.
New installations of collector (i.e. using collector and a machine without prior installations) will work as expected without any problems.
Using this version on a machine where collector has been used previously will still use the same collector credentials file.
Please note that added functionality does not automatically migrate the collector files of already existing credentials.
The old files (encrypted with md5) are considered deprecated for now and will continue to function until support for them gets removed in one of the subsequent releases.
Changelog
- feat(sumologicextension): use sha256 for collector credentials storage hashing by @pmalek-sumo in #400
- test(sumologicextension): add unit test for preexisting collector credentials by @pmalek-sumo in #401
- feat(sumologicextension): use different key for encryption and filename by @pmalek-sumo in #402
- Update Comparison.md by @drduke1 in #403
- feat(sumologicextension): re-register when locally stored credentials are invalid by @pmalek-sumo in #404
Container images:
docker pull public.ecr.aws/sumologic/sumologic-otel-collector:0.0.49-beta.0
Full Changelog: v0.0.48-beta.0...v0.0.49-beta.0