Skip to content

Commit f84215a

Browse files
committed
1.1.1
1 parent 4b1a2e4 commit f84215a

File tree

3 files changed

+123
-19
lines changed

3 files changed

+123
-19
lines changed

CHANGELOG.md

+61-9
Original file line numberDiff line numberDiff line change
@@ -1,45 +1,97 @@
11
All notable changes to this project will be documented in this file. Dates are displayed in UTC.
22

3+
#### [v1.1.1](https://github.com/Phara0h/sky-puppy/compare/v1.1.0...v1.1.1)
4+
5+
> 2 November 2020
6+
7+
-
8+
Fixed changelog to have full commit message
9+
[`4b1a2e4`](https://github.com/Phara0h/sky-puppy/commit/4b1a2e414739b80903d61383e1c34ab8fc3c8f17)
10+
311
#### [v1.1.0](https://github.com/Phara0h/sky-puppy/compare/v1.0.2...v1.1.0)
412

513
> 2 November 2020
614
7-
- New feature: Messages [`7f27201`](https://github.com/Phara0h/sky-puppy/commit/7f2720100f876e2f10ce6e46ea3a0098c0db83fc)
15+
-
16+
New feature: Messages
17+
18+
* Added the ability to add messages from checkers
19+
* Messages can be accessed in alterters message / viewed in prom
20+
* Added the ability to map codes to messages in a global setting via checkers settings EX:
21+
```json
22+
"sky-puppy-checker-template": {
23+
"foo": "bar",
24+
"code_messages": {
25+
"200": "Override me plz",
26+
"500": "Yikes its down"
27+
}
28+
}
29+
```
30+
* Added the ability to override those code_messages inside each service as well EX:
31+
32+
```json
33+
"checker": {
34+
"name": "sky-puppy-checker-template",
35+
"settings": {
36+
"bar": "test"
37+
},
38+
"code_messages": {
39+
"200": "Yup its up"
40+
}
41+
}
42+
```
43+
[`7f27201`](https://github.com/Phara0h/sky-puppy/commit/7f2720100f876e2f10ce6e46ea3a0098c0db83fc)
844

945
#### [v1.0.2](https://github.com/Phara0h/sky-puppy/compare/v1.0.1...v1.0.2)
1046

1147
> 30 October 2020
1248
13-
- Added sky-puppy-checker-template to tests and readme [`a927cdf`](https://github.com/Phara0h/sky-puppy/commit/a927cdf104bb2f8acf7baa99485ebd2135d2427c)
49+
-
50+
Added sky-puppy-checker-template to tests and readme
51+
[`a927cdf`](https://github.com/Phara0h/sky-puppy/commit/a927cdf104bb2f8acf7baa99485ebd2135d2427c)
1452

1553
#### [v1.0.1](https://github.com/Phara0h/sky-puppy/compare/v1.0.0...v1.0.1)
1654

1755
> 30 October 2020
1856
19-
- Fixed bug around checkers name [`7674805`](https://github.com/Phara0h/sky-puppy/commit/7674805fae0b7e39b56dbbeef18ede9216e22956)
57+
-
58+
Fixed bug around checkers name
59+
[`7674805`](https://github.com/Phara0h/sky-puppy/commit/7674805fae0b7e39b56dbbeef18ede9216e22956)
2060

2161
### [v1.0.0](https://github.com/Phara0h/sky-puppy/compare/v0.3.0...v1.0.0)
2262

2363
> 30 October 2020
2464
25-
- Added module based checkers! Now you can write custom checkers to check any thing. [`344b6f0`](https://github.com/Phara0h/sky-puppy/commit/344b6f02dfa4b31d0720b7c047d034a7f118684a)
65+
-
66+
Added module based checkers! Now you can write custom checkers to check any thing.
67+
[`344b6f0`](https://github.com/Phara0h/sky-puppy/commit/344b6f02dfa4b31d0720b7c047d034a7f118684a)
2668

2769
#### [v0.3.0](https://github.com/Phara0h/sky-puppy/compare/v0.2.1...v0.3.0)
2870

2971
> 30 October 2020
3072
31-
- Added endpoints, Added postman docs, Fixed bugs and more! [`5d614eb`](https://github.com/Phara0h/sky-puppy/commit/5d614eb20b62ba5b616f67aeffddda1bfd5575de)
32-
- added process tile [`f6f9a56`](https://github.com/Phara0h/sky-puppy/commit/f6f9a56b35b31797f9409c97df4c3b3dc5ae5a4b)
73+
-
74+
Added endpoints, Added postman docs, Fixed bugs and more!
75+
[`5d614eb`](https://github.com/Phara0h/sky-puppy/commit/5d614eb20b62ba5b616f67aeffddda1bfd5575de)
76+
-
77+
added process tile
78+
[`f6f9a56`](https://github.com/Phara0h/sky-puppy/commit/f6f9a56b35b31797f9409c97df4c3b3dc5ae5a4b)
3379

3480
#### [v0.2.1](https://github.com/Phara0h/sky-puppy/compare/v0.2.0...v0.2.1)
3581

3682
> 14 September 2020
3783
38-
- Update README.nbs [`505209a`](https://github.com/Phara0h/sky-puppy/commit/505209afdac682daca37284a5f69fd98b14b8145)
84+
-
85+
Update README.nbs
86+
[`505209a`](https://github.com/Phara0h/sky-puppy/commit/505209afdac682daca37284a5f69fd98b14b8145)
3987

4088
#### v0.2.0
4189

4290
> 14 September 2020
4391
44-
- init commit config based is done REST endpoints to come [`b03ca2e`](https://github.com/Phara0h/sky-puppy/commit/b03ca2ee43ac5754f020d1963dcb9e201cd47e0d)
45-
- Initial commit [`b7535a3`](https://github.com/Phara0h/sky-puppy/commit/b7535a3a3990fe081f932dc6e1079a86bdf9842f)
92+
-
93+
init commit config based is done REST endpoints to come
94+
[`b03ca2e`](https://github.com/Phara0h/sky-puppy/commit/b03ca2ee43ac5754f020d1963dcb9e201cd47e0d)
95+
-
96+
Initial commit
97+
[`b7535a3`](https://github.com/Phara0h/sky-puppy/commit/b7535a3a3990fe081f932dc6e1079a86bdf9842f)

README.md

+61-9
Original file line numberDiff line numberDiff line change
@@ -135,47 +135,99 @@ Sky Puppy looks for a file called `sky-puppy-config.json` in the folder it is ra
135135

136136
All notable changes to this project will be documented in this file. Dates are displayed in UTC.
137137

138+
#### [v1.1.1](https://github.com/Phara0h/sky-puppy/compare/v1.1.0...v1.1.1)
139+
140+
> 2 November 2020
141+
142+
-
143+
Fixed changelog to have full commit message
144+
[`4b1a2e4`](https://github.com/Phara0h/sky-puppy/commit/4b1a2e414739b80903d61383e1c34ab8fc3c8f17)
145+
138146
#### [v1.1.0](https://github.com/Phara0h/sky-puppy/compare/v1.0.2...v1.1.0)
139147

140148
> 2 November 2020
141149
142-
- New feature: Messages [`7f27201`](https://github.com/Phara0h/sky-puppy/commit/7f2720100f876e2f10ce6e46ea3a0098c0db83fc)
150+
-
151+
New feature: Messages
152+
153+
* Added the ability to add messages from checkers
154+
* Messages can be accessed in alterters message / viewed in prom
155+
* Added the ability to map codes to messages in a global setting via checkers settings EX:
156+
```json
157+
"sky-puppy-checker-template": {
158+
"foo": "bar",
159+
"code_messages": {
160+
"200": "Override me plz",
161+
"500": "Yikes its down"
162+
}
163+
}
164+
```
165+
* Added the ability to override those code_messages inside each service as well EX:
166+
167+
```json
168+
"checker": {
169+
"name": "sky-puppy-checker-template",
170+
"settings": {
171+
"bar": "test"
172+
},
173+
"code_messages": {
174+
"200": "Yup its up"
175+
}
176+
}
177+
```
178+
[`7f27201`](https://github.com/Phara0h/sky-puppy/commit/7f2720100f876e2f10ce6e46ea3a0098c0db83fc)
143179

144180
#### [v1.0.2](https://github.com/Phara0h/sky-puppy/compare/v1.0.1...v1.0.2)
145181

146182
> 30 October 2020
147183
148-
- Added sky-puppy-checker-template to tests and readme [`a927cdf`](https://github.com/Phara0h/sky-puppy/commit/a927cdf104bb2f8acf7baa99485ebd2135d2427c)
184+
-
185+
Added sky-puppy-checker-template to tests and readme
186+
[`a927cdf`](https://github.com/Phara0h/sky-puppy/commit/a927cdf104bb2f8acf7baa99485ebd2135d2427c)
149187

150188
#### [v1.0.1](https://github.com/Phara0h/sky-puppy/compare/v1.0.0...v1.0.1)
151189

152190
> 30 October 2020
153191
154-
- Fixed bug around checkers name [`7674805`](https://github.com/Phara0h/sky-puppy/commit/7674805fae0b7e39b56dbbeef18ede9216e22956)
192+
-
193+
Fixed bug around checkers name
194+
[`7674805`](https://github.com/Phara0h/sky-puppy/commit/7674805fae0b7e39b56dbbeef18ede9216e22956)
155195

156196
### [v1.0.0](https://github.com/Phara0h/sky-puppy/compare/v0.3.0...v1.0.0)
157197

158198
> 30 October 2020
159199
160-
- Added module based checkers! Now you can write custom checkers to check any thing. [`344b6f0`](https://github.com/Phara0h/sky-puppy/commit/344b6f02dfa4b31d0720b7c047d034a7f118684a)
200+
-
201+
Added module based checkers! Now you can write custom checkers to check any thing.
202+
[`344b6f0`](https://github.com/Phara0h/sky-puppy/commit/344b6f02dfa4b31d0720b7c047d034a7f118684a)
161203

162204
#### [v0.3.0](https://github.com/Phara0h/sky-puppy/compare/v0.2.1...v0.3.0)
163205

164206
> 30 October 2020
165207
166-
- Added endpoints, Added postman docs, Fixed bugs and more! [`5d614eb`](https://github.com/Phara0h/sky-puppy/commit/5d614eb20b62ba5b616f67aeffddda1bfd5575de)
167-
- added process tile [`f6f9a56`](https://github.com/Phara0h/sky-puppy/commit/f6f9a56b35b31797f9409c97df4c3b3dc5ae5a4b)
208+
-
209+
Added endpoints, Added postman docs, Fixed bugs and more!
210+
[`5d614eb`](https://github.com/Phara0h/sky-puppy/commit/5d614eb20b62ba5b616f67aeffddda1bfd5575de)
211+
-
212+
added process tile
213+
[`f6f9a56`](https://github.com/Phara0h/sky-puppy/commit/f6f9a56b35b31797f9409c97df4c3b3dc5ae5a4b)
168214

169215
#### [v0.2.1](https://github.com/Phara0h/sky-puppy/compare/v0.2.0...v0.2.1)
170216

171217
> 14 September 2020
172218
173-
- Update README.nbs [`505209a`](https://github.com/Phara0h/sky-puppy/commit/505209afdac682daca37284a5f69fd98b14b8145)
219+
-
220+
Update README.nbs
221+
[`505209a`](https://github.com/Phara0h/sky-puppy/commit/505209afdac682daca37284a5f69fd98b14b8145)
174222

175223
#### v0.2.0
176224

177225
> 14 September 2020
178226
179-
- init commit config based is done REST endpoints to come [`b03ca2e`](https://github.com/Phara0h/sky-puppy/commit/b03ca2ee43ac5754f020d1963dcb9e201cd47e0d)
180-
- Initial commit [`b7535a3`](https://github.com/Phara0h/sky-puppy/commit/b7535a3a3990fe081f932dc6e1079a86bdf9842f)
227+
-
228+
init commit config based is done REST endpoints to come
229+
[`b03ca2e`](https://github.com/Phara0h/sky-puppy/commit/b03ca2ee43ac5754f020d1963dcb9e201cd47e0d)
230+
-
231+
Initial commit
232+
[`b7535a3`](https://github.com/Phara0h/sky-puppy/commit/b7535a3a3990fe081f932dc6e1079a86bdf9842f)
181233

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sky-puppy",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"description": "A easy to use reliable health checking service with Prometheus export",
55
"main": "./src/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)