@spinnaker/docker 0.0.0-2025.1-0

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 (34) hide show
  1. package/CHANGELOG.md +1413 -0
  2. package/LICENSE.txt +203 -0
  3. package/dist/docker.module.d.ts +2 -0
  4. package/dist/image/DockerChartAndTagSelector.d.ts +74 -0
  5. package/dist/image/DockerImageAndTagSelector.d.ts +74 -0
  6. package/dist/image/DockerImageReader.d.ts +17 -0
  7. package/dist/image/DockerImageUtils.d.ts +10 -0
  8. package/dist/image/index.d.ts +3 -0
  9. package/dist/index.d.ts +2 -0
  10. package/dist/index.js +1570 -0
  11. package/dist/index.js.map +1 -0
  12. package/dist/pipeline/stages/bake/bakeExecutionDetails.controller.d.ts +2 -0
  13. package/dist/pipeline/stages/bake/dockerBakeStage.d.ts +2 -0
  14. package/dist/pipeline/trigger/DockerHelmOciTriggerConfig.d.ts +8 -0
  15. package/dist/pipeline/trigger/DockerTrigger.d.ts +1 -0
  16. package/dist/pipeline/trigger/DockerTriggerConfig.d.ts +8 -0
  17. package/dist/pipeline/trigger/DockerTriggerTemplate.d.ts +28 -0
  18. package/package.json +41 -0
  19. package/src/docker.module.ts +7 -0
  20. package/src/image/DockerChartAndTagSelector.tsx +735 -0
  21. package/src/image/DockerImageAndTagSelector.tsx +735 -0
  22. package/src/image/DockerImageReader.ts +75 -0
  23. package/src/image/DockerImageUtils.spec.ts +148 -0
  24. package/src/image/DockerImageUtils.ts +52 -0
  25. package/src/image/index.ts +3 -0
  26. package/src/index.ts +2 -0
  27. package/src/pipeline/stages/bake/bakeExecutionDetails.controller.js +36 -0
  28. package/src/pipeline/stages/bake/bakeExecutionDetails.html +47 -0
  29. package/src/pipeline/stages/bake/bakeStage.html +32 -0
  30. package/src/pipeline/stages/bake/dockerBakeStage.js +81 -0
  31. package/src/pipeline/trigger/DockerHelmOciTriggerConfig.tsx +39 -0
  32. package/src/pipeline/trigger/DockerTrigger.tsx +73 -0
  33. package/src/pipeline/trigger/DockerTriggerConfig.tsx +40 -0
  34. package/src/pipeline/trigger/DockerTriggerTemplate.tsx +259 -0
