From 7b0597ad21f78266f9b454cc06d92efda3a22123 Mon Sep 17 00:00:00 2001 From: MaeIsBad <26093674+MaeIsBad@users.noreply.github.com> Date: Fri, 3 May 2024 14:10:47 +0200 Subject: [PATCH] Prep release (#100) --- CHANGELOG.md | 16 +++++++++++++++- Cargo.toml | 2 +- 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 507e111..e24019e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 --- +## [0.9.2] - 2024-05-03 + +### Added + +- Added metadata based on the kubernetes environment variables: + * KUBE_APP_PART_OF + * KUBE_APP_MANAGED_BY + * KUBE_APP_VERSION + * KUBE_APP_INSTANCE + +--- + ## [0.9.1] - 2024-04-08 ### Added @@ -172,7 +184,9 @@ If you are using Jaeger to collect traces locally on your machine, you will need -[Unreleased]: https://github.com/primait/prima_tracing.rs/compare/0.9.1...HEAD + +[Unreleased]: https://github.com/primait/prima_tracing.rs/compare/0.9.2...HEAD +[0.9.2]: https://github.com/primait/prima_tracing.rs/compare/0.9.1...0.9.2 [0.9.1]: https://github.com/primait/prima_tracing.rs/compare/0.9.0...0.9.1 [0.9.0]: https://github.com/primait/prima_tracing.rs/compare/0.9.0-rc.1...0.9.0 [0.9.0-rc.1]: https://github.com/primait/prima_tracing.rs/compare/0.9.0-rc.0...0.9.0-rc.1 diff --git a/Cargo.toml b/Cargo.toml index 3a266ba..57721d1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ license = "MIT OR Apache-2.0" name = "prima-tracing" readme = "README.md" repository = "https://github.com/primait/prima_tracing.rs" -version = "0.9.1" +version = "0.9.2" [features] default = []