This repository has been archived by the owner on Oct 12, 2022. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
CHANGELOG
175 lines (95 loc) · 3.31 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
## 1.1.0
FIXES:
* All Timestamp are now epoch int64
IMPROVEMENTS:
* Added some better linters/pre-commit checks, updates to match
## 1.0.0
IMPROVEMENTS:
* Major rewrite into golang because I'm over the python packaging ecosystem
## 0.12.0
IMPROVEMENTS:
* Ignore deprecation in pylint for now
* fix import sort
* Fix new pylint warnings
* Bump pytest for python 3.10 compat
* Drop python 3.6, add python 3.10
## 0.11.1
SECURITY:
* Ignore CVE-2021-36159, apk-tools is removed from final
* deprecation on using HEAD^2 for codeql
* Bump codeql to v2
* Add pins in setup.py that match requirements.txt. Bump Alpine to 3.16. Clean up dockerfile
* Move from git:// to https://
* Bump alpine to 3.16
## 0.11.0
IMPROVEMENTS:
* Add ability to configure temperature and gravity offsets: https://github.com/myoung34/tilty/pull/44
## 0.10.2
SECURITY:
* Bump alpine to 3.13.4 to resolve CVE-2021-28831
* Allowlist CVE-2020-28928 as its fixed in musl 1.2.2 in alpine 3.13.4
## 0.10.1
SECURITY:
* Bump/pin Jinja2 for CVE-2020-28493
* Bump/pin urllib for CVE-2021-28363
## 0.10.0
IMPROVEMENTS:
* Add support for influx cloud via new influxdb client:
https://github.com/myoung34/tilty/pull/35
NOTES:
* InfluxDB now supports only 1.8 and higher due to new influxdb client
## 0.9.0
IMPROVEMENTS:
* Add ssl and ssl_version config options to influxdb emitter: https://github.com/myoung34/tilty/pull/34
## 0.8.1
BUG FIXES:
* Pin urllib3 to urllib3>1.25.1,<1.2 to prevent build errors
## 0.8.0
IMPROVEMENTS:
* Store webhook delays per tilt (by color or configurable key): https://github.com/myoung34/tilty/pull/32
BUG FIXES:
* Better error handling, fix CPU maxing out a core: https://github.com/myoung34/tilty/pull/33
## 0.7.0
IMPROVEMENTS:
* Add prometheus emitter: https://github.com/myoung34/tilty/pull/29
## 0.6.4
IMPROVEMENTS:
* add `delay_minutes` to webhook emitter: https://github.com/myoung34/tilty/pull/25
* add `logfile` to general section of config: https://github.com/myoung34/tilty/pull/27
## 0.6.3
BUG FIXES:
* Hotfix: fix keyerror in datadog emitter
## 0.6.2
IMPROVEMENTS:
* Add more logs to webhooks emitter
BUG FIXES:
* Fix webhook not using headers as a dict
## 0.6.1
SECURITY:
* Bump urllib3 for CVE-2019-11324
## 0.6.0
IMPROVEMENTS:
* Add support for google sheets emitter: https://github.com/myoung34/tilty/pull/24
## 0.5.3
IMPROVEMENTS:
* Add support for stdout emitter: https://github.com/myoung34/tilty/pull/23
* Add Type annotations and basic mypy: https://github.com/myoung34/tilty/pull/22
* Refactor logging and add 'logging_level' to [general] config section: https://github.com/myoung34/tilty/pull/21
* Refactor to use dynamic loading and separate initialization from emit(): https://github.com/myoung34/tilty/pull/20
FIXES:
* Fix initialization, add custom exceptions
* Fix poetry/makefile bootstrapping
* Fix bandit
## 0.5.2
IMPROVEMENTS:
* Hotfix: fix dockerfile, something in python-alpine is broken on HCI
## 0.5.1
IMPROVEMENTS:
* Hotfix: commit sqlite transactions:
https://github.com/myoung34/tilty/pull/19
## 0.5.0
IMPROVEMENTS:
* Added support for SQLite emitter: https://github.com/myoung34/tilty/pull/18
## 0.4.0
IMPROVEMENTS:
* Added support for mac address additions (optional) to emitters: https://github.com/myoung34/tilty/pull/17