Loki Java client that sends and retrieves logs to and from a running Loki server
- Update the version numbers in
loki-client/build.gradle.ktsandloki-client-testutils/build.gradle.kts. Note that there are multiple lines to change. - Land the update on
main. - Update your local main and tag the release commit
git tag vX.Y.Z --sign -u <key id>. - Push the tag
git push -f origin tag vX.Z.Z.