Skip to content

Commit

Permalink
Merge pull request #232 from lindgrenj6/pin_miq_loggers
Browse files Browse the repository at this point in the history
Pin MIQ loggers to 0.4.0 and release v5.0.7
  • Loading branch information
syncrou authored Oct 7, 2021
2 parents 7e44a79 + a9fd004 commit be06dac
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [5.0.6] - 2021-10-07
### Added
- Pin MIQ loggers to 0.4.0 to maintain monkey patchability

## [5.0.5] - 2021-06-17
### Added
- Support total counts for GraphQL #229
Expand Down Expand Up @@ -226,7 +230,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Initial release to rubygems.org


[Unreleased]: https://github.com/RedHatInsights/insights-api-common-rails/compare/v5.0.5.freeze...HEAD
[Unreleased]: https://github.com/RedHatInsights/insights-api-common-rails/compare/v5.0.6.freeze...HEAD
[5.0.6]: https://github.com/RedHatInsights/insights-api-common-rails/compare/v5.0.5.freeze...v5.0.6.freeze
[5.0.5]: https://github.com/RedHatInsights/insights-api-common-rails/compare/v5.0.4.freeze...v5.0.5.freeze
[5.0.4]: https://github.com/RedHatInsights/insights-api-common-rails/compare/v5.0.3.freeze...v5.0.4.freeze
[5.0.3]: https://github.com/RedHatInsights/insights-api-common-rails/compare/v5.0.2.freeze...v5.0.3.freeze
Expand Down
1 change: 1 addition & 0 deletions insights-api-common.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ Gem::Specification.new do |spec|

# For Insights::API::Common::Logging
spec.add_runtime_dependency "insights-loggers-ruby", "~> 0.1.10"
spec.add_runtime_dependency "manageiq-loggers", "~> 0.4.0"

# For Insights::API::Common::Metrics
spec.add_runtime_dependency "prometheus_exporter", "~> 0.4.5"
Expand Down
2 changes: 1 addition & 1 deletion lib/insights/api/common/version.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module Insights
module API
module Common
VERSION = "5.0.6".freeze
VERSION = "5.0.7".freeze
end
end
end

0 comments on commit be06dac

Please sign in to comment.