-
Notifications
You must be signed in to change notification settings - Fork 6
/
changelog.Debian
1297 lines (664 loc) · 33.2 KB
/
changelog.Debian
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
ceph (19.2.0-pve2) bookworm; urgency=medium
* d/control: fix lua dependencies for librgw2 to avoid pulling in a huge
amount of development related packages.
-- Proxmox Support Team <[email protected]> Wed, 06 Nov 2024 16:38:14 +0100
ceph (19.2.0-pve1) bookworm; urgency=medium
* update Ceph to the first stable release from the Squid 19.2 series
-- Proxmox Support Team <[email protected]> Fri, 27 Sep 2024 17:43:16 +0200
ceph (19.1.0-pve1) bookworm; urgency=medium
* update Ceph to the first release candidate of the upcoming Squid 19 stable
release
-- Proxmox Support Team <[email protected]> Fri, 19 Jul 2024 15:21:03 +0200
ceph (18.2.4-pve3) bookworm; urgency=medium
* ceph-volume: explicitly track python3-packaging dependency
-- Proxmox Support Team <[email protected]> Wed, 31 Jul 2024 10:12:55 +0200
ceph (18.2.4-pve2) bookworm; urgency=medium
* cherry-pick fix for ceph-volume when it tries parsing the version of the
installed `cryptsetup` version using Bookworm's `packaging` python module
-- Proxmox Support Team <[email protected]> Tue, 30 Jul 2024 20:34:01 +0200
ceph (18.2.4-pve1) bookworm; urgency=medium
* update Ceph to Reef 18.2.4 stable release
-- Proxmox Support Team <[email protected]> Thu, 25 Jul 2024 18:50:50 +0200
ceph (18.2.2-pve1) bookworm; urgency=medium
* update Ceph to Reef 18.2.2 stable release
* mgr/dashboard: add backport that allows the dashboard to work again
* mgr/dashboard: patch out PyOpenSSL-related and PyJWT-related usages to fix
compat with python3.11 sub-interpreter enforcements and dashboard modules
* fix #5213: ceph-osd postinst: add patch to avoid connection freezes
* debian: ensure all ceph related files in /var/lib/ceph are owned and
accessible by the ceph user, like the crash directory.
* reorder keyring used by ceph-crash favoring non-host-specific keyring,
avoiding some warnings spamming the system log.
-- Proxmox Support Team <[email protected]> Mon, 11 Mar 2024 17:30:56 +0100
ceph (18.2.1-pve2) bookworm; urgency=medium
* ensure RocksDB sub-component is build in release mode to avoid performance
regressions
-- Proxmox Support Team <[email protected]> Tue, 09 Jan 2024 17:11:04 +0100
ceph (18.2.1-pve1) bookworm; urgency=medium
* add stop-gap to fix compat with CPUs not supporting SSE 4.1
* update Ceph to Reef 18.2.1 stable release
-- Proxmox Support Team <[email protected]> Tue, 19 Dec 2023 09:14:36 +0100
ceph (18.2.0-pve2) bookworm; urgency=medium
* debian: add missing bcrypt to manager .requires to ensure correct
dependencies if installed freshly on a relative minimal system.
-- Proxmox Support Team <[email protected]> Tue, 05 Sep 2023 13:38:33 +0200
ceph (18.2.0-pve1) bookworm; urgency=medium
* first upstream stable release of the Ceph 18 Reef branch
-- Proxmox Support Team <[email protected]> Fri, 25 Aug 2023 14:06:36 +0200
ceph (18.1.2-pve1) bookworm; urgency=medium
* Package second release candidate from the Ceph 18 Reef branch
-- Proxmox Support Team <[email protected]> Thu, 20 Jul 2023 09:15:15 +0200
ceph (17.2.6-pve1+3) bookworm; urgency=medium
* rebuild for Proxmox VE 8.x based on Debian 12 Bookworm
* backport patches lib boost compat with python3.10+
* fix and improve compat with libfmt9 and newer gcc/c++17
-- Proxmox Support Team <[email protected]> Tue, 02 May 2023 18:06:49 +0200
ceph (17.2.6-pve1) bullseye; urgency=medium
* new upstream quincy 17.2.6 stable release
-- Proxmox Support Team <[email protected]> Tue, 11 Apr 2023 09:44:32 +0200
ceph (17.2.5-pve1) bullseye; urgency=medium
* new upstream quincy 17.2.5 stable release
-- Proxmox Support Team <[email protected]> Sun, 23 Oct 2022 17:14:21 +0200
ceph (17.2.4-pve1) bullseye; urgency=medium
* new upstream quincy 17.2.4 stable release
-- Proxmox Support Team <[email protected]> Mon, 03 Oct 2022 09:56:11 +0200
ceph (17.2.1-pve1) bullseye; urgency=medium
* new upstream quincy 17.2.1 stable release
-- Proxmox Support Team <[email protected]> Fri, 24 Jun 2022 08:49:44 +0200
ceph (17.2.0-pve1) bullseye; urgency=medium
* Initial packaging of new major upstream ceph Quincy release
-- Proxmox Support Team <[email protected]> Thu, 21 Apr 2022 17:46:16 +0200
ceph (16.2.7) bullseye; urgency=medium
* new upstream pacific 16.2.7 stable release
-- Proxmox Support Team <[email protected]> Wed, 08 Dec 2021 11:07:49 +0100
ceph (16.2.6-pve2) bullseye; urgency=medium
* new upstream pacific 16.2.6 stable release
-- Proxmox Support Team <[email protected]> Tue, 21 Sep 2021 12:17:15 +0200
ceph (16.2.5-pve1) bullseye; urgency=medium
* new upstream pacific 16.2.5 stable release
-- Proxmox Support Team <[email protected]> Wed, 14 Jul 2021 11:46:26 +0200
ceph (16.2.4-pve1) bullseye; urgency=medium
* update to Ceph Pacific 16.2.4 release
-- Proxmox Support Team <[email protected]> Thu, 20 May 2021 15:56:33 +0200
ceph (16.2.2-pve1) stable; urgency=medium
* update to Ceph Pacific 16.2.2 release
-- Proxmox Support Team <[email protected]> Thu, 06 May 2021 16:04:15 +0200
ceph (15.2.11-pve1) stable; urgency=medium
* new upstream octopus 15.2.11 stable release
* fix CVE-2021-20288: Unauthorized global_id reuse in cephx
-- Proxmox Support Team <[email protected]> Tue, 20 Apr 2021 10:34:05 +0200
ceph (15.2.10-pve1) stable; urgency=medium
* new upstream octopus 15.2.10 stable release
-- Proxmox Support Team <[email protected]> Thu, 25 Mar 2021 11:25:02 +0100
ceph (15.2.9-pve1) stable; urgency=medium
* new upstream octopus 15.2.9 stable release
-- Proxmox Support Team <[email protected]> Thu, 25 Feb 2021 16:58:37 +0100
ceph (15.2.8-pve2) stable; urgency=medium
* new upstream octopus 15.2.8 stable release
-- Proxmox Support Team <[email protected]> Thu, 17 Dec 2020 16:21:39 +0100
ceph (15.2.6-pve1) stable; urgency=medium
* new upstream octopus 15.2.6 stable release:
+ CVE 2020-25660: Fix a regression in Messenger V2 replay attacks
-- Proxmox Support Team <[email protected]> Fri, 20 Nov 2020 09:43:59 +0100
ceph (15.2.5-pve1) stable; urgency=medium
* new upstream octopus 15.2.5 stable release
-- Proxmox Support Team <[email protected]> Mon, 28 Oct 2020 09:01:33 +0200
ceph (15.2.4-pve1) stable; urgency=medium
* new upstream octopus 15.2.4 stable release
-- Proxmox Support Team <[email protected]> Thu, 02 Jul 2020 15:37:46 +0200
ceph (15.2.3-pve1) stable; urgency=medium
* new upstream octopus 15.2.3 stable release
-- Proxmox Support Team <[email protected]> Tue, 02 Jun 2020 16:29:59 +0200
ceph (15.2.2-pve1) stable; urgency=medium
* new upstream octopus 15.2.2 stable release
-- Proxmox Support Team <[email protected]> Fri, 22 May 2020 15:35:46 +0200
ceph (15.2.1-pve1) stable; urgency=medium
* New upstream Octopus 15.2.1 stable release
-- Proxmox Support Team <[email protected]> Wed, 15 Apr 2020 13:24:39 +0200
ceph (14.2.8-pve1) stable; urgency=medium
* New upstream Nautilus 14.2.8 stable release
-- Proxmox Support Team <[email protected]> Tue, 03 Mar 2020 15:28:39 +0100
ceph (14.2.6-pve1) stable; urgency=medium
* New upstream Nautilus 14.2.6 stable release
-- Proxmox Support Team <[email protected]> Wed, 15 Jan 2020 10:32:12 +0100
ceph (14.2.5-pve1) stable; urgency=medium
* New upstream Nautilus 14.2.5 stable release
-- Proxmox Support Team <[email protected]> Tue, 10 Dec 2019 12:54:23 +0100
ceph (14.2.4.1-pve1) stable; urgency=medium
* Backport fix for possible data corruption using BlueStore OSDs that have
a separate DB or WAL device, introduced with 14.2.3
* fix a situation were mgr daemons became unresponsive when device health
metrics were enabled
-- Proxmox Support Team <[email protected]> Fri, 15 Nov 2019 10:24:45 +0100
ceph (14.2.4-pve1) stable; urgency=medium
* New upstream Nautilus 14.2.4 release
-- Proxmox Support Team <[email protected]> Thu, 19 Sep 2019 13:49:23 +0200
ceph (14.2.2-pve1) stable; urgency=medium
* New upstream Nautilus 14.2.2 release
-- Proxmox Support Team <[email protected]> Thu, 18 Jul 2019 11:15:19 +0200
ceph (14.2.1-pve2) stable; urgency=medium
* add ceph-volume zap fix
* add postinst code to remove old ceph osd activation script
* add patch to remove unused init.d ceph script
* change the ceph-mgr plugin dependencies from recommends to suggest, to
avoid pulling in development packages by default
-- Proxmox Support Team <[email protected]> Wed, 08 May 2019 15:10:02 +0200
ceph (14.2.1-pve1) stable; urgency=medium
* New upstream Nautilus 14.2.1 release
-- Proxmox Support Team <[email protected]> Wed, 08 May 2019 15:10:02 +0200
ceph (12.2.12-pve1) stable; urgency=medium
* New upstream release 12.2.12
-- Proxmox Support Team <[email protected]> Fri, 12 Apr 2019 11:42:06 +0200
ceph (12.2.11-pve1) stable; urgency=medium
* New upstream release
-- Proxmox Support Team <[email protected]> Wed, 06 Feb 2019 10:32:23 +0100
ceph (12.2.11-1) stable; urgency=medium
* New upstream release
-- Ceph Release Team <[email protected]> Wed, 30 Jan 2019 15:51:24 +0000
ceph (12.2.10-pve1) stable; urgency=medium
* New upstream release
* The bluestore_cache_* options are no longer needed. They are replaced by
osd_memory_target, defaulting to 4GB. BlueStore will expand and contract
its cache to attempt to stay within this limit. Users upgrading should
note this is a higher default than the previous bluestore_cache_size of
1GB, so OSDs using BlueStore will use more memory by default.
* cherry-pick os/bluestore: handle spurious read errors, workaround for
http://tracker.ceph.com/issues/22464
-- Proxmox Support Team <[email protected]> Thu, 06 Dec 2018 16:34:57 +0100
ceph (12.2.10-1) stable; urgency=medium
* New upstream release
-- Ceph Release Team <[email protected]> Mon, 26 Nov 2018 19:35:56 +0000
ceph (12.2.9-1) stable; urgency=medium
* New upstream release
-- Ceph Release Team <[email protected]> Wed, 24 Oct 2018 21:04:18 +0000
ceph (12.2.8-pve1) stable; urgency=medium
* rebase on latest upstream release
-- Proxmox Support Team <[email protected]> Wed, 05 Sep 2018 10:18:59 +0200
ceph (12.2.8-1) stable; urgency=medium
* New upstream release
-- Ceph Release Team <[email protected]> Thu, 30 Aug 2018 17:24:37 +0000
ceph (12.2.7-pve1) stable; urgency=medium
* rebase on latest upstream release
* add ceph-common.preinst for upgrade warning
---
If you used ceph v12.2.5 in combination with erasure coded pools, there is
a small risk of corruption under certain workloads. See the link below for
further upgrade instructions.
http://docs.ceph.com/docs/master/releases/luminous/#upgrading-from-v12-2-5-or-v12-2-6
-- Proxmox Support Team <[email protected]> Wed, 18 Jul 2018 18:18:02 +0200
ceph (12.2.7-1) stable; urgency=medium
* New upstream release
-- Ceph Release Team <[email protected]> Mon, 16 Jul 2018 16:00:29 +0000
ceph (12.2.6-1) stable; urgency=medium
* New upstream release
-- Ceph Release Team <[email protected]> Mon, 09 Jul 2018 16:18:46 +0000
ceph (12.2.5-pve1) stable; urgency=medium
* rebase on latest upstream release
-- Proxmox Support Team <[email protected]> Wed, 25 Apr 2018 09:54:53 +0200
ceph (12.2.5-1) stable; urgency=medium
* New upstream release
-- Ceph Release Team <[email protected]> Mon, 23 Apr 2018 16:18:32 +0000
ceph (12.2.4-pve1) stable; urgency=medium
* rebase on latest upstream release
-- Proxmox Support Team <[email protected]> Wed, 28 Feb 2018 14:43:22 +0100
ceph (12.2.4-1) stable; urgency=medium
* New upstream release
-- Ceph Release Team <[email protected]> Mon, 26 Feb 2018 21:47:17 +0000
ceph (12.2.3-pve1) stable; urgency=medium
* rebase on latest upstream release
-- Proxmox Support Team <[email protected]> Wed, 21 Feb 2018 12:11:36 +0100
ceph (12.2.3-1) stable; urgency=medium
* New upstream release
-- Ceph Release Team <[email protected]> Mon, 19 Feb 2018 23:14:45 +0000
ceph (12.2.2-pve1) stable; urgency=medium
* rebase on latest upstream release
* add LZ4 support
* remove ceph-disk deprecation warning
-- Proxmox Support Team <[email protected]> Mon, 4 Dec 2017 10:22:17 +0100
ceph (12.2.2-1) stable; urgency=medium
* New upstream release
-- Ceph Release Team <[email protected]> Thu, 30 Nov 2017 14:59:26 +0000
ceph (12.2.1-pve3) stable; urgency=medium
* cherry-pick monitor obsolete command fix
* cherry-pick ceph-disk OSD activation fix
-- Proxmox Support Team <[email protected]> Tue, 10 Oct 2017 10:31:44 +0200
ceph (12.2.1-pve2) stable; urgency=medium
* cherry-pick RDMA fix
-- Proxmox Support Team <[email protected]> Fri, 6 Oct 2017 08:40:57 +0200
ceph (12.2.1-pve1) stable; urgency=medium
* rebase on latest upstream release
-- Proxmox Support Team <[email protected]> Fri, 29 Sep 2017 09:58:17 +0200
ceph (12.2.1-1) stable; urgency=medium
* New upstream release
-- Ceph Release Team <[email protected]> Tue, 26 Sep 2017 16:27:06 +0000
ceph (12.2.0-pve1) stable; urgency=medium
* rebase on latest upstream release
-- Proxmox Support Team <[email protected]> Wed, 30 Aug 2017 08:26:23 +0200
ceph (12.2.0-1) stable; urgency=medium
* New upstream release
-- Ceph Release Team <[email protected]> Mon, 28 Aug 2017 16:30:16 +0000
ceph (12.1.4-pve1) unstable; urgency=medium
* rebase on latest upstream Release Candidate
-- Proxmox Support Team <[email protected]> Wed, 16 Aug 2017 08:02:47 +0200
ceph (12.1.4-1) stable; urgency=medium
* New upstream release
-- Ceph Release Team <[email protected]> Tue, 15 Aug 2017 13:45:08 +0000
ceph (12.1.3-pve1) unstable; urgency=medium
* rebase on latest upstream Release Candidate
-- Proxmox Support Team <[email protected]> Mon, 14 Aug 2017 08:44:52 +0200
ceph (12.1.3-1) stable; urgency=medium
* New upstream release
-- Ceph Release Team <[email protected]> Thu, 10 Aug 2017 19:22:38 +0000
ceph (12.1.2-pve1) unstable; urgency=medium
* rebase on latest upstream Release Candidate
-- Proxmox Support Team <[email protected]> Thu, 3 Aug 2017 11:57:13 +0200
ceph (12.1.2-1) stable; urgency=medium
* New upstream release
-- Ceph Release Team <[email protected]> Tue, 01 Aug 2017 17:55:37 +0000
ceph (12.1.1-pve1) unstable; urgency=medium
* rebase on latest upstream Release Candidate
-- Proxmox Support Team <[email protected]> Wed, 19 Jul 2017 11:22:27 +0200
ceph (12.1.1-1) stable; urgency=medium
* New upstream release
-- Ceph Release Team <[email protected]> Mon, 17 Jul 2017 16:55:59 +0000
ceph (12.1.0-pve2) unstable; urgency=medium
* fix https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=582819
* add 0004-debian-workaround-the-bug-in-dpkg-maintscript-helper.patch
-- Proxmox Support Team <[email protected]> Mon, 03 Jul 2017 14:03:31 +0200
ceph (12.1.0-pve1) stable; urgency=medium
* rebase on latest upstream Release Candidate
* enable new restful mgr module by default
-- Proxmox Support Team <[email protected]> Tue, 27 Jun 2017 09:44:46 +0200
ceph (12.1.0-1) stable; urgency=medium
* New upstream release
-- Ceph Release Team <[email protected]> Thu, 22 Jun 2017 15:43:47 +0000
ceph (12.0.3-pve3) stable; urgency=medium
* update logrotate fix to final version
-- Proxmox Support Team <[email protected]> Tue, 20 Jun 2017 09:27:53 +0200
ceph (12.0.3-pve2) stable; urgency=medium
* fix Ceph #19938: two logrotate scripts when upgrading from Debian packages
-- Proxmox Support Team <[email protected]> Wed, 7 Jun 2017 10:20:06 +0200
ceph (12.0.3-pve1) stable; urgency=medium
* rebase on top of v12.0.3
* don't enable (broken) ceph-mgr module by default
* use bundled boost
-- Proxmox Support Team <[email protected]> Tue, 6 Jun 2017 12:22:39 +0200
ceph (12.0.3-1) stable; urgency=medium
* New upstream release
-- Ceph Release Team <[email protected]> Tue, 16 May 2017 12:42:53 +0000
ceph (12.0.2-pve1) stable; urgency=medium
* rebase on top of v12.0.2
* cherry-pick monitor upgrade fix for upgrades from <= v12.0.2
-- Proxmox Support Team <[email protected]> Wed, 26 Apr 2017 10:20:20 +0200
ceph (12.0.2-1) stable; urgency=medium
* New upstream release
-- Ceph Release Team <[email protected]> Thu, 20 Apr 2017 19:59:57 +0000
ceph (12.0.1-pve1) stable; urgency=medium
* revert dropping of boost build dependencies
* revert including our package release in ceph version output
-- Proxmox Support Team <[email protected]> Wed, 29 Mar 2017 09:43:26 +0200
ceph (12.0.1-1) stable; urgency=medium
* New upstream release
-- Ceph Release Team <[email protected]> Fri, 24 Mar 2017 15:47:57 +0000
ceph (12.0.0-pve3) stable; urgency=medium
* make ceph version output even more explicit
* enable systemd targets by default
* fix IPv6 monitor creation bug
-- Proxmox Support Team <[email protected]> Wed, 22 Mar 2017 09:02:37 +0100
ceph (12.0.0-pve2) stable; urgency=medium
* support Debian Stretch in ceph-detect-init
* fix "ceph version" output
-- Proxmox Support Team <[email protected]> Tue, 21 Mar 2017 09:58:27 +0100
ceph (12.0.0-pve1) stable; urgency=medium
* Rebuild for PVE 5.0 / Debian Stretch
-- Proxmox Support Team <[email protected]> Mon, 20 Mar 2017 09:12:32 +0100
ceph (12.0.0-1) stable; urgency=medium
* New upstream release
-- Ceph Release Team <[email protected]> Wed, 08 Feb 2017 13:57:30 +0000
ceph (11.1.0-1) stable; urgency=medium
* New upstream release
-- Alfredo Deza <[email protected]> Mon, 12 Dec 2016 18:27:51 +0000
ceph (11.0.2-1) stable; urgency=medium
* New upstream release
-- Alfredo Deza <[email protected]> Mon, 17 Oct 2016 11:16:49 +0000
ceph (11.0.1-1) stable; urgency=medium
* New upstream release
-- Alfredo Deza <[email protected]> Tue, 11 Oct 2016 16:27:56 +0000
ceph (11.0.0-1) stable; urgency=low
* New upstream release
-- Sage Weil <[email protected]> Tue, 28 Jun 2016 11:41:16 -0400
ceph (10.2.0-1) stable; urgency=medium
* New upstream release
-- Alfredo Deza <[email protected]> Wed, 20 Apr 2016 11:29:47 +0000
ceph (10.1.2-1) stable; urgency=medium
* New upstream release
-- Alfredo Deza <[email protected]> Tue, 12 Apr 2016 17:42:55 +0000
ceph (10.1.1-1) stable; urgency=medium
* New upstream release
-- Alfredo Deza <[email protected]> Wed, 06 Apr 2016 00:45:18 +0000
ceph (10.1.0-1) stable; urgency=medium
* New upstream release
-- Alfredo Deza <[email protected]> Thu, 24 Mar 2016 10:53:47 +0000
ceph (10.0.5) stable; urgency=low
* New upstream release (just fixing changelog)
-- Sage Weil <[email protected]> Fri, 11 Mar 2016 12:04:26 -0500
ceph (10.0.4) stable; urgency=low
* New upstream release
-- Sage Weil <[email protected]> Thu, 03 Mar 2016 13:34:18 -0500
ceph (10.0.3) stable; urgency=low
* New upstream release
-- Sage Weil <[email protected]> Mon, 08 Feb 2016 17:10:25 -0500
ceph (10.0.2-1) stable; urgency=low
* New upstream release
-- Alfredo Deza <[email protected]> Wed, 13 Jan 2016 16:22:26 +0000
ceph (10.0.1-1) stable; urgency=low
* New upstream release
-- Alfredo Deza <[email protected]> Mon, 14 Dec 2015 23:48:54 +0000
ceph (10.0.0-1) stable; urgency=low
* New upstream release
-- Alfredo Deza <[email protected]> Mon, 16 Nov 2015 21:41:53 +0000
ceph (9.2.0-1) stable; urgency=low
* New upstream release
-- Jenkins Build Slave User <[email protected]> Tue, 03 Nov 2015 16:58:32 +0000
ceph (9.1.0-1) stable; urgency=low
* New upstream release
-- Alfredo Deza <[email protected]> Tue, 13 Oct 2015 05:56:36 -0700
ceph (9.0.3-1) stable; urgency=low
* New upstream release
-- Alfredo Deza <[email protected]> Fri, 21 Aug 2015 12:46:31 -0700
ceph (9.0.2-1) stable; urgency=low
* New upstream release
-- Alfredo Deza <[email protected]> Tue, 14 Jul 2015 13:10:31 -0700
ceph (9.0.1-1) stable; urgency=low
* New upstream release
-- Alfredo Deza <[email protected]> Fri, 05 Jun 2015 10:59:02 -0700
ceph (9.0.0-1) stable; urgency=low
* New upstream release
-- Alfredo Deza <[email protected]> Mon, 04 May 2015 12:32:58 -0700
ceph (0.94-1) stable; urgency=low
* New upstream release
-- Alfredo Deza <[email protected]> Tue, 07 Apr 2015 10:05:40 -0700
ceph (0.93-1) stable; urgency=low
* New upstream release
-- Alfredo Deza <[email protected]> Fri, 27 Feb 2015 09:52:53 -0800
ceph (0.92-1) stable; urgency=low
* New upstream release
-- Alfredo Deza <[email protected]> Mon, 02 Feb 2015 10:35:27 -0800
ceph (0.91-1) stable; urgency=low
* New upstream release
-- Alfredo Deza <[email protected]> Tue, 13 Jan 2015 12:10:22 -0800
ceph (0.90-1) stable; urgency=low
* New upstream release
-- Alfredo Deza <[email protected]> Fri, 19 Dec 2014 06:56:22 -0800
ceph (0.89-1) stable; urgency=low
* New upstream release
-- Alfredo Deza <[email protected]> Wed, 03 Dec 2014 08:18:33 -0800
ceph (0.88-1) stable; urgency=low
* New upstream release
-- Alfredo Deza <[email protected]> Tue, 11 Nov 2014 09:33:12 -0800
ceph (0.87-1) stable; urgency=low
* New upstream release
-- Alfredo Deza <[email protected]> Wed, 29 Oct 2014 11:03:55 -0700
ceph (0.86-1) stable; urgency=low
* New upstream release
-- Alfredo Deza <[email protected]> Tue, 07 Oct 2014 06:20:21 -0700
ceph (0.85-1) stable; urgency=low
* Development release
-- Alfredo Deza <[email protected]> Mon, 08 Sep 2014 06:31:31 -0700
ceph (0.84-1) stable; urgency=low
* Development release
-- Alfredo Deza <[email protected]> Mon, 18 Aug 2014 09:02:20 -0700
ceph (0.83-1) stable; urgency=low
* Development release
-- Alfredo Deza <[email protected]> Tue, 29 Jul 2014 13:42:53 -0700
ceph (0.82-1) stable; urgency=low
* Development release
-- Alfredo Deza <[email protected]> Wed, 25 Jun 2014 16:47:51 +0000
ceph (0.81-1) stable; urgency=low
* Development release
-- Alfredo Deza <[email protected]> Mon, 02 Jun 2014 18:37:27 +0000
ceph (0.80-1) stable; urgency=low
* New upsream release
-- Alfredo Deza <[email protected]> Tue, 06 May 2014 14:03:27 +0000
ceph (0.80-rc1-1) stable; urgency=low
* New upsream release
-- Alfredo Deza <[email protected]> Tue, 22 Apr 2014 21:21:44 +0000
ceph (0.79-1) stable; urgency=low
* New upsream release
-- Alfredo Deza <[email protected]> Mon, 07 Apr 2014 16:48:36 +0000
ceph (0.78-1) stable; urgency=low
* New upsream release
-- Alfredo Deza <[email protected]> Fri, 21 Mar 2014 22:05:12 +0000
ceph (0.77-1) stable; urgency=low
* New upstream release
-- Ken Dreyer <[email protected]> Wed, 19 Feb 2014 22:54:06 +0000
ceph (0.76-1) stable; urgency=low
* New upstream release
-- Ken Dreyer <[email protected]> Mon, 03 Feb 2014 18:14:59 +0000
ceph (0.75-1) stable; urgency=low
* New upstream release
-- Ken Dreyer <[email protected]> Mon, 13 Jan 2014 21:05:07 +0000
ceph (0.74-1) stable; urgency=low
* New upstream release
-- Gary Lowell <[email protected]> Mon, 30 Dec 2013 21:02:35 +0000
ceph (0.73-1) precise; urgency=low
* New upstream release
-- Gary Lowell <[email protected]> Tue, 10 Dec 2013 04:55:06 +0000
ceph (0.72-1) stable; urgency=low
* New upstream release
-- Gary Lowell <[email protected]> Thu, 07 Nov 2013 20:25:18 +0000
ceph (0.72-rc1-1) stable; urgency=low
* New upstream release
-- Gary Lowell <[email protected]> Wed, 30 Oct 2013 00:44:25 +0000
ceph (0.71-1) stable; urgency=low
* New upstream release
-- Gary Lowell <[email protected]> Thu, 17 Oct 2013 09:19:02 +0000
ceph (0.70-1) stable; urgency=low
* New upstream release
-- Gary Lowell <[email protected]> Fri, 04 Oct 2013 20:11:51 +0000
ceph (0.69-1) precise; urgency=low
* New upstream release
-- Gary Lowell <[email protected]> Wed, 18 Sep 2013 01:39:47 +0000
ceph (0.68-1) precise; urgency=low
* New upstream release
-- Gary Lowell <[email protected]> Tue, 03 Sep 2013 16:10:11 -0700
ceph (0.67-1) precise; urgency=low
* New upstream release
-- Gary Lowell <[email protected]> Tue, 13 Aug 2013 10:44:30 -0700
ceph (0.67-rc3-1) precise; urgency=low
* New upstream release
-- Gary Lowell <[email protected]> Tue, 30 Jul 2013 14:37:40 -0700
ceph (0.67-rc2-1) precise; urgency=low
* New upstream release
-- Gary Lowell <[email protected]> Wed, 24 Jul 2013 16:18:33 -0700
ceph (0.67-rc1-1) precise; urgency=low
* New upstream release
-- Gary Lowell <[email protected]> Mon, 22 Jul 2013 11:57:01 -0700
ceph (0.66-1) precise; urgency=low
* New upstream release
-- Gary Lowell <[email protected]> Mon, 08 Jul 2013 15:44:45 -0700
ceph (0.65-1) precise; urgency=low
* New upstream release
-- Gary Lowell <[email protected]> Tue, 25 Jun 2013 09:19:14 -0700
ceph (0.64-1) precise; urgency=low
* New upstream release
-- Gary Lowell <[email protected]> Wed, 12 Jun 2013 09:53:54 -0700
ceph (0.63-1) precise; urgency=low
* New upstream release
-- Gary Lowell <[email protected]> Tue, 28 May 2013 13:57:53 -0700
ceph (0.62) precise; urgency=low
* New upstream release
-- Gary Lowell <[email protected]> Tue, 14 May 2013 09:08:21 -0700
ceph (0.61-1) precise; urgency=low
* New upstream release
-- Gary Lowell <[email protected]> Mon, 06 May 2013 13:18:43 -0700
ceph (0.60-1) precise; urgency=low
* New upstream release
-- Gary Lowell <[email protected]> Mon, 01 Apr 2013 12:22:30 -0700
ceph (0.59-1) precise; urgency=low
* New upstream release
-- Gary Lowell <[email protected]> Tue, 19 Mar 2013 22:26:37 -0700
ceph (0.58-1) precise; urgency=low
* New upstream release
-- Gary Lowell <[email protected]> Mon, 04 Mar 2013 15:17:58 -0800
ceph (0.57-1) quantal; urgency=low
* New upstream release
-- Gary Lowell <[email protected]> Tue, 19 Feb 2013 10:06:39 -0800
ceph (0.56-1) quantal; urgency=low
* New upstream release
-- Gary Lowell <[email protected]> Mon, 31 Dec 2012 17:08:45 -0800
ceph (0.55.1-1) precise; urgency=low
* New upstream release