Skip to content

Commit

Permalink
fix pinned dependency
Browse files Browse the repository at this point in the history
Signed-off-by: Sylvain Hellegouarch <sh@defuze.org>
  • Loading branch information
Lawouach committed Dec 1, 2023
1 parent fff8db8 commit 61bdb82
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,18 @@

## [Unreleased][]

[Unreleased]: https://github.com/chaostoolkit-incubator/chaostoolkit-opentracing/compare/0.14.0..HEAD
[Unreleased]: https://github.com/chaostoolkit-incubator/chaostoolkit-opentracing/compare/0.15.0..HEAD

## [0.15.0][] - 2023-12-01

[0.15.0]: https://github.com/chaostoolkit-incubator/chaostoolkit-opentracing/compare/0.14.0...0.15.0

### Fixed

- Pin opentelemetry-exporter-prometheus>=0.36b0 as the previous pinned versions
have been yanked from Pypi [#3521][3521]

[3521]: https://github.com/open-telemetry/opentelemetry-python/issues/3521

## [0.14.0][] - 2023-11-09

Expand Down
2 changes: 1 addition & 1 deletion chaostracing/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# -*- coding: utf-8 -*-
__version__ = "0.14.0"
__version__ = "0.15.0"
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ opentelemetry-instrumentation-botocore>=0.36b0
opentelemetry-exporter-gcp-trace>=1.4.0
opentelemetry-resourcedetector-gcp>=1.4.0a0
opentelemetry-propagator-gcp>=1.4.0
opentelemetry-exporter-prometheus>=1.12.0rc1
opentelemetry-exporter-prometheus>=0.36b0
opentelemetry-propagator-b3>=1.15.0
opentelemetry-sdk-extension-aws>=2.0
opentelemetry-propagator-aws-xray>=1.0
Expand Down

0 comments on commit 61bdb82

Please sign in to comment.