@toptal/davinci-ci 1.14.6-alpha-feature-comm-833-reusing-graphql-fragments-bc6ed661.22 → 1.14.6-alpha-feature-comm-833-reusing-graphql-fragments-d376843d.26

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (44) hide show
  1. package/CHANGELOG.md +1000 -0
  2. package/LICENSE.MD +4 -0
  3. package/README.md +83 -0
  4. package/bin/davinci-ci.js +8 -0
  5. package/package.json +9 -7
  6. package/src/commands/danger.js +67 -0
  7. package/src/configs/danger/conventional-commits/dangerfile.js +17 -0
  8. package/src/configs/danger/conventional-commits/plugins/conventional-commits/index.js +52 -0
  9. package/src/configs/danger/conventional-commits/plugins/conventional-pr-title/index.js +53 -0
  10. package/src/configs/danger/conventional-commits/plugins/index.js +7 -0
  11. package/src/configs/danger/plugins/empty-assignee.js +24 -0
  12. package/src/configs/danger/toptal/config.js +30 -0
  13. package/src/configs/danger/toptal/dangerfile.js +17 -0
  14. package/src/configs/danger/toptal/plugins/index.js +7 -0
  15. package/src/configs/danger/toptal/plugins/toptal-commits/index.js +73 -0
  16. package/src/configs/danger/toptal/plugins/toptal-commits/toptal-commits.test.js +128 -0
  17. package/src/configs/danger/toptal/plugins/toptal-pr-title/index.js +62 -0
  18. package/src/configs/danger/toptal/plugins/toptal-pr-title/toptal-pr-title.test.js +68 -0
  19. package/src/configs/docker/Dockerfile +30 -0
  20. package/src/configs/docker/Dockerfile.gha-deploy +33 -0
  21. package/src/configs/docker/Dockerfile.release +28 -0
  22. package/src/configs/docker/Dockerfile.storybook +20 -0
  23. package/src/configs/docker/env-runtime.entrypoint.sh +47 -0
  24. package/src/configs/docker/nginx-vhost-storybook.conf +20 -0
  25. package/src/configs/docker/nginx-vhost.conf +18 -0
  26. package/src/configs/jobs/build-image/Jenkinsfile +142 -0
  27. package/src/configs/jobs/build-image/config.xml +119 -0
  28. package/src/configs/jobs/build-release-image/Jenkinsfile +154 -0
  29. package/src/configs/jobs/build-release-image/config.xml +102 -0
  30. package/src/configs/jobs/consumer-contracts-verify/Jenkinsfile +117 -0
  31. package/src/configs/jobs/consumer-contracts-verify/config.xml +114 -0
  32. package/src/configs/jobs/deploy/config.xml +107 -0
  33. package/src/configs/jobs/deploy-helm-run/Jenkinsfile +159 -0
  34. package/src/configs/jobs/deploy-helm-run/config.xml +107 -0
  35. package/src/configs/jobs/deploy-helm-run-trigger/Jenkinsfile +200 -0
  36. package/src/configs/jobs/master-main/Jenkinsfile +460 -0
  37. package/src/configs/jobs/master-main/config.xml +119 -0
  38. package/src/configs/jobs/pr-tests/Jenkinsfile +407 -0
  39. package/src/configs/jobs/pr-tests/config.xml +134 -0
  40. package/src/configs/jobs/publish-alpha-package/Jenkinsfile +189 -0
  41. package/src/configs/jobs/publish-alpha-package/config.xml +136 -0
  42. package/src/configs/jobs/temploy-helm-run/Jenkinsfile +141 -0
  43. package/src/configs/jobs/temploy-helm-run/config.xml +97 -0
  44. package/src/index.js +17 -0
