forked from RedHatInsights/insights-core-assets
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathchangelog.txt
70 lines (54 loc) · 1.79 KB
/
changelog.txt
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
Insights Client Core Changelog
v3.0.68 - Dec 11 2018
- Fix core update bug
- Python 3 unicode fix
v3.0.66 - Dec 5 2018
- Improve robustness of config parsing
- Cache branch info instead of fetching repeatedly
- Fix proxy connect request bug
- Platform remediation implementation
- Switch from optparse to argparse for CLI options
- Python 3 compatibility fixes
v3.0.59 - Nov 14 2018
- Regression fixes
v3.0.58 - Nov 12 2018
- Reduce interval between upload retries from 300s to 180s
v3.0.55 - Oct 31 2018
- Platform upload implementation
v3.0.52 - Oct 18 2018
- Fix parsing bug
v3.0.50 - Oct 10 2018
- Unicode fix for certificate strings
v3.0.49 - Oct 4 2018
- Fix timeout command in RHEL 6
v3.0.48 - Oct 2 2018
- Use built-in function for determining hostname like v1 client
v3.0.47 - Sep 27 2018
- Don't exit when display_name only set in config file
- Make remove.conf location configurable
- Restore exit handler to remove temporary files
- Better enforcement of HTTP timeouts
- Fix Satellite 5 auto configuration
- Python 3 string compatibility fixes
v3.0.41 - Aug 29 2018
- Fix --support option
- Remove all writing to Ansible facts directory
- Use blacklist for pre-commands
- Retrieve hostname archive path from uploader.json
- Add option to set display name independent of --register
- Fix --analyze-container
- Do not delete archive parent dir upon upload if used as an imported function
- Python 3 string compatability fixes
v3.0.35 - Aug 8 2018
- Python 3 string compatibility fixes
v3.0.34 - Aug 6 2018
- Compatibility fixes
v3.0.33 - Aug 3 2018
- Fix bug if system unregisters on HTTP timeout
- Backward compatibility fixes
v3.0.28 - Jul 18 2018
- Overhaul config management
- Remove dead cluster code
- Improve messaging, remove tracebacks
- Backward compatibility fixes
- Python 3 compatibility fixes