Skip to content
This repository was archived by the owner on May 11, 2026. It is now read-only.

Commit 02a8273

Browse files
authored
Merge pull request #192 from rubenvp8510/elease-notes-2.9.0
Add list of changes and bump the version to 2.9.0
2 parents 5c39aa4 + a29ca3c commit 02a8273

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

CHANGES.rdoc

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@
33
This document describes the relevant changes between releases of the
44
_hawkular-client_ project.
55

6+
=== V 2.9.0
7+
* Adds the ability to assign tags to existing alerts
8+
* Uniform Client names
9+
* Supports Update Collection Intervals command.
10+
* Clients classes pass through options to RestClient
11+
* Added an option to query metrics based on tag only
12+
13+
Full list of changes can be found at https://github.com/hawkular/hawkular-client-ruby/milestone/14?closed=1
14+
615
=== V 2.8.0
716

817
* Allow to list tags in Hawkular-Metrics

lib/hawkular/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
# @see https://github.com/hawkular
55
module Hawkular
66
# Version of the Hawkular Ruby Gem
7-
VERSION = '2.8.0'.freeze
7+
VERSION = '2.9.0'.freeze
88
end

0 commit comments

Comments
 (0)