-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathChangeLog
70 lines (55 loc) · 1.44 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
CHANGES
=======
* inspectors.OCP: Check for CrashLoopBackoff
v0.3.3
------
* inspectors.OCP: Check initContainers
* inspectors.OCP: Check for ImagePullBackoff
v0.3.2
------
* Fix AttributeError on python3.6
v0.3.1
------
* Fix circular import
v0.3.0
------
* Update ChangeLog for v0.3.0
* .github: Publish package on release creation
* .github: Upload coverage reports to codecov
* .github: Run CI on push to master
* Unit tests
* inspectors/base: Remove unused method
* README: Mention new checks
* OCP: Capture generic errors in YAML files
* Wrap inspectors to aid in debugging
* progress: Drop commented line to satisfy linter
* tox: Fix flake8 invocation
* OCP: Add check for operator success
* Refactor inspectors
* .github: Add workflow\_dispatch to CI workflow
* Change CI action to trigger on PRs
* Add GitHub action for CI
* Update .project packaging/metadata
* Look for golang panics in logfiles
* Fix broken but accidentally-working fs.has\_ext()
* Make OCS concurrent
* Remove unused import
v0.2.0
------
* Use tdqm for the progress bar
* Speed up processing w/ async + process pools
v0.1.1
------
* Fix long description MIME type
v0.1.0
------
* Update README
* Add -o flag (default json, yaml available)
* Add progress bar
* Handle datetime objects in JSON output
* Deal with pods that have no containerStatuses
* Handle pods that completed successfully
* Add a check for empty files
* Handle PodList objects
* Add OCS inspector
* Initial commit