-
Notifications
You must be signed in to change notification settings - Fork 71
/
Copy pathCHANGELOG
75 lines (59 loc) · 2.17 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
3.0.1:
- Rename the `query` face to `puppetdbquery` in more places so it actually works (#106) (@mateusz-gozdek-sociomantic)
3.0.0:
- Added hiera v5 backend (@edestecd)
- Fix regression on using a regexp pattern in facts query (@unki)
- Rename `query` face to `puppetdbquery` to avoid clash with bundled query tool in PuppetDB (#105)
2.3.0:
- query_nodes and query_facts now have versions using the v4 function API.
2.2.0:
- Avoid reinitialization of constant (@davidmogar)
- Fix query_resources bug when grouphosts is true (@andvgal)
- Allow allow matching facts by regular expression (@unki)
- Support querying for nested keys inside of facts (@mcasper)
2.1.1:
- Send datetimes in ISO8601 variant that PuppetDB can handle. (#81)
2.1.0:
- Add extract operations to only fetch necessary fields
2.0.3:
- Fixed return format in query_facts function (#71)
- Added unit tests for functions
- Handle HTTP URLs
- Don't subquery the resource specification in query_resources (#73)
2.0.2:
- Fixed invalid method call in query_facts (thanks ayohrling)
- Allow empty facts list in fact query face (thanks ayohrling)
2.0.1:
- Fix >= and <= operators
2.0.0:
- switch to use v4 API
- add support for structured facts
- add syntactic sugar for date queries (@ sign in front of string)
- add arbitrary subquery support (# sign)
1.6.1:
- add require statements needed in some puppet versions to avoid loaderror
1.6.0:
- Update events face to use v3 API instead of experimental
- Print error if chronic dependency can't be loaded
1.5.3:
- Fixed memory leak with ruby LOAD_PATH
1.5.2:
- Module update to avoid forge checksum error
1.5.1:
- Style fixes
- Update to metadata.json for module metadata
1.5.0:
- Update default API version to v3
- Add resource query function from rlpowell
- README fixes
- Update rexical dependency to 1.0.5 and regenerated lexer
1.4.0:
- Support for regexp matching resource titles, like:
File[~titleregexp]
- More tests
- Only require JSON gem when actually needed
- Allow empty queries (returns all hosts)
- Don't require pluginsync to run on master
- Fix strftime call on old ruby versions
- Improve facts query output
- Support single quoted strings in queries as well as double quoted