package/CHANGELOG.md ADDED
@@ -0,0 +1,1000 @@
1
+ # Change Log
2
+
3
+ ## 3.1.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#1847](https://github.com/toptal/davinci/pull/1847) [`320b5dfb`](https://github.com/toptal/davinci/commit/320b5dfb82b650d4e855aedaf666922785e12728) Thanks [@dependabot](https://github.com/apps/dependabot)! - ---
8
+
9
+ - chore: bump @commitlint/cli from 17.0.2 to 17.4.0
10
+
11
+ ## 3.0.2
12
+
13
+ ### Patch Changes
14
+
15
+ - Updated dependencies [[`1457314e`](https://github.com/toptal/davinci/commit/1457314e7f449146077753dcc467565e6ce4d3d2)]:
16
+ - @toptal/davinci-cli-shared@1.10.2
17
+
18
+ ## 3.0.1
19
+
20
+ ### Patch Changes
21
+
22
+ - Updated dependencies [[`1a1c3e45`](https://github.com/toptal/davinci/commit/1a1c3e455cc5222c9cbf05128226f14d46ce89db)]:
23
+ - @toptal/davinci-cli-shared@1.10.1
24
+
25
+ ## 3.0.0
26
+
27
+ ### Major Changes
28
+
29
+ - [#1799](https://github.com/toptal/davinci/pull/1799) [`103a3ec9`](https://github.com/toptal/davinci/commit/103a3ec94aa9ca9d9d83aab4cbcb510e26bf6071) Thanks [@separatio](https://github.com/separatio)! - ---
30
+
31
+ - upgrade required minimum Node version to 14 LTS
32
+
33
+ ## 2.1.0
34
+
35
+ ### Minor Changes
36
+
37
+ - [#1774](https://github.com/toptal/davinci/pull/1774) [`ca7a20f2`](https://github.com/toptal/davinci/commit/ca7a20f248784371af9db64df31e05ada1e69179) Thanks [@TomasSlama](https://github.com/TomasSlama)! - ---
38
+
39
+ ### davinci.yaml (config)
40
+
41
+ - add new options to the config
42
+
43
+ ```yaml
44
+ master:
45
+ # danger check will require every PR
46
+ # created by not whitelisted user to have an assignee
47
+ require_assignee: false
48
+ require_assignee_whitelist: ['dependabot-preview[bot]', 'dependabot[bot]']
49
+ ```
50
+
51
+ ### Patch Changes
52
+
53
+ - Updated dependencies [[`ca7a20f2`](https://github.com/toptal/davinci/commit/ca7a20f248784371af9db64df31e05ada1e69179)]:
54
+ - @toptal/davinci-cli-shared@1.10.0
55
+
56
+ ## 2.0.14
57
+
58
+ ### Patch Changes
59
+
60
+ - Updated dependencies [[`1c422aae`](https://github.com/toptal/davinci/commit/1c422aae676d25cd2216c8a24af4b7e208728931)]:
61
+ - @toptal/davinci-cli-shared@1.9.0
62
+
63
+ ## 2.0.13
64
+
65
+ ### Patch Changes
66
+
67
+ - [#1688](https://github.com/toptal/davinci/pull/1688) [`d1cb27ee`](https://github.com/toptal/davinci/commit/d1cb27eeaa6416107a0a3328438dd75083ac259b) Thanks [@dmaklygin](https://github.com/dmaklygin)! - ---
68
+
69
+ - create `nginx` vhost configuration files to the `davinci-ci` package
70
+ Now, the vhost config file is here: `./davinci/packages/davinci/ci/src/configs/docker/nginx-vhost.conf`
71
+ the storybook vhost config file is here: `./davinci/packages/davinci/ci/src/configs/docker/nginx-vhost-storybook.conf`
72
+
73
+ ## 2.0.12
74
+
75
+ ### Patch Changes
76
+
77
+ - Updated dependencies [[`b12d1d19`](https://github.com/toptal/davinci/commit/b12d1d19af02104b9076a53b6e516198e6cda141)]:
78
+ - @toptal/davinci-cli-shared@1.8.1
79
+
80
+ ## 2.0.11
81
+
82
+ ### Patch Changes
83
+
84
+ - Updated dependencies [[`e602ae7e`](https://github.com/toptal/davinci/commit/e602ae7edc7d075a4192052d6c04868f08fea0a7)]:
85
+ - @toptal/davinci-cli-shared@1.8.0
86
+
87
+ ## 2.0.10
88
+
89
+ ### Patch Changes
90
+
91
+ - Updated dependencies [[`9b67beb3`](https://github.com/toptal/davinci/commit/9b67beb3aaf0e24193b2deaba3126c41e3ec9280), [`04fe7ffa`](https://github.com/toptal/davinci/commit/04fe7ffa161027d081c6ae870716bb06a2fcf73f)]:
92
+ - @toptal/davinci-cli-shared@1.7.0
93
+
94
+ ## 2.0.9
95
+
96
+ ### Patch Changes
97
+
98
+ - [#1541](https://github.com/toptal/davinci/pull/1541) [`397a53c9`](https://github.com/toptal/davinci/commit/397a53c9add9f7e8d485648b51cd22676d97c78f) Thanks [@TomasSlama](https://github.com/TomasSlama)! - ---
99
+ - Update documentation about prefering individual davinci packages usage
100
+
101
+ ## 2.0.8
102
+
103
+ ### Patch Changes
104
+
105
+ - [#1525](https://github.com/toptal/davinci/pull/1525) [`f69a35e`](https://github.com/toptal/davinci/commit/f69a35e2a590b61524d9ab1ce37a03e50012a3c9) Thanks [@denieler](https://github.com/denieler)! - - fix davinci-ci bin executable name
106
+
107
+ ## 2.0.7
108
+
109
+ ### Patch Changes
110
+
111
+ - Updated dependencies [[`fa3423f1`](https://github.com/toptal/davinci/commit/fa3423f1f9211b4d8899064aa4afdf5ca2198483)]:
112
+ - @toptal/davinci-cli-shared@1.6.0
113
+
114
+ ## 2.0.6
115
+
116
+ ### Patch Changes
117
+
118
+ - [#1419](https://github.com/toptal/davinci/pull/1419) [`c03d633a`](https://github.com/toptal/davinci/commit/c03d633aa49c91718c63786c0514ce3d89739124) Thanks [@dependabot](https://github.com/apps/dependabot)! - - Bump @commitlint/config-convetional
119
+
120
+ ## 2.0.5
121
+
122
+ ### Patch Changes
123
+
124
+ - [#1406](https://github.com/toptal/davinci/pull/1406) [`af205861`](https://github.com/toptal/davinci/commit/af20586123c6811f657840d17f2f3161afce7ea4) Thanks [@sergiubutnarasu](https://github.com/sergiubutnarasu)! - Add option to pass custom danger file to the danger CI
125
+
126
+ ## 2.0.4
127
+
128
+ ### Patch Changes
129
+
130
+ - Updated dependencies [[`64c000c2`](https://github.com/toptal/davinci/commit/64c000c25d97df2c8853a6cf80b7ca81461dae24)]:
131
+ - @toptal/davinci-cli-shared@1.5.4
132
+
133
+ ## 2.0.3
134
+
135
+ ### Patch Changes
136
+
137
+ - Updated dependencies [[`3013b76d`](https://github.com/toptal/davinci/commit/3013b76d7f957924885f3e5933f5227ff42a09e1)]:
138
+ - @toptal/davinci-cli-shared@1.5.3
139
+
140
+ ## 2.0.2
141
+
142
+ ### Patch Changes
143
+
144
+ - [#1359](https://github.com/toptal/davinci/pull/1359) [`113e96b2`](https://github.com/toptal/davinci/commit/113e96b28f64dc0d78f8b0ce0b5687670d8e4796) Thanks [@dependabot](https://github.com/apps/dependabot)! - Bump commitlint-cli from 16.2.4 to 17.0.2
145
+
146
+ ## 2.0.1
147
+
148
+ ### Patch Changes
149
+
150
+ - [#1349](https://github.com/toptal/davinci/pull/1349) [`fdf524b7`](https://github.com/toptal/davinci/commit/fdf524b76c298bdc61696d3b5066070cf88cad59) Thanks [@denieler](https://github.com/denieler)! - - fix davinci-job-creator jenkinsfile
151
+
152
+ - Updated dependencies [[`1212e098`](https://github.com/toptal/davinci/commit/1212e098c668fc1c87ee9b1824edf0bc80509bc4)]:
153
+ - @toptal/davinci-cli-shared@1.5.2
154
+
155
+ ## 2.0.0
156
+
157
+ ### Major Changes
158
+
159
+ - [#1326](https://github.com/toptal/davinci/pull/1326) [`77adee1f`](https://github.com/toptal/davinci/commit/77adee1f003f6336279ca4ac24476bdece8d9828) Thanks [@augustobmoura](https://github.com/augustobmoura)! - - rename the command `davinci qa e2e` to `davinci qa integration`
160
+
161
+ ## 1.15.0
162
+
163
+ ### Minor Changes
164
+
165
+ - [#1259](https://github.com/toptal/davinci/pull/1259) [`878bb763`](https://github.com/toptal/davinci/commit/878bb76396465641b94edf8c780938fefaa31b42) Thanks [@fbueno](https://github.com/fbueno)! - Add the ability to create deployment jobs on main and deploy
166
+
167
+ ## 1.14.7
168
+
169
+ ### Patch Changes
170
+
171
+ - [#1274](https://github.com/toptal/davinci/pull/1274) [`554398c1`](https://github.com/toptal/davinci/commit/554398c1a4b163bb87b41e3472d09dbf98836769) Thanks [@dependabot](https://github.com/apps/dependabot)! - Bump @commitlint/cli from 12.1.4 to 16.2.4
172
+
173
+ ## 1.14.6
174
+
175
+ ### Patch Changes
176
+
177
+ - [#1273](https://github.com/toptal/davinci/pull/1273) [`9b37e0db`](https://github.com/toptal/davinci/commit/9b37e0db044405a0c67d9b46a7a5c6dc1a0302e2) Thanks [@dependabot](https://github.com/apps/dependabot)! - Bump danger from 10.9.0 to 11.0.5
178
+
179
+ ## 1.14.5
180
+
181
+ ### Patch Changes
182
+
183
+ - Updated dependencies [[`7dd8b681`](https://github.com/toptal/davinci/commit/7dd8b68177d595538dd8d5cff5c0654d92d68659)]:
184
+ - @toptal/davinci-cli-shared@1.5.1
185
+
186
+ ## 1.14.4
187
+
188
+ ### Patch Changes
189
+
190
+ - [#1154](https://github.com/toptal/davinci/pull/1154) [`c53d9c5a`](https://github.com/toptal/davinci/commit/c53d9c5ab51cc14b5ede709c87856912e65b6990) Thanks [@rafael-anachoreta](https://github.com/rafael-anachoreta)! - Increase PR name regex to 5 characters
191
+
192
+ * [#1149](https://github.com/toptal/davinci/pull/1149) [`57e74bc4`](https://github.com/toptal/davinci/commit/57e74bc42723cdd8ad05c5cbe5e89df6e0673453) Thanks [@dependabot](https://github.com/apps/dependabot)! - Bump danger from 10.7.1 to 10.9.0
193
+
194
+ ## 1.14.3
195
+
196
+ ### Patch Changes
197
+
198
+ - [#1114](https://github.com/toptal/davinci/pull/1114) [`d68ae909`](https://github.com/toptal/davinci/commit/d68ae909cec3fdbd0f70f7338b24f267d5bb85a7) Thanks [@dependabot](https://github.com/apps/dependabot)! - Bump @commitlint/config-conventional from 12.1.4 to 16.0.0
199
+
200
+ ## 1.14.2
201
+
202
+ ### Patch Changes
203
+
204
+ - [#1102](https://github.com/toptal/davinci/pull/1102) [`cf2e0b30`](https://github.com/toptal/davinci/commit/cf2e0b305a00c9b9a5686838ea11f7d62bba5c00) Thanks [@denieler](https://github.com/denieler)! - Fix packages internal dependencies to bump main @toptal/davinci package every time any internal package changed.
205
+
206
+ ## 1.14.1
207
+
208
+ ### Patch Changes
209
+
210
+ - [#1083](https://github.com/toptal/davinci/pull/1083) [`fef5197d`](https://github.com/toptal/davinci/commit/fef5197d03cabb63bdae059dd4a8ee7baaac7f4d) Thanks [@denieler](https://github.com/denieler)! - Add configuration for yarn registry to docker images
211
+
212
+ ## 1.14.0
213
+
214
+ ### Minor Changes
215
+
216
+ - [#1047](https://github.com/toptal/davinci/pull/1047) [`850d14f9`](https://github.com/toptal/davinci/commit/850d14f9574d6b32abe6425e3f3248afb1d2e0b4) Thanks [@dmaklygin1](https://github.com/dmaklygin1)! - Remove npx package
217
+
218
+ ### Patch Changes
219
+
220
+ - [#1042](https://github.com/toptal/davinci/pull/1042) [`da14a73e`](https://github.com/toptal/davinci/commit/da14a73e3ec62f34b709baf80b15cffe3b080bb9) Thanks [@OndrejTuma](https://github.com/OndrejTuma)! - More verbose error of toptal commit message check. Now it tells you where the problem is and hints the correct version
221
+
222
+ - Updated dependencies [[`850d14f9`](https://github.com/toptal/davinci/commit/850d14f9574d6b32abe6425e3f3248afb1d2e0b4)]:
223
+ - @toptal/davinci-cli-shared@1.5.0
224
+
225
+ ## 1.13.3
226
+
227
+ ### Patch Changes
228
+
229
+ - [#1043](https://github.com/toptal/davinci/pull/1043) [`db04c93b`](https://github.com/toptal/davinci/commit/db04c93b96a92f76e5f0e0125c024ad2ee0ff22e) Thanks [@OndrejTuma](https://github.com/OndrejTuma)! - Bumped danger package version to 10.7.1
230
+
231
+ ## 1.13.2
232
+
233
+ ### Patch Changes
234
+
235
+ - [#970](https://github.com/toptal/davinci/pull/970) [`81238cdd`](https://github.com/toptal/davinci/commit/81238cdd0f8703a72744111969e408a43d1c0fac) Thanks [@ertrzyiks](https://github.com/ertrzyiks)! - skip ticket number check for PRs with no-jira label
236
+
237
+ ## 1.13.1
238
+
239
+ ### Patch Changes
240
+
241
+ - [#946](https://github.com/toptal/davinci/pull/946) [`daff0f38`](https://github.com/toptal/davinci/commit/daff0f38972847e299f374480cb4de3aca2f07af) Thanks [@ertrzyiks](https://github.com/ertrzyiks)! - export missing environment variable and authenticate with registry to fix temploy deployment
242
+
243
+ ## 1.13.0
244
+
245
+ ### Minor Changes
246
+
247
+ - [#925](https://github.com/toptal/davinci/pull/925) [`5326e94e`](https://github.com/toptal/davinci/commit/5326e94eac2f77fcf1bbbacad45c33a76cd9a8c1) Thanks [@denieler](https://github.com/denieler)! - Add 404 page for js and css files in nginx config
248
+
249
+ ## 1.12.0
250
+
251
+ ### Minor Changes
252
+
253
+ - [#901](https://github.com/toptal/davinci/pull/901) [`c5699b14`](https://github.com/toptal/davinci/commit/c5699b146ed8d853b7aeaab703d27f030d11598c) Thanks [@teimurjan](https://github.com/teimurjan)! - Added Dockerfile for running temploys
254
+
255
+ ## 1.11.0
256
+
257
+ ### Minor Changes
258
+
259
+ - [#826](https://github.com/toptal/davinci/pull/826) [`08c24cd`](https://github.com/toptal/davinci/commit/08c24cdac6f4fa852b48e8d34bfc04480cf4c81a) Thanks [@denieler](https://github.com/denieler)! - Use slack_channel in davinci.yaml for specifying a custom Slack channel
260
+
261
+ ### Patch Changes
262
+
263
+ - [#826](https://github.com/toptal/davinci/pull/826) [`08c24cd`](https://github.com/toptal/davinci/commit/08c24cdac6f4fa852b48e8d34bfc04480cf4c81a) Thanks [@denieler](https://github.com/denieler)! - Fix for danger js conventional commits check
264
+
265
+ All notable changes to this project will be documented in this file.
266
+ See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
267
+
268
+ ## [1.10.1](https://github.com/toptal/davinci/compare/@toptal/davinci-ci@1.10.0...@toptal/davinci-ci@1.10.1) (2021-05-13)
269
+
270
+ ### Bug Fixes
271
+
272
+ - **danger:** fix commit verification ([#810](https://github.com/toptal/davinci/issues/810)) ([468d9fe](https://github.com/toptal/davinci/commit/468d9fead29703984bc9e7edc9d246ec246c38c0))
273
+
274
+ # [1.10.0](https://github.com/toptal/davinci/compare/@toptal/davinci-ci@1.9.8...@toptal/davinci-ci@1.10.0) (2021-05-07)
275
+
276
+ ### Features
277
+
278
+ - **engine:** add hot reload arguments ([#799](https://github.com/toptal/davinci/issues/799)) ([9d2f58a](https://github.com/toptal/davinci/commit/9d2f58ab362bfa4fff3bf462b41550ae0b90b658))
279
+
280
+ ## [1.9.8](https://github.com/toptal/davinci/compare/@toptal/davinci-ci@1.9.7...@toptal/davinci-ci@1.9.8) (2021-05-07)
281
+
282
+ ### Bug Fixes
283
+
284
+ - **ci:** whitelist commits authored by dependabot ([#800](https://github.com/toptal/davinci/issues/800)) ([ed1b1bf](https://github.com/toptal/davinci/commit/ed1b1bfa198095d0c97a4951269d12c2a15d4c58))
285
+
286
+ ## [1.9.7](https://github.com/toptal/davinci/compare/@toptal/davinci-ci@1.9.6...@toptal/davinci-ci@1.9.7) (2021-04-26)
287
+
288
+ ### Bug Fixes
289
+
290
+ - **ci:** prevent misconfigured deploys ([#791](https://github.com/toptal/davinci/issues/791)) ([79bbd35](https://github.com/toptal/davinci/commit/79bbd35b844e27870fae1ee401e09a509f0d1b97))
291
+
292
+ ## [1.9.6](https://github.com/toptal/davinci/compare/@toptal/davinci-ci@1.9.5...@toptal/davinci-ci@1.9.6) (2021-04-22)
293
+
294
+ ### Bug Fixes
295
+
296
+ - **commitlint:** fix danger commitlint plugin ([#790](https://github.com/toptal/davinci/issues/790)) ([8fb6bf3](https://github.com/toptal/davinci/commit/8fb6bf3f577415335b0da8e0673b6180eba28fb4))
297
+
298
+ ## [1.9.5](https://github.com/toptal/davinci/compare/@toptal/davinci-ci@1.9.4...@toptal/davinci-ci@1.9.5) (2021-04-15)
299
+
300
+ **Note:** Version bump only for package @toptal/davinci-ci
301
+
302
+ ## [1.9.4](https://github.com/toptal/davinci/compare/@toptal/davinci-ci@1.9.3...@toptal/davinci-ci@1.9.4) (2021-04-15)
303
+
304
+ **Note:** Version bump only for package @toptal/davinci-ci
305
+
306
+ ## [1.9.3](https://github.com/toptal/davinci/compare/@toptal/davinci-ci@1.9.2...@toptal/davinci-ci@1.9.3) (2021-04-15)
307
+
308
+ ### Bug Fixes
309
+
310
+ - **qa:** use default reporter for local development ([#783](https://github.com/toptal/davinci/issues/783)) ([11ade06](https://github.com/toptal/davinci/commit/11ade06b177a121425a7b48ccf8d0b1439cb1deb))
311
+
312
+ ## [1.9.2](https://github.com/toptal/davinci/compare/@toptal/davinci-ci@1.9.1...@toptal/davinci-ci@1.9.2) (2021-04-12)
313
+
314
+ **Note:** Version bump only for package @toptal/davinci-ci
315
+
316
+ ## [1.9.1](https://github.com/toptal/davinci/compare/@toptal/davinci-ci@1.9.0...@toptal/davinci-ci@1.9.1) (2021-04-12)
317
+
318
+ **Note:** Version bump only for package @toptal/davinci-ci
319
+
320
+ # [1.9.0](https://github.com/toptal/davinci/compare/@toptal/davinci-ci@1.8.3...@toptal/davinci-ci@1.9.0) (2021-04-08)
321
+
322
+ ### Features
323
+
324
+ - [FX-1755] Add app service worker ([#764](https://github.com/toptal/davinci/issues/764)) ([7240c4c](https://github.com/toptal/davinci/commit/7240c4c6400c838effc16d9d6780e0c894192386))
325
+
326
+ ## [1.8.3](https://github.com/toptal/davinci/compare/@toptal/davinci-ci@1.8.2...@toptal/davinci-ci@1.8.3) (2021-03-30)
327
+
328
+ **Note:** Version bump only for package @toptal/davinci-ci
329
+
330
+ ## [1.8.2](https://github.com/toptal/davinci/compare/@toptal/davinci-ci@1.8.1...@toptal/davinci-ci@1.8.2) (2021-03-26)
331
+
332
+ ### Bug Fixes
333
+
334
+ - **ci:** upgrade danger to support local runs ([#758](https://github.com/toptal/davinci/issues/758)) ([3018060](https://github.com/toptal/davinci/commit/3018060aab6f1952fcc818c1ccc7c4c8aea1a59b))
335
+
336
+ ## [1.8.1](https://github.com/toptal/davinci/compare/@toptal/davinci-ci@1.8.0...@toptal/davinci-ci@1.8.1) (2021-03-25)
337
+
338
+ ### Bug Fixes
339
+
340
+ - **ci:** use default helm v3 makefile ([#753](https://github.com/toptal/davinci/issues/753)) ([630d89f](https://github.com/toptal/davinci/commit/630d89f47d52fc2675a266aac05b328a8516a944))
341
+
342
+ # [1.8.0](https://github.com/toptal/davinci/compare/@toptal/davinci-ci@1.7.2...@toptal/davinci-ci@1.8.0) (2021-03-23)
343
+
344
+ ### Features
345
+
346
+ - **ci:** add davinci.yaml flag for conventional commits ([#739](https://github.com/toptal/davinci/issues/739)) ([98877b4](https://github.com/toptal/davinci/commit/98877b4619c21ae7ed9902bdd70448827198e5f1))
347
+
348
+ ## [1.7.2](https://github.com/toptal/davinci/compare/@toptal/davinci-ci@1.7.1...@toptal/davinci-ci@1.7.2) (2021-03-23)
349
+
350
+ **Note:** Version bump only for package @toptal/davinci-ci
351
+
352
+ ## [1.7.1](https://github.com/toptal/davinci/compare/@toptal/davinci-ci@1.7.0...@toptal/davinci-ci@1.7.1) (2021-03-22)
353
+
354
+ ### Bug Fixes
355
+
356
+ - **ci:** safety check for release-package command ([#742](https://github.com/toptal/davinci/issues/742)) ([2479497](https://github.com/toptal/davinci/commit/24794975bbba60d5812beb5599f2dd6c219f77ee))
357
+
358
+ # [1.7.0](https://github.com/toptal/davinci/compare/@toptal/davinci-ci@1.6.6...@toptal/davinci-ci@1.7.0) (2021-03-18)
359
+
360
+ ### Features
361
+
362
+ - **ci:** Slack message after package is released ([#736](https://github.com/toptal/davinci/issues/736)) ([f9b8b57](https://github.com/toptal/davinci/commit/f9b8b57943ec033c32fa8493c635b936120b0ffa))
363
+
364
+ ## [1.6.6](https://github.com/toptal/davinci/compare/@toptal/davinci-ci@1.6.5...@toptal/davinci-ci@1.6.6) (2021-03-17)
365
+
366
+ ### Bug Fixes
367
+
368
+ - **ci:** missing parameters in the job xml ([#737](https://github.com/toptal/davinci/issues/737)) ([c286ba6](https://github.com/toptal/davinci/commit/c286ba6fafb1b46066cdd666a5b91622d389c77d))
369
+
370
+ ## [1.6.5](https://github.com/toptal/davinci/compare/@toptal/davinci-ci@1.6.4...@toptal/davinci-ci@1.6.5) (2021-03-09)
371
+
372
+ ### Bug Fixes
373
+
374
+ - **ci:** increase the master-main job timeout to 120 minutes ([#730](https://github.com/toptal/davinci/issues/730)) ([d5feb86](https://github.com/toptal/davinci/commit/d5feb86ad31c52f64a15cc387ffdae54c34522c6))
375
+
376
+ ## [1.6.4](https://github.com/toptal/davinci/compare/@toptal/davinci-ci@1.6.3...@toptal/davinci-ci@1.6.4) (2021-03-04)
377
+
378
+ **Note:** Version bump only for package @toptal/davinci-ci
379
+
380
+ ## [1.6.3](https://github.com/toptal/davinci/compare/@toptal/davinci-ci@1.6.2...@toptal/davinci-ci@1.6.3) (2021-02-24)
381
+
382
+ ### Bug Fixes
383
+
384
+ - **engine:** fix release-package arg ([#712](https://github.com/toptal/davinci/issues/712)) ([081bcd3](https://github.com/toptal/davinci/commit/081bcd3c47f59e24bad6c87115afad09b02e0fd0))
385
+
386
+ ## [1.6.2](https://github.com/toptal/davinci/compare/@toptal/davinci-ci@1.6.1...@toptal/davinci-ci@1.6.2) (2021-02-24)
387
+
388
+ ### Bug Fixes
389
+
390
+ - **engine:** fix release-package command ([#711](https://github.com/toptal/davinci/issues/711)) ([2bbb91a](https://github.com/toptal/davinci/commit/2bbb91adc3e4cbeca5f0c4ed1a132c2d9318d325))
391
+
392
+ ## [1.6.1](https://github.com/toptal/davinci/compare/@toptal/davinci-ci@1.6.0...@toptal/davinci-ci@1.6.1) (2021-02-23)
393
+
394
+ ### Bug Fixes
395
+
396
+ - **ci:** use BUILD_PACKAGE_SCRIPT_NAME via params ([#710](https://github.com/toptal/davinci/issues/710)) ([4502484](https://github.com/toptal/davinci/commit/45024840c371b590d9912089df6d728090bc1600))
397
+
398
+ # [1.6.0](https://github.com/toptal/davinci/compare/@toptal/davinci-ci@1.5.7...@toptal/davinci-ci@1.6.0) (2021-02-22)
399
+
400
+ ### Features
401
+
402
+ - **engine:** add release-package command ([#698](https://github.com/toptal/davinci/issues/698)) ([5c0b55f](https://github.com/toptal/davinci/commit/5c0b55fad04e6bbb13eb20c6607346bc3724162b))
403
+
404
+ ## [1.5.7](https://github.com/toptal/davinci/compare/@toptal/davinci-ci@1.5.6...@toptal/davinci-ci@1.5.7) (2021-02-17)
405
+
406
+ **Note:** Version bump only for package @toptal/davinci-ci
407
+
408
+ ## [1.5.6](https://github.com/toptal/davinci/compare/@toptal/davinci-ci@1.5.5...@toptal/davinci-ci@1.5.6) (2021-02-17)
409
+
410
+ ### Bug Fixes
411
+
412
+ - **ci:** alpha packages for dependabot ([#697](https://github.com/toptal/davinci/issues/697)) ([50b54ce](https://github.com/toptal/davinci/commit/50b54cebd2fbc28454f7ad49cca8e0f56d949745))
413
+
414
+ ## [1.5.5](https://github.com/toptal/davinci/compare/@toptal/davinci-ci@1.5.4...@toptal/davinci-ci@1.5.5) (2021-02-16)
415
+
416
+ **Note:** Version bump only for package @toptal/davinci-ci
417
+
418
+ ## [1.5.4](https://github.com/toptal/davinci/compare/@toptal/davinci-ci@1.5.3...@toptal/davinci-ci@1.5.4) (2021-02-16)
419
+
420
+ ### Bug Fixes
421
+
422
+ - make ci and eslint-plugin packages public ([#691](https://github.com/toptal/davinci/issues/691)) ([8b56656](https://github.com/toptal/davinci/commit/8b5665619d653b856df43c94449a080f614e0430))
423
+
424
+ ## [1.5.3](https://github.com/toptal/davinci/compare/@toptal/davinci-ci@1.5.2...@toptal/davinci-ci@1.5.3) (2021-02-16)
425
+
426
+ **Note:** Version bump only for package @toptal/davinci-ci
427
+
428
+ ## [1.5.2](https://github.com/toptal/davinci/compare/@toptal/davinci-ci@1.5.1...@toptal/davinci-ci@1.5.2) (2021-02-12)
429
+
430
+ **Note:** Version bump only for package @toptal/davinci-ci
431
+
432
+ ## [1.5.1](https://github.com/toptal/davinci/compare/@toptal/davinci-ci@1.5.0...@toptal/davinci-ci@1.5.1) (2021-02-08)
433
+
434
+ **Note:** Version bump only for package @toptal/davinci-ci
435
+
436
+ # [1.5.0](https://github.com/toptal/davinci/compare/@toptal/davinci-ci@1.4.0...@toptal/davinci-ci@1.5.0) (2021-01-27)
437
+
438
+ ### Features
439
+
440
+ - **ci:** [FX-1665] Add staging deploy helm job ([#670](https://github.com/toptal/davinci/issues/670)) ([09bdc34](https://github.com/toptal/davinci/commit/09bdc345fdbc79fba5ca3dcac90229c18df18f2c))
441
+
442
+ # [1.4.0](https://github.com/toptal/davinci/compare/@toptal/davinci-ci@1.3.14...@toptal/davinci-ci@1.4.0) (2020-12-21)
443
+
444
+ ### Features
445
+
446
+ - provide job timeout as parameter ([#636](https://github.com/toptal/davinci/issues/636)) ([feeeeed](https://github.com/toptal/davinci/commit/feeeeedcf81836a184c81b57af7aef9f14391a31))
447
+
448
+ ## [1.3.14](https://github.com/toptal/davinci/compare/@toptal/davinci-ci@1.3.13...@toptal/davinci-ci@1.3.14) (2020-12-18)
449
+
450
+ **Note:** Version bump only for package @toptal/davinci-ci
451
+
452
+ ## [1.3.13](https://github.com/toptal/davinci/compare/@toptal/davinci-ci@1.3.12...@toptal/davinci-ci@1.3.13) (2020-12-18)
453
+
454
+ **Note:** Version bump only for package @toptal/davinci-ci
455
+
456
+ ## [1.3.12](https://github.com/toptal/davinci/compare/@toptal/davinci-ci@1.3.11...@toptal/davinci-ci@1.3.12) (2020-12-11)
457
+
458
+ **Note:** Version bump only for package @toptal/davinci-ci
459
+
460
+ ## [1.3.11](https://github.com/toptal/davinci/compare/@toptal/davinci-ci@1.3.10...@toptal/davinci-ci@1.3.11) (2020-12-11)
461
+
462
+ **Note:** Version bump only for package @toptal/davinci-ci
463
+
464
+ ## [1.3.10](https://github.com/toptal/davinci/compare/@toptal/davinci-ci@1.3.9...@toptal/davinci-ci@1.3.10) (2020-12-10)
465
+
466
+ **Note:** Version bump only for package @toptal/davinci-ci
467
+
468
+ ## [1.3.9](https://github.com/toptal/davinci/compare/@toptal/davinci-ci@1.3.8...@toptal/davinci-ci@1.3.9) (2020-12-10)
469
+
470
+ **Note:** Version bump only for package @toptal/davinci-ci
471
+
472
+ ## [1.3.8](https://github.com/toptal/davinci/compare/@toptal/davinci-ci@1.3.7...@toptal/davinci-ci@1.3.8) (2020-12-10)
473
+
474
+ ### Bug Fixes
475
+
476
+ - rename davinci yaml config key ([#623](https://github.com/toptal/davinci/issues/623)) ([5f8d379](https://github.com/toptal/davinci/commit/5f8d379f970678da952719e4019e5cf1a2ac4754))
477
+
478
+ ## [1.3.7](https://github.com/toptal/davinci/compare/@toptal/davinci-ci@1.3.6...@toptal/davinci-ci@1.3.7) (2020-12-10)
479
+
480
+ **Note:** Version bump only for package @toptal/davinci-ci
481
+
482
+ ## [1.3.6](https://github.com/toptal/davinci/compare/@toptal/davinci-ci@1.3.5...@toptal/davinci-ci@1.3.6) (2020-12-09)
483
+
484
+ **Note:** Version bump only for package @toptal/davinci-ci
485
+
486
+ ## [1.3.5](https://github.com/toptal/davinci/compare/@toptal/davinci-ci@1.3.4...@toptal/davinci-ci@1.3.5) (2020-11-20)
487
+
488
+ ### Bug Fixes
489
+
490
+ - **danger:** check commit author on whitelist ([#614](https://github.com/toptal/davinci/issues/614)) ([c7fd74e](https://github.com/toptal/davinci/commit/c7fd74e3a2edd554f2ad74f8f5f43b50d915032d))
491
+
492
+ ## [1.3.4](https://github.com/toptal/davinci/compare/@toptal/davinci-ci@1.3.3...@toptal/davinci-ci@1.3.4) (2020-11-19)
493
+
494
+ ### Bug Fixes
495
+
496
+ - **danger:** update danger version ([#613](https://github.com/toptal/davinci/issues/613)) ([aeb53b1](https://github.com/toptal/davinci/commit/aeb53b1f74c069b5f669dc9ade934650ae6fe40f))
497
+
498
+ ## [1.3.3](https://github.com/toptal/davinci/compare/@toptal/davinci-ci@1.3.2...@toptal/davinci-ci@1.3.3) (2020-11-19)
499
+
500
+ ### Bug Fixes
501
+
502
+ - **ci:** fix error about null alias field ([#610](https://github.com/toptal/davinci/issues/610)) ([79655ed](https://github.com/toptal/davinci/commit/79655edd50d342870bc242b83faefcbc0c84491a))
503
+
504
+ ## [1.3.2](https://github.com/toptal/davinci/compare/@toptal/davinci-ci@1.3.1...@toptal/davinci-ci@1.3.2) (2020-11-16)
505
+
506
+ **Note:** Version bump only for package @toptal/davinci-ci
507
+
508
+ ## [1.3.1](https://github.com/toptal/davinci/compare/@toptal/davinci-ci@1.3.0...@toptal/davinci-ci@1.3.1) (2020-11-09)
509
+
510
+ ### Bug Fixes
511
+
512
+ - trim temploy comment notes ([#600](https://github.com/toptal/davinci/issues/600)) ([501a9dd](https://github.com/toptal/davinci/commit/501a9dd80c07d8cb67906aa6fb45f9ec50d1f675))
513
+
514
+ # [1.3.0](https://github.com/toptal/davinci/compare/@toptal/davinci-ci@1.2.2...@toptal/davinci-ci@1.3.0) (2020-11-06)
515
+
516
+ ### Features
517
+
518
+ - **ci:** tag the latest release docker image with the latest tag ([#595](https://github.com/toptal/davinci/issues/595)) ([2f6abd9](https://github.com/toptal/davinci/commit/2f6abd988975c4f8608e9ee26c8397eb80a38a36))
519
+
520
+ ## [1.2.2](https://github.com/toptal/davinci/compare/@toptal/davinci-ci@1.2.1...@toptal/davinci-ci@1.2.2) (2020-11-04)
521
+
522
+ ### Bug Fixes
523
+
524
+ - **ci:** increase master main timeout ([#593](https://github.com/toptal/davinci/issues/593)) ([d8ecd75](https://github.com/toptal/davinci/commit/d8ecd75922a74035bdc2dc0cc48a103eda61b0a1))
525
+
526
+ ## [1.2.1](https://github.com/toptal/davinci/compare/@toptal/davinci-ci@1.2.0...@toptal/davinci-ci@1.2.1) (2020-11-03)
527
+
528
+ **Note:** Version bump only for package @toptal/davinci-ci
529
+
530
+ # [1.2.0](https://github.com/toptal/davinci/compare/@toptal/davinci-ci@1.1.6...@toptal/davinci-ci@1.2.0) (2020-10-22)
531
+
532
+ ### Features
533
+
534
+ - move arch docs to confluence ([#517](https://github.com/toptal/davinci/issues/517)) ([cfd819d](https://github.com/toptal/davinci/commit/cfd819d666dd47d8b84fe98d284a93efa81ccd26))
535
+
536
+ ## [1.1.6](https://github.com/toptal/davinci/compare/@toptal/davinci-ci@1.1.5...@toptal/davinci-ci@1.1.6) (2020-10-15)
537
+
538
+ **Note:** Version bump only for package @toptal/davinci-ci
539
+
540
+ ## [1.1.5](https://github.com/toptal/davinci/compare/@toptal/davinci-ci@1.1.4...@toptal/davinci-ci@1.1.5) (2020-10-14)
541
+
542
+ **Note:** Version bump only for package @toptal/davinci-ci
543
+
544
+ ## [1.1.4](https://github.com/toptal/davinci/compare/@toptal/davinci-ci@1.1.3...@toptal/davinci-ci@1.1.4) (2020-10-09)
545
+
546
+ **Note:** Version bump only for package @toptal/davinci-ci
547
+
548
+ ## [1.1.3](https://github.com/toptal/davinci/compare/@toptal/davinci-ci@1.1.2...@toptal/davinci-ci@1.1.3) (2020-10-07)
549
+
550
+ **Note:** Version bump only for package @toptal/davinci-ci
551
+
552
+ ## [1.1.2](https://github.com/toptal/davinci/compare/@toptal/davinci-ci@1.1.1...@toptal/davinci-ci@1.1.2) (2020-10-06)
553
+
554
+ ### Bug Fixes
555
+
556
+ - **ci:** sanitize master main job variables ([#564](https://github.com/toptal/davinci/issues/564)) ([a950ea2](https://github.com/toptal/davinci/commit/a950ea27c19c3d9da5847e22bf3600cf24a7f041))
557
+
558
+ ## [1.1.1](https://github.com/toptal/davinci/compare/@toptal/davinci-ci@1.1.0...@toptal/davinci-ci@1.1.1) (2020-10-01)
559
+
560
+ **Note:** Version bump only for package @toptal/davinci-ci
561
+
562
+ # [1.1.0](https://github.com/toptal/davinci/compare/@toptal/davinci-ci@1.0.1...@toptal/davinci-ci@1.1.0) (2020-09-22)
563
+
564
+ ### Features
565
+
566
+ - **ci:** [FX-1215] Add uploading source maps when deploying to prod ([#539](https://github.com/toptal/davinci/issues/539)) ([92d3258](https://github.com/toptal/davinci/commit/92d3258))
567
+
568
+ ## [1.0.1](https://github.com/toptal/davinci/compare/@toptal/davinci-ci@1.0.0...@toptal/davinci-ci@1.0.1) (2020-09-21)
569
+
570
+ **Note:** Version bump only for package @toptal/davinci-ci
571
+
572
+ # [1.0.0](https://github.com/toptal/davinci/compare/@toptal/davinci-ci@0.2.0...@toptal/davinci-ci@1.0.0) (2020-09-18)
573
+
574
+ ### Features
575
+
576
+ - **engine:** [FX-1215] Add sentry source maps uploading ([#532](https://github.com/toptal/davinci/issues/532)) ([4b16781](https://github.com/toptal/davinci/commit/4b16781))
577
+
578
+ ### BREAKING CHANGES
579
+
580
+ - **engine:** remove --as-library argument from `davinci engine build` command. `davinci engine compile-package` should be used instead.
581
+
582
+ # [0.2.0](https://github.com/toptal/davinci/compare/@toptal/davinci-ci@0.1.2...@toptal/davinci-ci@0.2.0) (2020-09-18)
583
+
584
+ ### Features
585
+
586
+ - [FX-1073] Add danger local argument ([#531](https://github.com/toptal/davinci/issues/531)) ([64b9726](https://github.com/toptal/davinci/commit/64b9726))
587
+
588
+ ## [0.1.2](https://github.com/toptal/davinci/compare/@toptal/davinci-ci@0.1.1...@toptal/davinci-ci@0.1.2) (2020-09-08)
589
+
590
+ **Note:** Version bump only for package @toptal/davinci-ci
591
+
592
+ ## [0.1.1](https://github.com/toptal/davinci/compare/@toptal/davinci-ci@0.1.0-alpha.74...@toptal/davinci-ci@0.1.1) (2020-09-02)
593
+
594
+ **Note:** Version bump only for package @toptal/davinci-ci
595
+
596
+ # [0.1.0](https://github.com/toptal/davinci/compare/@toptal/davinci-ci@0.1.0-alpha.74...@toptal/davinci-ci@0.1.0) (2020-09-02)
597
+
598
+ **Note:** Version bump only for package @toptal/davinci-ci
599
+
600
+ # [0.1.0-alpha.74](https://github.com/toptal/davinci/compare/@toptal/davinci-ci@0.1.0-alpha.73...@toptal/davinci-ci@0.1.0-alpha.74) (2020-08-31)
601
+
602
+ **Note:** Version bump only for package @toptal/davinci-ci
603
+
604
+ # [0.1.0-alpha.73](https://github.com/toptal/davinci/compare/@toptal/davinci-ci@0.1.0-alpha.72...@toptal/davinci-ci@0.1.0-alpha.73) (2020-08-31)
605
+
606
+ ### Bug Fixes
607
+
608
+ - use correct import with danger ([#505](https://github.com/toptal/davinci/issues/505)) ([3e0c95e](https://github.com/toptal/davinci/commit/3e0c95e))
609
+
610
+ # [0.1.0-alpha.72](https://github.com/toptal/davinci/compare/@toptal/davinci-ci@0.1.0-alpha.71...@toptal/davinci-ci@0.1.0-alpha.72) (2020-08-28)
611
+
612
+ **Note:** Version bump only for package @toptal/davinci-ci
613
+
614
+ # [0.1.0-alpha.71](https://github.com/toptal/davinci/compare/@toptal/davinci-ci@0.1.0-alpha.70...@toptal/davinci-ci@0.1.0-alpha.71) (2020-08-27)
615
+
616
+ ### Features
617
+
618
+ - alpha release support for monorepos ([#498](https://github.com/toptal/davinci/issues/498)) ([b576347](https://github.com/toptal/davinci/commit/b576347))
619
+
620
+ # [0.1.0-alpha.70](https://github.com/toptal/davinci/compare/@toptal/davinci-ci@0.1.0-alpha.69...@toptal/davinci-ci@0.1.0-alpha.70) (2020-08-13)
621
+
622
+ ### Bug Fixes
623
+
624
+ - add build discard policy for staff build release ([#492](https://github.com/toptal/davinci/issues/492)) ([d93ec50](https://github.com/toptal/davinci/commit/d93ec50))
625
+
626
+ # [0.1.0-alpha.69](https://github.com/toptal/davinci/compare/@toptal/davinci-ci@0.1.0-alpha.68...@toptal/davinci-ci@0.1.0-alpha.69) (2020-08-12)
627
+
628
+ ### Features
629
+
630
+ - [GOLD-76] Build image accept alias versions, pass latest version in master-main ([#490](https://github.com/toptal/davinci/issues/490)) ([4cc335f](https://github.com/toptal/davinci/commit/4cc335f))
631
+
632
+ # [0.1.0-alpha.68](https://github.com/toptal/davinci/compare/@toptal/davinci-ci@0.1.0-alpha.67...@toptal/davinci-ci@0.1.0-alpha.68) (2020-08-10)
633
+
634
+ ### Bug Fixes
635
+
636
+ - **ci:** fix failure message in alpha package ([#488](https://github.com/toptal/davinci/issues/488)) ([266a2af](https://github.com/toptal/davinci/commit/266a2af))
637
+
638
+ # [0.1.0-alpha.67](https://github.com/toptal/davinci/compare/@toptal/davinci-ci@0.1.0-alpha.66...@toptal/davinci-ci@0.1.0-alpha.67) (2020-08-10)
639
+
640
+ ### Bug Fixes
641
+
642
+ - [FX-1084] Increase timeout alpha package ([#485](https://github.com/toptal/davinci/issues/485)) ([388a310](https://github.com/toptal/davinci/commit/388a310))
643
+
644
+ # [0.1.0-alpha.66](https://github.com/toptal/davinci/compare/@toptal/davinci-ci@0.1.0-alpha.65...@toptal/davinci-ci@0.1.0-alpha.66) (2020-08-10)
645
+
646
+ ### Bug Fixes
647
+
648
+ - **ci:** fix docker permissions ([#484](https://github.com/toptal/davinci/issues/484)) ([1d312d1](https://github.com/toptal/davinci/commit/1d312d1))
649
+
650
+ # [0.1.0-alpha.65](https://github.com/toptal/davinci/compare/@toptal/davinci-ci@0.1.0-alpha.64...@toptal/davinci-ci@0.1.0-alpha.65) (2020-08-10)
651
+
652
+ **Note:** Version bump only for package @toptal/davinci-ci
653
+
654
+ # [0.1.0-alpha.64](https://github.com/toptal/davinci/compare/@toptal/davinci-ci@0.1.0-alpha.63...@toptal/davinci-ci@0.1.0-alpha.64) (2020-08-10)
655
+
656
+ ### Bug Fixes
657
+
658
+ - **ci:** make docker container smaller by removing yarn cache ([#478](https://github.com/toptal/davinci/issues/478)) ([23ac3c5](https://github.com/toptal/davinci/commit/23ac3c5))
659
+
660
+ # [0.1.0-alpha.63](https://github.com/toptal/davinci/compare/@toptal/davinci-ci@0.1.0-alpha.62...@toptal/davinci-ci@0.1.0-alpha.63) (2020-08-07)
661
+
662
+ ### Bug Fixes
663
+
664
+ - **ci:** fix for missing changelog file projects ([#481](https://github.com/toptal/davinci/issues/481)) ([7a61885](https://github.com/toptal/davinci/commit/7a61885))
665
+
666
+ # [0.1.0-alpha.62](https://github.com/toptal/davinci/compare/@toptal/davinci-ci@0.1.0-alpha.61...@toptal/davinci-ci@0.1.0-alpha.62) (2020-08-07)
667
+
668
+ ### Bug Fixes
669
+
670
+ - [FX-1084] Fix npmrc file in docker build image ([#477](https://github.com/toptal/davinci/issues/477)) ([46217cc](https://github.com/toptal/davinci/commit/46217cc))
671
+
672
+ # [0.1.0-alpha.61](https://github.com/toptal/davinci/compare/@toptal/davinci-ci@0.1.0-alpha.60...@toptal/davinci-ci@0.1.0-alpha.61) (2020-08-07)
673
+
674
+ ### Bug Fixes
675
+
676
+ - [FX-1084] Create new alpha version based on versions in npm ([#474](https://github.com/toptal/davinci/issues/474)) ([205c509](https://github.com/toptal/davinci/commit/205c509))
677
+
678
+ # [0.1.0-alpha.60](https://github.com/toptal/davinci/compare/@toptal/davinci-ci@0.1.0-alpha.59...@toptal/davinci-ci@0.1.0-alpha.60) (2020-08-06)
679
+
680
+ ### Bug Fixes
681
+
682
+ - fix permission for changelog file ([#475](https://github.com/toptal/davinci/issues/475)) ([084a17c](https://github.com/toptal/davinci/commit/084a17c))
683
+
684
+ # [0.1.0-alpha.59](https://github.com/toptal/davinci/compare/@toptal/davinci-ci@0.1.0-alpha.58...@toptal/davinci-ci@0.1.0-alpha.59) (2020-08-06)
685
+
686
+ ### Bug Fixes
687
+
688
+ - [FX-1084] Fix alpha publish package ([#473](https://github.com/toptal/davinci/issues/473)) ([3a42e9f](https://github.com/toptal/davinci/commit/3a42e9f))
689
+
690
+ # [0.1.0-alpha.58](https://github.com/toptal/davinci/compare/@toptal/davinci-ci@0.1.0-alpha.57...@toptal/davinci-ci@0.1.0-alpha.58) (2020-08-06)
691
+
692
+ ### Features
693
+
694
+ - **engine:** [FX-1084] Add alpha publish package command ([#472](https://github.com/toptal/davinci/issues/472)) ([c7401a6](https://github.com/toptal/davinci/commit/c7401a6))
695
+
696
+ # [0.1.0-alpha.57](https://github.com/toptal/davinci/compare/@toptal/davinci-ci@0.1.0-alpha.56...@toptal/davinci-ci@0.1.0-alpha.57) (2020-08-03)
697
+
698
+ ### Bug Fixes
699
+
700
+ - increase timeout for build-image job ([#470](https://github.com/toptal/davinci/issues/470)) ([42a26de](https://github.com/toptal/davinci/commit/42a26de))
701
+
702
+ # [0.1.0-alpha.56](https://github.com/toptal/davinci/compare/@toptal/davinci-ci@0.1.0-alpha.55...@toptal/davinci-ci@0.1.0-alpha.56) (2020-07-30)
703
+
704
+ **Note:** Version bump only for package @toptal/davinci-ci
705
+
706
+ # [0.1.0-alpha.55](https://github.com/toptal/davinci/compare/@toptal/davinci-ci@0.1.0-alpha.54...@toptal/davinci-ci@0.1.0-alpha.55) (2020-07-30)
707
+
708
+ **Note:** Version bump only for package @toptal/davinci-ci
709
+
710
+ # [0.1.0-alpha.54](https://github.com/toptal/davinci/compare/@toptal/davinci-ci@0.1.0-alpha.53...@toptal/davinci-ci@0.1.0-alpha.54) (2020-07-29)
711
+
712
+ **Note:** Version bump only for package @toptal/davinci-ci
713
+
714
+ # [0.1.0-alpha.53](https://github.com/toptal/davinci/compare/@toptal/davinci-ci@0.1.0-alpha.52...@toptal/davinci-ci@0.1.0-alpha.53) (2020-07-23)
715
+
716
+ ### Bug Fixes
717
+
718
+ - missing jobHelper variable ([#456](https://github.com/toptal/davinci/issues/456)) ([052c0b7](https://github.com/toptal/davinci/commit/052c0b7))
719
+
720
+ # [0.1.0-alpha.52](https://github.com/toptal/davinci/compare/@toptal/davinci-ci@0.1.0-alpha.51...@toptal/davinci-ci@0.1.0-alpha.52) (2020-07-22)
721
+
722
+ **Note:** Version bump only for package @toptal/davinci-ci
723
+
724
+ # [0.1.0-alpha.51](https://github.com/toptal/davinci/compare/@toptal/davinci-ci@0.1.0-alpha.50...@toptal/davinci-ci@0.1.0-alpha.51) (2020-07-15)
725
+
726
+ ### Bug Fixes
727
+
728
+ - **ci:** fix deploy job trigger from master main ([#446](https://github.com/toptal/davinci/issues/446)) ([237f4a4](https://github.com/toptal/davinci/commit/237f4a4))
729
+
730
+ # [0.1.0-alpha.50](https://github.com/toptal/davinci/compare/@toptal/davinci-ci@0.1.0-alpha.49...@toptal/davinci-ci@0.1.0-alpha.50) (2020-07-14)
731
+
732
+ ### Bug Fixes
733
+
734
+ - **ci:** Fix the release job name ([#445](https://github.com/toptal/davinci/issues/445)) ([53e5806](https://github.com/toptal/davinci/commit/53e5806))
735
+
736
+ # [0.1.0-alpha.49](https://github.com/toptal/davinci/compare/@toptal/davinci-ci@0.1.0-alpha.48...@toptal/davinci-ci@0.1.0-alpha.49) (2020-07-14)
737
+
738
+ ### Bug Fixes
739
+
740
+ - **ci:** add pattern for variable template ([#439](https://github.com/toptal/davinci/issues/439)) ([a49cb3f](https://github.com/toptal/davinci/commit/a49cb3f))
741
+
742
+ # [0.1.0-alpha.48](https://github.com/toptal/davinci/compare/@toptal/davinci-ci@0.1.0-alpha.47...@toptal/davinci-ci@0.1.0-alpha.48) (2020-07-13)
743
+
744
+ ### Features
745
+
746
+ - increase docker image build timeout ([#442](https://github.com/toptal/davinci/issues/442)) ([81fcc7c](https://github.com/toptal/davinci/commit/81fcc7c))
747
+
748
+ # [0.1.0-alpha.47](https://github.com/toptal/davinci/compare/@toptal/davinci-ci@0.1.0-alpha.46...@toptal/davinci-ci@0.1.0-alpha.47) (2020-07-01)
749
+
750
+ ### Bug Fixes
751
+
752
+ - **ci:** fix consumer verify job creation ([#434](https://github.com/toptal/davinci/issues/434)) ([94237d4](https://github.com/toptal/davinci/commit/94237d4))
753
+
754
+ # [0.1.0-alpha.46](https://github.com/toptal/davinci/compare/@toptal/davinci-ci@0.1.0-alpha.45...@toptal/davinci-ci@0.1.0-alpha.46) (2020-07-01)
755
+
756
+ ### Bug Fixes
757
+
758
+ - **ci:** fix creation of consumer-verify job ([#433](https://github.com/toptal/davinci/issues/433)) ([df9449f](https://github.com/toptal/davinci/commit/df9449f))
759
+
760
+ # [0.1.0-alpha.45](https://github.com/toptal/davinci/compare/@toptal/davinci-ci@0.1.0-alpha.44...@toptal/davinci-ci@0.1.0-alpha.45) (2020-07-01)
761
+
762
+ ### Bug Fixes
763
+
764
+ - **ci:** bump node version in dockerfile ([#432](https://github.com/toptal/davinci/issues/432)) ([6c71ecb](https://github.com/toptal/davinci/commit/6c71ecb))
765
+
766
+ # [0.1.0-alpha.44](https://github.com/toptal/davinci/compare/@toptal/davinci-ci@0.1.0-alpha.43...@toptal/davinci-ci@0.1.0-alpha.44) (2020-06-30)
767
+
768
+ ### Bug Fixes
769
+
770
+ - **ci:** fix pr-tests job ([#431](https://github.com/toptal/davinci/issues/431)) ([5c5439e](https://github.com/toptal/davinci/commit/5c5439e))
771
+
772
+ # [0.1.0-alpha.43](https://github.com/toptal/davinci/compare/@toptal/davinci-ci@0.1.0-alpha.42...@toptal/davinci-ci@0.1.0-alpha.43) (2020-06-30)
773
+
774
+ ### Bug Fixes
775
+
776
+ - **ci:** fix consumer-contracts-verify job xml ([#428](https://github.com/toptal/davinci/issues/428)) ([b4efab6](https://github.com/toptal/davinci/commit/b4efab6))
777
+
778
+ # [0.1.0-alpha.42](https://github.com/toptal/davinci/compare/@toptal/davinci-ci@0.1.0-alpha.41...@toptal/davinci-ci@0.1.0-alpha.42) (2020-06-25)
779
+
780
+ **Note:** Version bump only for package @toptal/davinci-ci
781
+
782
+ # [0.1.0-alpha.41](https://github.com/toptal/davinci/compare/@toptal/davinci-ci@0.1.0-alpha.40...@toptal/davinci-ci@0.1.0-alpha.41) (2020-06-24)
783
+
784
+ ### Bug Fixes
785
+
786
+ - **ci:** [FX-1024] Fix code coverage reporting ([#419](https://github.com/toptal/davinci/issues/419)) ([e2e52ca](https://github.com/toptal/davinci/commit/e2e52ca))
787
+
788
+ # [0.1.0-alpha.40](https://github.com/toptal/davinci/compare/@toptal/davinci-ci@0.1.0-alpha.39...@toptal/davinci-ci@0.1.0-alpha.40) (2020-06-16)
789
+
790
+ ### Bug Fixes
791
+
792
+ - [FX-982] Fix for davinci.yaml message ([#413](https://github.com/toptal/davinci/issues/413)) ([fca0952](https://github.com/toptal/davinci/commit/fca0952))
793
+
794
+ # [0.1.0-alpha.39](https://github.com/toptal/davinci/compare/@toptal/davinci-ci@0.1.0-alpha.38...@toptal/davinci-ci@0.1.0-alpha.39) (2020-06-16)
795
+
796
+ ### Features
797
+
798
+ - [FX-982] Add publish, pact, deploy master main stages ([#408](https://github.com/toptal/davinci/issues/408)) ([7d90d94](https://github.com/toptal/davinci/commit/7d90d94))
799
+
800
+ # [0.1.0-alpha.38](https://github.com/toptal/davinci/compare/@toptal/davinci-ci@0.1.0-alpha.37...@toptal/davinci-ci@0.1.0-alpha.38) (2020-06-15)
801
+
802
+ **Note:** Version bump only for package @toptal/davinci-ci
803
+
804
+ # [0.1.0-alpha.37](https://github.com/toptal/davinci/compare/@toptal/davinci-ci@0.1.0-alpha.36...@toptal/davinci-ci@0.1.0-alpha.37) (2020-06-15)
805
+
806
+ ### Features
807
+
808
+ - consumer-contracts-verify job ([#404](https://github.com/toptal/davinci/issues/404)) ([dd20ebc](https://github.com/toptal/davinci/commit/dd20ebc))
809
+
810
+ # [0.1.0-alpha.36](https://github.com/toptal/davinci/compare/@toptal/davinci-ci@0.1.0-alpha.35...@toptal/davinci-ci@0.1.0-alpha.36) (2020-06-10)
811
+
812
+ ### Bug Fixes
813
+
814
+ - **dangerjs:** add support for 4 letters JIRA id ([#406](https://github.com/toptal/davinci/issues/406)) ([d25d98d](https://github.com/toptal/davinci/commit/d25d98d))
815
+
816
+ # [0.1.0-alpha.35](https://github.com/toptal/davinci/compare/@toptal/davinci-ci@0.1.0-alpha.34...@toptal/davinci-ci@0.1.0-alpha.35) (2020-06-08)
817
+
818
+ **Note:** Version bump only for package @toptal/davinci-ci
819
+
820
+ # [0.1.0-alpha.34](https://github.com/toptal/davinci/compare/@toptal/davinci-ci@0.1.0-alpha.33...@toptal/davinci-ci@0.1.0-alpha.34) (2020-06-08)
821
+
822
+ **Note:** Version bump only for package @toptal/davinci-ci
823
+
824
+ # [0.1.0-alpha.33](https://github.com/toptal/davinci/compare/@toptal/davinci-ci@0.1.0-alpha.32...@toptal/davinci-ci@0.1.0-alpha.33) (2020-06-02)
825
+
826
+ ### Bug Fixes
827
+
828
+ - **CI:** fix commit param ([#388](https://github.com/toptal/davinci/issues/388)) ([486b67d](https://github.com/toptal/davinci/commit/486b67d))
829
+
830
+ # [0.1.0-alpha.32](https://github.com/toptal/davinci/compare/@toptal/davinci-ci@0.1.0-alpha.31...@toptal/davinci-ci@0.1.0-alpha.32) (2020-05-22)
831
+
832
+ **Note:** Version bump only for package @toptal/davinci-ci
833
+
834
+ # [0.1.0-alpha.31](https://github.com/toptal/davinci/compare/@toptal/davinci-ci@0.1.0-alpha.30...@toptal/davinci-ci@0.1.0-alpha.31) (2020-05-22)
835
+
836
+ ### Features
837
+
838
+ - add default bullhorn channels to the master-main build ([#369](https://github.com/toptal/davinci/issues/369)) ([b0f2ed9](https://github.com/toptal/davinci/commit/b0f2ed9))
839
+
840
+ # [0.1.0-alpha.30](https://github.com/toptal/davinci/compare/@toptal/davinci-ci@0.1.0-alpha.29...@toptal/davinci-ci@0.1.0-alpha.30) (2020-05-22)
841
+
842
+ **Note:** Version bump only for package @toptal/davinci-ci
843
+
844
+ # [0.1.0-alpha.29](https://github.com/toptal/davinci/compare/@toptal/davinci-ci@0.1.0-alpha.28...@toptal/davinci-ci@0.1.0-alpha.29) (2020-05-22)
845
+
846
+ **Note:** Version bump only for package @toptal/davinci-ci
847
+
848
+ # [0.1.0-alpha.28](https://github.com/toptal/davinci/compare/@toptal/davinci-ci@0.1.0-alpha.27...@toptal/davinci-ci@0.1.0-alpha.28) (2020-05-21)
849
+
850
+ **Note:** Version bump only for package @toptal/davinci-ci
851
+
852
+ # [0.1.0-alpha.27](https://github.com/toptal/davinci/compare/@toptal/davinci-ci@0.1.0-alpha.26...@toptal/davinci-ci@0.1.0-alpha.27) (2020-04-29)
853
+
854
+ ### Bug Fixes
855
+
856
+ - **ci:** fix davinci branch default value ([#348](https://github.com/toptal/davinci/issues/348)) ([52ff904](https://github.com/toptal/davinci/commit/52ff904))
857
+
858
+ # [0.1.0-alpha.26](https://github.com/toptal/davinci/compare/@toptal/davinci-ci@0.1.0-alpha.25...@toptal/davinci-ci@0.1.0-alpha.26) (2020-04-29)
859
+
860
+ ### Bug Fixes
861
+
862
+ - **ci:** fix deploy trigger job ([#345](https://github.com/toptal/davinci/issues/345)) ([3eb51bf](https://github.com/toptal/davinci/commit/3eb51bf))
863
+
864
+ # [0.1.0-alpha.25](https://github.com/toptal/davinci/compare/@toptal/davinci-ci@0.1.0-alpha.24...@toptal/davinci-ci@0.1.0-alpha.25) (2020-04-28)
865
+
866
+ ### Bug Fixes
867
+
868
+ - **ci:** fix configuration yaml key for inf-helm config ([#344](https://github.com/toptal/davinci/issues/344)) ([42dd4c6](https://github.com/toptal/davinci/commit/42dd4c6))
869
+
870
+ # [0.1.0-alpha.24](https://github.com/toptal/davinci/compare/@toptal/davinci-ci@0.1.0-alpha.23...@toptal/davinci-ci@0.1.0-alpha.24) (2020-04-27)
871
+
872
+ ### Features
873
+
874
+ - **ci:** [SP-954] Add deploy-helm-run job ([#332](https://github.com/toptal/davinci/issues/332)) ([a7da1e9](https://github.com/toptal/davinci/commit/a7da1e9))
875
+
876
+ # [0.1.0-alpha.23](https://github.com/toptal/davinci/compare/@toptal/davinci-ci@0.1.0-alpha.22...@toptal/davinci-ci@0.1.0-alpha.23) (2020-04-27)
877
+
878
+ **Note:** Version bump only for package @toptal/davinci-ci
879
+
880
+ # [0.1.0-alpha.22](https://github.com/toptal/davinci/compare/@toptal/davinci-ci@0.1.0-alpha.21...@toptal/davinci-ci@0.1.0-alpha.22) (2020-04-23)
881
+
882
+ ### Bug Fixes
883
+
884
+ - **ci:** increase main master job timeout ([#336](https://github.com/toptal/davinci/issues/336)) ([7860a9a](https://github.com/toptal/davinci/commit/7860a9a))
885
+
886
+ # [0.1.0-alpha.21](https://github.com/toptal/davinci/compare/@toptal/davinci-ci@0.1.0-alpha.20...@toptal/davinci-ci@0.1.0-alpha.21) (2020-04-21)
887
+
888
+ ### Features
889
+
890
+ - consume NPM_TOKEN inside code metrics run ([#334](https://github.com/toptal/davinci/issues/334)) ([bdd740d](https://github.com/toptal/davinci/commit/bdd740d))
891
+
892
+ # [0.1.0-alpha.20](https://github.com/toptal/davinci/compare/@toptal/davinci-ci@0.1.0-alpha.19...@toptal/davinci-ci@0.1.0-alpha.20) (2020-04-20)
893
+
894
+ ### Bug Fixes
895
+
896
+ - **ci:** fix a separator in entrypoint for release build ([#330](https://github.com/toptal/davinci/issues/330)) ([1b316bb](https://github.com/toptal/davinci/commit/1b316bb))
897
+
898
+ # [0.1.0-alpha.19](https://github.com/toptal/davinci/compare/@toptal/davinci-ci@0.1.0-alpha.18...@toptal/davinci-ci@0.1.0-alpha.19) (2020-04-20)
899
+
900
+ ### Bug Fixes
901
+
902
+ - **ci:** fix entrypoint for docker releases ([#328](https://github.com/toptal/davinci/issues/328)) ([c821b54](https://github.com/toptal/davinci/commit/c821b54))
903
+
904
+ # [0.1.0-alpha.18](https://github.com/toptal/davinci/compare/@toptal/davinci-ci@0.1.0-alpha.17...@toptal/davinci-ci@0.1.0-alpha.18) (2020-04-17)
905
+
906
+ ### Features
907
+
908
+ - add master-main job ([#325](https://github.com/toptal/davinci/issues/325)) ([b1547cf](https://github.com/toptal/davinci/commit/b1547cf))
909
+
910
+ # [0.1.0-alpha.17](https://github.com/toptal/davinci/compare/@toptal/davinci-ci@0.1.0-alpha.15...@toptal/davinci-ci@0.1.0-alpha.17) (2020-04-17)
911
+
912
+ ### Bug Fixes
913
+
914
+ - **ci:** [SPC-146] Rollback nginx config ([#319](https://github.com/toptal/davinci/issues/319)) ([477972b](https://github.com/toptal/davinci/commit/477972b))
915
+
916
+ ### Features
917
+
918
+ - add code metrics command ([#320](https://github.com/toptal/davinci/issues/320)) ([edfeb21](https://github.com/toptal/davinci/commit/edfeb21))
919
+
920
+ # [0.1.0-alpha.16](https://github.com/toptal/davinci/compare/@toptal/davinci-ci@0.1.0-alpha.15...@toptal/davinci-ci@0.1.0-alpha.16) (2020-04-16)
921
+
922
+ ### Bug Fixes
923
+
924
+ - **ci:** [SPC-146] Rollback nginx config ([#319](https://github.com/toptal/davinci/issues/319)) ([477972b](https://github.com/toptal/davinci/commit/477972b))
925
+
926
+ # [0.1.0-alpha.15](https://github.com/toptal/davinci/compare/@toptal/davinci-ci@0.1.0-alpha.14...@toptal/davinci-ci@0.1.0-alpha.15) (2020-04-16)
927
+
928
+ ### Features
929
+
930
+ - [SPC-146] add env processing for build image ci job ([#316](https://github.com/toptal/davinci/issues/316)) ([4e207ca](https://github.com/toptal/davinci/commit/4e207ca))
931
+
932
+ # [0.1.0-alpha.14](https://github.com/toptal/davinci/compare/@toptal/davinci-ci@0.1.0-alpha.13...@toptal/davinci-ci@0.1.0-alpha.14) (2020-04-08)
933
+
934
+ ### Features
935
+
936
+ - **ci:** add support for environment variables in helm job([#293](https://github.com/toptal/davinci/issues/293)) ([d634cc0](https://github.com/toptal/davinci/commit/d634cc0))
937
+
938
+ # [0.1.0-alpha.13](https://github.com/toptal/davinci/compare/@toptal/davinci-ci@0.1.0-alpha.12...@toptal/davinci-ci@0.1.0-alpha.13) (2020-03-27)
939
+
940
+ ### Features
941
+
942
+ - **ci:** add npm read-only token for the build-image process ([#294](https://github.com/toptal/davinci/issues/294)) ([a741fab](https://github.com/toptal/davinci/commit/a741fab))
943
+
944
+ # [0.1.0-alpha.12](https://github.com/toptal/davinci/compare/@toptal/davinci-ci@0.1.0-alpha.11...@toptal/davinci-ci@0.1.0-alpha.12) (2020-03-26)
945
+
946
+ **Note:** Version bump only for package @toptal/davinci-ci
947
+
948
+ # [0.1.0-alpha.11](https://github.com/toptal/davinci/compare/@toptal/davinci-ci@0.1.0-alpha.10...@toptal/davinci-ci@0.1.0-alpha.11) (2020-03-26)
949
+
950
+ **Note:** Version bump only for package @toptal/davinci-ci
951
+
952
+ # [0.1.0-alpha.10](https://github.com/toptal/davinci/compare/@toptal/davinci-ci@0.1.0-alpha.9...@toptal/davinci-ci@0.1.0-alpha.10) (2020-03-25)
953
+
954
+ ### Features
955
+
956
+ - [FX-840] Add davinci-ci-job-creator ([#285](https://github.com/toptal/davinci/issues/285)) ([d466a13](https://github.com/toptal/davinci/commit/d466a13))
957
+
958
+ # [0.1.0-alpha.9](https://github.com/toptal/davinci/compare/@toptal/davinci-ci@0.1.0-alpha.8...@toptal/davinci-ci@0.1.0-alpha.9) (2020-03-19)
959
+
960
+ **Note:** Version bump only for package @toptal/davinci-ci
961
+
962
+ # [0.1.0-alpha.8](https://github.com/toptal/davinci/compare/@toptal/davinci-ci@0.1.0-alpha.7...@toptal/davinci-ci@0.1.0-alpha.8) (2020-03-19)
963
+
964
+ **Note:** Version bump only for package @toptal/davinci-ci
965
+
966
+ # [0.1.0-alpha.7](https://github.com/toptal/davinci/compare/@toptal/davinci-ci@0.1.0-alpha.6...@toptal/davinci-ci@0.1.0-alpha.7) (2020-03-17)
967
+
968
+ ### Features
969
+
970
+ - **ci:** replace GH PR Builder with GH PR plugin ([#279](https://github.com/toptal/davinci/issues/279)) ([54d8d7e](https://github.com/toptal/davinci/commit/54d8d7e))
971
+
972
+ # [0.1.0-alpha.6](https://github.com/toptal/davinci/compare/@toptal/davinci-ci@0.1.0-alpha.5...@toptal/davinci-ci@0.1.0-alpha.6) (2020-03-11)
973
+
974
+ **Note:** Version bump only for package @toptal/davinci-ci
975
+
976
+ # [0.1.0-alpha.5](https://github.com/toptal/davinci/compare/@toptal/davinci-ci@0.1.0-alpha.4...@toptal/davinci-ci@0.1.0-alpha.5) (2020-03-09)
977
+
978
+ **Note:** Version bump only for package @toptal/davinci-ci
979
+
980
+ # [0.1.0-alpha.4](https://github.com/toptal/davinci/compare/@toptal/davinci-ci@0.1.0-alpha.3...@toptal/davinci-ci@0.1.0-alpha.4) (2020-02-17)
981
+
982
+ **Note:** Version bump only for package @toptal/davinci-ci
983
+
984
+ # [0.1.0-alpha.3](https://github.com/toptal/davinci/compare/@toptal/davinci-ci@0.1.0-alpha.2...@toptal/davinci-ci@0.1.0-alpha.3) (2020-02-14)
985
+
986
+ ### Features
987
+
988
+ - **ci:** implement deployment step to temploy via helm ([#227](https://github.com/toptal/davinci/issues/227)) ([91fe563](https://github.com/toptal/davinci/commit/91fe563))
989
+
990
+ # [0.1.0-alpha.2](https://github.com/toptal/davinci/compare/@toptal/davinci-ci@0.1.0-alpha.1...@toptal/davinci-ci@0.1.0-alpha.2) (2020-02-10)
991
+
992
+ ### Features
993
+
994
+ - [FX-755] Enable danger checks on ci ([#235](https://github.com/toptal/davinci/issues/235)) ([cfabea4](https://github.com/toptal/davinci/commit/cfabea4))
995
+
996
+ # 0.1.0-alpha.1 (2020-02-06)
997
+
998
+ ### Features
999
+
1000
+ - **ci:** add davinci/ci pkg with pr-tests jenkinsfile ([#208](https://github.com/toptal/davinci/issues/208)) ([ec3eef1](https://github.com/toptal/davinci/commit/ec3eef1))