summaryrefslogtreecommitdiffstats
path: root/debian/changelog
blob: 113f2df6fcc498d68e48a29be7703dc27f5322e3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
cockpit (311-1~progress7.99u1) graograman-backports; urgency=medium

  * Initial reupload to graograman-backports.
  * Updating maintainer field.
  * Updating uploaders field.
  * Updating bugs field.
  * Updating vcs fields.

 -- Daniel Baumann <daniel.baumann@progress-linux.org>  Tue, 16 Apr 2024 21:59:48 +0200

cockpit (311-1) unstable; urgency=medium

  * New upstream bug fix release.

 -- Martin Pitt <mpitt@debian.org>  Thu, 15 Feb 2024 08:39:16 +0000

cockpit (310.1-1) unstable; urgency=medium

  * New upstream bug fix release:
    - bridge: Fix race condition/crash in file watching channels

 -- Martin Pitt <mpitt@debian.org>  Fri, 02 Feb 2024 18:10:39 +0100

cockpit (310-1) unstable; urgency=medium

  * New upstream release:
    - Storage: support for btrfs
    - Storage: improved support for swap
    - Defer placement of pam modules to pam.pc (Closes: #1061198)

 -- Martin Pitt <mpitt@debian.org>  Wed, 31 Jan 2024 17:21:26 +0100

cockpit (309-1) unstable; urgency=medium

  * New upstream release:
    - Storage: Introduce btrfs support

 -- Martin Pitt <mpitt@debian.org>  Thu, 18 Jan 2024 15:12:01 +0100

cockpit (308-1) unstable; urgency=medium

  * New upstream release:
    - Fix connecting to remote hosts with OpenSSH 0.9.6

 -- Martin Pitt <mpitt@debian.org>  Wed, 03 Jan 2024 10:32:58 +0100

cockpit (307-1) unstable; urgency=medium

  * New upstream release:
    - Storage redesign

 -- Martin Pitt <mpitt@debian.org>  Sun, 17 Dec 2023 08:32:55 +0000

cockpit (306-1) unstable; urgency=medium

  * New upstream release:
    - Kdump: Add Ansible/shell automation

 -- Martin Pitt <mpitt@debian.org>  Wed, 29 Nov 2023 10:19:26 +0000

cockpit (305-1) unstable; urgency=medium

  * New upstream bug fix release.

 -- Martin Pitt <mpitt@debian.org>  Thu, 16 Nov 2023 07:47:22 +0100

cockpit (304-1) unstable; urgency=medium

  * New upstream release:
    - Storage: Support for RAID layouts with LVM2

 -- Martin Pitt <mpitt@debian.org>  Thu, 02 Nov 2023 09:47:26 +0100

cockpit (303-1) unstable; urgency=medium

  * New upstream release:
    - Apps: Warn if appstream data package is missing
    - Shell: Redesign untrusted "add host" dialog

 -- Martin Pitt <mpitt@debian.org>  Thu, 19 Oct 2023 08:04:17 +0200

cockpit (302-1) unstable; urgency=medium

  * New upstream release:
    - Storage: Partitions can be resized
    - Fix FTBFS with changed systemdsystemunitdir (Closes: #1053112)

 -- Martin Pitt <mpitt@debian.org>  Mon, 09 Oct 2023 09:39:07 +0200

cockpit (301-1) unstable; urgency=medium

  * New upstream release:
    - WireGuard support
    - Metrics: link to network interface details
    - Fix source build after binary build (Closes: #1044095)

 -- Martin Pitt <mpitt@debian.org>  Thu, 21 Sep 2023 07:20:37 +0200

cockpit (300.1-1) unstable; urgency=medium

  * New upstream bug fix release. Should fix FTBFS of previous upload.

 -- Martin Pitt <mpitt@debian.org>  Thu, 07 Sep 2023 15:15:58 +0200

cockpit (300-1) unstable; urgency=medium

  * New upstream release:
    - Storage: Support for growing block devices of a Stratis pool

 -- Martin Pitt <mpitt@debian.org>  Wed, 06 Sep 2023 16:01:26 +0200

cockpit (299-1) unstable; urgency=medium

  * New upstream release:
    - Kdump: Show location of kdump to verify the successful configuration
      test
    - Storage: Support for no-overprovisioning with Stratis
    - Storage: Cockpit can now add caches to encrypted Stratis pools

 -- Martin Pitt <mpitt@debian.org>  Wed, 23 Aug 2023 13:06:30 +0200

cockpit (298-1) unstable; urgency=medium

  * New upstream version release:
    - Stratis pools can now be bound to a Tang server
    - Update to PatternFly 5
    - cockpit-tests: Drop empty cockpit.services.d directory
      (Closes: #1043322)

 -- Martin Pitt <mpitt@debian.org>  Wed, 09 Aug 2023 23:21:09 +0200

cockpit (297-1) unstable; urgency=medium

  * New upstream release:
    - users: Allow administrators to change the user shell

 -- Martin Pitt <mpitt@debian.org>  Wed, 26 Jul 2023 10:21:24 +0000

cockpit (296-1) unstable; urgency=medium

  * New upstream bug fix release.

 -- Martin Pitt <mpitt@debian.org>  Wed, 12 Jul 2023 08:00:58 +0000

cockpit (295-1) unstable; urgency=medium

  * New upstream release:
    - Cockpit Client can now connect to servers without Cockpit installed

 -- Martin Pitt <mpitt@debian.org>  Wed, 28 Jun 2023 14:55:36 +0000

cockpit (294.1-1) unstable; urgency=medium

  * New upstream bug fix release:
    - Multiple major fixes for the "remote python bridge" use case
    - Fix FTBFS on most of our architectures.

 -- Martin Pitt <mpitt@debian.org>  Thu, 15 Jun 2023 11:19:37 +0000

cockpit (294-1) unstable; urgency=medium

  * New upstream release:
    - Introduce Python bridge on Fedora Rawhide and Debian unstable

 -- Martin Pitt <mpitt@debian.org>  Wed, 14 Jun 2023 11:56:31 +0000

cockpit (293-1) experimental; urgency=medium

  * New upstream bug fix release.

 -- Martin Pitt <mpitt@debian.org>  Fri, 02 Jun 2023 05:11:05 +0000

cockpit (292-1) experimental; urgency=medium

  * New upstream release:
    - Metrics: Add disk IO per service
    - Several right-to-left language fixes

 -- Martin Pitt <mpitt@debian.org>  Tue, 16 May 2023 09:42:59 +0000

cockpit (291-1) experimental; urgency=medium

  * New upstream release:
    - Update to PatternFly 5 Alpha

 -- Martin Pitt <mpitt@debian.org>  Wed, 10 May 2023 10:18:27 +0200

cockpit (290-1) experimental; urgency=medium

  * New upstream release:
    - Login page: Add autocomplete tags
    - webserver: Disallow direct URL logins with LoginTo=false

 -- Martin Pitt <mpitt@debian.org>  Wed, 19 Apr 2023 12:14:52 +0000

cockpit (289-1) experimental; urgency=medium

  * New upstream release:
    - Metrics: Indicate high usage and use colorblind-friendly colors
    - Accounts: Improve password validation

 -- Martin Pitt <mpitt@debian.org>  Wed, 12 Apr 2023 07:55:28 +0000

cockpit (288.1-1) experimental; urgency=medium

  * New upstream release:
    - Accounts: Show shell and home directory on detail page
    - Accounts: Custom user ID during account creation
    - Overview: Support additional timeservers with chronyd
    - Metrics: Show longer time span by default
    - Storage: Mounting filesystems at boot time
    - Services: Units need to be re-pinned
    - API removal: Remove cockpit.dbus.publish() and .meta()
    - Development: Cockpit now supports the esbuild bundler

 -- Martin Pitt <mpitt@debian.org>  Thu, 30 Mar 2023 07:17:40 +0200

cockpit (287-1) unstable; urgency=medium

  * New upstream release:
    - Metrics: Column visiblity
    - Services: Pinned units need to be re-done

 -- Martin Pitt <mpitt@debian.org>  Fri, 10 Mar 2023 11:41:16 +0100

cockpit (286-1) unstable; urgency=medium

  * New upstream release:
    - Metrics: Control visibility of the resource usage graphs

 -- Martin Pitt <mpitt@debian.org>  Wed, 22 Feb 2023 11:48:57 +0100

cockpit (285-1) unstable; urgency=medium

  * New upstream release:
    - Cryptographic subpolicies support
    - users: Group creation and filtering support

 -- Martin Pitt <mpitt@debian.org>  Sun, 12 Feb 2023 07:51:27 +0100

cockpit (284-1) unstable; urgency=medium

  * New upstream release:
    - Services: Show logs for user units
    - Storage: Set up a system to use NBDE

 -- Martin Pitt <mpitt@debian.org>  Wed, 25 Jan 2023 16:40:06 +0100

cockpit (283-1) unstable; urgency=medium

  * New upstream release:
    - Services: Create timer to run every minute
  * Update to debhelper compat level 13
  * Fix all lintian errors/warnings

 -- Martin Pitt <mpitt@debian.org>  Thu, 12 Jan 2023 10:24:12 +0100

cockpit (282-1) unstable; urgency=medium

  * New upstream release:
    - Dark theme switcher
    - Add right-to-left language support
    - Accounts: Redesign and include groups
    - Adjust Recommends for transitional policykit-1 (Closes: #1025556)
  * debian/watch: Move to GitHub API.
    The /releases page has become JavaScript-y recently and thus unreadable
    by machines. Scan the API instead and construct a download URL.

 -- Martin Pitt <mpitt@debian.org>  Fri, 16 Dec 2022 07:22:40 +0100

cockpit (280-1) unstable; urgency=medium

  * New upstream release:
    - tools: Disallow root login by default

 -- Martin Pitt <mpitt@debian.org>  Mon, 21 Nov 2022 15:25:49 +0100

cockpit (279-1) unstable; urgency=medium

  * New upstream release:
    - Dark theme support

 -- Martin Pitt <mpitt@debian.org>  Tue, 08 Nov 2022 09:56:28 +0100

cockpit (278-1) unstable; urgency=medium

  * New upstream release:
    - Metrics: Display individual disk read/write usage
    - test-channelresponse: use pidfd to watch for child exit
      (Closes: #1022788)

 -- Martin Pitt <mpitt@debian.org>  Sat, 29 Oct 2022 07:20:06 +0200

cockpit (277-1) unstable; urgency=medium

  * New upstream bug fix release.

 -- Martin Pitt <mpitt@debian.org>  Fri, 23 Sep 2022 06:38:03 +0200

cockpit (276.1-1) unstable; urgency=medium

  * New upstream release:
    - login: Use valid selectors when testing for :is() / :where() support

 -- Martin Pitt <mpitt@debian.org>  Mon, 12 Sep 2022 14:39:12 +0200

cockpit (276-1) unstable; urgency=medium

  * New upstream release:
    - shell: Support for alternatives to sudo

 -- Martin Pitt <mpitt@debian.org>  Wed, 07 Sep 2022 10:19:37 +0200

cockpit (274-1) unstable; urgency=medium

  * New upstream release:
    - ws: Fix segfault with channel closing (#17492)
    - Services: Fix time picker behaviour in Timer creation dialog
    - Metrics: Improve CPU temperature sensors detection
    - Fix some lintian warnings

 -- Martin Pitt <mpitt@debian.org>  Wed, 03 Aug 2022 13:15:49 +0200

cockpit (273-1) unstable; urgency=medium

  * New upstream release:
    - Metrics: Display CPU temperature
    - Networking: Suggest netmask and gateway addresses
    - Software Updates: Optionally reboot after updating
    - cockpit/ws container: Support modern SSH keys

 -- Martin Pitt <mpitt@debian.org>  Wed, 20 Jul 2022 13:44:37 +0200

cockpit (272-1) unstable; urgency=medium

  * New upstream release:
    - Firewall: Edit custom services
    - Services: Pin services as favorites
    - Login: Dark mode

 -- Martin Pitt <mpitt@debian.org>  Thu, 23 Jun 2022 12:55:11 +0200

cockpit (271-1) unstable; urgency=medium

  * New upstream release:
    - Services: User-created timer deletion
    - System Diagnostics: Working with diagnostic reports has been improved

 -- Martin Pitt <mpitt@debian.org>  Wed, 08 Jun 2022 22:34:04 +0200

cockpit (269-1) unstable; urgency=medium

  * New upstream release:
    - Software Updates: Only install kpatches
    - Client: Initial support for dark mode
    - Metrics: Show Podman containers in top CPU and memory lists

 -- Martin Pitt <mpitt@debian.org>  Fri, 13 May 2022 07:40:49 +0200

cockpit (267-1) unstable; urgency=medium

  * New upstream release:
    - FIPS crypto policy support

 -- Martin Pitt <mpitt@debian.org>  Fri, 15 Apr 2022 19:59:57 +0200

cockpit (266-1) unstable; urgency=medium

  * New upstream release:
    - Show disk/memory/network sizes and rates in decimal units
    - storage: Ignore anything mounted like a Canonical "snap"

 -- Martin Pitt <mpitt@debian.org>  Wed, 30 Mar 2022 17:12:42 +0200

cockpit (265-1) unstable; urgency=medium

  * New upstream release:
    - Crypto policies support
    - Animate new rows in lists
    - Support for X-Forwarded-For
    - Manifest overrides in /etc and ~/.config directories
    - Metrics: Show busiest CPU core

 -- Martin Pitt <mpitt@debian.org>  Tue, 22 Mar 2022 06:20:19 +0100

cockpit (264-1) unstable; urgency=medium

  * New upstream release:
    - Metrics: Improve layout on small resolutions
    - Networking: Fix checkpoint handling and IP settings dialog
    - Services: Show error message instead of eternal "Loading..." state
    - Accounts: Add override button to confirm weak password
    - Accounts: Fix parsing of "last login" date

 -- Martin Pitt <mpitt@debian.org>  Fri, 25 Feb 2022 10:32:43 +0100

cockpit (263-1) unstable; urgency=medium

  * New upstream release:
    - Shell: Fix browser history
    - Cockpit-Client: Enable forward/back button
    - debian/copyright: Add node_modules/ (Closes: #1005004)

 -- Martin Pitt <mpitt@debian.org>  Wed, 16 Feb 2022 16:54:51 +0100

cockpit (262-1) unstable; urgency=medium

  * New upstream release:
    - Overview: Show scheduled shutdowns
    - Networking: Add firewall service description

 -- Martin Pitt <mpitt@debian.org>  Wed, 02 Feb 2022 14:36:39 +0100

cockpit (261-1) unstable; urgency=medium

  * New upstream release:
    - storage: Unmounting or deleting a busy filesystem is now supported
    - shell: Allow adding ssh keys with passphrase

 -- Martin Pitt <mpitt@debian.org>  Mon, 24 Jan 2022 17:49:33 +0100

cockpit (260-1) unstable; urgency=medium

  * New upstream release:
    - Certificate login validation: Action required on updates
    - Client: Show previously used hosts
    - Client: Support port specification
    - bridge: Warning on missing cockpit-system package

 -- Martin Pitt <mpitt@debian.org>  Thu, 06 Jan 2022 12:35:11 +0100

cockpit (259-1) unstable; urgency=medium

  * New upstream release:
    - storage: More information in table rows

 -- Martin Pitt <mpitt@debian.org>  Thu, 09 Dec 2021 16:38:18 +0100

cockpit (258-1) unstable; urgency=medium

  * New upstream release:
    - Tweak login screen UI
    - Use official VDO LVM API
    - Add cockpit-client, to be bundled as a flatpak

 -- Martin Pitt <mpitt@debian.org>  Wed, 24 Nov 2021 17:59:57 +0100

cockpit (257-1) unstable; urgency=medium

  * New upstream release:
    - Support for reading TLS certificates with any permissions
    - cockpit-ws no longer supports merged certificates
    - Services: Show user-owned systemd units

 -- Martin Pitt <mpitt@debian.org>  Thu, 11 Nov 2021 07:27:51 +0100

cockpit (256-1) unstable; urgency=medium

  * New upstream release:
    - Clean up old self-signed certificates
    - Storage: Add support for Stratis

 -- Martin Pitt <mpitt@debian.org>  Wed, 27 Oct 2021 16:34:45 +0200

cockpit (255-1) unstable; urgency=medium

  * New upstream release:
    - FreeIPA-issued webserver certificates get auto-renewed

 -- Martin Pitt <mpitt@debian.org>  Wed, 13 Oct 2021 22:22:47 +0200

cockpit (254-1) unstable; urgency=medium

  * New upstream release 253:
    - SELinux: Dismiss multiple alerts
  * New upstream release 254:
    - Overview: Move last login to Health Card
    - Webserver: Restrict frame embedding to same origin (CVE-2021-3660)
    - Login: Add Arch Linux branding
    - Users: Add login history

 -- Martin Pitt <mpitt@debian.org>  Thu, 30 Sep 2021 07:48:35 +0200

cockpit (252-1) unstable; urgency=medium

  * New upstream release:
    - Webserver: Drop remotectl utility
    - Shell: Show package version in ‘About web console’ modal
    - Storage: Encryption is presented as a property of a Filesystem

 -- Martin Pitt <mpitt@debian.org>  Wed, 01 Sep 2021 18:30:17 +0200

cockpit (251-1) unstable; urgency=medium

  * New upstream release:
    - Certificate/smart card authentication to ssh and sudo
    - Logs: Polished with PF4

 -- Martin Pitt <mpitt@debian.org>  Sun, 22 Aug 2021 07:52:25 +0200

cockpit (250-1) experimental; urgency=medium

  * New upstream release:
    - Shell: Improve admin switcher and session menu
    - Software Updates: Introduce basic kpatch support

 -- Martin Pitt <mpitt@debian.org>  Wed, 04 Aug 2021 10:27:41 +0200

cockpit (249-1) experimental; urgency=medium

  * New upstream release:
    - Storage: Content table improvements
    - Common: Add Content-Type for wasm
    - All: Port away from Moment.js

 -- Martin Pitt <mpitt@debian.org>  Mon, 26 Jul 2021 18:53:45 +0200

cockpit (248-1) experimental; urgency=medium

  * New upstream release:
    - Metrics: New PCP configuration dialog and Grafana client setup
    - Storage: Show both SHA256 and SHA1 Tang fingerprints
    - Polish of the Services and Storage pages
    - PAM: Deprecate pam_cockpit_cert module
  * Revert "Enable cockpit-sosreport binary package". Binary NEW queue has not
    been processed in 3 months. Try this again some later time.

 -- Martin Pitt <mpitt@debian.org>  Thu, 08 Jul 2021 10:06:20 +0200

cockpit (244-1) experimental; urgency=medium

  * New upstream release:
    - Shell: sudo is invoked only when explicitly requested

 -- Martin Pitt <mpitt@debian.org>  Wed, 12 May 2021 13:28:08 +0200

cockpit (243-2) experimental; urgency=medium

  * Enable cockpit-sosreport binary package. It is tested and supported
    upstream, and the "sosreport" package has been in Debian for a long time.

 -- Martin Pitt <mpitt@debian.org>  Fri, 30 Apr 2021 08:23:47 +0200

cockpit (243-1) experimental; urgency=medium

  * New upstream release. Lots of changes, but packaging-wise the most
    relevant one is that the cockpit-machines binary package got split out
    into its own upstream project and source package.

 -- Martin Pitt <mpitt@debian.org>  Fri, 30 Apr 2021 07:52:05 +0200

cockpit (239-1) unstable; urgency=medium

  * New upstream release:
    - Terminal: Support for changing the font size
    - Machines: Allow editing disk cache mode
    - Logs: Link to related services page
    - SELinux: Restyle to resemble other pages
    - Packaging: Removed ./configure options for distribution specific packages

 -- Martin Pitt <mpitt@debian.org>  Thu, 04 Mar 2021 07:02:09 +0100

cockpit (238-1) unstable; urgency=medium

  * New upstream release:
    - Updates: List outdated software that needs a restart
    - Web server: Preserve permissions of administrator-provided certificates
    - System: Performance page shows busiest CPU cores
    - Machines: VM disk creation supports a custom path

 -- Martin Pitt <mpitt@debian.org>  Thu, 18 Feb 2021 07:49:19 +0100

cockpit (237-1) unstable; urgency=medium

  * New upstream release:
    - Restyling updates page in preparation for upcoming features
    - SSH connections to remote machines are only opened when necessary
    - Skip slow unit tests on hppa (Closes: #981127)

 -- Martin Pitt <mpitt@debian.org>  Thu, 04 Feb 2021 15:48:44 +0100

cockpit (236-1) unstable; urgency=medium

  * New upstream release:
    - fslist channels: Include properties of changed files
    - Internal stabilization work

 -- Martin Pitt <mpitt@debian.org>  Fri, 22 Jan 2021 07:56:45 +0100

cockpit (235-1) unstable; urgency=medium

  * New upstream release:
    - Login: Improved handling of SSH host keys
    - Overview: Editable motd

 -- Martin Pitt <mpitt@debian.org>  Thu, 07 Jan 2021 13:42:37 +0100

cockpit (234-1) unstable; urgency=medium

  * New upstream release:
    - machines: Allow editing VM's CPU mode and model
    - machines: Add support for cloning VMs
    - dashboard: Drop, replaced by menu host switcher

 -- Martin Pitt <mpitt@debian.org>  Mon, 14 Dec 2020 11:19:39 +0100

cockpit (233-1) unstable; urgency=medium

  * New upstream release 232:
    - Improved host editing
    - Machines: Inline error messages
  * New upstream release 233:
    - Non-admin users no longer see Cockpit in motd
    - Developers: jQuery API removal

 -- Martin Pitt <mpitt@debian.org>  Thu, 26 Nov 2020 09:10:05 +0100

cockpit (231-1) unstable; urgency=medium

  * New upstream release:
    - Replace system's graph page with a completely new USE method page
    - Machines: Reimplement the design of the main VMs list
    - Logging of remote IP addresses

 -- Martin Pitt <mpitt@debian.org>  Sat, 31 Oct 2020 20:49:53 +0100

cockpit (230-1) unstable; urgency=medium

  * New upstream release:
    - storage: List entries from /etc/crypttab that are still locked

 -- Martin Pitt <mpitt@debian.org>  Fri, 16 Oct 2020 16:24:01 +0200

cockpit (229-1) unstable; urgency=medium

  * New upstream release:
    - shell: Any page can be the shell

 -- Martin Pitt <mpitt@debian.org>  Wed, 30 Sep 2020 14:55:55 +0200

cockpit (228-1) unstable; urgency=medium

  * New upstream release:
    - Accounts: Allow setting weak passwords
    - Changes to remote host logins
    - Machines: Add support for reverting and deleting VM snapshots
    - Drop cockpit-docker code

 -- Martin Pitt <mpitt@debian.org>  Wed, 16 Sep 2020 16:33:50 +0200

cockpit (227-1) unstable; urgency=medium

  * New upstream release:
    - Machines: Virtual machine list filtering
    - Continued PatternFly 4 migration

 -- Martin Pitt <mpitt@debian.org>  Wed, 02 Sep 2020 15:53:26 +0200

cockpit (226-1) unstable; urgency=medium

  * New upstream release:
    - Storage: Better support for "noauto" LUKS devices

 -- Martin Pitt <mpitt@debian.org>  Tue, 25 Aug 2020 08:41:41 +0200

cockpit (225-1) unstable; urgency=medium

  * New upstream release:
    - Machines: Add support for VM snapshots
    - Developer API: Launch and reattach to a long-running process

 -- Martin Pitt <mpitt@debian.org>  Wed, 05 Aug 2020 20:51:21 +0200

cockpit (224-1) unstable; urgency=medium

  * New upstream release:
    - Machines/Services: Multiple bug fixes

 -- Martin Pitt <mpitt@debian.org>  Thu, 23 Jul 2020 09:17:17 +0200

cockpit (223-1) unstable; urgency=medium

  * New upstream release 222:
    - Logs: More flexible text filters
    - Services, Dashboard: Hide some buttons when access is limited
    - Webserver: Lock down cockpit.service privileges
  * New upstream release 223:
    - Webserver: Standard-conformant lifetime of web server Certificate
    - Certificate authentication against Active Directory

 -- Martin Pitt <mpitt@debian.org>  Wed, 08 Jul 2020 18:56:22 +0200

cockpit (221.1-1) unstable; urgency=medium

  * New upstream release:
    - Put back missing base1/patternfly.css
    - Services: Don't offer 'Start Service' in Limited Access mode

 -- Martin Pitt <mpitt@debian.org>  Mon, 15 Jun 2020 20:12:27 +0200

cockpit (221-1) unstable; urgency=medium

  * New upstream release:
    - Support for Cross-Origin-Resource-Policy
    - Accounts: Some buttons are hidden when access is limited
    - Developers: Importing "base1/patternfly.css" is deprecated

 -- Martin Pitt <mpitt@debian.org>  Wed, 10 Jun 2020 14:44:39 +0200

cockpit (220-1) unstable; urgency=medium

  * New upstream release:
    - New navigation with integrated switching of hosts
    - Logs: Inline help for filtering
    - Storage: Improve side panel on details page
    - Fix unit tests on IPv6-only build hosts (Closes: #960752)

 -- Martin Pitt <mpitt@debian.org>  Thu, 28 May 2020 07:04:14 +0200

cockpit (219-1) unstable; urgency=medium

  * New upstream release:
    - Logs: Improved filtering
    - Gain or drop administrative access in a running Cockpit session

 -- Martin Pitt <mpitt@debian.org>  Wed, 13 May 2020 19:59:55 +0200

cockpit (218-1) unstable; urgency=medium

  * New upstream release:
    - Services: Improved accessibility and mobile support
    - Overview: Add uptime information
    - Disable idle timeout by default
    - Support building without polkit

 -- Martin Pitt <mpitt@debian.org>  Wed, 29 Apr 2020 20:35:53 +0200

cockpit (217-2) unstable; urgency=medium

  * debian/rules: Fix conditional for building cockpit-docker.
    Thanks to Bruno Gravato for spotting the error!

 -- Martin Pitt <mpitt@debian.org>  Tue, 21 Apr 2020 21:30:21 +0200

cockpit (217-1) unstable; urgency=medium

  * New upstream release:
    - Overview: more Insights details
    - Dialogs: new button order
    - Machines: sendings keys to VM consoles

 -- Martin Pitt <mpitt@debian.org>  Fri, 17 Apr 2020 09:14:00 +0200

cockpit (216-1) unstable; urgency=medium

  * New upstream release:
    - SELinux: Automatic application of solutions that set booleans
    - Machines: Drop virsh backend support
    - Overview: New last login banner

 -- Martin Pitt <mpitt@debian.org>  Wed, 01 Apr 2020 13:30:27 +0000

cockpit (215-1) unstable; urgency=medium

  * New upstream release:
    - Networking: Show additional ports for each firewall zone

 -- Martin Pitt <mpitt@debian.org>  Mon, 23 Mar 2020 06:54:27 +0000

cockpit (214.1-1) unstable; urgency=medium

  * New upstream release:
    - Updates: Fix unstyled button regression
    - Machines: Fix slow requests when enabling polkit access driver
    - Deprecate cockpit-docker for Fedora, Debian, and Ubuntu development
      series

 -- Martin Pitt <mpitt@debian.org>  Thu, 12 Mar 2020 17:22:22 +0100

cockpit (214-1) unstable; urgency=medium

  * New upstream release:
    - Networking: List Firewall active zones when unprivileged
    - Start Selenium tests deprecation

 -- Martin Pitt <mpitt@debian.org>  Wed, 04 Mar 2020 16:54:20 +0100

cockpit (213-1) unstable; urgency=medium

  * New upstream release:
    - Inline documentation
    - Support for transient virtual machines
    - UEFI for virtual machines
    - Unattended virtual machines installation

 -- Martin Pitt <mpitt@debian.org>  Wed, 19 Feb 2020 15:06:26 +0000

cockpit (212-1) unstable; urgency=medium

  * New upstream release:
    - Per page documentation
    - Localize times

 -- Martin Pitt <mpitt@debian.org>  Thu, 06 Feb 2020 09:38:26 +0000

cockpit (211-1) unstable; urgency=medium

  * New upstream release:
    - Better support for various TLS certificate formats
    - Switch from Zanata to Weblate
    - Overview layout optimizations

 -- Martin Pitt <mpitt@debian.org>  Wed, 22 Jan 2020 21:45:31 +0000

cockpit (210-1) unstable; urgency=medium

  * New upstream release 209:
    - New overview design
    - Session timeouts
    - Banners on login screen
    - Client certificate authentication
    - Support for Fedora CoreOS
    - Dropped support for pam_rhost
  * New upstream release 210:
    - Overview: Add CPU utilization to usage card
    - Dashboard: Support SSH identity unlocking when adding new machines
    - SElinux: Introduce an Ansible automation script
    - Machines: Support bridge type network interfaces
    - Machines: Support bus type disk configuration

 -- Martin Pitt <mpitt@debian.org>  Wed, 08 Jan 2020 22:30:01 +0000

cockpit (208-1) unstable; urgency=medium

  * New upstream release:
    - Storage: Drop default mount point concept
    - Machines: Support transient virtual networks and storage pools
    - Machines: Sliders for disk size and memory in VM creation
    - Logs: Improve crash reporting

 -- Martin Pitt <mpitt@debian.org>  Wed, 27 Nov 2019 21:23:37 +0000

cockpit (207-1) unstable; urgency=medium

  * New upstream release:
    - Web server: Accept EC certificates
    - Storage: List all software devices in a single panel
    - Redesigned notifications

 -- Martin Pitt <mpitt@debian.org>  Wed, 13 Nov 2019 21:41:56 +0000

cockpit (206-1) unstable; urgency=medium

  * New upstream release 205:
    - Firewall: UI restructuring
    - Machines: Refactor Create VM dialog and introduce a download option
    - Adjust menu to PatternFly's current navigation design
    - Searching with keywords
    - Software Updates: Use notifications for available updates info
    - Web server security hardening
  * New upstream release 206:
    - Machines: Network interface deletion
    - login: Enable administration mode by default
    - Firewall: Prevent accidental deletion
    - Closes: #943839

 -- Martin Pitt <mpitt@debian.org>  Wed, 30 Oct 2019 22:20:56 +0000

cockpit (204-1) unstable; urgency=medium

  * New upstream release:
    - System: Highlight failed services
    - Machines: Configure read-only and shareable disks
    - Playground: Add index page

 -- Martin Pitt <mpitt@debian.org>  Wed, 02 Oct 2019 12:48:59 +0000

cockpit (202.1-1) unstable; urgency=medium

  * New upstream release:
    - Fix major CSS regression on Logs and some other pages
    - Fix building on RHEL/CentOS 7

 -- Martin Pitt <mpitt@debian.org>  Mon, 09 Sep 2019 19:04:54 +0000

cockpit (202-1) unstable; urgency=medium

  * New upstream release:
    - Machines: Creation of Storage Volumes
    - Improved component for selecting paths on the filesystem

 -- Martin Pitt <mpitt@debian.org>  Wed, 04 Sep 2019 15:03:44 +0000

cockpit (200-1) unstable; urgency=medium

  * New upstream release:
    - Machines: Type-ahead OS selection
    - Machines: LVM storage pools
    - Networking: Show included firewalld services
    - Web server: Split out TLS handling

 -- Martin Pitt <mpitt@debian.org>  Wed, 07 Aug 2019 20:50:48 +0000

cockpit (199-1) unstable; urgency=medium

  * New upstream release:
    - Redesigned logs all over cockpit
    - Services: Design and accesibility improvements
    - System: Show DIMM information on Hardware Info page
    - Machines: VM creation dialog now shows the recommended memory for the
      selected OS

 -- Martin Pitt <mpitt@debian.org>  Thu, 25 Jul 2019 09:38:12 +0000

cockpit (198-1) unstable; urgency=medium

  * New upstream release:
    - PatternFly4 user interface design
    - SELinux: Show changes
    - Machines: Deletion of Virtual Networks
    - Machines: Support more disk types
    - Docker: Change menu label
    - Web server: More flexible https redirection for proxies

 -- Martin Pitt <mpitt@debian.org>  Wed, 10 Jul 2019 14:25:47 +0000

cockpit (197-1) experimental; urgency=medium

  * New upstream release:
    - Machines: Support all storage pool types for new disks
    - Machines: Show available space on host at VM creation

 -- Martin Pitt <mpitt@debian.org>  Wed, 26 Jun 2019 12:53:30 +0000

cockpit (196-1) experimental; urgency=medium

  * New upstream release:
    - machines: Install from iso URL
    - machines: Show IP of network interfaces

 -- Martin Pitt <mpitt@debian.org>  Wed, 12 Jun 2019 12:11:02 +0000

cockpit (195-1) experimental; urgency=medium

  * New upstream release:
    - Simplified support for external TLS termination
    - Firewall: More support for zones
    - Machines: Additional storage options
    - Machines: Support for changing memory allocation
    - Storage: Select encryption type separately from filesystem

 -- Martin Pitt <mpitt@debian.org>  Wed, 29 May 2019 15:47:03 +0000

cockpit (194-1) experimental; urgency=medium

  * New upstream release:
    - Firewall: Add services to a specific zone
    - Redesigned on/off switch

 -- Martin Pitt <mpitt@debian.org>  Wed, 15 May 2019 14:22:53 +0000

cockpit (193-1) experimental; urgency=medium

  * New upstream release:
    - Machines: iSCSI direct storage pools
    - Storage: The "Format" button is no longer hidden
    - Storage: Improve performance with many block devices

 -- Martin Pitt <mpitt@debian.org>  Sun, 05 May 2019 19:18:28 +0000

cockpit (192-1) experimental; urgency=medium

  * New upstream release:
    - Machines: Auto-detect guest operating system
    - Translation cleanup
    - Allow accounts with non-standard shells

 -- Martin Pitt <mpitt@debian.org>  Wed, 17 Apr 2019 11:28:57 +0000

cockpit (191-1) experimental; urgency=medium

  * New upstream release:
    - Machines: iSCSI Storage pools
    - Machines: better notifications
    - System: CPU security mitigation
    - Network: Ports in the Firewall
    - Fix distclean to not remove files from the tarball (Closes: #924744)
    - Remove broken Scientific Linux branding symlinks (Closes: #925429)
    - Suggest cockpit-machines (Closes: #881672)

 -- Martin Pitt <mpitt@debian.org>  Thu, 04 Apr 2019 08:45:20 +0000

cockpit (190-1) experimental; urgency=medium

  * New upstream release:
    - Logs: Filter log entries by service
    - Machines: Support for Pausing/Resuming VMs
    - Machines: Make Autostart property of a Virtual Network configurable
    - Machines: Support for creating VM with option to boot from PXE
    - Accessibility improvements

 -- Martin Pitt <mpitt@debian.org>  Fri, 22 Mar 2019 17:48:29 +0000

cockpit (189-1) experimental; urgency=medium

  * New upstream release:
    - Machines: Import existing image when creating VM
    - Machines: Introduce virtual networks
    - Services: Filtering of services by name, description, and state

 -- Martin Pitt <mpitt@debian.org>  Wed, 06 Mar 2019 15:51:24 +0000

cockpit (188-1) unstable; urgency=medium

  * New upstream release:
    - Machines: Show Storage Volume user
    - Machines: Autostart configuration
    - Terminal: Themes and context menu
    - Storage: Responsive dialogs
    - Software Updates: Show three most recent updates

 -- Martin Pitt <mpitt@debian.org>  Wed, 20 Feb 2019 16:22:20 +0000

cockpit (187-1) unstable; urgency=medium

  * New upstream release:
    - Machines: More operations for Storage Pools
    - Domains: More information about the joined domain
    - Storage: The options for VDO volumes are explained
    - Machines: Support for oVirt will be dropped in the future

 -- Martin Pitt <mpitt@debian.org>  Wed, 06 Feb 2019 13:27:11 +0000

cockpit (186-1) unstable; urgency=medium

  * New upstream release:
    - Redesign the Service page
    - Make System Overview page mobile friendly

 -- Martin Pitt <mpitt@debian.org>  Wed, 23 Jan 2019 16:25:51 +0000

cockpit (185-1) unstable; urgency=medium

  * New upstream release:
    - Responsive dialogs on network, kdump and users page
    - Kubernetes containers included in docker graphs

 -- Martin Pitt <mpitt@debian.org>  Thu, 17 Jan 2019 07:43:10 +0000

cockpit (184-1) unstable; urgency=medium

  * New upstream release:
    - Machines: Dialog and tab layout is now responsive
    - Storage: Filesystem labels are validated upfront
    - Storage: Some mount options are prefilled when needed
    - Integration of Cockpit pages on the desktop

 -- Martin Pitt <mpitt@debian.org>  Thu, 13 Dec 2018 18:42:02 +0000

cockpit (183-1) unstable; urgency=medium

  * New upstream release:
    - Machines: Manage storage pools
    - Kernel Dump: Support non-local targets
    - Respect SSH configuration
    - Never send Content-Length with chunked encoding

 -- Martin Pitt <mpitt@debian.org>  Wed, 28 Nov 2018 14:52:23 +0000

cockpit (182-1) unstable; urgency=medium

  * New upstream release:
    - libvirt connection choice during VM creation
    - PackageKit page update severity tooltip
    - PackageKit page display registration status clearly

 -- Martin Pitt <mpitt@debian.org>  Wed, 14 Nov 2018 16:37:50 +0000

cockpit (181-1) unstable; urgency=medium

  * New upstream release:
    - Followup fixes related to the switch away from react-lite
    - Memory graph layout and color improvements
    - Machines: edit network interfaces
    - Update look of lists to match Patternfly

 -- Martin Pitt <mpitt@debian.org>  Wed, 31 Oct 2018 17:46:38 +0000

cockpit (180-1) unstable; urgency=medium

  * New upstream release:
    - Move to ssh SHA256 fingerprints
    - Machines: Show error messages in the correct place

 -- Martin Pitt <mpitt@debian.org>  Fri, 12 Oct 2018 12:54:43 +0000

cockpit (179-1) unstable; urgency=medium

  * New upstream release:
    - Machines: Detach disk from VM with LibvirtDBus provider
    - Machines: Offer cockpit-machines as Application

 -- Martin Pitt <mpitt@debian.org>  Thu, 04 Oct 2018 14:10:59 +0000

cockpit (178-1) unstable; urgency=medium

  * New upstream release:
    - Lots of crash fixes

 -- Martin Pitt <mpitt@debian.org>  Wed, 19 Sep 2018 12:52:57 +0000

cockpit (177-1) unstable; urgency=medium

  * New upstream release:
    - Storage: Support LUKS v2
    - Support centrally-managed SSH known hosts
    - Drop support for Internet Explorer

 -- Martin Pitt <mpitt@debian.org>  Wed, 05 Sep 2018 18:52:07 +0000

cockpit (176-2) unstable; urgency=medium

  * Fix arch-indep build.
    When building only arch-indep packages, the cockpit-ws package does not
    get built, and trying to remove the firewalld service failed.
    (Closes: #907108)

 -- Martin Pitt <mpitt@debian.org>  Sat, 25 Aug 2018 08:35:14 +0000

cockpit (176-1) unstable; urgency=medium

  * New upstream release 175:
    - Network bound disk encryption
  * New upstream release 176:
    - Login: Suggest other browser when browser is unsupported
    - Fix building against libssh 0.8
    - Stop shipping firewall service file with recent firewalld
      (Closes: #905389)

 -- Martin Pitt <mpitt@debian.org>  Wed, 22 Aug 2018 14:23:53 +0000

cockpit (174-1) unstable; urgency=medium

  * New upstream release:
    - Kubernetes: VM detail page
    - Realmd: Install on demand

 -- Martin Pitt <mpitt@debian.org>  Wed, 01 Aug 2018 15:31:09 +0000

cockpit (173-1) unstable; urgency=medium

  * New upstream release:
    - Storage: Offer installation of VDO
    - Machines: Add disks to a virtual machine
  * Re-enable cockpit-pcp package, pcp has been in testing for a while now.

 -- Martin Pitt <mpitt@debian.org>  Wed, 25 Jul 2018 16:38:11 +0000

cockpit (172-1) unstable; urgency=medium

  * New upstream release:
    - System: Offer installation of PCP
    - Software Updates: Improve layout in mobile mode
    - Remove ability to drop privileges from navigation bar
    - API: Introduce flow control for all channels
    - Python 3 support

 -- Martin Pitt <mpitt@debian.org>  Wed, 11 Jul 2018 15:15:07 +0000

cockpit (171-1) unstable; urgency=medium

  * New upstream release:
    - Machines: Add virtual CPU configuration
    - Kubernetes: Add KubeVirt pod metrics
    - Docker: Show container volumes
    - Fix broken actions for non-administrators
    - Networking: Handle non-running NetworkManager
    - Accounts: User role improvements
    - Localize times

 -- Martin Pitt <mpitt@debian.org>  Wed, 27 Jun 2018 18:39:25 +0000

cockpit (170-1) unstable; urgency=medium

  * New upstream release:
    - Software Updates: Layout rework
    - oVirt: Use authenticated libvirt connection by default

 -- Martin Pitt <mpitt@debian.org>  Wed, 13 Jun 2018 11:55:54 +0000

cockpit (169-1) unstable; urgency=medium

  * New upstream release:
    - Storage: Offer installation of NFS client support
    - System: Request FreeIPA SSL certificate for Cockpit's web server
    - Services: Show unit relationships
    - Provide motd help about how to access cockpit

 -- Martin Pitt <mpitt@debian.org>  Wed, 30 May 2018 11:29:40 +0000

cockpit (168-1) unstable; urgency=medium

  * New upstream release:
    - Improve checks for root privilege availability

 -- Martin Pitt <mpitt@debian.org>  Wed, 16 May 2018 10:14:12 +0000

cockpit (167-1) unstable; urgency=medium

  * New upstream release:
    - Networking: Add Firewall Configuration
    - Kubernetes: Show Kubevirt Registry Disks

 -- Martin Pitt <mpitt@debian.org>  Wed, 02 May 2018 16:36:41 +0000

cockpit (166-1) unstable; urgency=medium

  * New upstream release:
    - Kubernetes: Add creation of Virtual Machines
    - Realms: Automatically set up Kerberos keytab for Cockpit web server
    - Numbers now get formatted correctly for the selected language

 -- Martin Pitt <mpitt@debian.org>  Wed, 18 Apr 2018 15:02:24 +0200

cockpit (165-1) unstable; urgency=medium

  * New upstream release:
    - Storage: Show more details of sessions and services that keep NFS busy
    - Machines: Detect if libvirtd is not running
    - Machines: Show virtual machines that are being created

 -- Martin Pitt <mpitt@debian.org>  Wed, 04 Apr 2018 13:18:47 +0200

cockpit (164-1) unstable; urgency=medium

  * New upstream release:
    - Storage: Move NFS management into new details page
    - System: Show available package updates and missing registration
    - System: Fix inconsistent tooltips
    - Logs: Change severities to officially defined syslog levels
    - Machines: Add error notifications
    - Accessibility improvements
    - Reloading the page in the browser now reloads Cockpit package manifests

 -- Martin Pitt <mpitt@debian.org>  Wed, 21 Mar 2018 16:33:50 +0100

cockpit (163-1) unstable; urgency=medium

  * New upstream release:
    - Drop "Transfer data asynchronously" VDO option on Storage page
    - Hide Docker storage pool reset button when it cannot work properly
    - Update jQuery to version 3.3.1 (deprecated cockpit API!)

 -- Martin Pitt <mpitt@debian.org>  Wed, 07 Mar 2018 14:01:26 +0100

cockpit (162-1) unstable; urgency=medium

  * New upstream release:
    - Show pod name and disks of VMs running in Kubernetes
    - Tighten up the default Content-Security-Policy

 -- Martin Pitt <mpitt@debian.org>  Wed, 21 Feb 2018 17:00:36 +0100

cockpit (161-1) unstable; urgency=medium

  * New upstream release:
    - New VMs can be created on Machines page
    - VMs running in Kubernetes can now be deleted
    - Improve LVM volume resizing
    - Add new Hardware Information page
    - Load Application metadata (Appstream) packages on demand on Debian/Ubuntu
    - Stop advertising and supporting cockpit-bundled jQuery library

 -- Martin Pitt <mpitt@debian.org>  Wed, 07 Feb 2018 12:50:15 +0100

cockpit (160-1) unstable; urgency=medium

  * New upstream release:
    - Add kubevirt Virtual Machines overview
    - Redesign package list on Software Updates page and show RHEL Errata
    - Install AppStream collection metadata packages on demand on Apps page
    - Add AppStream metadata to cockpit-sosreport for showing up on Apps page
    - Change CPU graphs to use "100%" for a fully loaded multi-processor system
    - Show storage, network, and other numbers with 3 digits of precision
    - Add an example bastion container

 -- Martin Pitt <mpitt@debian.org>  Wed, 24 Jan 2018 11:02:51 +0100

cockpit (159-1) unstable; urgency=medium

  * New upstream release:
    - Configure data deduplication with VDO devices on Storage page
    - Add serial console to virtual Machines page and redesign the
      Consoles tab
    - Show more error message details for failures on virtual Machines page

 -- Martin Pitt <mpitt@debian.org>  Wed, 10 Jan 2018 14:34:54 +0100

cockpit (158-1) unstable; urgency=medium

  * New upstream release:
    - Add check boxes for common NFS mount options
    - Clarify Software Update status if only security updates are available
    - Create self-signed certificates with SubjectAltName

 -- Martin Pitt <mpitt@debian.org>  Wed, 13 Dec 2017 11:11:20 +0100

cockpit (157-1) unstable; urgency=medium

  * New upstream release:
    - Add Networks tab to overview on Machines page
    - The Apps page now displays SVG app icons

 -- Martin Pitt <mpitt@debian.org>  Thu, 30 Nov 2017 15:08:08 +0100

cockpit (156-1) unstable; urgency=medium

  * New upstream release:
    - Redesign navigation and support mobile browsing
    - Use /etc/cockpit/krb5.keytab if present to support alternate keytabs
    - Add project homepage link to Apps page
    - Maintain issue(5) file with current Cockpit status

 -- Martin Pitt <mpitt@debian.org>  Thu, 16 Nov 2017 10:08:35 +0100

cockpit (155-1) unstable; urgency=medium

  * New upstream release:
    - Add NFS client support to the Storage page
    - Fix Terminal rendering issues in Chrome
    - Prevent closing Terminal with Ctrl+W when focused

 -- Martin Pitt <mpitt@debian.org>  Tue, 07 Nov 2017 09:51:07 +0100

cockpit (154-1) unstable; urgency=medium

  * New upstream release:
    - Center the "Disconnected" message in the content area
    - Remove long-obsolete "./configure --branding" option

 -- Martin Pitt <mpitt@debian.org>  Wed, 18 Oct 2017 11:42:03 +0200

cockpit (153-1) unstable; urgency=medium

  * New upstream release:
    - Clean up rpmlint/lintian errors in the packages

 -- Martin Pitt <mpitt@debian.org>  Tue, 17 Oct 2017 11:08:58 +0200

cockpit (152-1) unstable; urgency=medium

  * New upstream release:
    - Add Applications page
    - Add automatic update configuration for dnf to Software Updates
    - Fix cockpit-bridge crash if /etc/os-release does not exist

 -- Martin Pitt <mpitt@debian.org>  Fri, 06 Oct 2017 17:23:09 +0200

cockpit (151-1) unstable; urgency=medium

  * New upstream release:
    - Support loading SSH keys from arbitrary paths
  * Ignore PhantomJS crashes in avocado autopkgtest
    checklogin-basic.py causes a PhantomJS crash on Ubuntu artful on amd64
    which does not reproduce in QEMU. (Closes: #873241)
  * Add smoke autopkgtest that can run in containers.
    Add a simple test of cockpit-bridge and the login page to ensure that
    packages have the right dependencies and contents, and that the systemd
    units are set up correctly to get a login page on
    https://localhost:9090.
    This can also run in a container and thus in Debian's CI and on all
    Ubuntu architectures.

 -- Martin Pitt <mpitt@debian.org>  Thu, 21 Sep 2017 10:25:46 +0200

cockpit (150-2) unstable; urgency=medium

  * Drop nodejs-legacy autopkgtest dependency. That package ceased to exist,
    and the tests don't need the /usr/bin/node binary.

 -- Martin Pitt <mpitt@debian.org>  Mon, 11 Sep 2017 08:28:22 +0200

cockpit (150-1) unstable; urgency=medium

  * New upstream release 149:
    - Support sending non-maskable interrupt to VMs
    - Add information about non-met conditions for systemd services
    - Clear cockpit cookie on logout
  * New upstream release 150:
    - Automatically enable and start newly created timers on the Services page

 -- Martin Pitt <mpitt@debian.org>  Fri, 08 Sep 2017 12:42:10 +0200

cockpit (148-1) unstable; urgency=medium

  * New upstream release:
    - Fix navigation and various JavaScript errors with Internet Explorer
    - Detect unregistered RHEL systems on Software Updates page
    - debian/copryight: Add missing copyrights and licenses (Closes: #869934)

 -- Martin Pitt <mpitt@debian.org>  Fri, 04 Aug 2017 13:07:47 +0200

cockpit (147-1) unstable; urgency=medium

  * New upstream release:
    - Add configuration of account locking and password expiry to Accounts
      page
    - Consistently ignore loopback traffic on all network load graphs
    - Fix the Kdump page in Internet Exporer

 -- Martin Pitt <mpitt@debian.org>  Thu, 27 Jul 2017 15:27:28 +0200

cockpit (146-1) unstable; urgency=medium

  * New upstream release:
    - Show recent updates and live update log on Software Updates page
    - Improve available Software Updates table layout for small/mobile screens
    - Support OAuth Kubernetes logins to work with Google Compute Engine
    - Fix reporting ABRT crashes that are already known to the server
    - Scroll the virtual machine VNC console into view automatically

 -- Martin Pitt <mpitt@debian.org>  Fri, 21 Jul 2017 11:25:26 +0200

cockpit (145-1) unstable; urgency=medium

  * New upstream release:
    - Resize the terminal dynamically to use all available space
    - Let the Machines page update immediately after changes
    - Add delete VM functionality to the Machines page
    - Retire support for external Machines provider API
    - Always recommend rebooting after applying Software Updates
    - Group D-Bus channels to avoid hitting connection limits
    - Fix building on Fedora Rawhide/glibc 2.25.90

 -- Martin Pitt <mpitt@debian.org>  Mon, 10 Jul 2017 14:23:51 +0200

cockpit (144-1) unstable; urgency=medium

  * New upstream release:
    - Add ability to cancel software updates while it is safe
    - Show progress of "Refreshing package information" on the Software Updates
      page
    - Add ABRT integration to the System page
    - Fix Machines page to only react to primary mouse button clicks on Firefox

 -- Martin Pitt <mpitt@debian.org>  Thu, 29 Jun 2017 22:53:27 +0200

cockpit (143-1) unstable; urgency=medium

  * New upstream release:
    - Add "Software Updates" page for package (rpm/deb) based operating
      systems
    - Fix cockpit-machines package to make inline VNC console actually work

 -- Martin Pitt <mpitt@debian.org>  Mon, 19 Jun 2017 16:44:35 +0200

cockpit (142-1) unstable; urgency=medium

  * New upstream release:
    - Virtual machines display an interactive console, either in browser, or a
      popup viewer
    - Fix Virtual Machines operations on non-English locales
    - Add documentation explaining how to grant/restrict access via polkit
      rules

 -- Martin Pitt <mpitt@debian.org>  Fri, 09 Jun 2017 17:33:22 +0200

cockpit (141-2) unstable; urgency=medium

  * Fix autopkgtest:
    - Latest avocado now requires python-libvirt, add it as test dependency.
    - Use the packaged phantomjs instead of phantomjs-prebuilt as that is only
      available for x86_64; this should make the tests work on other
      architectures too. The Debian/Ubuntu phantomjs package is built with Qt
      support, so run under $QT_QPA_PLATFORM=offscreen to work in a headless
      test environment.
    - Drop stray "sudo" command. The test already runs as root, this was a
      copy&paste leftover.

 -- Martin Pitt <mpitt@debian.org>  Fri, 02 Jun 2017 08:47:31 +0200

cockpit (141-1) unstable; urgency=medium

  * New upstream release:
    - Attempt to tear down used partitions when formatting disks
    - Show the correct known_hosts path on missing/mismatching host keys
    - Set HTML content type when serving login page, for better reverse proxy
      operation
    - Fix Kubernetes page incompatibility with recent Firefox versions
    - Set the system:authenticated role on anonymous Kubernetes projects

 -- Martin Pitt <mpitt@debian.org>  Thu, 01 Jun 2017 15:33:33 +0200

cockpit (140-1) unstable; urgency=medium

  * New upstream release:
    - Use SSCG to generate SSL certificates if available
    - Add a "cockpit-bridge --rules" option to output the rules
    - Allow auth commands to store credentials for future challenges
    - Allow users to change Docker container environment variables
    - Disable shutdown/reboot button for unprivileged users on the System page
    - Fix binary channel data for child iframes, used e. g. in Docker terminals
    - Don't install broken branding symlinks. (Closes: #859870)
  * Drop cockpit-pcp package. It wasn't meant to be packaged as long as pcp is
    not in testing.

 -- Martin Pitt <mpitt@debian.org>  Mon, 08 May 2017 23:26:30 +0200

cockpit (139-1) unstable; urgency=medium

  * New upstream release:
    - Show more information about virtual machines, such as boot order
    - Fix enablement of timer systemd units created on Services page
    - Fix Storage crash on multiple iSCSI sessions
    - cockpit-docker is now installable with docker-ce or other alternatives
    - Hide docker push commands on Registry image pages for  "pull" roles

 -- Martin Pitt <mpitt@debian.org>  Sun, 23 Apr 2017 22:13:20 +0200

cockpit (138-1) unstable; urgency=medium

  * New upstream release:
    - Only allow mdraid disk removal when it won't destroy data
    - Allow DN style usernames in the Kubernetes dashboard
    - Simplify protocol that cockpit talks to session authentication processes
  * Sync packaging with upstream.

 -- Martin Pitt <mpitt@debian.org>  Mon, 10 Apr 2017 14:53:33 +0200

cockpit (137-3) unstable; urgency=medium

  * Build with autoreconf.
    This will make the previous patches actually effective, and also ensure
    good architecture support.

 -- Martin Pitt <mpitt@debian.org>  Thu, 06 Apr 2017 14:06:31 +0200

cockpit (137-2) unstable; urgency=medium

  * Cherry-pick upstream patches to fix build with inaccessible home directory.
    Fixes FTBFS on most architectures.

 -- Martin Pitt <mpitt@debian.org>  Thu, 06 Apr 2017 12:22:03 +0200

cockpit (137-1) unstable; urgency=medium

  * New upstream release:
    - Does not use kernel keyring any more, thus this should fix the FTBFS on
      mips/mipsel and Ubuntu armhf.
  * Update packaging for moving from pam_reauthorize.so and cockpit-polkit
    to cockpit-askpass helper.
  * Fix autopkgtest on Ubuntu
  * Run cockpit-ws unprivileged under cockpit-ws user
  * Lower cockpit-docker Recommends to Suggests
  * Upload to unstable, with the above fixes it should be good enough for more
    wide-scale testing.

 -- Martin Pitt <mpitt@debian.org>  Thu, 06 Apr 2017 09:53:43 +0200

cockpit (134-1) experimental; urgency=medium

  * Initial release. (Closes: #820107)

 -- Martin Pitt <mpitt@debian.org>  Fri, 10 Mar 2017 14:43:06 +0100