package/CHANGELOG.md ADDED
@@ -0,0 +1,1413 @@
1
+ # Change Log
2
+
3
+ All notable changes to this project will be documented in this file.
4
+ See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
+
6
+ ## [0.0.147](https://github.com/spinnaker/deck/compare/@spinnaker/docker@0.0.146...@spinnaker/docker@0.0.147) (2024-06-10)
7
+
8
+ **Note:** Version bump only for package @spinnaker/docker
9
+
10
+
11
+
12
+
13
+
14
+ ## [0.0.146](https://github.com/spinnaker/deck/compare/@spinnaker/docker@0.0.145...@spinnaker/docker@0.0.146) (2024-05-10)
15
+
16
+ **Note:** Version bump only for package @spinnaker/docker
17
+
18
+
19
+
20
+
21
+
22
+ ## [0.0.145](https://github.com/spinnaker/deck/compare/@spinnaker/docker@0.0.144...@spinnaker/docker@0.0.145) (2023-12-07)
23
+
24
+ **Note:** Version bump only for package @spinnaker/docker
25
+
26
+
27
+
28
+
29
+
30
+ ## [0.0.144](https://github.com/spinnaker/deck/compare/@spinnaker/docker@0.0.143...@spinnaker/docker@0.0.144) (2023-10-16)
31
+
32
+
33
+ ### Bug Fixes
34
+
35
+ * **publish:** set access config in deck libraries ([#10049](https://github.com/spinnaker/deck/issues/10049)) ([2a5ebe2](https://github.com/spinnaker/deck/commit/2a5ebe25662eeb9d41b5071749266bf9d6d51104))
36
+
37
+
38
+
39
+
40
+
41
+ ## [0.0.143](https://github.com/spinnaker/deck/compare/@spinnaker/docker@0.0.142...@spinnaker/docker@0.0.143) (2023-09-06)
42
+
43
+ **Note:** Version bump only for package @spinnaker/docker
44
+
45
+
46
+
47
+
48
+
49
+ ## [0.0.142](https://github.com/spinnaker/deck/compare/@spinnaker/docker@0.0.141...@spinnaker/docker@0.0.142) (2023-07-20)
50
+
51
+ **Note:** Version bump only for package @spinnaker/docker
52
+
53
+
54
+
55
+
56
+
57
+ ## [0.0.141](https://github.com/spinnaker/deck/compare/@spinnaker/docker@0.0.140...@spinnaker/docker@0.0.141) (2023-06-02)
58
+
59
+ **Note:** Version bump only for package @spinnaker/docker
60
+
61
+
62
+
63
+
64
+
65
+ ## [0.0.140](https://github.com/spinnaker/deck/compare/@spinnaker/docker@0.0.139...@spinnaker/docker@0.0.140) (2023-05-11)
66
+
67
+ **Note:** Version bump only for package @spinnaker/docker
68
+
69
+
70
+
71
+
72
+
73
+ ## [0.0.139](https://github.com/spinnaker/deck/compare/@spinnaker/docker@0.0.138...@spinnaker/docker@0.0.139) (2023-05-03)
74
+
75
+ **Note:** Version bump only for package @spinnaker/docker
76
+
77
+
78
+
79
+
80
+
81
+ ## [0.0.138](https://github.com/spinnaker/deck/compare/@spinnaker/docker@0.0.137...@spinnaker/docker@0.0.138) (2023-04-03)
82
+
83
+ **Note:** Version bump only for package @spinnaker/docker
84
+
85
+
86
+
87
+
88
+
89
+ ## [0.0.137](https://github.com/spinnaker/deck/compare/@spinnaker/docker@0.0.136...@spinnaker/docker@0.0.137) (2023-02-01)
90
+
91
+ **Note:** Version bump only for package @spinnaker/docker
92
+
93
+
94
+
95
+
96
+
97
+ ## [0.0.136](https://github.com/spinnaker/deck/compare/@spinnaker/docker@0.0.135...@spinnaker/docker@0.0.136) (2022-10-21)
98
+
99
+ **Note:** Version bump only for package @spinnaker/docker
100
+
101
+
102
+
103
+
104
+
105
+ ## [0.0.135](https://github.com/spinnaker/deck/compare/@spinnaker/docker@0.0.134...@spinnaker/docker@0.0.135) (2022-10-06)
106
+
107
+ **Note:** Version bump only for package @spinnaker/docker
108
+
109
+
110
+
111
+
112
+
113
+ ## [0.0.134](https://github.com/spinnaker/deck/compare/@spinnaker/docker@0.0.133...@spinnaker/docker@0.0.134) (2022-08-03)
114
+
115
+ **Note:** Version bump only for package @spinnaker/docker
116
+
117
+
118
+
119
+
120
+
121
+ ## [0.0.133](https://github.com/spinnaker/deck/compare/@spinnaker/docker@0.0.132...@spinnaker/docker@0.0.133) (2022-07-11)
122
+
123
+ **Note:** Version bump only for package @spinnaker/docker
124
+
125
+
126
+
127
+
128
+
129
+ ## [0.0.132](https://github.com/spinnaker/deck/compare/@spinnaker/docker@0.0.131...@spinnaker/docker@0.0.132) (2022-07-01)
130
+
131
+ **Note:** Version bump only for package @spinnaker/docker
132
+
133
+
134
+
135
+
136
+
137
+ ## [0.0.131](https://github.com/spinnaker/deck/compare/@spinnaker/docker@0.0.130...@spinnaker/docker@0.0.131) (2022-06-22)
138
+
139
+ **Note:** Version bump only for package @spinnaker/docker
140
+
141
+
142
+
143
+
144
+
145
+ ## [0.0.130](https://github.com/spinnaker/deck/compare/@spinnaker/docker@0.0.129...@spinnaker/docker@0.0.130) (2022-05-05)
146
+
147
+ **Note:** Version bump only for package @spinnaker/docker
148
+
149
+
150
+
151
+
152
+
153
+ ## [0.0.129](https://github.com/spinnaker/deck/compare/@spinnaker/docker@0.0.128...@spinnaker/docker@0.0.129) (2022-04-21)
154
+
155
+ **Note:** Version bump only for package @spinnaker/docker
156
+
157
+
158
+
159
+
160
+
161
+ ## [0.0.128](https://github.com/spinnaker/deck/compare/@spinnaker/docker@0.0.127...@spinnaker/docker@0.0.128) (2022-04-09)
162
+
163
+ **Note:** Version bump only for package @spinnaker/docker
164
+
165
+
166
+
167
+
168
+
169
+ ## [0.0.127](https://github.com/spinnaker/deck/compare/@spinnaker/docker@0.0.126...@spinnaker/docker@0.0.127) (2022-03-08)
170
+
171
+ **Note:** Version bump only for package @spinnaker/docker
172
+
173
+
174
+
175
+
176
+
177
+ ## [0.0.126](https://github.com/spinnaker/deck/compare/@spinnaker/docker@0.0.125...@spinnaker/docker@0.0.126) (2022-01-22)
178
+
179
+ **Note:** Version bump only for package @spinnaker/docker
180
+
181
+
182
+
183
+
184
+
185
+ ## [0.0.125](https://github.com/spinnaker/deck/compare/@spinnaker/docker@0.0.124...@spinnaker/docker@0.0.125) (2022-01-12)
186
+
187
+ **Note:** Version bump only for package @spinnaker/docker
188
+
189
+
190
+
191
+
192
+
193
+ ## [0.0.124](https://github.com/spinnaker/deck/compare/@spinnaker/docker@0.0.123...@spinnaker/docker@0.0.124) (2021-12-11)
194
+
195
+ **Note:** Version bump only for package @spinnaker/docker
196
+
197
+
198
+
199
+
200
+
201
+ ## [0.0.123](https://github.com/spinnaker/deck/compare/@spinnaker/docker@0.0.122...@spinnaker/docker@0.0.123) (2021-12-08)
202
+
203
+ **Note:** Version bump only for package @spinnaker/docker
204
+
205
+
206
+
207
+
208
+
209
+ ## [0.0.122](https://github.com/spinnaker/deck/compare/@spinnaker/docker@0.0.121...@spinnaker/docker@0.0.122) (2021-12-01)
210
+
211
+ **Note:** Version bump only for package @spinnaker/docker
212
+
213
+
214
+
215
+
216
+
217
+ ## [0.0.121](https://github.com/spinnaker/deck/compare/@spinnaker/docker@0.0.120...@spinnaker/docker@0.0.121) (2021-11-12)
218
+
219
+ **Note:** Version bump only for package @spinnaker/docker
220
+
221
+
222
+
223
+
224
+
225
+ ## [0.0.120](https://github.com/spinnaker/deck/compare/@spinnaker/docker@0.0.119...@spinnaker/docker@0.0.120) (2021-11-03)
226
+
227
+ **Note:** Version bump only for package @spinnaker/docker
228
+
229
+
230
+
231
+
232
+
233
+ ## [0.0.119](https://github.com/spinnaker/deck/compare/@spinnaker/docker@0.0.118...@spinnaker/docker@0.0.119) (2021-10-05)
234
+
235
+ **Note:** Version bump only for package @spinnaker/docker
236
+
237
+
238
+
239
+
240
+
241
+ ## [0.0.118](https://github.com/spinnaker/deck/compare/@spinnaker/docker@0.0.117...@spinnaker/docker@0.0.118) (2021-10-01)
242
+
243
+ **Note:** Version bump only for package @spinnaker/docker
244
+
245
+
246
+
247
+
248
+
249
+ ## [0.0.117](https://github.com/spinnaker/deck/compare/@spinnaker/docker@0.0.115...@spinnaker/docker@0.0.117) (2021-09-30)
250
+
251
+
252
+ ### Bug Fixes
253
+
254
+ * bump @types/react to 16.14.10 ([bb62b99](https://github.com/spinnaker/deck/commit/bb62b991514c2a81fbdf467c01f3ce7467f71718))
255
+
256
+
257
+
258
+
259
+
260
+ ## [0.0.116](https://github.com/spinnaker/deck/compare/@spinnaker/docker@0.0.115...@spinnaker/docker@0.0.116) (2021-09-30)
261
+
262
+
263
+ ### Bug Fixes
264
+
265
+ * bump @types/react to 16.14.10 ([bb62b99](https://github.com/spinnaker/deck/commit/bb62b991514c2a81fbdf467c01f3ce7467f71718))
266
+
267
+
268
+
269
+
270
+
271
+ ## [0.0.115](https://github.com/spinnaker/deck/compare/@spinnaker/docker@0.0.114...@spinnaker/docker@0.0.115) (2021-09-29)
272
+
273
+ **Note:** Version bump only for package @spinnaker/docker
274
+
275
+
276
+
277
+
278
+
279
+ ## [0.0.114](https://github.com/spinnaker/deck/compare/@spinnaker/docker@0.0.113...@spinnaker/docker@0.0.114) (2021-09-24)
280
+
281
+ **Note:** Version bump only for package @spinnaker/docker
282
+
283
+
284
+
285
+
286
+
287
+ ## [0.0.113](https://github.com/spinnaker/deck/compare/@spinnaker/docker@0.0.112...@spinnaker/docker@0.0.113) (2021-09-23)
288
+
289
+ **Note:** Version bump only for package @spinnaker/docker
290
+
291
+
292
+
293
+
294
+
295
+ ## [0.0.112](https://github.com/spinnaker/deck/compare/@spinnaker/docker@0.0.111...@spinnaker/docker@0.0.112) (2021-09-23)
296
+
297
+ **Note:** Version bump only for package @spinnaker/docker
298
+
299
+
300
+
301
+
302
+
303
+ ## [0.0.111](https://github.com/spinnaker/deck/compare/@spinnaker/docker@0.0.110...@spinnaker/docker@0.0.111) (2021-09-21)
304
+
305
+ **Note:** Version bump only for package @spinnaker/docker
306
+
307
+
308
+
309
+
310
+
311
+ ## [0.0.110](https://github.com/spinnaker/deck/compare/@spinnaker/docker@0.0.109...@spinnaker/docker@0.0.110) (2021-09-18)
312
+
313
+ **Note:** Version bump only for package @spinnaker/docker
314
+
315
+
316
+
317
+
318
+
319
+ ## [0.0.109](https://github.com/spinnaker/deck/compare/@spinnaker/docker@0.0.108...@spinnaker/docker@0.0.109) (2021-09-18)
320
+
321
+ **Note:** Version bump only for package @spinnaker/docker
322
+
323
+
324
+
325
+
326
+
327
+ ## [0.0.108](https://github.com/spinnaker/deck/compare/@spinnaker/docker@0.0.107...@spinnaker/docker@0.0.108) (2021-09-16)
328
+
329
+ **Note:** Version bump only for package @spinnaker/docker
330
+
331
+
332
+
333
+
334
+
335
+ ## [0.0.107](https://github.com/spinnaker/deck/compare/@spinnaker/docker@0.0.106...@spinnaker/docker@0.0.107) (2021-09-15)
336
+
337
+ **Note:** Version bump only for package @spinnaker/docker
338
+
339
+
340
+
341
+
342
+
343
+ ## [0.0.106](https://github.com/spinnaker/deck/compare/@spinnaker/docker@0.0.105...@spinnaker/docker@0.0.106) (2021-09-14)
344
+
345
+ **Note:** Version bump only for package @spinnaker/docker
346
+
347
+
348
+
349
+
350
+
351
+ ## [0.0.105](https://github.com/spinnaker/deck/compare/@spinnaker/docker@0.0.104...@spinnaker/docker@0.0.105) (2021-09-06)
352
+
353
+ **Note:** Version bump only for package @spinnaker/docker
354
+
355
+
356
+
357
+
358
+
359
+ ## [0.0.104](https://github.com/spinnaker/deck/compare/@spinnaker/docker@0.0.103...@spinnaker/docker@0.0.104) (2021-09-02)
360
+
361
+ **Note:** Version bump only for package @spinnaker/docker
362
+
363
+
364
+
365
+
366
+
367
+ ## [0.0.103](https://github.com/spinnaker/deck/compare/@spinnaker/docker@0.0.102...@spinnaker/docker@0.0.103) (2021-08-30)
368
+
369
+ **Note:** Version bump only for package @spinnaker/docker
370
+
371
+
372
+
373
+
374
+
375
+ ## [0.0.102](https://github.com/spinnaker/deck/compare/@spinnaker/docker@0.0.101...@spinnaker/docker@0.0.102) (2021-08-25)
376
+
377
+ **Note:** Version bump only for package @spinnaker/docker
378
+
379
+
380
+
381
+
382
+
383
+ ## [0.0.101](https://github.com/spinnaker/deck/compare/@spinnaker/docker@0.0.100...@spinnaker/docker@0.0.101) (2021-08-20)
384
+
385
+ **Note:** Version bump only for package @spinnaker/docker
386
+
387
+
388
+
389
+
390
+
391
+ ## [0.0.100](https://github.com/spinnaker/deck/compare/@spinnaker/docker@0.0.99...@spinnaker/docker@0.0.100) (2021-08-18)
392
+
393
+ **Note:** Version bump only for package @spinnaker/docker
394
+
395
+
396
+
397
+
398
+
399
+ ## [0.0.99](https://github.com/spinnaker/deck/compare/@spinnaker/docker@0.0.98...@spinnaker/docker@0.0.99) (2021-08-17)
400
+
401
+ **Note:** Version bump only for package @spinnaker/docker
402
+
403
+
404
+
405
+
406
+
407
+ ## [0.0.98](https://github.com/spinnaker/deck/compare/@spinnaker/docker@0.0.97...@spinnaker/docker@0.0.98) (2021-08-13)
408
+
409
+ **Note:** Version bump only for package @spinnaker/docker
410
+
411
+
412
+
413
+
414
+
415
+ ## [0.0.97](https://github.com/spinnaker/deck/compare/@spinnaker/docker@0.0.96...@spinnaker/docker@0.0.97) (2021-08-10)
416
+
417
+ **Note:** Version bump only for package @spinnaker/docker
418
+
419
+
420
+
421
+
422
+
423
+ ## [0.0.96](https://github.com/spinnaker/deck/compare/@spinnaker/docker@0.0.95...@spinnaker/docker@0.0.96) (2021-08-05)
424
+
425
+ **Note:** Version bump only for package @spinnaker/docker
426
+
427
+
428
+
429
+
430
+
431
+ ## [0.0.95](https://github.com/spinnaker/deck/compare/@spinnaker/docker@0.0.94...@spinnaker/docker@0.0.95) (2021-08-02)
432
+
433
+ **Note:** Version bump only for package @spinnaker/docker
434
+
435
+
436
+
437
+
438
+
439
+ ## [0.0.94](https://github.com/spinnaker/deck/compare/@spinnaker/docker@0.0.93...@spinnaker/docker@0.0.94) (2021-07-30)
440
+
441
+ **Note:** Version bump only for package @spinnaker/docker
442
+
443
+
444
+
445
+
446
+
447
+ ## [0.0.93](https://github.com/spinnaker/deck/compare/@spinnaker/docker@0.0.92...@spinnaker/docker@0.0.93) (2021-07-26)
448
+
449
+ **Note:** Version bump only for package @spinnaker/docker
450
+
451
+
452
+
453
+
454
+
455
+ ## [0.0.92](https://github.com/spinnaker/deck/compare/@spinnaker/docker@0.0.91...@spinnaker/docker@0.0.92) (2021-07-22)
456
+
457
+ **Note:** Version bump only for package @spinnaker/docker
458
+
459
+
460
+
461
+
462
+
463
+ ## [0.0.91](https://github.com/spinnaker/deck/compare/@spinnaker/docker@0.0.89...@spinnaker/docker@0.0.91) (2021-07-22)
464
+
465
+ **Note:** Version bump only for package @spinnaker/docker
466
+
467
+
468
+
469
+
470
+
471
+ ## [0.0.90](https://github.com/spinnaker/deck/compare/@spinnaker/docker@0.0.89...@spinnaker/docker@0.0.90) (2021-07-22)
472
+
473
+ **Note:** Version bump only for package @spinnaker/docker
474
+
475
+
476
+
477
+
478
+
479
+ ## [0.0.89](https://github.com/spinnaker/deck/compare/@spinnaker/docker@0.0.84...@spinnaker/docker@0.0.89) (2021-07-19)
480
+
481
+ **Note:** Version bump only for package @spinnaker/docker
482
+
483
+
484
+
485
+
486
+
487
+ ## [0.0.88](https://github.com/spinnaker/deck/compare/@spinnaker/docker@0.0.84...@spinnaker/docker@0.0.88) (2021-07-19)
488
+
489
+ **Note:** Version bump only for package @spinnaker/docker
490
+
491
+
492
+
493
+
494
+
495
+ ## [0.0.87](https://github.com/spinnaker/deck/compare/@spinnaker/docker@0.0.84...@spinnaker/docker@0.0.87) (2021-07-19)
496
+
497
+ **Note:** Version bump only for package @spinnaker/docker
498
+
499
+
500
+
501
+
502
+
503
+ ## [0.0.86](https://github.com/spinnaker/deck/compare/@spinnaker/docker@0.0.84...@spinnaker/docker@0.0.86) (2021-07-19)
504
+
505
+ **Note:** Version bump only for package @spinnaker/docker
506
+
507
+
508
+
509
+
510
+
511
+ ## [0.0.85](https://github.com/spinnaker/deck/compare/@spinnaker/docker@0.0.84...@spinnaker/docker@0.0.85) (2021-07-19)
512
+
513
+ **Note:** Version bump only for package @spinnaker/docker
514
+
515
+
516
+
517
+
518
+
519
+ ## 0.0.84 (2021-07-17)
520
+
521
+
522
+ ### Bug Fixes
523
+
524
+ * **publishing:** Auto approve instead of adding "ready to merge" label ([51f536c](https://github.com/spinnaker/deck/commit/51f536c275e77854d8f173aeec86412ffbd66b6d))
525
+
526
+
527
+
528
+
529
+
530
+
531
+ ## [0.0.82](https://www.github.com/spinnaker/deck/compare/c9370fe03fe69070afe6f66b826a9d9c7f7c3621...c563c332636672679dd58e95095c3577d1f728ff) (2021-07-01)
532
+
533
+
534
+ ### Changes
535
+
536
+ chore(docker): publish docker@0.0.82 ([c563c332](https://github.com/spinnaker/deck/commit/c563c332636672679dd58e95095c3577d1f728ff))
537
+ chore(build): Integrate with yarn workspaces ([e30e631b](https://github.com/spinnaker/deck/commit/e30e631b128bd1c8bfef3a48643ce0b4f9935f1d))
538
+
539
+
540
+
541
+ ## [0.0.81](https://www.github.com/spinnaker/deck/compare/8968d07f6dc93fdce85e0955792a53c6177c2c5a...c9370fe03fe69070afe6f66b826a9d9c7f7c3621) (2021-06-11)
542
+
543
+
544
+ ### Changes
545
+
546
+ chore(docker): publish docker@0.0.81 ([c9370fe0](https://github.com/spinnaker/deck/commit/c9370fe03fe69070afe6f66b826a9d9c7f7c3621))
547
+ fix(docker): Fix @types/angular version ([f8d60eeb](https://github.com/spinnaker/deck/commit/f8d60eeb89c3415f5de8f2a79e8f9644b2cca3d4))
548
+
549
+
550
+
551
+ ## [0.0.80](https://www.github.com/spinnaker/deck/compare/764675e8cf337658e75506d2f20c935a74f21455...8968d07f6dc93fdce85e0955792a53c6177c2c5a) (2021-06-11)
552
+
553
+
554
+ ### Changes
555
+
556
+ chore(docker): publish docker@0.0.80 ([8968d07f](https://github.com/spinnaker/deck/commit/8968d07f6dc93fdce85e0955792a53c6177c2c5a))
557
+ chore(bump): Upgrade @spinnaker/scripts ([db9f47df](https://github.com/spinnaker/deck/commit/db9f47df6eae4e87319586721c1dc95cc86290a9))
558
+
559
+
560
+
561
+ ## [0.0.79](https://www.github.com/spinnaker/deck/compare/98241720789989308a5ec60472c291665e567698...764675e8cf337658e75506d2f20c935a74f21455) (2021-06-11)
562
+
563
+
564
+ ### Changes
565
+
566
+ chore(docker): publish docker@0.0.79 ([764675e8](https://github.com/spinnaker/deck/commit/764675e8cf337658e75506d2f20c935a74f21455))
567
+ chore(bump): Upgrade core ([a042c02e](https://github.com/spinnaker/deck/commit/a042c02e9e692b3efb41cc95c54bb08dd020bb17))
568
+
569
+
570
+
571
+ ## [0.0.78](https://www.github.com/spinnaker/deck/compare/c111b22e06c0a687a499611cd3388957b43e5711...98241720789989308a5ec60472c291665e567698) (2021-06-09)
572
+
573
+
574
+ ### Changes
575
+
576
+ chore(docker): publish docker@0.0.78 ([98241720](https://github.com/spinnaker/deck/commit/98241720789989308a5ec60472c291665e567698))
577
+ chore(package-bump): Update core versions in amazon and docker ([9a9ff96a](https://github.com/spinnaker/deck/commit/9a9ff96a5f12b02759c6adbd6ee0d1fdf0d870fb))
578
+ refactor(packages): Migrate packages to make them independent ([9da3751a](https://github.com/spinnaker/deck/commit/9da3751a3b7420eb83ee6b589c1f73b12faed572))
579
+
580
+
581
+
582
+ ## [0.0.77](https://www.github.com/spinnaker/deck/compare/8fce8f459682a07fe2c05c753fb21e7e2dee684b...c111b22e06c0a687a499611cd3388957b43e5711) (2021-05-25)
583
+
584
+
585
+ ### Changes
586
+
587
+ chore(docker): publish docker@0.0.77 ([c111b22e](https://github.com/spinnaker/deck/commit/c111b22e06c0a687a499611cd3388957b43e5711))
588
+ fix(build): Revert independent package changes ([c067090d](https://github.com/spinnaker/deck/commit/c067090dcee79a52ac7788cfb2d939b80f52423b))
589
+
590
+
591
+
592
+ ## [0.0.76](https://www.github.com/spinnaker/deck/compare/d8b500094e17ec171dce60e63e1e38070a2cb215...8fce8f459682a07fe2c05c753fb21e7e2dee684b) (2021-05-24)
593
+
594
+
595
+ ### Changes
596
+
597
+ chore(docker): publish docker@0.0.76 ([8fce8f45](https://github.com/spinnaker/deck/commit/8fce8f459682a07fe2c05c753fb21e7e2dee684b))
598
+ chore(packages): Upgrade @spinnaker/scripts ([285c1942](https://github.com/spinnaker/deck/commit/285c19428b631318f51435f9972cafa71830dab4))
599
+
600
+
601
+
602
+ ## [0.0.75](https://www.github.com/spinnaker/deck/compare/bc39869dfbbf823b8ebacd35984e35fe3ed01217...d8b500094e17ec171dce60e63e1e38070a2cb215) (2021-05-22)
603
+
604
+
605
+ ### Changes
606
+
607
+ chore(docker): publish docker@0.0.75 ([d8b50009](https://github.com/spinnaker/deck/commit/d8b500094e17ec171dce60e63e1e38070a2cb215))
608
+ chore(package): Upgrade @spinnaker/scripts package ([26bc67df](https://github.com/spinnaker/deck/commit/26bc67dfb113842093a1d9b57c53ae0d7744e9b3))
609
+
610
+
611
+
612
+ ## [0.0.74](https://www.github.com/spinnaker/deck/compare/b4919ff55ee1bc75fd5335e26d54f510bf2a72a1...bc39869dfbbf823b8ebacd35984e35fe3ed01217) (2021-05-21)
613
+
614
+
615
+ ### Changes
616
+
617
+ chore(docker): publish docker@0.0.74 ([bc39869d](https://github.com/spinnaker/deck/commit/bc39869dfbbf823b8ebacd35984e35fe3ed01217))
618
+ chore(bump): Bump packages ([fcdc3f76](https://github.com/spinnaker/deck/commit/fcdc3f76605a73a138d9db8dfa5b54a77f1d128a))
619
+
620
+
621
+
622
+ ## [0.0.73](https://www.github.com/spinnaker/deck/compare/5018b18d8994da798101b0e3a3138cc85f0eee03...b4919ff55ee1bc75fd5335e26d54f510bf2a72a1) (2021-05-21)
623
+
624
+
625
+ ### Changes
626
+
627
+ chore(docker): publish docker@0.0.73 ([b4919ff5](https://github.com/spinnaker/deck/commit/b4919ff55ee1bc75fd5335e26d54f510bf2a72a1))
628
+ refactor(docker): Make docker package independent ([5a4247fb](https://github.com/spinnaker/deck/commit/5a4247fb146a96820fbcd5346b8c80ecbfe30bb2))
629
+
630
+
631
+
632
+ ## [0.0.72](https://www.github.com/spinnaker/deck/compare/36bc013df5317de3578aa34993e4d14fbb9ba665...5018b18d8994da798101b0e3a3138cc85f0eee03) (2021-04-29)
633
+
634
+
635
+ ### Changes
636
+
637
+ chore(docker): publish docker@0.0.72 ([5018b18d](https://github.com/spinnaker/deck/commit/5018b18d8994da798101b0e3a3138cc85f0eee03))
638
+ chore(rxjs): Remove now unused imports of Observable from 'rxjs' ([a4fc97f3](https://github.com/spinnaker/deck/commit/a4fc97f3abfa4395079e70c52e856dad4d0ecc68))
639
+ chore(rxjs): Run rxjs 5-to-6 migration tooling ([c11835cf](https://github.com/spinnaker/deck/commit/c11835cfef079d5d6af8dcfbafa4fe416a059a3e))
640
+
641
+
642
+
643
+ ## [0.0.71](https://www.github.com/spinnaker/deck/compare/023eac678adddaa7659910c77868999b18327f65...36bc013df5317de3578aa34993e4d14fbb9ba665) (2021-04-21)
644
+
645
+
646
+ ### Changes
647
+
648
+ chore(docker): publish docker@0.0.71 ([36bc013d](https://github.com/spinnaker/deck/commit/36bc013df5317de3578aa34993e4d14fbb9ba665))
649
+
650
+
651
+
652
+ ## [0.0.70](https://www.github.com/spinnaker/deck/compare/6fe49904a3e411ac5d1c7aedbbb5d191f35eba9a...023eac678adddaa7659910c77868999b18327f65) (2021-04-21)
653
+
654
+
655
+ ### Changes
656
+
657
+ chore(docker): publish docker@0.0.70 ([023eac67](https://github.com/spinnaker/deck/commit/023eac678adddaa7659910c77868999b18327f65))
658
+ Remove webpack modules + webpack consolidation [#9097](https://github.com/spinnaker/deck/pull/9097) ([00145566](https://github.com/spinnaker/deck/commit/001455667f2afb5c728737863f7365fc4fcbb76b))
659
+
660
+
661
+
662
+ ## [0.0.69](https://www.github.com/spinnaker/deck/compare/dcca8505b84f09dec56fe477eb6e4e30059cd4e3...6fe49904a3e411ac5d1c7aedbbb5d191f35eba9a) (2021-03-04)
663
+
664
+
665
+ ### Changes
666
+
667
+ chore(docker): publish docker@0.0.69 ([6fe49904](https://github.com/spinnaker/deck/commit/6fe49904a3e411ac5d1c7aedbbb5d191f35eba9a))
668
+ fix(docker): DockerImageAndTagSelector.tsx: do not setState when unmounted [#8958](https://github.com/spinnaker/deck/pull/8958) ([546e5b3d](https://github.com/spinnaker/deck/commit/546e5b3de517f4cfd58ab5bfc0db49cc1a29f1ad))
669
+
670
+
671
+
672
+ ## [0.0.68](https://www.github.com/spinnaker/deck/compare/610af4eb7c5225b2183551c9685b2fcc20a3ae4d...dcca8505b84f09dec56fe477eb6e4e30059cd4e3) (2021-02-22)
673
+
674
+
675
+ ### Changes
676
+
677
+ chore(docker): publish docker@0.0.68 ([dcca8505](https://github.com/spinnaker/deck/commit/dcca8505b84f09dec56fe477eb6e4e30059cd4e3))
678
+ chore(lint): Sort import statements ([cca56eaa](https://github.com/spinnaker/deck/commit/cca56eaaeeb412b7596c68a1260eefed7fbf6fed))
679
+
680
+
681
+
682
+ ## [0.0.67](https://www.github.com/spinnaker/deck/compare/9aeea1194dcb964a50d5fb9a6cf51a7f0c441cd5...610af4eb7c5225b2183551c9685b2fcc20a3ae4d) (2020-12-16)
683
+
684
+
685
+ ### Changes
686
+
687
+ chore(docker): publish docker@0.0.67 ([610af4eb](https://github.com/spinnaker/deck/commit/610af4eb7c5225b2183551c9685b2fcc20a3ae4d))
688
+ refactor(REST): Prefer REST('/foo/bar') over REST().path('foo', 'bar') ([1d4320a0](https://github.com/spinnaker/deck/commit/1d4320a08f73093483cbb93784e9115c236b1f8a))
689
+ refactor(api-deprecation): API is deprecated, switch to REST() ([97bfbf67](https://github.com/spinnaker/deck/commit/97bfbf67b5d359cc540918b62c99088ad82dfb1b))
690
+ refactor(api-deprecation): Prefer API.path('foo', 'bar') over API.path('foo').path('bar') ([39b08e72](https://github.com/spinnaker/deck/commit/39b08e72b4baef1063a3ab9b65584e6e4e73d3e2))
691
+ refactor(api-deprecation): Migrate from API.get(queryparams) to .query(queryparams).get() ([46db35b0](https://github.com/spinnaker/deck/commit/46db35b063b8c9b457f3f3675cd81a11a867c070))
692
+ refactor(api-deprecation): Migrate from API.one/all/withParams/getList() to path/query/get() ([587db3ab](https://github.com/spinnaker/deck/commit/587db3ab20040fb5c72fe48feb36eccd7d1f297a))
693
+
694
+
695
+
696
+ ## [0.0.66](https://www.github.com/spinnaker/deck/compare/7145dbfcf296f4f89a65b08900389d1b8c7cbf01...9aeea1194dcb964a50d5fb9a6cf51a7f0c441cd5) (2020-10-28)
697
+
698
+
699
+ ### Changes
700
+
701
+ chore(docker): publish docker@0.0.66 ([9aeea119](https://github.com/spinnaker/deck/commit/9aeea1194dcb964a50d5fb9a6cf51a7f0c441cd5))
702
+ fix(promiselike): Revert typeRoots tsconfig change, move types to src/types and add KLUDGE to expose them in the @spinnaker/core bundle ([a929d3fa](https://github.com/spinnaker/deck/commit/a929d3fa4db978aaf7b6d8ada12abc5b03403821))
703
+ chore(PromiseLike): Migrate remaining IPromise typings to PromiseLike ([2c0d0f68](https://github.com/spinnaker/deck/commit/2c0d0f6814689d93820eab4e97e5d89f98a61cc5))
704
+
705
+
706
+
707
+ ## [0.0.65](https://www.github.com/spinnaker/deck/compare/47a8002877ce304ce51f928214e6b3b60820fc6c...7145dbfcf296f4f89a65b08900389d1b8c7cbf01) (2020-10-28)
708
+
709
+
710
+ ### Changes
711
+
712
+ chore(docker): publish docker@0.0.65 ([7145dbfc](https://github.com/spinnaker/deck/commit/7145dbfcf296f4f89a65b08900389d1b8c7cbf01))
713
+ chore(docker/pipeline): Migrate from $q.all({}) to $q.all([]) ([d38ff76b](https://github.com/spinnaker/deck/commit/d38ff76bc2b54e04ca992ede3436bde5ae45a9c5))
714
+ chore(package): amazon@0.0.274 appengine@0.0.21 azure@0.0.259 cloudfoundry@0.0.105 core@0.0.522 docker@0.0.64 ecs@0.0.267 google@0.0.25 huaweicloud@0.0.7 kubernetes@0.0.53 oracle@0.0.14 tencentcloud@0.0.10 titus@0.0.149 [#8680](https://github.com/spinnaker/deck/pull/8680) ([47a80028](https://github.com/spinnaker/deck/commit/47a8002877ce304ce51f928214e6b3b60820fc6c))
715
+ chore(modules): Reformat package.json with prettier [#8679](https://github.com/spinnaker/deck/pull/8679) ([0b1e2977](https://github.com/spinnaker/deck/commit/0b1e29778521da03673dc2aff083e490164ce616))
716
+ Revert "chore(package): amazon@0.0.274 appengine@0.0.21 azure@0.0.259 cloudfoundry@0.0.105 core@0.0.522 docker@0.0.64 ecs@0.0.267 google@0.0.25 huaweicloud@0.0.7 kubernetes@0.0.53 oracle@0.0.14 tencentcloud@0.0.10 titus@0.0.149" [#8678](https://github.com/spinnaker/deck/pull/8678) ([a220af58](https://github.com/spinnaker/deck/commit/a220af588e194762757be534cce2d7ae9dc508d5))
717
+
718
+
719
+
720
+ ## [0.0.64](https://www.github.com/spinnaker/deck/compare/a220af588e194762757be534cce2d7ae9dc508d5...47a8002877ce304ce51f928214e6b3b60820fc6c) (2020-10-26)
721
+
722
+
723
+ ### Changes
724
+
725
+ chore(package): amazon@0.0.274 appengine@0.0.21 azure@0.0.259 cloudfoundry@0.0.105 core@0.0.522 docker@0.0.64 ecs@0.0.267 google@0.0.25 huaweicloud@0.0.7 kubernetes@0.0.53 oracle@0.0.14 tencentcloud@0.0.10 titus@0.0.149 [#8680](https://github.com/spinnaker/deck/pull/8680) ([47a80028](https://github.com/spinnaker/deck/commit/47a8002877ce304ce51f928214e6b3b60820fc6c))
726
+ chore(modules): Reformat package.json with prettier [#8679](https://github.com/spinnaker/deck/pull/8679) ([0b1e2977](https://github.com/spinnaker/deck/commit/0b1e29778521da03673dc2aff083e490164ce616))
727
+ Revert "chore(package): amazon@0.0.274 appengine@0.0.21 azure@0.0.259 cloudfoundry@0.0.105 core@0.0.522 docker@0.0.64 ecs@0.0.267 google@0.0.25 huaweicloud@0.0.7 kubernetes@0.0.53 oracle@0.0.14 tencentcloud@0.0.10 titus@0.0.149" [#8678](https://github.com/spinnaker/deck/pull/8678) ([a220af58](https://github.com/spinnaker/deck/commit/a220af588e194762757be534cce2d7ae9dc508d5))
728
+ chore(docker): publish docker@0.0.64 ([3207ad00](https://github.com/spinnaker/deck/commit/3207ad00ba4699aed8555ae74967dd2912098d90))
729
+ chore(PromiseLike): Migrate code from IPromise types to PromiseLike ([553be66f](https://github.com/spinnaker/deck/commit/553be66f1c2757e0bb5ecfd595986697f245c041))
730
+ feat(typescript): Add a new `app/types` typeRoot to all the tsconfig.json files providing `PromiseLike` and *.svg imports ([e622a534](https://github.com/spinnaker/deck/commit/e622a5348f614ee8615fab13082ac5f2fdd95960))
731
+ chore(package): In packages, do not use webpack to typecheck [#8670](https://github.com/spinnaker/deck/pull/8670) ([8b3c134d](https://github.com/spinnaker/deck/commit/8b3c134d1ab82610611a194917cf5958047e1cc3))
732
+ chore(package): use node_modules/.bin/* in module scripts, add 'build' script (the old 'lib' script) [#8668](https://github.com/spinnaker/deck/pull/8668) ([231f7818](https://github.com/spinnaker/deck/commit/231f7818895e7e2a12bb3591a2112559e07ee01d))
733
+
734
+
735
+
736
+ ## [0.0.63](https://www.github.com/spinnaker/deck/compare/3207ad00ba4699aed8555ae74967dd2912098d90...a220af588e194762757be534cce2d7ae9dc508d5) (2020-10-26)
737
+
738
+
739
+ ### Changes
740
+
741
+ Revert "chore(package): amazon@0.0.274 appengine@0.0.21 azure@0.0.259 cloudfoundry@0.0.105 core@0.0.522 docker@0.0.64 ecs@0.0.267 google@0.0.25 huaweicloud@0.0.7 kubernetes@0.0.53 oracle@0.0.14 tencentcloud@0.0.10 titus@0.0.149" [#8678](https://github.com/spinnaker/deck/pull/8678) ([a220af58](https://github.com/spinnaker/deck/commit/a220af588e194762757be534cce2d7ae9dc508d5))
742
+
743
+
744
+
745
+ ## [0.0.64](https://www.github.com/spinnaker/deck/compare/4b79b4d75628bc74b91b72980f0a5e8ba479335e...3207ad00ba4699aed8555ae74967dd2912098d90) (2020-10-26)
746
+
747
+
748
+ ### Changes
749
+
750
+ chore(package): amazon@0.0.274 appengine@0.0.21 azure@0.0.259 cloudfoundry@0.0.105 core@0.0.522 docker@0.0.64 ecs@0.0.267 google@0.0.25 huaweicloud@0.0.7 kubernetes@0.0.53 oracle@0.0.14 tencentcloud@0.0.10 titus@0.0.149 [#8680](https://github.com/spinnaker/deck/pull/8680) ([47a80028](https://github.com/spinnaker/deck/commit/47a8002877ce304ce51f928214e6b3b60820fc6c))
751
+ chore(modules): Reformat package.json with prettier [#8679](https://github.com/spinnaker/deck/pull/8679) ([0b1e2977](https://github.com/spinnaker/deck/commit/0b1e29778521da03673dc2aff083e490164ce616))
752
+ Revert "chore(package): amazon@0.0.274 appengine@0.0.21 azure@0.0.259 cloudfoundry@0.0.105 core@0.0.522 docker@0.0.64 ecs@0.0.267 google@0.0.25 huaweicloud@0.0.7 kubernetes@0.0.53 oracle@0.0.14 tencentcloud@0.0.10 titus@0.0.149" [#8678](https://github.com/spinnaker/deck/pull/8678) ([a220af58](https://github.com/spinnaker/deck/commit/a220af588e194762757be534cce2d7ae9dc508d5))
753
+ chore(docker): publish docker@0.0.64 ([3207ad00](https://github.com/spinnaker/deck/commit/3207ad00ba4699aed8555ae74967dd2912098d90))
754
+ chore(PromiseLike): Migrate code from IPromise types to PromiseLike ([553be66f](https://github.com/spinnaker/deck/commit/553be66f1c2757e0bb5ecfd595986697f245c041))
755
+ feat(typescript): Add a new `app/types` typeRoot to all the tsconfig.json files providing `PromiseLike` and *.svg imports ([e622a534](https://github.com/spinnaker/deck/commit/e622a5348f614ee8615fab13082ac5f2fdd95960))
756
+ chore(package): In packages, do not use webpack to typecheck [#8670](https://github.com/spinnaker/deck/pull/8670) ([8b3c134d](https://github.com/spinnaker/deck/commit/8b3c134d1ab82610611a194917cf5958047e1cc3))
757
+ chore(package): use node_modules/.bin/* in module scripts, add 'build' script (the old 'lib' script) [#8668](https://github.com/spinnaker/deck/pull/8668) ([231f7818](https://github.com/spinnaker/deck/commit/231f7818895e7e2a12bb3591a2112559e07ee01d))
758
+
759
+
760
+
761
+ ## [0.0.63](https://www.github.com/spinnaker/deck/compare/f216cc6556bff90033b28bbe7e9f94517ddaa270...4b79b4d75628bc74b91b72980f0a5e8ba479335e) (2020-10-12)
762
+
763
+
764
+ ### Changes
765
+
766
+ Revert "chore(package): amazon@0.0.274 appengine@0.0.21 azure@0.0.259 cloudfoundry@0.0.105 core@0.0.522 docker@0.0.64 ecs@0.0.267 google@0.0.25 huaweicloud@0.0.7 kubernetes@0.0.53 oracle@0.0.14 tencentcloud@0.0.10 titus@0.0.149" [#8678](https://github.com/spinnaker/deck/pull/8678) ([a220af58](https://github.com/spinnaker/deck/commit/a220af588e194762757be534cce2d7ae9dc508d5))
767
+ chore(docker): publish docker@0.0.64 ([3207ad00](https://github.com/spinnaker/deck/commit/3207ad00ba4699aed8555ae74967dd2912098d90))
768
+ chore(PromiseLike): Migrate code from IPromise types to PromiseLike ([553be66f](https://github.com/spinnaker/deck/commit/553be66f1c2757e0bb5ecfd595986697f245c041))
769
+ feat(typescript): Add a new `app/types` typeRoot to all the tsconfig.json files providing `PromiseLike` and *.svg imports ([e622a534](https://github.com/spinnaker/deck/commit/e622a5348f614ee8615fab13082ac5f2fdd95960))
770
+ chore(package): In packages, do not use webpack to typecheck [#8670](https://github.com/spinnaker/deck/pull/8670) ([8b3c134d](https://github.com/spinnaker/deck/commit/8b3c134d1ab82610611a194917cf5958047e1cc3))
771
+ chore(package): use node_modules/.bin/* in module scripts, add 'build' script (the old 'lib' script) [#8668](https://github.com/spinnaker/deck/pull/8668) ([231f7818](https://github.com/spinnaker/deck/commit/231f7818895e7e2a12bb3591a2112559e07ee01d))
772
+ chore(package): amazon@0.0.272 appengine@0.0.20 azure@0.0.258 cloudfoundry@0.0.104 core@0.0.519 docker@0.0.63 ecs@0.0.266 google@0.0.24 huaweicloud@0.0.6 kubernetes@0.0.52 oracle@0.0.12 tencentcloud@0.0.9 titus@0.0.148 [#8647](https://github.com/spinnaker/deck/pull/8647) ([4b79b4d7](https://github.com/spinnaker/deck/commit/4b79b4d75628bc74b91b72980f0a5e8ba479335e))
773
+ chore(prettier): Just Update Prettier™ [#8644](https://github.com/spinnaker/deck/pull/8644) ([8532bdd4](https://github.com/spinnaker/deck/commit/8532bdd4c08d59c38a0adde70ccac4f163c9dd97))
774
+
775
+
776
+
777
+ ## [0.0.62](https://www.github.com/spinnaker/deck/compare/5cdc7fa4494ada88702155bb91f80a0a16f3782e...f216cc6556bff90033b28bbe7e9f94517ddaa270) (2020-10-09)
778
+
779
+
780
+ ### Changes
781
+
782
+ Package bump amazon 0.0.271 azure 0.0.257 cloudfoundry 0.0.103 core 0.0.518 docker 0.0.62 google 0.0.23 oracle 0.0.11 tencentcloud 0.0.8 titus 0.0.147 [#8640](https://github.com/spinnaker/deck/pull/8640) ([f216cc65](https://github.com/spinnaker/deck/commit/f216cc6556bff90033b28bbe7e9f94517ddaa270))
783
+ chore(eslint): eslint --fix api-no-slashes [#8631](https://github.com/spinnaker/deck/pull/8631) ([fab1a0ad](https://github.com/spinnaker/deck/commit/fab1a0ad75200cca60dfb74455d99f332e3e376f))
784
+
785
+
786
+
787
+ ## [0.0.61](https://www.github.com/spinnaker/deck/compare/8aa1e3e514703fcf0b4bf7b06dffafe01e9c27ed...5cdc7fa4494ada88702155bb91f80a0a16f3782e) (2020-10-06)
788
+
789
+
790
+ ### Changes
791
+
792
+ chore(package): amazon@0.0.270 azure@0.0.256 cloudfoundry@0.0.102 core@0.0.517 docker@0.0.61 google@0.0.22 oracle@0.0.10 tencentcloud@0.0.7 [#8630](https://github.com/spinnaker/deck/pull/8630) ([5cdc7fa4](https://github.com/spinnaker/deck/commit/5cdc7fa4494ada88702155bb91f80a0a16f3782e))
793
+ Revert "fix(appname): encodeURIComponent for app name (#8586)" [#8627](https://github.com/spinnaker/deck/pull/8627) ([885cd169](https://github.com/spinnaker/deck/commit/885cd169ad0dca8e7e6683bc96d2c131af6b3a1e))
794
+
795
+
796
+
797
+ ## [0.0.60](https://www.github.com/spinnaker/deck/compare/ced77a7453a0ffab5a14c38943288138fdcb084b...8aa1e3e514703fcf0b4bf7b06dffafe01e9c27ed) (2020-10-05)
798
+
799
+
800
+ ### Changes
801
+
802
+ chore(package): amazon@0.0.269 azure@0.0.255 cloudfoundry@0.0.101 core@0.0.516 docker@0.0.60 google@0.0.21 oracle@0.0.9 tencentcloud@0.0.6 [#8624](https://github.com/spinnaker/deck/pull/8624) ([8aa1e3e5](https://github.com/spinnaker/deck/commit/8aa1e3e514703fcf0b4bf7b06dffafe01e9c27ed))
803
+ fix(appname): encodeURIComponent for app name [#8586](https://github.com/spinnaker/deck/pull/8586) ([f1bb04e8](https://github.com/spinnaker/deck/commit/f1bb04e867e68e53f4e4edb22192afbcd9715d5d))
804
+
805
+
806
+
807
+ ## [0.0.59](https://www.github.com/spinnaker/deck/compare/84377118d005024e6c6c0b542940fd958a59a4b6...ced77a7453a0ffab5a14c38943288138fdcb084b) (2020-08-25)
808
+
809
+
810
+ ### Changes
811
+
812
+ chore(package): publish amazon 0.0.263 appengine 0.0.15 azure 0.0.253 cloudfoundry 0.0.97 core 0.0.504 docker 0.0.59 ecs 0.0.261 google 0.0.19 huaweicloud 0.0.5 kubernetes 0.0.48 oracle 0.0.7 tencentcloud 0.0.4 titus 0.0.140 [#8520](https://github.com/spinnaker/deck/pull/8520) ([ced77a74](https://github.com/spinnaker/deck/commit/ced77a7453a0ffab5a14c38943288138fdcb084b))
813
+ chore(licenses): add license metadata to npm packages [#8512](https://github.com/spinnaker/deck/pull/8512) ([d4afa1bf](https://github.com/spinnaker/deck/commit/d4afa1bf2328cc91cf3195f810073b0b4726b3b5))
814
+
815
+
816
+
817
+ ## [0.0.58](https://www.github.com/spinnaker/deck/compare/e47310cb08dd3eeb2ccbe2dbfc7cde7cad4fa22b...84377118d005024e6c6c0b542940fd958a59a4b6) (2020-08-10)
818
+
819
+
820
+ ### Changes
821
+
822
+ chore(package): publish core 0.0.500 docker 0.0.58 google 0.0.17 [#8482](https://github.com/spinnaker/deck/pull/8482) ([84377118](https://github.com/spinnaker/deck/commit/84377118d005024e6c6c0b542940fd958a59a4b6))
823
+ fix(docker/tag): Make help content explicit for tag field by placing it below the field. ([138ef6d6](https://github.com/spinnaker/deck/commit/138ef6d641bb71c5369460bb3b378a13a7e90939))
824
+
825
+
826
+
827
+ ## [0.0.57](https://www.github.com/spinnaker/deck/compare/f227aa8ec00fffe63e39abc75b9c504180804623...e47310cb08dd3eeb2ccbe2dbfc7cde7cad4fa22b) (2020-07-28)
828
+
829
+
830
+ ### Changes
831
+
832
+ chore(package): publish amazon 0.0.259 core 0.0.494 docker 0.0.57 titus 0.0.138 [#8440](https://github.com/spinnaker/deck/pull/8440) ([e47310cb](https://github.com/spinnaker/deck/commit/e47310cb08dd3eeb2ccbe2dbfc7cde7cad4fa22b))
833
+
834
+
835
+
836
+ ## [0.0.56](https://www.github.com/spinnaker/deck/compare/68dad3a0f7a71de153e0ad180356808d90c6409f...f227aa8ec00fffe63e39abc75b9c504180804623) (2020-04-21)
837
+
838
+
839
+ ### Changes
840
+
841
+ chore(package): publish amazon 0.0.251 appengine 0.0.11 azure 0.0.251 cloudfoundry 0.0.96 core 0.0.472 docker 0.0.56 ecs 0.0.256 google 0.0.13 huaweicloud 0.0.4 kubernetes 0.0.37 oracle 0.0.6 titus 0.0.135 [#8196](https://github.com/spinnaker/deck/pull/8196) ([f227aa8e](https://github.com/spinnaker/deck/commit/f227aa8ec00fffe63e39abc75b9c504180804623))
842
+ feat(plugins): Consolidate typescript config (partially). Do not strip comments. [#8180](https://github.com/spinnaker/deck/pull/8180) ([4434d99c](https://github.com/spinnaker/deck/commit/4434d99c4b61704c5e53f356ff9f3b31d715e593))
843
+
844
+
845
+
846
+ ## [0.0.55](https://www.github.com/spinnaker/deck/compare/d956a2460bdfc301c0c9c9d93e5159ed8f00bfc8...68dad3a0f7a71de153e0ad180356808d90c6409f) (2020-04-14)
847
+
848
+
849
+ ### Changes
850
+
851
+ chore(package): publish core 0.0.471 docker 0.0.55 ecs 0.0.255 [#8168](https://github.com/spinnaker/deck/pull/8168) ([68dad3a0](https://github.com/spinnaker/deck/commit/68dad3a0f7a71de153e0ad180356808d90c6409f))
852
+ feat(docker): clarify searchability of docker tags on manual execution [#8147](https://github.com/spinnaker/deck/pull/8147) ([1dffe572](https://github.com/spinnaker/deck/commit/1dffe572653ccbb9f7eaa5a55dfbe3fab6016bc3))
853
+
854
+
855
+
856
+ ## [0.0.54](https://www.github.com/spinnaker/deck/compare/1be7efc1a10c1c8c14019d6de7d22cc6a37f6576...d956a2460bdfc301c0c9c9d93e5159ed8f00bfc8) (2020-03-20)
857
+
858
+
859
+ ### Changes
860
+
861
+ chore(package): publish appengine 0.0.10 azure 0.0.250 cloudfoundry 0.0.95 core 0.0.461 docker 0.0.54 ecs 0.0.253 google 0.0.11 huaweicloud 0.0.3 kubernetes 0.0.34 oracle 0.0.5 [#8064](https://github.com/spinnaker/deck/pull/8064) ([d956a246](https://github.com/spinnaker/deck/commit/d956a2460bdfc301c0c9c9d93e5159ed8f00bfc8))
862
+ refactor(svg): add SVGR loader for inlined react SVG support [#8055](https://github.com/spinnaker/deck/pull/8055) ([15e47a68](https://github.com/spinnaker/deck/commit/15e47a680a49f048860cd4a5a0688df16a0ce874))
863
+
864
+
865
+
866
+ ## [0.0.53](https://www.github.com/spinnaker/deck/compare/c8fb7afab15ac2adc6810c4c69e5dae0a9a22201...1be7efc1a10c1c8c14019d6de7d22cc6a37f6576) (2020-02-27)
867
+
868
+
869
+ ### Changes
870
+
871
+ chore: bump docker to 53 [#7975](https://github.com/spinnaker/deck/pull/7975) ([1be7efc1](https://github.com/spinnaker/deck/commit/1be7efc1a10c1c8c14019d6de7d22cc6a37f6576))
872
+ fix(docker): Fix handling Docker Image name with digest [#7896](https://github.com/spinnaker/deck/pull/7896) ([ebf2d364](https://github.com/spinnaker/deck/commit/ebf2d364fbe9a8989b7cab5dcbd74754ae16f740))
873
+
874
+
875
+
876
+ ## [0.0.52](https://www.github.com/spinnaker/deck/compare/8bf7e339e896522e78b4d7e34d9b1cbe8f614d05...c8fb7afab15ac2adc6810c4c69e5dae0a9a22201) (2020-02-08)
877
+
878
+
879
+ ### Changes
880
+
881
+ chore(package): bump core, amazon, docker, titus [#7856](https://github.com/spinnaker/deck/pull/7856) ([c8fb7afa](https://github.com/spinnaker/deck/commit/c8fb7afab15ac2adc6810c4c69e5dae0a9a22201))
882
+
883
+
884
+
885
+ ## [0.0.51](https://www.github.com/spinnaker/deck/compare/644d1ae834cacd6a1c40a08a8fecf450d87eb6a9...8bf7e339e896522e78b4d7e34d9b1cbe8f614d05) (2020-02-08)
886
+
887
+
888
+ ### Changes
889
+
890
+ chore(package): bump core to 447, amazon to 235, docker to 51, titus to 127 [#7851](https://github.com/spinnaker/deck/pull/7851) ([8bf7e339](https://github.com/spinnaker/deck/commit/8bf7e339e896522e78b4d7e34d9b1cbe8f614d05))
891
+ fix(packages): Preserve webpackIgnore comments when bundling for npm packages [#7850](https://github.com/spinnaker/deck/pull/7850) ([8b84eedb](https://github.com/spinnaker/deck/commit/8b84eedb2f2130fab2d261935de81a2157b2b00e))
892
+
893
+
894
+
895
+ ## [0.0.50](https://www.github.com/spinnaker/deck/compare/2bdf02b49cade9bdfc0d4316cd59b3d2e86ab8b7...644d1ae834cacd6a1c40a08a8fecf450d87eb6a9) (2020-01-08)
896
+
897
+
898
+ ### Changes
899
+
900
+ chore(docker): bump package to 0.0.50 [#7748](https://github.com/spinnaker/deck/pull/7748) ([644d1ae8](https://github.com/spinnaker/deck/commit/644d1ae834cacd6a1c40a08a8fecf450d87eb6a9))
901
+ chore(core): upgrade to latest prettier [#7713](https://github.com/spinnaker/deck/pull/7713) ([6291f858](https://github.com/spinnaker/deck/commit/6291f858cb111d9c65affeb82ddd840f05c57b65))
902
+ refactor(eslint): Fix all 'prefer-const' eslint rule violations ([90aa4775](https://github.com/spinnaker/deck/commit/90aa47754bc8815eb1bdfcceb4d05c9e1cdf325f))
903
+ refactor(eslint): Fix all 'no-var' eslint rule violations ([17487016](https://github.com/spinnaker/deck/commit/174870161a5a09ab7f15c74cb84d0f3e196cd7cb))
904
+ chore(eslint): remove tslint ([9400826b](https://github.com/spinnaker/deck/commit/9400826bcb119cf7681e1ce37092b9fdd8b76b1b))
905
+ refactor(angularjs): use ES6 to import angular - migrate from `const angular = require('angular')` to `import * as angular from 'angular'` - Where possible, migrate from `import angular from 'angular'; angular.module('asdf')` to `import { module } from 'angular'; module('asdf')` ([88b8f4ae](https://github.com/spinnaker/deck/commit/88b8f4ae0b9e96ac8d8dbdeff592f3787f0617cb))
906
+ refactor(angularjs): use ES6 imports for angularjs module deps - migrate from `require('@uirouter/angularjs').default` to import UIROUTER_ANGULARJS from '@uirouter/angularjs' - migrate from `require('angular-ui-bootstrap')` to import ANGULAR_UI_BOOTSTRAP from 'angular-ui-bootstrap' ([a076dc12](https://github.com/spinnaker/deck/commit/a076dc1280b56affcd30cdbea68a84fb7d5ba3f1))
907
+ refactor(angularjs): Import angularjs module dependencies by name - Migrate angularjs module dependencies to import the exported string identifier, not via require('module').name ([ac1c86eb](https://github.com/spinnaker/deck/commit/ac1c86ebbc72e6d2d83eb57d6710c6ae2651ecc0))
908
+ refactor(angularjs): Always export the ng module name, not the module itself ([784d64b6](https://github.com/spinnaker/deck/commit/784d64b66a6410e622803b4b0519f7050e9c5f82))
909
+ chore(typescript): Migrate most wildcard imports to javascript style imports - Migrate from "import * as foo from 'foo'" to "import foo from 'foo'" ([b6aabe18](https://github.com/spinnaker/deck/commit/b6aabe18a2c71f194087c01fd15ec369460f5e70))
910
+ feat(typescript): enable allowJs and allowSyntheticDefaultImports ([7ef58b6c](https://github.com/spinnaker/deck/commit/7ef58b6c122f9ce91eab95d5f444622a710ff968))
911
+ chore(tsconfig): standardize all tsconfig.json files to es2017 [#7656](https://github.com/spinnaker/deck/pull/7656) ([c1c4d423](https://github.com/spinnaker/deck/commit/c1c4d423a0af57c6a8faf135a7a7ee3eb76d5466))
912
+
913
+
914
+
915
+ ## [0.0.49](https://www.github.com/spinnaker/deck/compare/acaeeae4af71dcb80365927a61f0d1e16529f303...2bdf02b49cade9bdfc0d4316cd59b3d2e86ab8b7) (2019-10-28)
916
+
917
+
918
+ ### Changes
919
+
920
+ chore(docker): Bump version to 0.0.49 ([2bdf02b4](https://github.com/spinnaker/deck/commit/2bdf02b49cade9bdfc0d4316cd59b3d2e86ab8b7))
921
+ feat(rosco): Allow optional roscoDetailUrl for roscoMode bakes [#7575](https://github.com/spinnaker/deck/pull/7575) ([dae00c87](https://github.com/spinnaker/deck/commit/dae00c87adc5e69ac232a2145d35e73072cf5766))
922
+
923
+
924
+
925
+ ## [0.0.48](https://www.github.com/spinnaker/deck/compare/e945351049c3da83570b4a9a24e91b02658ab240...acaeeae4af71dcb80365927a61f0d1e16529f303) (2019-10-28)
926
+
927
+
928
+ ### Changes
929
+
930
+ chore(docker): Bump version to 0.0.48 ([acaeeae4](https://github.com/spinnaker/deck/commit/acaeeae4af71dcb80365927a61f0d1e16529f303))
931
+ fix(triggers): do not allow manual definition of docker image in trigger [#7561](https://github.com/spinnaker/deck/pull/7561) ([17232e69](https://github.com/spinnaker/deck/commit/17232e6942d81386322556f4be0753b8615837ed))
932
+
933
+
934
+
935
+ ## [0.0.47](https://www.github.com/spinnaker/deck/compare/9b09decf80d96fa6bb201da41b13f98cfdaf8343...e945351049c3da83570b4a9a24e91b02658ab240) (2019-10-15)
936
+
937
+
938
+ ### Changes
939
+
940
+ chore(docker): Bump version to 0.0.47 ([e9453510](https://github.com/spinnaker/deck/commit/e945351049c3da83570b4a9a24e91b02658ab240))
941
+ fix(docker,titus): re-align digest field on image + tag selector [#7526](https://github.com/spinnaker/deck/pull/7526) ([c7feedd6](https://github.com/spinnaker/deck/commit/c7feedd666342a0cc00b7ff913f3cc405ad80814))
942
+
943
+
944
+
945
+ ## [0.0.46](https://www.github.com/spinnaker/deck/compare/5e9173a449ddce72457898309dda0edc7ed35fb5...9b09decf80d96fa6bb201da41b13f98cfdaf8343) (2019-10-07)
946
+
947
+
948
+ ### Changes
949
+
950
+ chore(docker): Bump version to 0.0.46 ([9b09decf](https://github.com/spinnaker/deck/commit/9b09decf80d96fa6bb201da41b13f98cfdaf8343))
951
+ fix(core): Separate how config and plans are updated, add tests [#7491](https://github.com/spinnaker/deck/pull/7491) ([2ef87886](https://github.com/spinnaker/deck/commit/2ef878860df5d9c2135ff68400fa57fab3e17cc0))
952
+ feat(core/presentation): Migrate ValidationMessage to new CSS styles [#7481](https://github.com/spinnaker/deck/pull/7481) ([3c08b388](https://github.com/spinnaker/deck/commit/3c08b388e6a00d4c9d14ad9babeb857e99d3d0e2))
953
+
954
+
955
+
956
+ ## [0.0.45](https://www.github.com/spinnaker/deck/compare/bba9ee2d6aad560427c2d55d473e3bf1172b7648...5e9173a449ddce72457898309dda0edc7ed35fb5) (2019-08-07)
957
+
958
+
959
+ ### Changes
960
+
961
+ chore(docker): Bump version to 0.0.45 ([5e9173a4](https://github.com/spinnaker/deck/commit/5e9173a449ddce72457898309dda0edc7ed35fb5))
962
+ refactor(core/pipeline): Migrate triggers to formik. Fetch data with react hooks. ([9a37c5d5](https://github.com/spinnaker/deck/commit/9a37c5d522ed02b93033c2d59af54f855f225d42))
963
+ feat(*/pipeline): Remove the concept of default stage timeouts, rename option [#7286](https://github.com/spinnaker/deck/pull/7286) ([abac63ce](https://github.com/spinnaker/deck/commit/abac63ce5c88b809fcf5ed1509136fe96489a051))
964
+
965
+
966
+
967
+ ## [0.0.44](https://www.github.com/spinnaker/deck/compare/4422b34071224020b983b4c8a56fc8dd043f3e4f...bba9ee2d6aad560427c2d55d473e3bf1172b7648) (2019-07-26)
968
+
969
+
970
+ ### Changes
971
+
972
+ chore(docker): Bump version to 0.0.44 ([bba9ee2d](https://github.com/spinnaker/deck/commit/bba9ee2d6aad560427c2d55d473e3bf1172b7648))
973
+ fix(core): remove the logic to initialize after props change [#7271](https://github.com/spinnaker/deck/pull/7271) ([592392f9](https://github.com/spinnaker/deck/commit/592392f9bbbaba6b2a76e4cbaa10cb83fa887eed))
974
+ refactor(core/pipeline): Remove TriggerFieldLayout and BaseTrigger - Switch from TriggerFieldLayout to StandardFieldLayout - Switch to rendering Trigger description inside the dropdown ([d60b3bcf](https://github.com/spinnaker/deck/commit/d60b3bcf585a9d72970aeff4ebf6cd9bdc91fcde))
975
+ refactor(core): reactify notification and manual execution modal [#7075](https://github.com/spinnaker/deck/pull/7075) ([71a4d9ea](https://github.com/spinnaker/deck/commit/71a4d9ea3af6aa52bbd65dbe89555df089dbb15d))
976
+
977
+
978
+
979
+ ## [0.0.43](https://www.github.com/spinnaker/deck/compare/ce194afac6673ffb49f1413bfc368ef12308df58...4422b34071224020b983b4c8a56fc8dd043f3e4f) (2019-06-28)
980
+
981
+
982
+ ### Changes
983
+
984
+ Bump package core to 0.0.380 and docker to 0.0.43 and amazon to 0.0.198 and titus to 0.0.100 [#7163](https://github.com/spinnaker/deck/pull/7163) ([4422b340](https://github.com/spinnaker/deck/commit/4422b34071224020b983b4c8a56fc8dd043f3e4f))
985
+ feat(docker): allow extra inline help on tag selector [#7143](https://github.com/spinnaker/deck/pull/7143) ([e08e36f5](https://github.com/spinnaker/deck/commit/e08e36f58edc81ee3143a08a57834bfd6c420d6f))
986
+
987
+
988
+
989
+ ## [0.0.42](https://www.github.com/spinnaker/deck/compare/63e1f9e667ce46310503689511834d097d27aedd...ce194afac6673ffb49f1413bfc368ef12308df58) (2019-06-25)
990
+
991
+
992
+ ### Changes
993
+
994
+ Bump package core to 0.0.377 and docker to 0.0.42 and amazon to 0.0.194 [#7150](https://github.com/spinnaker/deck/pull/7150) ([ce194afa](https://github.com/spinnaker/deck/commit/ce194afac6673ffb49f1413bfc368ef12308df58))
995
+ fix(docker): Allow auto-switch to manual entry when refreshing images [#7120](https://github.com/spinnaker/deck/pull/7120) ([83580106](https://github.com/spinnaker/deck/commit/83580106cd707a5a4de244f117d0a249e39ec5af))
996
+
997
+
998
+
999
+ ## [0.0.41](https://www.github.com/spinnaker/deck/compare/ec7eb0f1a8c31b7dab7c0888e016b3a40c228bb9...63e1f9e667ce46310503689511834d097d27aedd) (2019-05-28)
1000
+
1001
+
1002
+ ### Changes
1003
+
1004
+ Bump package core to 0.0.373 and docker to 0.0.41 and titus to 0.0.98 [#7066](https://github.com/spinnaker/deck/pull/7066) ([63e1f9e6](https://github.com/spinnaker/deck/commit/63e1f9e667ce46310503689511834d097d27aedd))
1005
+ fix(docker): Fixed imageId parsing and digest support [#7053](https://github.com/spinnaker/deck/pull/7053) ([59259a91](https://github.com/spinnaker/deck/commit/59259a91cee44f88d2559b2728a889919a635853))
1006
+
1007
+
1008
+
1009
+ ## [0.0.40](https://www.github.com/spinnaker/deck/compare/52c637b446c5bc8732a927a42d1e18a914b4e688...ec7eb0f1a8c31b7dab7c0888e016b3a40c228bb9) (2019-05-21)
1010
+
1011
+
1012
+ ### Changes
1013
+
1014
+ Bump package core to 0.0.371 and docker to 0.0.40 and amazon to 0.0.191 [#7041](https://github.com/spinnaker/deck/pull/7041) ([ec7eb0f1](https://github.com/spinnaker/deck/commit/ec7eb0f1a8c31b7dab7c0888e016b3a40c228bb9))
1015
+ fix(docker): Stop losing manually defined imageId [#7037](https://github.com/spinnaker/deck/pull/7037) ([bd7c5b6a](https://github.com/spinnaker/deck/commit/bd7c5b6ac49d7aef2ca17bfd7c71c19999bc6712))
1016
+
1017
+
1018
+
1019
+ ## [0.0.39](https://www.github.com/spinnaker/deck/compare/ff7d8e2e60492b7d737969f9711a1cadb868c349...52c637b446c5bc8732a927a42d1e18a914b4e688) (2019-05-15)
1020
+
1021
+
1022
+ ### Changes
1023
+
1024
+ Bump package core to 0.0.365 and docker to 0.0.39 [#6997](https://github.com/spinnaker/deck/pull/6997) ([52c637b4](https://github.com/spinnaker/deck/commit/52c637b446c5bc8732a927a42d1e18a914b4e688))
1025
+ refactor(core): Convert most triggers from angular to react ([c8590ff9](https://github.com/spinnaker/deck/commit/c8590ff994d70e0a0a03bc71381bfebe847fc030))
1026
+
1027
+
1028
+
1029
+ ## [0.0.38](https://www.github.com/spinnaker/deck/compare/647d7c7ad6c4b6a4fd4a55bd86195ae84ab82fce...ff7d8e2e60492b7d737969f9711a1cadb868c349) (2019-04-29)
1030
+
1031
+
1032
+ ### Changes
1033
+
1034
+ Bump package core to 0.0.356 and docker to 0.0.38 and amazon to 0.0.187 [#6910](https://github.com/spinnaker/deck/pull/6910) ([ff7d8e2e](https://github.com/spinnaker/deck/commit/ff7d8e2e60492b7d737969f9711a1cadb868c349))
1035
+ chore(*): Remove YOLO [#6900](https://github.com/spinnaker/deck/pull/6900) ([2bd7df18](https://github.com/spinnaker/deck/commit/2bd7df1867bd39ed239aba0afefcc464bffdd0f8))
1036
+
1037
+
1038
+
1039
+ ## [0.0.37](https://www.github.com/spinnaker/deck/compare/2abfe4ff8e4d1ecd651a4d0e8267e6f1dcae62b2...647d7c7ad6c4b6a4fd4a55bd86195ae84ab82fce) (2019-04-23)
1040
+
1041
+
1042
+ ### Changes
1043
+
1044
+ Bump package [#6875](https://github.com/spinnaker/deck/pull/6875) ([647d7c7a](https://github.com/spinnaker/deck/commit/647d7c7ad6c4b6a4fd4a55bd86195ae84ab82fce))
1045
+ fix(docker): Fix subscription leak in DockerTriggerTemplate [#6874](https://github.com/spinnaker/deck/pull/6874) ([33309a47](https://github.com/spinnaker/deck/commit/33309a4752e225d7074b9d9fa4ea85e52c9ceb18))
1046
+
1047
+
1048
+
1049
+ ## [0.0.36](https://www.github.com/spinnaker/deck/compare/55a7fdbedae4b48bf78c9ecf5da8648e8d0b596e...2abfe4ff8e4d1ecd651a4d0e8267e6f1dcae62b2) (2019-04-16)
1050
+
1051
+
1052
+ ### Changes
1053
+
1054
+ Bump package core to 0.0.351 and docker to 0.0.36 and amazon to 0.0.185 and titus to 0.0.87 [#6855](https://github.com/spinnaker/deck/pull/6855) ([2abfe4ff](https://github.com/spinnaker/deck/commit/2abfe4ff8e4d1ecd651a4d0e8267e6f1dcae62b2))
1055
+ fix(triggers): Remove RunAsUser if pipeline permissions enabled for react triggers. [#6818](https://github.com/spinnaker/deck/pull/6818) ([d7e860c9](https://github.com/spinnaker/deck/commit/d7e860c92b1151aea30baf31d286f4406eb4bdfd))
1056
+
1057
+
1058
+
1059
+ ## [0.0.35](https://www.github.com/spinnaker/deck/compare/2b2ccff259cedc559b6aad5e0cc16f072a551a8a...55a7fdbedae4b48bf78c9ecf5da8648e8d0b596e) (2019-02-21)
1060
+
1061
+
1062
+ ### Changes
1063
+
1064
+ chore(docker): Bump version to 0.0.35 ([55a7fdbe](https://github.com/spinnaker/deck/commit/55a7fdbedae4b48bf78c9ecf5da8648e8d0b596e))
1065
+ chore(prettier): Just Use Prettier™ [#6600](https://github.com/spinnaker/deck/pull/6600) ([7d5fc346](https://github.com/spinnaker/deck/commit/7d5fc346bca54c5d53f9eb46d823cd993c102058))
1066
+ fix(html): Fix various invalid HTML [#6597](https://github.com/spinnaker/deck/pull/6597) ([64fb4892](https://github.com/spinnaker/deck/commit/64fb4892ee3e7114eccb8f6acc9d84ae652f1af3))
1067
+
1068
+
1069
+
1070
+ ## [0.0.34](https://www.github.com/spinnaker/deck/compare/6cd6042fabc17724911ca4797727a6638d8609ad...2b2ccff259cedc559b6aad5e0cc16f072a551a8a) (2019-02-21)
1071
+
1072
+
1073
+ ### Changes
1074
+
1075
+ Bump package core to 0.0.337 and docker to 0.0.34 and amazon to 0.0.175 and titus to 0.0.75 [#6593](https://github.com/spinnaker/deck/pull/6593) ([2b2ccff2](https://github.com/spinnaker/deck/commit/2b2ccff259cedc559b6aad5e0cc16f072a551a8a))
1076
+ chore(prettier): Just Use Prettier™ ([b6bab1e1](https://github.com/spinnaker/deck/commit/b6bab1e16bb46697fec347cd30934f00fb2e9807))
1077
+ chore(angularjs): Explicitly annotate all AngularJS injection points ([f3fd790e](https://github.com/spinnaker/deck/commit/f3fd790e20a4c3056edcb2c41282517e1cf35004))
1078
+ fix(eslint): Fix eslint warnings for @typescript-eslint/ban-types ([aa4e8df6](https://github.com/spinnaker/deck/commit/aa4e8df647185b5aa1338c4da2871dbe74fbab40))
1079
+
1080
+
1081
+
1082
+ ## [0.0.33](https://www.github.com/spinnaker/deck/compare/60f4f345d5b4c3f1fb9ec1ae013f3a6cc48e0297...6cd6042fabc17724911ca4797727a6638d8609ad) (2019-02-07)
1083
+
1084
+
1085
+ ### Changes
1086
+
1087
+ Bump package core to 0.0.328 and docker to 0.0.33 and amazon to 0.0.167 and titus to 0.0.73 [#6507](https://github.com/spinnaker/deck/pull/6507) ([6cd6042f](https://github.com/spinnaker/deck/commit/6cd6042fabc17724911ca4797727a6638d8609ad))
1088
+ chore(webpack): Switch to TerserPlugin. Split bundles into ~5mb chunks ([a35088ab](https://github.com/spinnaker/deck/commit/a35088ab28cc3b25c9e6731f6fb70bf7d0e14ef0))
1089
+
1090
+
1091
+
1092
+ ## [0.0.32](https://www.github.com/spinnaker/deck/compare/1bd15760e11260a5c05c555251951e696600f0f9...60f4f345d5b4c3f1fb9ec1ae013f3a6cc48e0297) (2019-02-05)
1093
+
1094
+
1095
+ ### Changes
1096
+
1097
+ Bump package core to 0.0.325 and docker to 0.0.32 and amazon to 0.0.165 and titus to 0.0.71 [#6491](https://github.com/spinnaker/deck/pull/6491) ([60f4f345](https://github.com/spinnaker/deck/commit/60f4f345d5b4c3f1fb9ec1ae013f3a6cc48e0297))
1098
+ refactor(core): modularize execution status display on executions [#6489](https://github.com/spinnaker/deck/pull/6489) ([bc9a14ba](https://github.com/spinnaker/deck/commit/bc9a14ba64b0f5812f17d09114ddb22aa3f26633))
1099
+ chore(typescript): Switch module from 'commonjs' to 'esnext' to emit raw dynamic 'import()' ([5c49dd2a](https://github.com/spinnaker/deck/commit/5c49dd2ab3c4226295a7e8041c25dabdbeee6a2c))
1100
+ chore(package): Add .npmignore to all packages ([0451046c](https://github.com/spinnaker/deck/commit/0451046c241b450ae4b05df0b67b61758c16acce))
1101
+
1102
+
1103
+
1104
+ ## [0.0.31](https://www.github.com/spinnaker/deck/compare/699c99827d2435dda6b0e135a2d1db7930363567...1bd15760e11260a5c05c555251951e696600f0f9) (2019-01-27)
1105
+
1106
+
1107
+ ### Changes
1108
+
1109
+ Bump package core to 0.0.319 and docker to 0.0.31 and amazon to 0.0.159 and titus to 0.0.68 [#6436](https://github.com/spinnaker/deck/pull/6436) ([1bd15760](https://github.com/spinnaker/deck/commit/1bd15760e11260a5c05c555251951e696600f0f9))
1110
+ refactor(*): Don't use js or ts file extension in require() ([35be1f08](https://github.com/spinnaker/deck/commit/35be1f0872f5958514c920ee97510d36484e33eb))
1111
+
1112
+
1113
+
1114
+ ## [0.0.30](https://www.github.com/spinnaker/deck/compare/478936eb234c71dbd94a1fa69a148945b69b283e...699c99827d2435dda6b0e135a2d1db7930363567) (2019-01-15)
1115
+
1116
+
1117
+ ### Changes
1118
+
1119
+ chore(docker): Bump version to 0.0.30 [#6375](https://github.com/spinnaker/deck/pull/6375) ([699c9982](https://github.com/spinnaker/deck/commit/699c99827d2435dda6b0e135a2d1db7930363567))
1120
+ fix(docker): Show the tag not found warning more smarterly [#6354](https://github.com/spinnaker/deck/pull/6354) ([ecb9fe87](https://github.com/spinnaker/deck/commit/ecb9fe87476d87f0d175e2a2b53d92a5f000fe9a))
1121
+
1122
+
1123
+
1124
+ ## [0.0.29](https://www.github.com/spinnaker/deck/compare/7ea825d6641af7dd63dd9cab6a1e1a7591ac3614...478936eb234c71dbd94a1fa69a148945b69b283e) (2019-01-10)
1125
+
1126
+
1127
+ ### Changes
1128
+
1129
+ Bump package core to 0.0.309 and docker to 0.0.29 and amazon to 0.0.150 and titus to 0.0.66 [#6343](https://github.com/spinnaker/deck/pull/6343) ([478936eb](https://github.com/spinnaker/deck/commit/478936eb234c71dbd94a1fa69a148945b69b283e))
1130
+ fix(docker): Do not clear an existing imageId even if fields cannot be found in registry [#6342](https://github.com/spinnaker/deck/pull/6342) ([aefc576d](https://github.com/spinnaker/deck/commit/aefc576d60cf062fab77ea1b3cdc6a704d27e13f))
1131
+
1132
+
1133
+
1134
+ ## [0.0.28](https://www.github.com/spinnaker/deck/compare/e9614bd4ccfe06aba1061eaca7c5137586896cb2...7ea825d6641af7dd63dd9cab6a1e1a7591ac3614) (2019-01-08)
1135
+
1136
+
1137
+ ### Changes
1138
+
1139
+ Bump package core to 0.0.306 and docker to 0.0.28 [#6332](https://github.com/spinnaker/deck/pull/6332) ([7ea825d6](https://github.com/spinnaker/deck/commit/7ea825d6641af7dd63dd9cab6a1e1a7591ac3614))
1140
+ fix(core): disable manual executions while trigger data loads [#6301](https://github.com/spinnaker/deck/pull/6301) ([80091f10](https://github.com/spinnaker/deck/commit/80091f10fd38d6ae40c4b024fcb67ffe2b0f71cc))
1141
+
1142
+
1143
+
1144
+ ## [0.0.27](https://www.github.com/spinnaker/deck/compare/034a7ed71402f7a644ce5a5bf5f69c4851835f6b...e9614bd4ccfe06aba1061eaca7c5137586896cb2) (2018-12-12)
1145
+
1146
+
1147
+ ### Changes
1148
+
1149
+ chore(docker): Bump version to 0.0.27 [#6189](https://github.com/spinnaker/deck/pull/6189) ([e9614bd4](https://github.com/spinnaker/deck/commit/e9614bd4ccfe06aba1061eaca7c5137586896cb2))
1150
+ fix(docker): Make sure to preselect define type for image selector [#6188](https://github.com/spinnaker/deck/pull/6188) ([adc4be11](https://github.com/spinnaker/deck/commit/adc4be1196681daef5433b5b2d7a1c0c6d784c26))
1151
+
1152
+
1153
+
1154
+ ## [0.0.26](https://www.github.com/spinnaker/deck/compare/a2d9e01aeaee8bdc45232218e78937097062632d...034a7ed71402f7a644ce5a5bf5f69c4851835f6b) (2018-12-12)
1155
+
1156
+
1157
+ ### Changes
1158
+
1159
+ chore(docker): Bump version to 0.0.26 [#6184](https://github.com/spinnaker/deck/pull/6184) ([034a7ed7](https://github.com/spinnaker/deck/commit/034a7ed71402f7a644ce5a5bf5f69c4851835f6b))
1160
+ feat(docker): Support inputting image id directly ([b8c37a30](https://github.com/spinnaker/deck/commit/b8c37a30fabb3adc11c2c0267501d1ceb4c9ebdc))
1161
+ fix(docker): Allow image id to be an expression [#6181](https://github.com/spinnaker/deck/pull/6181) ([55dcd61b](https://github.com/spinnaker/deck/commit/55dcd61bc862b1c1a250a9402d9203bc81738a4f))
1162
+
1163
+
1164
+
1165
+ ## [0.0.25](https://www.github.com/spinnaker/deck/compare/dfd67288664f18e8eb334f3f48efcc2e63725103...a2d9e01aeaee8bdc45232218e78937097062632d) (2018-12-07)
1166
+
1167
+
1168
+ ### Changes
1169
+
1170
+ chore(docker): Bump version to 0.0.25 ([a2d9e01a](https://github.com/spinnaker/deck/commit/a2d9e01aeaee8bdc45232218e78937097062632d))
1171
+ chore(*): Add core alias to module tsconfigs ([6b8188bb](https://github.com/spinnaker/deck/commit/6b8188bb54ea2e70987841079a8aff7debd8bd66))
1172
+
1173
+
1174
+
1175
+ ## [0.0.24](https://www.github.com/spinnaker/deck/compare/182415b78c39aae478b746c32897794391e2c2e5...dfd67288664f18e8eb334f3f48efcc2e63725103) (2018-12-03)
1176
+
1177
+
1178
+ ### Changes
1179
+
1180
+ Package bump [#6130](https://github.com/spinnaker/deck/pull/6130) ([dfd67288](https://github.com/spinnaker/deck/commit/dfd67288664f18e8eb334f3f48efcc2e63725103))
1181
+ feat(docker): Add help text to digest field [#6111](https://github.com/spinnaker/deck/pull/6111) ([132ca646](https://github.com/spinnaker/deck/commit/132ca646dfb9a9cacfcb3f2dd23bfc680bc9adc2))
1182
+
1183
+
1184
+
1185
+ ## [0.0.23](https://www.github.com/spinnaker/deck/compare/c14b7265cb820a905d1c1bb29443549e46079da2...182415b78c39aae478b746c32897794391e2c2e5) (2018-11-28)
1186
+
1187
+
1188
+ ### Changes
1189
+
1190
+ chore(docker): Bump version to 0.0.23 [#6092](https://github.com/spinnaker/deck/pull/6092) ([182415b7](https://github.com/spinnaker/deck/commit/182415b78c39aae478b746c32897794391e2c2e5))
1191
+ feat(docker): Add digest support to manual docker trigger [#6085](https://github.com/spinnaker/deck/pull/6085) ([a298b9a1](https://github.com/spinnaker/deck/commit/a298b9a15c6b33438c4c183067b93e7c9313bb2d))
1192
+ fix(docker): RunAsUser select box appears doubled [#6082](https://github.com/spinnaker/deck/pull/6082) ([ce9f2cb9](https://github.com/spinnaker/deck/commit/ce9f2cb970840d24345e6f697b64b3106a289d55))
1193
+
1194
+
1195
+
1196
+ ## [0.0.22](https://www.github.com/spinnaker/deck/compare/6b9a5eaf262ee5fbbfc78487c35abcc2892f46f0...c14b7265cb820a905d1c1bb29443549e46079da2) (2018-11-09)
1197
+
1198
+
1199
+ ### Changes
1200
+
1201
+ chore(docker): Bump version to 0.0.22 ([c14b7265](https://github.com/spinnaker/deck/commit/c14b7265cb820a905d1c1bb29443549e46079da2))
1202
+ feat(docker): Support digest ([21854f4d](https://github.com/spinnaker/deck/commit/21854f4d28d95098ca7bf400aa7a3860e97e5f58))
1203
+ refactor(docker): Consolidate and clean up image selector functions ([cbed7ae4](https://github.com/spinnaker/deck/commit/cbed7ae465b113f0a70f79f24afe2e58581db9b8))
1204
+
1205
+
1206
+
1207
+ ## [0.0.21](https://www.github.com/spinnaker/deck/compare/36b9086f56661387d12c9f1e428aeb4f4f61da88...6b9a5eaf262ee5fbbfc78487c35abcc2892f46f0) (2018-11-05)
1208
+
1209
+
1210
+ ### Changes
1211
+
1212
+ chore(docker): Bump version to 0.0.21 ([6b9a5eaf](https://github.com/spinnaker/deck/commit/6b9a5eaf262ee5fbbfc78487c35abcc2892f46f0))
1213
+ feat(docker): Add utility to extract parts from docker image id ([bffdb3a9](https://github.com/spinnaker/deck/commit/bffdb3a9c5b01c7083f3e07a015428af4a4caee9))
1214
+
1215
+
1216
+
1217
+ ## [0.0.20](https://www.github.com/spinnaker/deck/compare/a3c38962015bfef5ec39dde1941d542bb87687bc...36b9086f56661387d12c9f1e428aeb4f4f61da88) (2018-10-31)
1218
+
1219
+
1220
+ ### Changes
1221
+
1222
+ chore(docker): Bump version to 0.0.20 ([36b9086f](https://github.com/spinnaker/deck/commit/36b9086f56661387d12c9f1e428aeb4f4f61da88))
1223
+ fix(docker): fix binding of `handleRefreshImages` method #3514 ([327e69fc](https://github.com/spinnaker/deck/commit/327e69fca855d24b4e6d0c080193b37b1a8ef2e2))
1224
+ fix(deck): Change Build Stage description [#5839](https://github.com/spinnaker/deck/pull/5839) ([4f48a3ed](https://github.com/spinnaker/deck/commit/4f48a3edf2803785ac7122f20ad72dd374e06212))
1225
+
1226
+
1227
+
1228
+ ## [0.0.19](https://www.github.com/spinnaker/deck/compare/21afdc092cf7467bc53378e3267eb4e8d2baff0a...a3c38962015bfef5ec39dde1941d542bb87687bc) (2018-10-05)
1229
+
1230
+
1231
+ ### Changes
1232
+
1233
+ chore(docker): Bump to 0.0.19 ([a3c38962](https://github.com/spinnaker/deck/commit/a3c38962015bfef5ec39dde1941d542bb87687bc))
1234
+ feat(docker/image): Show current value while loading ([c8173784](https://github.com/spinnaker/deck/commit/c8173784c3ca29e5afb2cd532de3b7e5b1b04999))
1235
+
1236
+
1237
+
1238
+ ## [0.0.18](https://www.github.com/spinnaker/deck/compare/9764f722a6e2d45223ee2c20245df72fab9db30c...21afdc092cf7467bc53378e3267eb4e8d2baff0a) (2018-10-04)
1239
+
1240
+
1241
+ ### Changes
1242
+
1243
+ chore(docker): Bump to 0.0.18 ([21afdc09](https://github.com/spinnaker/deck/commit/21afdc092cf7467bc53378e3267eb4e8d2baff0a))
1244
+ fix(docker): Appropriately handle when organization does not exist ([87c7214c](https://github.com/spinnaker/deck/commit/87c7214c749c37fda412a5526d0d08ef7f14212c))
1245
+ fix(titus/deploy): Fix changing repository and tag affecting imageid ([83207cb8](https://github.com/spinnaker/deck/commit/83207cb8bad4bd25a88dea987a173fbba497a36e))
1246
+
1247
+
1248
+
1249
+ ## [0.0.16](https://www.github.com/spinnaker/deck/compare/cd7c6ecb4b2b754ce387e1d3784fcc7c43fbf112...9764f722a6e2d45223ee2c20245df72fab9db30c) (2018-10-02)
1250
+
1251
+
1252
+ ### Changes
1253
+
1254
+ chore(docker): Bump to 0.0.16 ([9764f722](https://github.com/spinnaker/deck/commit/9764f722a6e2d45223ee2c20245df72fab9db30c))
1255
+ fix(docker/image): Add empty defaults for docker fields ([65de9b49](https://github.com/spinnaker/deck/commit/65de9b4933fcc1cc677a7d6c10d6b7ab4190b2e7))
1256
+
1257
+
1258
+
1259
+ ## [0.0.15](https://www.github.com/spinnaker/deck/compare/116ada0d9560702ba9150184fa25f813865b83fd...cd7c6ecb4b2b754ce387e1d3784fcc7c43fbf112) (2018-10-01)
1260
+
1261
+
1262
+ ### Changes
1263
+
1264
+ chore(docker): Bump to 0.0.15 ([cd7c6ecb](https://github.com/spinnaker/deck/commit/cd7c6ecb4b2b754ce387e1d3784fcc7c43fbf112))
1265
+ refactor(docker/dcos): Move angular docker selector to dcos module ([59bb9e8c](https://github.com/spinnaker/deck/commit/59bb9e8cb7256e31cb2742dca8537bc4e729000c))
1266
+ chore(package): prepare -> prepublishOnly for everything [#5806](https://github.com/spinnaker/deck/pull/5806) ([06f45b5c](https://github.com/spinnaker/deck/commit/06f45b5c0da71227e4f1d7bb9e7187e95231f4d2))
1267
+
1268
+
1269
+
1270
+ ## [0.0.14](https://www.github.com/spinnaker/deck/compare/84788bd2fec8830489f07eb325e6fdff18b8fbec...116ada0d9560702ba9150184fa25f813865b83fd) (2018-09-27)
1271
+
1272
+
1273
+ ### Changes
1274
+
1275
+ chore(docker): Bump to 0.0.14 ([116ada0d](https://github.com/spinnaker/deck/commit/116ada0d9560702ba9150184fa25f813865b83fd))
1276
+ refactor(docker/pipeline): Convert docker trigger config to react ([2125de97](https://github.com/spinnaker/deck/commit/2125de975c149537e5eaeb8763016e6ce731f9ef))
1277
+
1278
+
1279
+
1280
+ ## [0.0.13](https://www.github.com/spinnaker/deck/compare/5a49724fda913f56dc36d24967f3536509f393ce...84788bd2fec8830489f07eb325e6fdff18b8fbec) (2018-09-25)
1281
+
1282
+
1283
+ ### Changes
1284
+
1285
+ chore(docker): Bump to 0.0.13 ([84788bd2](https://github.com/spinnaker/deck/commit/84788bd2fec8830489f07eb325e6fdff18b8fbec))
1286
+ refactor(titus/deploy): Convert deploy dialog to react ([1dc5e4a5](https://github.com/spinnaker/deck/commit/1dc5e4a515f846b02c575563f3c3e2c23b07ee9f))
1287
+ feat(docker): Add react image and tag selector ([1c511eb9](https://github.com/spinnaker/deck/commit/1c511eb91f4ca758f345bf1bb917eaac54c3effa))
1288
+ chore(prettier): Just Update Prettier™ [#5754](https://github.com/spinnaker/deck/pull/5754) ([709f30f6](https://github.com/spinnaker/deck/commit/709f30f6eff0c8862cb8736465e4fd152abd693c))
1289
+
1290
+
1291
+
1292
+ ## [0.0.12](https://www.github.com/spinnaker/deck/compare/24b11526b12f7085d15f7e611523c2038714fedc...5a49724fda913f56dc36d24967f3536509f393ce) (2018-05-24)
1293
+
1294
+
1295
+ ### Changes
1296
+
1297
+ chore(docker): Bump to 0.0.12 [#5382](https://github.com/spinnaker/deck/pull/5382) ([5a49724f](https://github.com/spinnaker/deck/commit/5a49724fda913f56dc36d24967f3536509f393ce))
1298
+ refactor(core): de-angularize services [#5377](https://github.com/spinnaker/deck/pull/5377) ([bda420f9](https://github.com/spinnaker/deck/commit/bda420f98933852e734452a40d9ab788912dbb42))
1299
+
1300
+
1301
+
1302
+ ## [0.0.11](https://www.github.com/spinnaker/deck/compare/6f2242bfe0a33e29c942dc3b6fce5b88bd38cf6a...24b11526b12f7085d15f7e611523c2038714fedc) (2018-05-17)
1303
+
1304
+
1305
+ ### Changes
1306
+
1307
+ chore(*): Bump core/amazon/docker/titus/kayenta [#5344](https://github.com/spinnaker/deck/pull/5344) ([24b11526](https://github.com/spinnaker/deck/commit/24b11526b12f7085d15f7e611523c2038714fedc))
1308
+ refactor(*): De-angular pipelineConfigProvider and rename to PipelineRegistry [#5340](https://github.com/spinnaker/deck/pull/5340) ([40d11f8c](https://github.com/spinnaker/deck/commit/40d11f8c5a48284bca56e639e46cf846311a5dd4))
1309
+
1310
+
1311
+
1312
+ ## [0.0.10](https://www.github.com/spinnaker/deck/compare/0dd1915b6103528f6d9118dbd0a63aeb1305e6cf...6f2242bfe0a33e29c942dc3b6fce5b88bd38cf6a) (2018-05-16)
1313
+
1314
+
1315
+ ### Changes
1316
+
1317
+ chore(core/docker): bump core to 0.0.221, docker to 0.0.10 [#5337](https://github.com/spinnaker/deck/pull/5337) ([6f2242bf](https://github.com/spinnaker/deck/commit/6f2242bfe0a33e29c942dc3b6fce5b88bd38cf6a))
1318
+ fix(core): Fix the triggers to reload when multiple triggers of same type [#5335](https://github.com/spinnaker/deck/pull/5335) ([6ea8ac45](https://github.com/spinnaker/deck/commit/6ea8ac450c84b01dc444ec55e8cbb2c33f72ede3))
1319
+
1320
+
1321
+
1322
+ ## [0.0.9](https://www.github.com/spinnaker/deck/compare/99d0c225dc4864e33f393771a98942c334f7217f...0dd1915b6103528f6d9118dbd0a63aeb1305e6cf) (2018-05-16)
1323
+
1324
+
1325
+ ### Changes
1326
+
1327
+ chore(core/docker): bump core to 0.0.220, docker to 0.0.9 [#5336](https://github.com/spinnaker/deck/pull/5336) ([0dd1915b](https://github.com/spinnaker/deck/commit/0dd1915b6103528f6d9118dbd0a63aeb1305e6cf))
1328
+ fix(docker): Fix docker branch selection for manual trigger [#5332](https://github.com/spinnaker/deck/pull/5332) ([eb42fa8c](https://github.com/spinnaker/deck/commit/eb42fa8c331e2fbabdd4f1b2bba3fef61dc240cd))
1329
+
1330
+
1331
+
1332
+ ## [0.0.8](https://www.github.com/spinnaker/deck/compare/62a35fc15916608514a0b8cf561ee3e76ed1da0c...99d0c225dc4864e33f393771a98942c334f7217f) (2018-05-15)
1333
+
1334
+
1335
+ ### Changes
1336
+
1337
+ chore(docker): Bump to 0.0.8 ([99d0c225](https://github.com/spinnaker/deck/commit/99d0c225dc4864e33f393771a98942c334f7217f))
1338
+ refactor(docker): Convert docker trigger template to react ([3d44b13c](https://github.com/spinnaker/deck/commit/3d44b13c1ea9be2f9f2881e432bd5df0364cd8cc))
1339
+ refactor(docker): De-angular docker image reader ([6901c33e](https://github.com/spinnaker/deck/commit/6901c33e12970dfadf364b8958dd7d6a2fe9c6bc))
1340
+ refactor(*): De-angular retry service ([f73d1292](https://github.com/spinnaker/deck/commit/f73d129247657aedf3d5a6e06d8be6f296281ab2))
1341
+ perf(*): transpile to latest two modern browsers only [#5260](https://github.com/spinnaker/deck/pull/5260) ([caf1a8a8](https://github.com/spinnaker/deck/commit/caf1a8a84139fb4e5fe4c12959e02a9309d4a7db))
1342
+
1343
+
1344
+
1345
+ ## [0.0.7](https://www.github.com/spinnaker/deck/compare/ab359a4612bc0f231f0aed47e2dd80290c271383...62a35fc15916608514a0b8cf561ee3e76ed1da0c) (2018-04-23)
1346
+
1347
+
1348
+ ### Changes
1349
+
1350
+ chore(docker): Bump package to 0.0.7 ([62a35fc1](https://github.com/spinnaker/deck/commit/62a35fc15916608514a0b8cf561ee3e76ed1da0c))
1351
+ refactor(*): De-angularize account service ([cc6d3332](https://github.com/spinnaker/deck/commit/cc6d333254159ab713a83bc89f13938d4c98e256))
1352
+ refactor(*): De-angularize API service ([cc8adc9d](https://github.com/spinnaker/deck/commit/cc8adc9df3f191ff2590a0bb5eea3f794cc85544))
1353
+ refactor(*): De-angularize authentication service ([a4d96cd3](https://github.com/spinnaker/deck/commit/a4d96cd340b49203f453afafd8d92512da6c831b))
1354
+ chore(tslint): ❯ npx tslint --fix -p tsconfig.json ([b1ddb67c](https://github.com/spinnaker/deck/commit/b1ddb67c2c7a74f451baac070a65c985c2b6fb8e))
1355
+ Just Use Prettier™ ([532ab778](https://github.com/spinnaker/deck/commit/532ab7784ca93569308c8f2ab80a18d313b910f9))
1356
+ chore(package): minify package bundles in production mode only ([a5bde826](https://github.com/spinnaker/deck/commit/a5bde826f2c641c6075fbb3900f740050892eb72))
1357
+ chore(webpack): update webpack configurations for webpack 4 ([40981eae](https://github.com/spinnaker/deck/commit/40981eae4c404cd833cf186a9df50d3a56b5c927))
1358
+ chore(core): upgrade to font-awesome 5 [#5029](https://github.com/spinnaker/deck/pull/5029) ([c2bdbf72](https://github.com/spinnaker/deck/commit/c2bdbf727746223e1c9e0a1d7fc56018a0e81736))
1359
+ fix(triggers): Pass image as an artifact when using Docker trigger [#4968](https://github.com/spinnaker/deck/pull/4968) ([9bc82e65](https://github.com/spinnaker/deck/commit/9bc82e65711f4404ef50f0f89a6d5c1222add932))
1360
+ style(core): replace nano spinners on inline buttons [#4898](https://github.com/spinnaker/deck/pull/4898) ([ad0cda4d](https://github.com/spinnaker/deck/commit/ad0cda4def9357ad7a1aea0cf761fd92fcce58d1))
1361
+ feat(core/executions): allow pipeline rerun with same parameters [#4872](https://github.com/spinnaker/deck/pull/4872) ([d75df6f8](https://github.com/spinnaker/deck/commit/d75df6f8bc3aa93fb9abcab504bd85f7617d5159))
1362
+ style(amazon/application/projects/pipeline/google/kubernetes): Replacing fa-cog icons with new spinner [#4630](https://github.com/spinnaker/deck/pull/4630) ([c1f63e87](https://github.com/spinnaker/deck/commit/c1f63e879791473e86d0ecc0a316c3e94a9ba8de))
1363
+
1364
+
1365
+
1366
+ ## [0.0.6](https://www.github.com/spinnaker/deck/compare/9c529c9bab95f015338a8575efecaa523bb62cae...ab359a4612bc0f231f0aed47e2dd80290c271383) (2017-12-11)
1367
+
1368
+
1369
+ ### Changes
1370
+
1371
+ chore(docker): bump package to 0.0.6 [#4579](https://github.com/spinnaker/deck/pull/4579) ([ab359a46](https://github.com/spinnaker/deck/commit/ab359a4612bc0f231f0aed47e2dd80290c271383))
1372
+ fix(docker): disable manual execution until tag selected [#4578](https://github.com/spinnaker/deck/pull/4578) ([471cd2ed](https://github.com/spinnaker/deck/commit/471cd2edc5d51e9d359c3d4d6b391093d0523fab))
1373
+ chore(core): remove happypack in favor of thread-loader/cache-loader [#4330](https://github.com/spinnaker/deck/pull/4330) ([c661dccf](https://github.com/spinnaker/deck/commit/c661dccfe04fb44f78f64bcbd2a05debb8d46d43))
1374
+ refactor(*): Consistent bracket spacing [#4307](https://github.com/spinnaker/deck/pull/4307) ([484c91a3](https://github.com/spinnaker/deck/commit/484c91a34374fe06a4c4f52642f204b8f2fa0f78))
1375
+ chore(modules): Use webpack-node-externals to exclude node_modules from @spinnaker/* bundles [#4215](https://github.com/spinnaker/deck/pull/4215) ([2a3202f7](https://github.com/spinnaker/deck/commit/2a3202f7931405a57f745b428ded3b616c463905))
1376
+ feat(sourceMaps): Embed sources in sourcemaps for lib builds [#4175](https://github.com/spinnaker/deck/pull/4175) ([14818c96](https://github.com/spinnaker/deck/commit/14818c96450d5d4a96d87cde068944719a5d83ae))
1377
+
1378
+
1379
+
1380
+ ## [0.0.5](https://www.github.com/spinnaker/deck/compare/16d31a34bdb5305208f8ce25b783e9264eeff390...9c529c9bab95f015338a8575efecaa523bb62cae) (2017-09-28)
1381
+
1382
+
1383
+ ### Changes
1384
+
1385
+ chore(docker): bump package to 0.0.5 [#4171](https://github.com/spinnaker/deck/pull/4171) ([9c529c9b](https://github.com/spinnaker/deck/commit/9c529c9bab95f015338a8575efecaa523bb62cae))
1386
+ chore(*): Re-enable source maps [#4169](https://github.com/spinnaker/deck/pull/4169) ([67918b35](https://github.com/spinnaker/deck/commit/67918b351b84ed950e5fe6245e39742a2cc7822e))
1387
+ refactor(*): Remove angular-loader in favor of using `.name` explicitly [#4157](https://github.com/spinnaker/deck/pull/4157) ([f6669e57](https://github.com/spinnaker/deck/commit/f6669e5759cd43ea9e30471c6923945027078aed))
1388
+ feat(webpack): Improve performance of webpack build [#4081](https://github.com/spinnaker/deck/pull/4081) ([da32e834](https://github.com/spinnaker/deck/commit/da32e834e4df71c4185919c30a72e07039e77038))
1389
+
1390
+
1391
+
1392
+ ## [0.0.4](https://www.github.com/spinnaker/deck/compare/17fce373c4908c45b40602d3746c19c0054d02e2...16d31a34bdb5305208f8ce25b783e9264eeff390) (2017-08-06)
1393
+
1394
+
1395
+ ### Changes
1396
+
1397
+ chore(docker): bump to 0.0.4 [#3990](https://github.com/spinnaker/deck/pull/3990) ([16d31a34](https://github.com/spinnaker/deck/commit/16d31a34bdb5305208f8ce25b783e9264eeff390))
1398
+ feat(docker): allow expressions in dockerImageTagSelector [#3988](https://github.com/spinnaker/deck/pull/3988) ([925043bd](https://github.com/spinnaker/deck/commit/925043bdf145663f74847492154c3eefe71dd67e))
1399
+ refactor(*): Update typescript to 2.4 and fix breaking changes ([072c1eff](https://github.com/spinnaker/deck/commit/072c1eff41a81fc933b2d6438d86e673e125587a))
1400
+ chore(core/amazon/docker/google): update configs [#3893](https://github.com/spinnaker/deck/pull/3893) ([a0649c3e](https://github.com/spinnaker/deck/commit/a0649c3ed3c239900329c90536294f245139c056))
1401
+
1402
+
1403
+
1404
+ ## [0.0.3](https://www.github.com/spinnaker/deck/compare/d4e157365ac420c2487220844aff97fc5f311347...17fce373c4908c45b40602d3746c19c0054d02e2) (2017-06-07)
1405
+
1406
+
1407
+ ### Changes
1408
+
1409
+ chore(docker): rev package to 0.0.17 ([17fce373](https://github.com/spinnaker/deck/commit/17fce373c4908c45b40602d3746c19c0054d02e2))
1410
+ feat(bake/docker) add rebake flag to docker bakes [#3792](https://github.com/spinnaker/deck/pull/3792) ([30ec032f](https://github.com/spinnaker/deck/commit/30ec032f2f561124567c0a618baac1014e3053f7))
1411
+ chore(core): Update to @uirouter/angularjs@1.0.3 ([d6e7e3d8](https://github.com/spinnaker/deck/commit/d6e7e3d86d342f08d186e268713dce3194def491))
1412
+ chore(*): convert refresh icons to fa-refresh ([c4ca0c5c](https://github.com/spinnaker/deck/commit/c4ca0c5c111fffbacd333c3dcecf3ff70fdc8631))
1413
+ refactor(*): replace glyphicon-asterisk with fa-cog ([04807cb4](https://github.com/spinnaker/deck/commit/04807cb4a3d3410cbe7c31c2e03d09df30a6c02f))