Skip to content

Commit

Permalink
Merge pull request #5 from oracle-quickstart/v2.0.4
Browse files Browse the repository at this point in the history
release v2.0.4
KiranNadupuru authored Jun 20, 2022
2 parents a685e72 + 20bc441 commit 491b0ac
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change Log

## 2.0.4 - 2022-06-20
### Changed
- Updated prometheus-client dependency to v4.0.0.

## 2.0.3 - 2022-04-20
### Added
- Added Prometheus-client Api based internal metrics functionality.
4 changes: 2 additions & 2 deletions fluent-plugin-oci-logging-analytics.gemspec
Original file line number Diff line number Diff line change
@@ -6,7 +6,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)

Gem::Specification.new do |spec|
spec.name = "fluent-plugin-oci-logging-analytics"
spec.version = "2.0.3"
spec.version = "2.0.4"
spec.authors = ["Oracle","OCI Observability: Logging Analytics"]
spec.email = ["[email protected]"]

@@ -30,6 +30,6 @@ Gem::Specification.new do |spec|
spec.add_runtime_dependency "fluentd", [">= 0.14.10", "< 2"]
spec.add_runtime_dependency 'rubyzip', '~> 2.3.2'
spec.add_runtime_dependency "oci", "~>2.16"
spec.add_runtime_dependency "prometheus-client", "~>2.1.0"
spec.add_runtime_dependency "prometheus-client", "~>4.0.0"

end

0 comments on commit 491b0ac

Please sign in to comment.