-
Notifications
You must be signed in to change notification settings - Fork 112
/
CHANGELOG
461 lines (327 loc) · 15.2 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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
2018-04-25 Marek Hulán <[email protected]>
* Merge pull request #164 from dLobatog/23243
2018-04-18 Marek Hulan <[email protected]>
* Refs #23205 - fix the migration on existing setups
2018-04-18 Daniel Lobato Garcia <[email protected]>
* Fixes #23243 - Display disclaimer on Insights playbook
2018-04-17 Oleh Fedorenko <[email protected]>
* Fixes #22994 - Add refactor for ansible roles controller
* Fixes #23049 - Add IDs to the server respones
* Fixes #23228 - Add scoped_search on relations
2018-04-16 Daniel Lobato Garcia <[email protected]>
* Fixes #23245 - Rubocop issues in master
2018-04-12 Daniel Lobato Garcia <[email protected]>
* Fixes #23216 - Include package.json and webpack in gemspec
2018-04-12 Sebastian Gräßl <[email protected]>
* Refs #23205 - Fix renaming migration for empty/unseeded DB
* Fixes #23205 - Prefix job template categories with "Ansible"
2018-04-10 Sebastian Gräßl <[email protected]>
* Fixes #23114 - Add setting to disable out of sync
2018-04-03 Sebastian Gräßl <[email protected]>
* Fixes #22896 - Fall back to REX private key
2018-04-03 Justin Sherrill <[email protected]>
* Fixes #23091 - remove dynflow dep
2018-03-22 Marek Hulan <[email protected]>
* Fixes #22973 - add custom insights notification
2018-03-22 Sebastian Gräßl <[email protected]>
* Merge pull request #146 from bkearney/bkearney/22860
2018-03-21 Marek Hulan <[email protected]>
* Fixes #22775 - add missing audits for user actions
* Remove tasks version limit
* Fixes rubocop
2018-03-14 Bryan Kearney <[email protected]>
* Fixes #22860 - Extract the most recent strings from the plugin
2018-03-12 Sebastian Gräßl <[email protected]>
* Fixes #22124 - Add report interval setting for Ansible
2018-03-08 Daniel Lobato Garcia <[email protected]>
* Release 2.1.0
2018-03-08 Lindani Phiri <[email protected]>
* Fixes #22677 - Use proper api host name to allow TLS mutual auth
2018-03-07 Daniel Lobato Garcia <[email protected]>
* Refs #22784 - Require VERSION to show documentation
* Fixes #22774 - ssh_private_key_path setting does not show up
* Refs #22378 - Rubocop fixes for Insights
2018-03-07 Sebastian Gräßl <[email protected]>
* Refs #22125 - Use react-json-tree for report json rendering
2018-03-06 Daniel Lobato Garcia <[email protected]>
* Fixes #22791 - Pin foreman_tasks to < 0.12
2018-03-01 Daniel Lobato Garcia <[email protected]>
* Fixes #19149 - Check whether gem is loaded on SCL or not
2018-02-26 Daniel Lobato Garcia <[email protected]>
* Sync from community-templates
* Refs #22378 - Only include RedhatAccess macro if plugin available
2018-02-22 Daniel Lobato Garcia <[email protected]>
* Fixes #22634 - Reuse remote execution settings
2018-02-21 Daniel Lobato Garcia <[email protected]>
* Fixes #22643 - Config strings may not be displayed
2018-02-20 Daniel Lobato Garcia <[email protected]>
* Fixes #22378 - Insights remediation playbook macro
2018-02-20 Marek Hulan <[email protected]>
* Fixes #22626 - hide stdout and stderr
* Fixes #22625 - ignore facts in report page
2018-02-20 Sebastian Gräßl <[email protected]>
* Fixes #22126 - Always show 'Play Roles' button for Hostgroups
2018-02-19 Sebastian Gräßl <[email protected]>
* Fixes #22125 - Restore correct output for Ansible reports
2018-02-13 Daniel Lobato Garcia <[email protected]>
* Fixes #22539 - Sync ansible templates
2018-02-08 Daniel Lobato Garcia <[email protected]>
* Fixes #22512 - Pass variables without foreman_params
* Fixes #22507 - Pass REX inputs as inventory variables
2018-02-07 Marek Hulan <[email protected]>
* Fixes #22522 - add hover effect to table
2018-02-01 Daniel Lobato Garcia <[email protected]>
* Release 2.0.2 foreman_ansible_core
* Release 2.0.1 foreman_ansible_core
* Release 2.0.1
* Release 2.0.0 foreman_ansible_core
* Release 2.0.0
* Specify min version REX
* Refs #13812 - InventoryCreator typo
2018-01-31 Marek Hulan <[email protected]>
* Refs #13812 - support connect by IP REX feature
* Refs #22019 - fixes multiaction run
2018-01-31 Daniel Lobato Garcia <[email protected]>
* Fixes #22020 - Host group play roles using REX provider
2018-01-29 Daniel Lobato Garcia <[email protected]>
* Fixes #22019 - PlayHostsRoles using REX provider
* Fixes #22018 - PlayHostRoles uses REX provider
2018-01-23 Daniel Lobato Garcia <[email protected]>
* Fixes #22018 - PlayHostRoles uses REX provider
2018-01-15 Daniel Lobato Garcia <[email protected]>
* Refs #13812 - Fix some cops
* Refs #13812 - Remove irrelevant AnsibleTemplateRendererTest
2018-01-15 Daniel Lobato <[email protected]>
* Fixes #13812 - Remote execution provider
2018-01-10 Daniel Lobato Garcia <[email protected]>
* Update fixtures and fix rubocop
2017-12-26 Michael Moll <[email protected]>
* update rubocop to 0.52
* update/correct .rubocop.yml
* stop using HttpPositionalArguments
2017-12-26 Tomer Brisker <[email protected]>
* Remove alias_method_chain from hosts helper
2017-12-26 Ondrej Prazak <[email protected]>
* Fixes #21818 - Add Rails 5 style migrations
2017-11-20 Daniel Lobato Garcia <[email protected]>
* Document Overrides module (rubocop)
2017-11-17 Daniel Lobato Garcia <[email protected]>
* Replace alias_method_chain by prepend
* Fix rubocop
2017-11-17 Sebastian Gräßl <[email protected]>
* Fixes #21003 - Improve table for ansible roles
2017-11-16 Daniel Lobato Garcia <[email protected]>
* Fix .p to .present? - typo
2017-11-02 Marek Hulán <[email protected]>
* Fixes #21528 - start using factory bot
* Fixes rubocop
2017-10-06 Daniel Lobato Garcia <[email protected]>
* Release 1.4.6
2017-10-06 Sebastian Gräßl <[email protected]>
* Fixes #21005 - Better wording for roles import button
* Fixes #20884 - Allow importing roles from multiple paths
2017-10-04 Sebastian Gräßl <[email protected]>
* Fixes #21008 - Improve button to run ansible roles
2017-09-11 Daniel Lobato Garcia <[email protected]>
* Fix rubocop os_major
* Fix hash in test to be indifferent access
* Updating to use hashrockets
2017-08-04 Marek Hulán <[email protected]>
* Fix callback facts sending
2017-08-01 Daniel Lobato Garcia <[email protected]>
* Refs #20407 - Adds ssh_private_key and become to InventoryCreator
2017-08-01 mriedel-pgdx <[email protected]>
* fixes #20407 - adds two new options
2017-08-01 Daniel Lobato García <[email protected]>
* Fixes #20464 - Allow arbitrary connection options host param
2017-07-27 Guido Günther <[email protected]>
* Fixes #20389 - debian: unbreak adding debian/sid
2017-07-26 Daniel Lobato Garcia <[email protected]>
* More rubocop fixes
* Fix rubocop issues
2017-07-25 Marek Hulán <[email protected]>
* Fixes #20397 - fix the permission override
2017-06-20 Tomer Brisker <[email protected]>
* Fixes #20060 - correct apidoc for single hostgroup run roles
2017-04-17 Marek Hulán <[email protected]>
* Fixes #17957 - add plugin permissions to core roles
* Fixes #19240 - fix the inline help icon position
2017-03-30 Daniel Lobato Garcia <[email protected]>
* Release foreman_ansible 1.4.5
* Release foreman_ansible 1.4.4, core 1.1.1
2017-03-22 Daniel Kuffner <[email protected]>
* Fixes #18731 - Ansible Run fails with internal error
2017-02-13 Daniel Lobato Garcia <[email protected]>
* Release 1.4.3 Ansible - 1.1.0 AnsibleCore
2017-02-10 Daniel Lobato García <[email protected]>
* Fixes #18311 - Read /etc/ansible/ansible.cfg roles_path
2017-02-08 Michael Moll <[email protected]>
* Fixes #18359 - add assets initializers (#76)
2017-02-08 thomasmckay <[email protected]>
* fixes #18309 - handle run verbosity zero
2017-01-30 Daniel Lobato Garcia <[email protected]>
* Release 1.4.2
2017-01-30 Daniel Lobato García <[email protected]>
* Fixes #18278 - Validate verbosity levels
2017-01-19 Daniel Lobato Garcia <[email protected]>
* Release 1.4.1
* Release 1.4.0
* Refs #18114 - Display hostgroup proxy info in roles task
2017-01-19 Daniel Lobato García <[email protected]>
* Fixes #18150 - Ansible roles run after a host is provisioned
2017-01-18 Daniel Lobato García <[email protected]>
* Fixes #18114 - Display proxy information in task
2017-01-17 Gerrit <[email protected]>
* Fixes #18108 - Verbosity level for Ansible runs
* Fixes #18105 - Cleanup view templates
2017-01-13 Daniel Lobato García <[email protected]>
* fixes #17802 - Playbook execution on hostgroup-level
2016-12-22 Daniel Kuffner <[email protected]>
* fixes #17702 - Make ansible run cancelable
* fixes #17700 - Setting for connection type & winrm cert validation
2016-12-19 Daniel Lobato Garcia <[email protected]>
* Release 1.3.1
2016-12-19 Daniel Kuffner <[email protected]>
* Update inventory_creator.rb
2016-12-02 Daniel Lobato Garcia <[email protected]>
* Release 1.3.0
2016-12-02 Ganesh Nalawade <[email protected]>
* fixes #17558 Add support to import junos facts in Foreman.
2016-12-01 Tomer Brisker <[email protected]>
* Fixes #17150 - Allow setting some ansible connection parameters
2016-11-30 Daniel Lobato García <[email protected]>
* Fixes #17536 - Return user-friendly message when working_dir not set
2016-11-23 Daniel Lobato García <[email protected]>
* Fixes #17459 - Provide Ansible manager role
2016-11-22 Tomer Brisker <[email protected]>
* Fixes #17443 - correctly set timestamps on ansible roles
2016-11-21 Daniel Lobato García <[email protected]>
* Fixes #16873 - Use ansible_fqdn to find facts submitter
2016-11-18 Daniel Lobato García <[email protected]>
* Fixes #17397 - Use StructuredFactImporter on 1.13+
2016-10-03 Daniel Lobato Garcia <[email protected]>
* Release 1.2.1
* Refs #16714 - Fix apipie initializer
2016-09-28 Daniel Lobato Garcia <[email protected]>
* Release 1.2
2016-09-28 Daniel Lobato García <[email protected]>
* Fixes #16714 - Add apipie initializer
* Fixes #16656 - Set origin from fact name
2016-09-22 Daniel Lobato Garcia <[email protected]>
* Fixes #16651 - Add license to foreman_ansible_core gem
2016-09-14 Daniel Lobato Garcia <[email protected]>
* Release 1.1
2016-09-14 Daniel Lobato García <[email protected]>
* Fixes #16537 - Tests to ensure play_roles work
2016-09-08 Ivan Necas <[email protected]>
* Fixes #15856 - support running playbook via proxy (#40)
2016-09-08 Michael Hofer <[email protected]>
* Fixes #16477 - Ansible callback plugin - buf must be a byte string (#46)
2016-09-06 Daniel Lobato García <[email protected]>
* Fixes #16442 - Importing from proxy cannot show 'no changes' (#45)
2016-09-01 Ondrej Prazak <[email protected]>
* Fixes #15979 - Add API for Ansible roles
2016-09-01 Bryan Kearney <[email protected]>
* Fixes #16335 - Improve the strings for translators
2016-08-24 Ondrej Prazak <[email protected]>
* Fixes #15836 - Import roles from smart proxy
2016-08-22 Guido Günther <[email protected]>
* fixes #16176 - Some PEP8 cleanups
2016-08-17 Ivan Nečas <[email protected]>
* Fixes #16147 - set index names explicitly
2016-08-17 Daniel Lobato <[email protected]>
* Fixes #16136 - Rubocop fixes & task
2016-08-16 Tomas Strachota <[email protected]>
* Fixes #15837 - Allow roles assignment to hostgroups
2016-08-11 Daniel Lobato <[email protected]>
* Fixes #16062 - Shoulda-matchers 3.x compat
2016-08-09 Daniel Lobato <[email protected]>
* Fixes #16013 - Fix tests from core
2016-08-04 Bryan Kearney <[email protected]>
* Fixes #15948 - Add in the engine initializer to extract strings
2016-07-21 Dominic Cleal <[email protected]>
* Fix missing logger method name
2016-07-08 Daniel Lobato <[email protected]>
* Add Contributors & CHANGELOG for 1.0
* Fixes #14263 - Run Ansible roles for one/multiple hosts
2016-02-17 Daniel Lobato <[email protected]>
* Add Ansible smart-proxy feature seed
2016-02-16 Dmitry Kireev <[email protected]>
* Add a check if 'invocation' key is present in and entry
2016-02-16 Daniel Lobato García <[email protected]>
* Point to correct inventory URL
2016-02-16 Daniel Lobato <[email protected]>
* Update README to point to manual
2016-02-15 Guido Günther <[email protected]>
* Add python setup script
2016-02-15 Gert Leenders <[email protected]>
* Documentation updates
2016-02-11 Daniel Lobato García <[email protected]>
* Add foreman_ansible_inventory to README
* SSL_VERIFY default to string, not boolean
* Remove _display (undefined on Tower) and use print for warnings
2016-02-10 Daniel Lobato <[email protected]>
* Release 0.3
2016-02-10 Guido Günther <[email protected]>
* Make connection parameters configurable via environment variables
2016-02-08 Daniel Lobato <[email protected]>
* Tests for FactImporter
2016-02-07 Daniel Lobato <[email protected]>
* Reports page now detects Ansible vs other kind of reports
* Remove Gemfile.lock
* Callback SSL certs default to Foreman SSL certs files
2016-02-05 Daniel Lobato <[email protected]>
* Fix rubocop errors
* Override default report output page
* Release 0.2.2
2015-12-27 Daniel Lobato <[email protected]>
* Refactor fact importer and parser to support Rails 4
2015-12-17 Daniel Lobato <[email protected]>
* Add fact sparser tests
2015-12-13 Daniel Lobato <[email protected]>
* Ansible FactParser tests
2015-12-09 Daniel Lobato García <[email protected]>
* Remove warning that it only import facts and add features to README
2015-12-04 Daniel Lobato <[email protected]>
* Remove rubocop warnings
* Release 0.2.1 with nested facts support
* Add FOREMAN_SSL_CERT and VERIFY options to callback
* Move FactSparser to a separate class
* Nested facts support
2015-12-04 Guido Günther <[email protected]>
* Record runtime as well
* Use v2 API to extract the task name if available
* Add parsed tasks as log entries
* Send reports only when playbook finished
* Move docstrings past method declaration
* Move ansible's default interface to front of interface list
2015-12-04 Daniel Lobato García <[email protected]>
* Add info about playbooks and better screenshot
2015-11-10 Guido Günther <[email protected]>
* Don't fail on empty facts[:ansible_lsb]
2015-11-06 Daniel Lobato <[email protected]>
* Add reports logs and source
2015-11-03 Daniel Lobato García <[email protected]>
* Use a better reports screenshot
2015-11-03 Daniel Lobato <[email protected]>
* Update docs to include reports info
* Add basic Report support & timestamp for facts
2015-11-02 Daniel Lobato <[email protected]>
* Bump version to 0.1.1
* Remove deface dependency
* Add installation from gem instructions
* Update docs with trusted_puppetmaster_hosts setting
2015-11-01 Daniel Lobato <[email protected]>
* Small refactor of callback - sketch reports support
* Fix some rubocop warnings
2015-10-31 Daniel Lobato <[email protected]>
* Documentation for callback plugin
* Callback plugin for Ansible
2015-10-30 Daniel Lobato <[email protected]>
* Update README with usage instructions and demo
* Support interfaces and OS in the fact parser
2015-10-29 Daniel Lobato <[email protected]>
* Fact parser without interfaces & non-nested facts
2015-10-24 Daniel Lobato <[email protected]>
* Remove non used boilerplate
* Initial Ansible plugin template