This repository has been archived by the owner on Oct 27, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathChangeLog
64 lines (59 loc) · 2.18 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
CHANGES
=======
* Fixed: TypeError: 'int' object is not subscriptable
* Fixed: "Status not ready, waiting for check to be performed..." was showing all the time, because of invalid cache configuration. Now the cache max life time = (loop sleep time - 1)
* Added initial documentation
* Slack: Implemented proxy retries and additional parameters adjustable from configuration file
* WIP: Slack socks proxy support
* Added initial proxy support for Slack/Mattermost notifications
* Fixed build
v1.0.1
------
* Added valid deployment credentials
v1.0
----
* Attempting to fix docker build
* Not supporting Python 3.4 anymore
* Fixed: YAMLLoadWarning: calling yaml.load() without Loader=... is deprecated, as the default Loader is unsafe. Please read https://msg.pyyaml.org/load for full details
* Command on security violation will be executed only once
* Covered notifier important part - about sending or not sending notifications
* Covered SSH service with tests
* Updated config on CI to include latest changes - support for notifications
* Covered NodeFactory
* Increased coverage, added libraries to requirements.txt
* Covered most of the important logic from Node entity
* Added healthy notification
* - Fixed recovery commands execution - Added detailed slack/mattermost notifications
* Refactored HTTP caching: The HTTP endpoint now does not trigger rebuild, for security reasons
* Refactored HTTP caching
* Initial test coverage
* Added more verbosity to healthchecks
* Fixed travis build, added cache support
* Disabled SSH fingerprint check when in build mode (build expectations)
* Working docker build on Alpine 3.8
* Prepared Dockerfile for unit tests integration
* Added Dockerfile
* Added more configurable timeouts
* Travis debug
* Fix
* Fix
* Added: 'on\_failure\_even\_if\_security\_violation' for health checks and 'verify\_ssh\_fingerprint'
* Travis ci test
* Travis ci test
* Travis ci test
* Travis ci test
* Travis ci test
* Travis ci test
* Travis ci test
* Travis ci test
* Travis ci test
* Travis ci test
* Travis ci test
* Travis ci test
* Travis debug
* Updated dependencies
* Updated dependencies
* Updated dependencies
* Added test travis configuration file
* Updated gitignore
* Early version