|
1 | 1 | # worker - History
|
2 | 2 | ## Tags
|
3 |
| -* [LATEST - 7 Apr, 2017 (297e2195)](#LATEST) |
| 3 | +* [LATEST - 24 Apr, 2017 (41959c8b)](#LATEST) |
| 4 | +* [0.16.0 - 7 Apr, 2017 (98d08e5c)](#0.16.0) |
4 | 5 | * [0.15.0 - 22 Mar, 2017 (9df229c3)](#0.15.0)
|
5 | 6 | * [0.14.0 - 19 Jan, 2017 (290c75b2)](#0.14.0)
|
6 | 7 | * [0.13.0 - 9 Nov, 2016 (729ddd0b)](#0.13.0)
|
|
27 | 28 | * [0.1.0 - 26 Aug, 2015 (ef47972d)](#0.1.0)
|
28 | 29 |
|
29 | 30 | ## Details
|
30 |
| -### <a name = "LATEST">LATEST - 7 Apr, 2017 (297e2195) |
| 31 | +### <a name = "LATEST">LATEST - 24 Apr, 2017 (41959c8b) |
| 32 | + |
| 33 | +* (GEM) update beaker-answers version to 0.17.0 (41959c8b) |
| 34 | + |
| 35 | +* (maint) Do not flatten answers (598f8ce5) |
| 36 | + |
| 37 | + |
| 38 | +``` |
| 39 | +(maint) Do not flatten answers |
| 40 | +
|
| 41 | +When generating meep 2.0 answers. |
| 42 | +
|
| 43 | +Changes in version20162.rb took an answers structure like: |
| 44 | +
|
| 45 | +:answers |
| 46 | + puppet_enterprise: |
| 47 | + profile: |
| 48 | + "master::foo": bar |
| 49 | +
|
| 50 | +and produce a pe.conf with |
| 51 | +
|
| 52 | +"puppet_enterprise::profile::master::foo": "bar" |
| 53 | +
|
| 54 | +This might be a convenience for some kinds of parameter listing, but |
| 55 | +breaks your ability to submit actually structured data such as: |
| 56 | +
|
| 57 | +:answers |
| 58 | + feature_flags: |
| 59 | + pe_modules_next: true |
| 60 | +
|
| 61 | +Where feature_flags is supposed to be a hash, and not a parameter. |
| 62 | +
|
| 63 | +This pr takes the approach of just fixing new behavior in Glisan, when |
| 64 | +using Meep 2.0 format (pe-modules-next), but it might be better to |
| 65 | +change the behavior altogether, although this is a breaking change for |
| 66 | +anyone relying on the previous 'helpful' collapsing of answer elements. |
| 67 | +``` |
| 68 | +### <a name = "0.16.0">0.16.0 - 7 Apr, 2017 (98d08e5c) |
| 69 | + |
| 70 | +* (HISTORY) update beaker-answers history for gem release 0.16.0 (98d08e5c) |
31 | 71 |
|
32 | 72 | * (GEM) update beaker-answers version to 0.16.0 (297e2195)
|
33 | 73 |
|
|
0 commit comments