-
Notifications
You must be signed in to change notification settings - Fork 74
Expand file tree
/
Copy pathupdate-center-source.properties
More file actions
1102 lines (936 loc) · 97.9 KB
/
update-center-source.properties
File metadata and controls
1102 lines (936 loc) · 97.9 KB
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
plugins=authoidc,checkstyle,communitybsl,communitydelphi,communityrust,creedengocsharp,creedengojava,creedengojavascript,creedengophp,creedengopython,dependencycheck,ecocodeandroid,ecocodecsharp,ecocodejava,ecocodejavascript,ecocodephp,ecocodepython,errorawaysonar,findbugs,hadolint,ibmixaemrules,jqassistant,l10nfr,l10nja,l10nes,l10nru,l10nzh,l10nzhtw,magento2php,mutationanalysis,mybatis,openedge,pmd,shellcheck,rci,scmcvs,scmjazzrtc,scmtfvc,scmmercurial,softvis3d,wolfralyze,yaml
scanners=scannercli,scannermsbuild,scannerant,scannermaven,scannergradle,scannerazure,scannerjenkins,scannerpython,scannernpm
devVersion=2026.3-SNAPSHOT
publicVersions=9.9,9.9.1,9.9.2,9.9.3,9.9.4,9.9.5,9.9.6,9.9.7,9.9.8,9.9.9,10.0,10.1,10.2,10.2.1,10.3,10.4,10.4.1,10.5,10.5.1,10.6,10.7
privateVersions=4.2,4.3,4.3.1,4.3.2,4.3.3,4.4,4.4.1,4.5,4.5.1,4.5.2,4.5.4,4.5.5,4.5.6,4.5.7,5.0,5.0.1,5.1,5.1.1,5.1.2,5.2,5.3,5.4,5.5,5.6,5.6.1,5.6.2,5.6.3,5.6.4,5.6.5,5.6.6,5.6.7,6.0,6.1,6.2,6.3,6.3.1,6.4,6.5,6.6,6.7,6.7.1,6.7.2,6.7.3,6.7.4,6.7.5,6.7.6,6.7.7,7.0,7.1,7.2,7.2.1,7.3,7.4,7.5,7.6,7.7,7.8,7.9,7.9.1,7.9.2,7.9.3,7.9.4,7.9.5,7.9.6,8.0,8.1,8.2,8.3,8.3.1,8.4,8.4.1,8.4.2,8.5,8.5.1,8.6,8.6.1,8.7,8.7.1,8.8,8.9,8.9.1,8.9.2,8.9.3,8.9.4,8.9.5,8.9.6,8.9.7,8.9.8,8.9.9,8.9.10,9.0,9.0.1,9.1,9.2,9.2.1,9.2.2,9.2.3,9.2.4,9.3,9.4,9.5,9.6,9.6.1,9.7,9.7.1,9.8,
sqs=10.8,10.8.1,2025.1,2025.1.1,2025.1.2,2025.1.3,2025.1.4,2025.1.5,2025.1.6,2025.1.7,2025.2,2025.3,2025.3.1,2025.4.1,2025.4.2,2025.4.3,2025.4.4,2025.4.5,2025.4.6,2025.5,2025.6,2025.6.1,2026.1,2026.1.1,2026.1.2,2026.2.1
sqcb=24.12,25.1,25.2,25.3,25.4,25.5,25.6,25.7,25.8,25.9,25.10,25.11,25.12,26.1,26.2,26.3
ltsVersion=2026.1.2
ltaVersion=2026.1.2
pastLtaVersion=2025.1.7
2026.2.1.description=New UI layout and navigation, model-agnostic AI CodeFix, dependency risks in security reports, risks report and SBOM in regulatory reports, Advanced SAST expanded to the top Python 1K libraries, Java 25 support, new Python rules for Django, Flask and FastAPI, sonar-resolve for C/C++, new rules for Apex, and support for Groovy in beta
2026.2.1.downloadUrl=https://www.sonarsource.com/products/sonarqube/downloads/?referrer=sonarqube
2026.2.1.downloadDeveloperUrl=https://binaries.sonarsource.com/CommercialDistribution/sonarqube-developer/sonarqube-developer-2026.2.1.121354.zip
2026.2.1.downloadEnterpriseUrl=https://binaries.sonarsource.com/CommercialDistribution/sonarqube-enterprise/sonarqube-enterprise-2026.2.1.121354.zip
2026.2.1.downloadDatacenterUrl=https://binaries.sonarsource.com/CommercialDistribution/sonarqube-datacenter/sonarqube-datacenter-2026.2.1.121354.zip
2026.2.1.changelogUrl=https://docs.sonarsource.com/sonarqube-server/2026.2/server-update-and-maintenance/release-notes
2026.2.1.date=2026-03-27
26.3.description=Latest Community Build version
26.3.downloadUrl=https://binaries.sonarsource.com/Distribution/sonarqube/sonarqube-26.3.0.120487.zip
26.3.changelogUrl=https://sonarsource.atlassian.net/issues?jql=project%20%3D%2010139%20AND%20fixVersion%3D27891%20AND%20issuetype!%3DMaintenance
26.3.date=2026-03-03
26.2.description=Latest Community Build version
26.2.downloadUrl=https://binaries.sonarsource.com/Distribution/sonarqube/sonarqube-26.2.0.119303.zip
26.2.changelogUrl=https://sonarsource.atlassian.net/issues?jql=project%20%3D%2010139%20AND%20fixVersion%3D26400%20AND%20issuetype!%3DMaintenance
26.2.date=2026-02-04
2026.1.2.description=Long-Term Active version - LTA bug fixes
2026.1.2.downloadUrl=https://www.sonarsource.com/products/sonarqube/downloads/?referrer=sonarqube
2026.1.2.downloadDeveloperUrl=https://binaries.sonarsource.com/CommercialDistribution/sonarqube-developer/sonarqube-developer-2026.1.2.121356.zip
2026.1.2.downloadEnterpriseUrl=https://binaries.sonarsource.com/CommercialDistribution/sonarqube-enterprise/sonarqube-enterprise-2026.1.2.121356.zip
2026.1.2.downloadDatacenterUrl=https://binaries.sonarsource.com/CommercialDistribution/sonarqube-datacenter/sonarqube-datacenter-2026.1.2.121356.zip
2026.1.2.changelogUrl=https://sonarsource.atlassian.net/issues?jql=project%20%3D%2010139%20AND%20issuetype%20!%3D%20Maintenance%20AND%20fixversion%20%3D%2032456
2026.1.2.date=2026-03-27
2026.1.1.description=Long-Term Active version - LTA bug fixes
2026.1.1.downloadUrl=https://www.sonarsource.com/products/sonarqube/downloads/?referrer=sonarqube
2026.1.1.downloadDeveloperUrl=https://binaries.sonarsource.com/CommercialDistribution/sonarqube-developer/sonarqube-developer-2026.1.1.121187.zip
2026.1.1.downloadEnterpriseUrl=https://binaries.sonarsource.com/CommercialDistribution/sonarqube-enterprise/sonarqube-enterprise-2026.1.1.121187.zip
2026.1.1.downloadDatacenterUrl=https://binaries.sonarsource.com/CommercialDistribution/sonarqube-datacenter/sonarqube-datacenter-2026.1.1.121187.zip
2026.1.1.changelogUrl=https://sonarsource.atlassian.net/issues?jql=project%20%3D%2010139%20AND%20issuetype%20!%3D%20Maintenance%20AND%20fixversion%20%3D%2029573
2026.1.1.date=2026-03-23
2026.1.description=Long-Term Active version - Advanced Security with integrated SCA, advanced SAST for Java, Python, C# and malicious package detection, full MISRA C++:2023 coverage, security reporting for OWASP Top 10 for LLM and MASVS, Jira and Slack integrations, JFrog integration for trusted auditing, sandboxing of issues for new rules, support for Shell, Rust, many languages features including support for .NET 10, C# 14, and much more
2026.1.downloadUrl=https://www.sonarsource.com/products/sonarqube/downloads/?referrer=sonarqube
2026.1.downloadDeveloperUrl=https://binaries.sonarsource.com/CommercialDistribution/sonarqube-developer/sonarqube-developer-2026.1.0.119033.zip
2026.1.downloadEnterpriseUrl=https://binaries.sonarsource.com/CommercialDistribution/sonarqube-enterprise/sonarqube-enterprise-2026.1.0.119033.zip
2026.1.downloadDatacenterUrl=https://binaries.sonarsource.com/CommercialDistribution/sonarqube-datacenter/sonarqube-datacenter-2026.1.0.119033.zip
2026.1.changelogUrl=https://docs.sonarsource.com/sonarqube-server/2026.1/server-update-and-maintenance/release-notes
2026.1.date=2026-01-27
26.1.description=Latest Community Build version
26.1.downloadUrl=https://binaries.sonarsource.com/Distribution/sonarqube/sonarqube-26.1.0.118079.zip
26.1.changelogUrl=https://sonarsource.atlassian.net/issues?jql=project%20%3D%2010139%20AND%20fixVersion%3D24413%20AND%20issuetype!%3DMaintenance
26.1.date=2026-01-06
2025.6.1.description=Bug fix
2025.6.1.downloadUrl=https://www.sonarsource.com/products/sonarqube/downloads/?referrer=sonarqube
2025.6.1.downloadDeveloperUrl=https://binaries.sonarsource.com/CommercialDistribution/sonarqube-developer/sonarqube-developer-2025.6.1.117629.zip
2025.6.1.downloadEnterpriseUrl=https://binaries.sonarsource.com/CommercialDistribution/sonarqube-enterprise/sonarqube-enterprise-2025.6.1.117629.zip
2025.6.1.downloadDatacenterUrl=https://binaries.sonarsource.com/CommercialDistribution/sonarqube-datacenter/sonarqube-datacenter-2025.6.1.117629.zip
2025.6.1.changelogUrl=https://sonarsource.atlassian.net/issues/?jql=project%20%3D%2010139%20AND%20fixVersion%20%3D%2027612%20AND%20issuetype!%3DMaintenance
2025.6.1.date=2025-12-23
2025.6.description=Jira Cloud and Slack integrations, Shell/Bash analysis, new STIG ASD V6Rx and OWASP Top 10 2025 reports, Advanced SAST for Python and refreshed for Java and C#, SBOM import, support Swift up to 6.1, Python 3.14, new rules for Go, Ruby and Apex, full MISRA C++ 2023 coverage with a new quality profile, SAST for Swift, faster JS/TS analysis
2025.6.downloadUrl=https://www.sonarsource.com/products/sonarqube/downloads/?referrer=sonarqube
2025.6.downloadDeveloperUrl=https://binaries.sonarsource.com/CommercialDistribution/sonarqube-developer/sonarqube-developer-2025.6.0.117042.zip
2025.6.downloadEnterpriseUrl=https://binaries.sonarsource.com/CommercialDistribution/sonarqube-enterprise/sonarqube-enterprise-2025.6.0.117042.zip
2025.6.downloadDatacenterUrl=https://binaries.sonarsource.com/CommercialDistribution/sonarqube-datacenter/sonarqube-datacenter-2025.6.0.117042.zip
2025.6.changelogUrl=https://docs.sonarsource.com/sonarqube-server/2025.6/server-update-and-maintenance/release-notes
2025.6.date=2025-12-11
25.12.description=Latest Community Build version
25.12.downloadUrl=https://binaries.sonarsource.com/Distribution/sonarqube/sonarqube-25.12.0.117093.zip
25.12.changelogUrl=https://sonarsource.atlassian.net/issues/?jql=project%20%3D%2010139%20AND%20fixVersion%3D23291%20AND%20issuetype!%3DMaintenance
25.12.date=2025-12-10
25.11.description=Latest Community Build version
25.11.downloadUrl=https://binaries.sonarsource.com/Distribution/sonarqube/sonarqube-25.11.0.114957.zip
25.11.changelogUrl=https://sonarsource.atlassian.net/issues/?jql=project%20%3D%2010139%20AND%20fixVersion%3D22533%20AND%20issuetype!%3DMaintenance
25.11.date=2025-11-04
25.10.description=Latest Community Build version
25.10.downloadUrl=https://binaries.sonarsource.com/Distribution/sonarqube/sonarqube-25.10.0.114319.zip
25.10.changelogUrl=https://sonarsource.atlassian.net/issues/?jql=project%20%3D%2010139%20AND%20fixVersion%3D21905%20AND%20issuetype!%3DMaintenance
25.10.date=2025-10-03
2025.5.description=Rule upgrade cushion, vulnerabilities detection in GitHub Actions and for .NET WPF, new rules for AWS Lambda and improved performance for Python, opt-in rollout for SCA, rules for AngularJS, support for Go 1.25
2025.5.downloadUrl=https://www.sonarsource.com/products/sonarqube/downloads/?referrer=sonarqube
2025.5.downloadDeveloperUrl=https://binaries.sonarsource.com/CommercialDistribution/sonarqube-developer/sonarqube-developer-2025.5.0.113872.zip
2025.5.downloadEnterpriseUrl=https://binaries.sonarsource.com/CommercialDistribution/sonarqube-enterprise/sonarqube-enterprise-2025.5.0.113872.zip
2025.5.downloadDatacenterUrl=https://binaries.sonarsource.com/CommercialDistribution/sonarqube-datacenter/sonarqube-datacenter-2025.5.0.113872.zip
2025.5.changelogUrl=https://docs.sonarsource.com/sonarqube-server/2025.5/server-update-and-maintenance/release-notes
2025.5.date=2025-09-25
25.9.description=Latest Community Build version
25.9.downloadUrl=https://binaries.sonarsource.com/Distribution/sonarqube/sonarqube-25.9.0.112764.zip
25.9.changelogUrl=https://sonarsource.atlassian.net/issues/?jql=project%20%3D%2010139%20AND%20fixVersion%3D21212%20AND%20issuetype!%3DMaintenance
25.9.date=2025-09-01
25.8.description=Latest Community Build version
25.8.downloadUrl=https://binaries.sonarsource.com/Distribution/sonarqube/sonarqube-25.8.0.112029.zip
25.8.changelogUrl=https://sonarsource.atlassian.net/issues/?jql=project%20%3D%2010139%20AND%20issuetype!%3DMaintenance%20AND%20fixversion%20%3D%2019334
25.8.date=2025-08-06
2025.4.6.description=Long-Term Active version - LTA bug fixes
2025.4.6.downloadUrl=https://www.sonarsource.com/products/sonarqube/downloads/?referrer=sonarqube
2025.4.6.downloadDeveloperUrl=https://binaries.sonarsource.com/CommercialDistribution/sonarqube-developer/sonarqube-developer-2025.4.6.121412.zip
2025.4.6.downloadEnterpriseUrl=https://binaries.sonarsource.com/CommercialDistribution/sonarqube-enterprise/sonarqube-enterprise-2025.4.6.121412.zip
2025.4.6.downloadDatacenterUrl=https://binaries.sonarsource.com/CommercialDistribution/sonarqube-datacenter/sonarqube-datacenter-2025.4.6.121412.zip
2025.4.6.changelogUrl=https://sonarsource.atlassian.net/issues?jql=project%20%3D%2010139%20AND%20issuetype%20!%3D%20Maintenance%20AND%20fixversion%20%3D%2032455
2025.4.6.date=2026-03-27
2025.4.5.description=Long-Term Active version - LTA bug fixes
2025.4.5.downloadUrl=https://www.sonarsource.com/products/sonarqube/downloads/?referrer=sonarqube
2025.4.5.downloadDeveloperUrl=https://binaries.sonarsource.com/CommercialDistribution/sonarqube-developer/sonarqube-developer-2025.4.5.121186.zip
2025.4.5.downloadEnterpriseUrl=https://binaries.sonarsource.com/CommercialDistribution/sonarqube-enterprise/sonarqube-enterprise-2025.4.5.121186.zip
2025.4.5.downloadDatacenterUrl=https://binaries.sonarsource.com/CommercialDistribution/sonarqube-datacenter/sonarqube-datacenter-2025.4.5.121186.zip
2025.4.5.changelogUrl=https://sonarsource.atlassian.net/issues?jql=project%20%3D%2010139%20AND%20issuetype%20!%3D%20Maintenance%20AND%20fixversion%20%3D%2028003
2025.4.5.date=2026-03-23
2025.4.4.description=Long-Term Active version - LTA bug fixes
2025.4.4.downloadUrl=https://www.sonarsource.com/products/sonarqube/downloads/?referrer=sonarqube
2025.4.4.downloadDeveloperUrl=https://binaries.sonarsource.com/CommercialDistribution/sonarqube-developer/sonarqube-developer-2025.4.4.119049.zip
2025.4.4.downloadEnterpriseUrl=https://binaries.sonarsource.com/CommercialDistribution/sonarqube-enterprise/sonarqube-enterprise-2025.4.4.119049.zip
2025.4.4.downloadDatacenterUrl=https://binaries.sonarsource.com/CommercialDistribution/sonarqube-datacenter/sonarqube-datacenter-2025.4.4.119049.zip
2025.4.4.changelogUrl=https://sonarsource.atlassian.net/issues/?jql=project%20%3D%2010139%20AND%20issuetype!%3DMaintenance%20AND%20fixversion%20%3D%2023163
2025.4.4.date=2025-12-10
2025.4.3.description=Bug fix
2025.4.3.downloadUrl=https://www.sonarsource.com/products/sonarqube/downloads/?referrer=sonarqube
2025.4.3.downloadDeveloperUrl=https://binaries.sonarsource.com/CommercialDistribution/sonarqube-developer/sonarqube-developer-2025.4.3.113915.zip
2025.4.3.downloadEnterpriseUrl=https://binaries.sonarsource.com/CommercialDistribution/sonarqube-enterprise/sonarqube-enterprise-2025.4.3.113915.zip
2025.4.3.downloadDatacenterUrl=https://binaries.sonarsource.com/CommercialDistribution/sonarqube-datacenter/sonarqube-datacenter-2025.4.3.113915.zip
2025.4.3.changelogUrl=https://sonarsource.atlassian.net/issues/?jql=project%20%3D%2010139%20AND%20issuetype!%3DMaintenance%20AND%20fixversion%20%3D%2022467
2025.4.3.date=2025-09-22
2025.4.2.description=Bug fix
2025.4.2.downloadUrl=https://www.sonarsource.com/products/sonarqube/downloads/?referrer=sonarqube
2025.4.2.downloadDeveloperUrl=https://binaries.sonarsource.com/CommercialDistribution/sonarqube-developer/sonarqube-developer-2025.4.2.112048.zip
2025.4.2.downloadEnterpriseUrl=https://binaries.sonarsource.com/CommercialDistribution/sonarqube-enterprise/sonarqube-enterprise-2025.4.2.112048.zip
2025.4.2.downloadDatacenterUrl=https://binaries.sonarsource.com/CommercialDistribution/sonarqube-datacenter/sonarqube-datacenter-2025.4.2.112048.zip
2025.4.2.changelogUrl=https://sonarsource.atlassian.net/issues/?jql=project%20%3D%2010139%20AND%20issuetype!%3DMaintenance%20AND%20fixversion%20%3D%2022103
2025.4.2.date=2025-08-06
2025.4.1.description=Enhanced SCA with reanalysis-free vulnerability detection, PHP support, in-IDE visibility as part of SonarQube Advanced Security, SAST and taint analysis for Go and VB.NET, more robust JS/TS taint analysis, improved secrets detection with new rules for YAML, JSON, and Kotlin, new MISRA C++2023 rules also in IDE, comprehensive security and regulatory reports, expanded rules for Python, Java 23/24, Java performance, better advanced Java bug detection, Dart 3.8 support, and more
2025.4.1.downloadUrl=https://www.sonarsource.com/products/sonarqube/downloads/?referrer=sonarqube
2025.4.1.downloadDeveloperUrl=https://binaries.sonarsource.com/CommercialDistribution/sonarqube-developer/sonarqube-developer-2025.4.1.111832.zip
2025.4.1.downloadEnterpriseUrl=https://binaries.sonarsource.com/CommercialDistribution/sonarqube-enterprise/sonarqube-enterprise-2025.4.1.111832.zip
2025.4.1.downloadDatacenterUrl=https://binaries.sonarsource.com/CommercialDistribution/sonarqube-datacenter/sonarqube-datacenter-2025.4.1.111832.zip
2025.4.1.changelogUrl=https://sonarsource.atlassian.net/issues/?jql=project%20%3D%2010139%20and%20issuetype!%3DMaintenance%20and%20fixversion%20IN%20%2818110%2C%2022005%29
2025.4.1.date=2025-08-01
25.7.description=Latest Community Build version
25.7.downloadUrl=https://binaries.sonarsource.com/Distribution/sonarqube/sonarqube-25.7.0.110598.zip
25.7.changelogUrl=https://sonarsource.atlassian.net/issues/?jql=project%20%3D%2010139%20AND%20fixVersion%3D18739%20AND%20issuetype!%3DMaintenance
25.7.date=2025-07-07
25.6.description=Latest Community Build version
25.6.downloadUrl=https://binaries.sonarsource.com/Distribution/sonarqube/sonarqube-25.6.0.109173.zip
25.6.changelogUrl=https://sonarsource.atlassian.net/issues/?jql=project%20%3D%2010139%20AND%20fixVersion%3D18176%20AND%20issuetype!%3DMaintenance
25.6.date=2025-06-02
2025.3.1.description=Bug fix
2025.3.1.downloadUrl=https://www.sonarsource.com/products/sonarqube/downloads/?referrer=sonarqube
2025.3.1.downloadDeveloperUrl=https://binaries.sonarsource.com/CommercialDistribution/sonarqube-developer/sonarqube-developer-2025.3.1.109879.zip
2025.3.1.downloadEnterpriseUrl=https://binaries.sonarsource.com/CommercialDistribution/sonarqube-enterprise/sonarqube-enterprise-2025.3.1.109879.zip
2025.3.1.downloadDatacenterUrl=https://binaries.sonarsource.com/CommercialDistribution/sonarqube-datacenter/sonarqube-datacenter-2025.3.1.109879.zip
2025.3.1.changelogUrl=https://sonarsource.atlassian.net/issues/?jql=project%20%3D%2010139%20AND%20fixVersion%20%3D%2020191%20AND%20issuetype!%3DMaintenance
2025.3.1.date=2025-06-19
2025.3.description=General Availability of SonarQube Advanced Security and AI CodeFix, support for Rust, Java 22 and 23, new security rules for Kotlin and mobile, new CWE Top 25 and OWASP Mobile Top 10 reports
# "downloadUrl" needed to notify users of SQ<=10.7 of new releases linking to the general download page since there is
# no specific Community download link for the LTA version
2025.3.downloadUrl=https://www.sonarsource.com/products/sonarqube/downloads/?referrer=sonarqube
2025.3.downloadDeveloperUrl=https://binaries.sonarsource.com/CommercialDistribution/sonarqube-developer/sonarqube-developer-2025.3.0.108892.zip
2025.3.downloadEnterpriseUrl=https://binaries.sonarsource.com/CommercialDistribution/sonarqube-enterprise/sonarqube-enterprise-2025.3.0.108892.zip
2025.3.downloadDatacenterUrl=https://binaries.sonarsource.com/CommercialDistribution/sonarqube-datacenter/sonarqube-datacenter-2025.3.0.108892.zip
2025.3.changelogUrl=https://docs.sonarsource.com/sonarqube-server/2025.3/server-update-and-maintenance/release-notes
2025.3.date=2025-05-29
25.5.description=Latest Community Build version
25.5.downloadUrl=https://binaries.sonarsource.com/Distribution/sonarqube/sonarqube-25.5.0.107428.zip
25.5.changelogUrl=https://sonarsource.atlassian.net/issues/?jql=project%20%3D%2010139%20AND%20fixVersion%3D18145%20AND%20issuetype!%3DMaintenance
25.5.date=2025-05-05
25.4.description=Latest Community Build version
25.4.downloadUrl=https://binaries.sonarsource.com/Distribution/sonarqube/sonarqube-25.4.0.105899.zip
25.4.changelogUrl=https://sonarsource.atlassian.net/issues/?jql=project%20%3D%2010139%20AND%20fixVersion%3D16790%20AND%20issuetype!%3DMaintenance
25.4.date=2025-04-07
2025.2.description=Support for Azure OpenAI for AI CodeFix, IPv6 infra support, configuration of architectural constraints for Java, security rules for Go and new rules for Java Spring, support for Dart 3.7 and Kotlin 2.0
# "downloadUrl" needed to notify users of SQ<=10.7 of new releases linking to the general download page since there is
# no specific Community download link for the LTA version
2025.2.downloadUrl=https://www.sonarsource.com/products/sonarqube/downloads/?referrer=sonarqube
2025.2.downloadDeveloperUrl=https://binaries.sonarsource.com/CommercialDistribution/sonarqube-developer/sonarqube-developer-2025.2.0.105476.zip
2025.2.downloadEnterpriseUrl=https://binaries.sonarsource.com/CommercialDistribution/sonarqube-enterprise/sonarqube-enterprise-2025.2.0.105476.zip
2025.2.downloadDatacenterUrl=https://binaries.sonarsource.com/CommercialDistribution/sonarqube-datacenter/sonarqube-datacenter-2025.2.0.105476.zip
2025.2.changelogUrl=https://docs.sonarsource.com/sonarqube-server/2025.2/server-update-and-maintenance/release-notes
2025.2.date=2025-03-26
25.3.description=Latest Community Build version
25.3.downloadUrl=https://binaries.sonarsource.com/Distribution/sonarqube/sonarqube-25.3.0.104237.zip
25.3.changelogUrl=https://sonarsource.atlassian.net/issues/?jql=project%20%3D%2010139%20AND%20fixVersion%20%3D%2016527%20AND%20issuetype!%3DMaintenance
25.3.date=2025-03-04
25.2.description=Latest Community Build version
25.2.downloadUrl=https://binaries.sonarsource.com/Distribution/sonarqube/sonarqube-25.2.0.102705.zip
25.2.changelogUrl=https://sonarsource.atlassian.net/issues/?jql=project%20%3D%2010139%20AND%20fixVersion%20%3D%2016130%20AND%20issuetype!%3DMaintenance
25.2.date=2025-02-03
2025.1.7.description=Long-Term Active version - LTA bug fixes
2025.1.7.downloadUrl=https://www.sonarsource.com/products/sonarqube/downloads/?referrer=sonarqube
2025.1.7.downloadDeveloperUrl=https://binaries.sonarsource.com/CommercialDistribution/sonarqube-developer/sonarqube-developer-2025.1.7.121414.zip
2025.1.7.downloadEnterpriseUrl=https://binaries.sonarsource.com/CommercialDistribution/sonarqube-enterprise/sonarqube-enterprise-2025.1.7.121414.zip
2025.1.7.downloadDatacenterUrl=https://binaries.sonarsource.com/CommercialDistribution/sonarqube-datacenter/sonarqube-datacenter-2025.1.7.121414.zip
2025.1.7.changelogUrl=https://sonarsource.atlassian.net/issues?jql=project%20%3D%2010139%20AND%20issuetype%20!%3D%20Maintenance%20AND%20fixversion%20%3D%2032214
2025.1.7.date=2026-03-27
2025.1.6.description=Long-Term Active version - LTA bug fixes
2025.1.6.downloadUrl=https://www.sonarsource.com/products/sonarqube/downloads/?referrer=sonarqube
2025.1.6.downloadDeveloperUrl=https://binaries.sonarsource.com/CommercialDistribution/sonarqube-developer/sonarqube-developer-2025.1.6.120530.zip
2025.1.6.downloadEnterpriseUrl=https://binaries.sonarsource.com/CommercialDistribution/sonarqube-enterprise/sonarqube-enterprise-2025.1.6.120530.zip
2025.1.6.downloadDatacenterUrl=https://binaries.sonarsource.com/CommercialDistribution/sonarqube-datacenter/sonarqube-datacenter-2025.1.6.120530.zip
2025.1.6.changelogUrl=https://sonarsource.atlassian.net/issues?jql=project%20%3D%2010139%20AND%20issuetype%20!%3D%20Task%20AND%20fixversion%20%3D%2027962
2025.1.6.date=2026-03-05
2025.1.5.description=Long-Term Active version - LTA bug fixes
2025.1.5.downloadUrl=https://www.sonarsource.com/products/sonarqube/downloads/?referrer=sonarqube
2025.1.5.downloadDeveloperUrl=https://binaries.sonarsource.com/CommercialDistribution/sonarqube-developer/sonarqube-developer-2025.1.5.119025.zip
2025.1.5.downloadEnterpriseUrl=https://binaries.sonarsource.com/CommercialDistribution/sonarqube-enterprise/sonarqube-enterprise-2025.1.5.119025.zip
2025.1.5.downloadDatacenterUrl=https://binaries.sonarsource.com/CommercialDistribution/sonarqube-datacenter/sonarqube-datacenter-2025.1.5.119025.zip
2025.1.5.changelogUrl=https://sonarsource.atlassian.net/issues/?jql=project%20%3D%2010139%20AND%20issuetype!%3DMaintenance%20AND%20fixversion%20%3D%2023126
2025.1.5.date=2025-12-10
2025.1.4.description=Long-Term Active version - LTA bug fixes
2025.1.4.downloadUrl=https://www.sonarsource.com/products/sonarqube/downloads/?referrer=sonarqube
2025.1.4.downloadDeveloperUrl=https://binaries.sonarsource.com/CommercialDistribution/sonarqube-developer/sonarqube-developer-2025.1.4.113907.zip
2025.1.4.downloadEnterpriseUrl=https://binaries.sonarsource.com/CommercialDistribution/sonarqube-enterprise/sonarqube-enterprise-2025.1.4.113907.zip
2025.1.4.downloadDatacenterUrl=https://binaries.sonarsource.com/CommercialDistribution/sonarqube-datacenter/sonarqube-datacenter-2025.1.4.113907.zip
2025.1.4.changelogUrl=https://sonarsource.atlassian.net/issues/?jql=project%20%3D%2010139%20AND%20issuetype!%3DMaintenance%20AND%20fixversion%20%3D%2020192
2025.1.4.date=2025-09-22
2025.1.3.description=Long-Term Active version - LTA bug fixes
# "downloadUrl" needed to notify users of SQ<=10.7 of new releases linking to the general download page since there is
# no specific Community download link for the LTA version
2025.1.3.downloadUrl=https://www.sonarsource.com/products/sonarqube/downloads/?referrer=sonarqube
2025.1.3.downloadDeveloperUrl=https://binaries.sonarsource.com/CommercialDistribution/sonarqube-developer/sonarqube-developer-2025.1.3.110580.zip
2025.1.3.downloadEnterpriseUrl=https://binaries.sonarsource.com/CommercialDistribution/sonarqube-enterprise/sonarqube-enterprise-2025.1.3.110580.zip
2025.1.3.downloadDatacenterUrl=https://binaries.sonarsource.com/CommercialDistribution/sonarqube-datacenter/sonarqube-datacenter-2025.1.3.110580.zip
2025.1.3.changelogUrl=https://sonarsource.atlassian.net/issues/?jql=project%20%3D%2010139%20AND%20fixVersion%20%3D%2019497%20AND%20issuetype!%3DMaintenance
2025.1.3.date=2025-07-07
2025.1.2.description=Long-Term Active version - LTA bug fixes
# "downloadUrl" needed to notify users of SQ<=10.7 of new releases linking to the general download page since there is
# no specific Community download link for the LTA version
2025.1.2.downloadUrl=https://www.sonarsource.com/products/sonarqube/downloads/?referrer=sonarqube
2025.1.2.downloadDeveloperUrl=https://binaries.sonarsource.com/CommercialDistribution/sonarqube-developer/sonarqube-developer-2025.1.2.108896.zip
2025.1.2.downloadEnterpriseUrl=https://binaries.sonarsource.com/CommercialDistribution/sonarqube-enterprise/sonarqube-enterprise-2025.1.2.108896.zip
2025.1.2.downloadDatacenterUrl=https://binaries.sonarsource.com/CommercialDistribution/sonarqube-datacenter/sonarqube-datacenter-2025.1.2.108896.zip
2025.1.2.changelogUrl=https://sonarsource.atlassian.net/issues/?jql=project%20%3D%2010139%20AND%20fixVersion%20%3D%2017186%20AND%20issuetype!%3DMaintenance
2025.1.2.date=2025-05-27
2025.1.1.description=Long-Term Active version - LTA bug fixes
# "downloadUrl" needed to notify users of SQ<=10.7 of new releases linking to the general download page since there is
# no specific Community download link for the LTA version
2025.1.1.downloadUrl=https://www.sonarsource.com/products/sonarqube/downloads/?referrer=sonarqube
2025.1.1.downloadDeveloperUrl=https://binaries.sonarsource.com/CommercialDistribution/sonarqube-developer/sonarqube-developer-2025.1.1.104738.zip
2025.1.1.downloadEnterpriseUrl=https://binaries.sonarsource.com/CommercialDistribution/sonarqube-enterprise/sonarqube-enterprise-2025.1.1.104738.zip
2025.1.1.downloadDatacenterUrl=https://binaries.sonarsource.com/CommercialDistribution/sonarqube-datacenter/sonarqube-datacenter-2025.1.1.104738.zip
2025.1.1.changelogUrl=https://sonarsource.atlassian.net/issues/?jql=project%20%3D%2010139%20AND%20fixVersion%20%3D%2016592%20AND%20issuetype!%3DMaintenance
2025.1.1.date=2025-03-12
2025.1.description=Long-Term Active version - advanced AI capabilities, many security breakthroughs, enhanced developer experience, simplified operability, many new language features, and much more
# "downloadUrl" needed to notify users of SQ<=10.7 of new releases linking to the general download page since there is
# no specific Community download link for the LTA version
2025.1.downloadUrl=https://www.sonarsource.com/products/sonarqube/downloads/?referrer=sonarqube
2025.1.downloadDeveloperUrl=https://binaries.sonarsource.com/CommercialDistribution/sonarqube-developer/sonarqube-developer-2025.1.0.102418.zip
2025.1.downloadEnterpriseUrl=https://binaries.sonarsource.com/CommercialDistribution/sonarqube-enterprise/sonarqube-enterprise-2025.1.0.102418.zip
2025.1.downloadDatacenterUrl=https://binaries.sonarsource.com/CommercialDistribution/sonarqube-datacenter/sonarqube-datacenter-2025.1.0.102418.zip
2025.1.changelogUrl=https://docs.sonarsource.com/sonarqube-server/2025.1/server-update-and-maintenance/release-notes
2025.1.date=2025-01-23
25.1.description=Faster loading of active rules and other miscellaneous improvements
25.1.downloadUrl=https://binaries.sonarsource.com/Distribution/sonarqube/sonarqube-25.1.0.102122.zip
25.1.changelogUrl=https://sonarsource.atlassian.net/issues/?jql=project%20%3D%2010139%20AND%20fixVersion%20%3D%2016129%20AND%20issuetype!%3DMaintenance
25.1.date=2025-01-07
10.8.1.description=Bug fix
10.8.1.downloadDeveloperUrl=https://binaries.sonarsource.com/CommercialDistribution/sonarqube-developer/sonarqube-developer-10.8.1.101195.zip
10.8.1.downloadEnterpriseUrl=https://binaries.sonarsource.com/CommercialDistribution/sonarqube-enterprise/sonarqube-enterprise-10.8.1.101195.zip
10.8.1.downloadDatacenterUrl=https://binaries.sonarsource.com/CommercialDistribution/sonarqube-datacenter/sonarqube-datacenter-10.8.1.101195.zip
10.8.1.changelogUrl=https://sonarsource.atlassian.net/issues/?jql=project%20%3D%2010139%20AND%20fixVersion%20%3D%2016223%20AND%20issuetype%20%21%3D%20Task
10.8.1.date=2024-12-16
10.8.description=Multi-Quality Rule Mode and Standard Experience, custom Quality Gates for AI Code Assurance, AI CodeFix for selected projects, support for Ansible playbooks, first architectural rules for Java, detection of 160+ secret types, support for C#13/.Net 9, Java 22, Python 3.13, Kotlin 2.0, and many new rules for test and main code
# "downloadUrl" needed to notify users of SQ<=10.7 of new releases
10.8.downloadUrl=https://binaries.sonarsource.com/Distribution/sonarqube/sonarqube-24.12.0.100206.zip
10.8.downloadDeveloperUrl=https://binaries.sonarsource.com/CommercialDistribution/sonarqube-developer/sonarqube-developer-10.8.0.100206.zip
10.8.downloadEnterpriseUrl=https://binaries.sonarsource.com/CommercialDistribution/sonarqube-enterprise/sonarqube-enterprise-10.8.0.100206.zip
10.8.downloadDatacenterUrl=https://binaries.sonarsource.com/CommercialDistribution/sonarqube-datacenter/sonarqube-datacenter-10.8.0.100206.zip
10.8.changelogUrl=https://sonarsource.atlassian.net/issues/?jql=project%20%3D%2010139%20AND%20fixVersion%20%3D%2015789%20AND%20issuetype%20%21%3D%20Task
10.8.date=2024-12-02
24.12.description=Multi-Quality Rule Mode and Standard Experience, support for C#13/.Net 9, Java 22, Python 3.13, Kotlin 2.0, and many new rules for test and main code
24.12.downloadUrl=https://binaries.sonarsource.com/Distribution/sonarqube/sonarqube-24.12.0.100206.zip
24.12.changelogUrl=https://sonarsource.atlassian.net/issues/?jql=project%20%3D%2010139%20AND%20fixVersion%20%3D%2016125%20AND%20issuetype%20%21%3D%20Task
24.12.date=2024-12-02
10.7.description=AI-generated fix suggestions, AI code assurance, modern SMTP authentication, deployment on OpenShift, password policy rules, CASA and STIG security reports, Dart, expanded secret detection, new advanced security rules for Spring in Java, support for Jupyter Notebooks, PyTorch in Python, and C23, and many other new rules
10.7.downloadUrl=https://binaries.sonarsource.com/Distribution/sonarqube/sonarqube-10.7.0.96327.zip
10.7.downloadDeveloperUrl=https://binaries.sonarsource.com/CommercialDistribution/sonarqube-developer/sonarqube-developer-10.7.0.96327.zip
10.7.downloadEnterpriseUrl=https://binaries.sonarsource.com/CommercialDistribution/sonarqube-enterprise/sonarqube-enterprise-10.7.0.96327.zip
10.7.downloadDatacenterUrl=https://binaries.sonarsource.com/CommercialDistribution/sonarqube-datacenter/sonarqube-datacenter-10.7.0.96327.zip
10.7.changelogUrl=https://sonarsource.atlassian.net/issues/?jql=project%20%3D%2010139%20AND%20fixVersion%20%3D%2015728%20AND%20issuetype%20!%3D%20Task
10.7.date=2024-09-27
10.6.description=Onboarding of monorepos for Azure DevOps and Bitbucket, auto-configuration and analysis on Linux ARM64 for C/C++, auto-scaling in Kubernetes, running in FIPS environment, support for Scikit-learn for Python, WebAPI and MVC for .NET, new rules for Spring and Azure Resource Manager
10.6.downloadUrl=https://binaries.sonarsource.com/Distribution/sonarqube/sonarqube-10.6.0.92116.zip
10.6.downloadDeveloperUrl=https://binaries.sonarsource.com/CommercialDistribution/sonarqube-developer/sonarqube-developer-10.6.0.92116.zip
10.6.downloadEnterpriseUrl=https://binaries.sonarsource.com/CommercialDistribution/sonarqube-enterprise/sonarqube-enterprise-10.6.0.92116.zip
10.6.downloadDatacenterUrl=https://binaries.sonarsource.com/CommercialDistribution/sonarqube-datacenter/sonarqube-datacenter-10.6.0.92116.zip
10.6.changelogUrl=https://sonarsource.atlassian.net/issues/?jql=project%20%3D%2010139%20AND%20fixVersion%20%3D%2015553%20AND%20issuetype%20!%3D%20Task
10.6.date=2024-06-21
10.5.1.description=Bug fix
10.5.1.downloadUrl=https://binaries.sonarsource.com/Distribution/sonarqube/sonarqube-10.5.1.90531.zip
10.5.1.downloadDeveloperUrl=https://binaries.sonarsource.com/CommercialDistribution/sonarqube-developer/sonarqube-developer-10.5.1.90531.zip
10.5.1.downloadEnterpriseUrl=https://binaries.sonarsource.com/CommercialDistribution/sonarqube-enterprise/sonarqube-enterprise-10.5.1.90531.zip
10.5.1.downloadDatacenterUrl=https://binaries.sonarsource.com/CommercialDistribution/sonarqube-datacenter/sonarqube-datacenter-10.5.1.90531.zip
10.5.1.changelogUrl=https://sonarsource.atlassian.net/issues/?jql=project%20%3D%2010139%20AND%20fixVersion%20%3D%2015591%20AND%20issuetype%20!%3D%20Task
10.5.1.date=2024-04-30
10.5.description=Onboarding of monorepos for GitHub and GitLab, GitHub action for C/C++, faster secret detection, extended coverage for deeper SAST in Java, support for C++23, Java 21, TypeScript 5.4, TensorFlow in Python, and JCL, new rules for Kubernetes, Helm Charts, and much more
10.5.downloadUrl=https://binaries.sonarsource.com/Distribution/sonarqube/sonarqube-10.5.0.89998.zip
10.5.downloadDeveloperUrl=https://binaries.sonarsource.com/CommercialDistribution/sonarqube-developer/sonarqube-developer-10.5.0.89998.zip
10.5.downloadEnterpriseUrl=https://binaries.sonarsource.com/CommercialDistribution/sonarqube-enterprise/sonarqube-enterprise-10.5.0.89998.zip
10.5.downloadDatacenterUrl=https://binaries.sonarsource.com/CommercialDistribution/sonarqube-datacenter/sonarqube-datacenter-10.5.0.89998.zip
10.5.changelogUrl=https://sonarsource.atlassian.net/issues/?jql=project%20%3D%2010139%20AND%20fixVersion%20%3D%2015441%20AND%20issuetype%20!%3D%20Task
10.5.date=2024-04-17
10.4.1.description=Bug fix
10.4.1.downloadUrl=https://binaries.sonarsource.com/Distribution/sonarqube/sonarqube-10.4.1.88267.zip
10.4.1.downloadDeveloperUrl=https://binaries.sonarsource.com/CommercialDistribution/sonarqube-developer/sonarqube-developer-10.4.1.88267.zip
10.4.1.downloadEnterpriseUrl=https://binaries.sonarsource.com/CommercialDistribution/sonarqube-enterprise/sonarqube-enterprise-10.4.1.88267.zip
10.4.1.downloadDatacenterUrl=https://binaries.sonarsource.com/CommercialDistribution/sonarqube-datacenter/sonarqube-datacenter-10.4.1.88267.zip
10.4.1.changelogUrl=https://sonarsource.atlassian.net/issues/?jql=project%20%3D%2010139%20AND%20fixVersion%20%3D%2015509%20AND%20issuetype%20!%3D%20Task
10.4.1.date=2024-02-26
10.4.description=Fixed issues in PRs, new accepted status for issues displayed on PRs and branches, faster analysis, user and group sync with GitLab, SonarLint connection configuration, Helm chart analysis, new rules for JavaScript/TypeScript, Java, MISRA C++ 2023, .NET, support for more Python frameworks
10.4.downloadUrl=https://binaries.sonarsource.com/Distribution/sonarqube/sonarqube-10.4.0.87286.zip
10.4.downloadDeveloperUrl=https://binaries.sonarsource.com/CommercialDistribution/sonarqube-developer/sonarqube-developer-10.4.0.87286.zip
10.4.downloadEnterpriseUrl=https://binaries.sonarsource.com/CommercialDistribution/sonarqube-enterprise/sonarqube-enterprise-10.4.0.87286.zip
10.4.downloadDatacenterUrl=https://binaries.sonarsource.com/CommercialDistribution/sonarqube-datacenter/sonarqube-datacenter-10.4.0.87286.zip
10.4.changelogUrl=https://sonarsource.atlassian.net/issues/?jql=project%20%3D%2010139%20AND%20fixVersion%20%3D%2014265%20AND%20issuetype%20!%3D%20Task
10.4.date=2024-02-07
10.3.description=Simplified pull request presentation, new Clean as You Code criteria, dismiss external issues, automated project setup and custom permissions mapping with GitHub, CWE Top 25 2023 report, extended secrets detection, new rules for Dockerfiles, React.js, MISRA C++ 2023, and Python, support for .NET 8 / C# 12
10.3.downloadUrl=https://binaries.sonarsource.com/Distribution/sonarqube/sonarqube-10.3.0.82913.zip
10.3.downloadDeveloperUrl=https://binaries.sonarsource.com/CommercialDistribution/sonarqube-developer/sonarqube-developer-10.3.0.82913.zip
10.3.downloadEnterpriseUrl=https://binaries.sonarsource.com/CommercialDistribution/sonarqube-enterprise/sonarqube-enterprise-10.3.0.82913.zip
10.3.downloadDatacenterUrl=https://binaries.sonarsource.com/CommercialDistribution/sonarqube-datacenter/sonarqube-datacenter-10.3.0.82913.zip
10.3.changelogUrl=https://sonarsource.atlassian.net/issues/?jql=project%20%3D%2010139%20AND%20fixVersion%20%3D%2014267%20AND%20issuetype%20!%3D%20Task
10.3.date=2023-11-14
10.2.1.description=Bug fix
10.2.1.downloadUrl=https://binaries.sonarsource.com/Distribution/sonarqube/sonarqube-10.2.1.78527.zip
10.2.1.downloadDeveloperUrl=https://binaries.sonarsource.com/CommercialDistribution/sonarqube-developer/sonarqube-developer-10.2.1.78527.zip
10.2.1.downloadEnterpriseUrl=https://binaries.sonarsource.com/CommercialDistribution/sonarqube-enterprise/sonarqube-enterprise-10.2.1.78527.zip
10.2.1.downloadDatacenterUrl=https://binaries.sonarsource.com/CommercialDistribution/sonarqube-datacenter/sonarqube-datacenter-10.2.1.78527.zip
10.2.1.changelogUrl=https://sonarsource.atlassian.net/issues/?jql=project%20%3D%2010139%20AND%20fixVersion%20%3D%2014296
10.2.1.date=2023-09-20
10.2.description=New rules for MISRA C++ 2023, automatic sync of project permissions from GitHub, security findings in GitLab vulnerabilities report, new Clean Code attributes, faster access to projects post-upgrade, detection of many new cloud app secrets, new security rules for Azure Resource Manager, and much more
10.2.downloadUrl=https://binaries.sonarsource.com/Distribution/sonarqube/sonarqube-10.2.0.77647.zip
10.2.downloadDeveloperUrl=https://binaries.sonarsource.com/CommercialDistribution/sonarqube-developer/sonarqube-developer-10.2.0.77647.zip
10.2.downloadEnterpriseUrl=https://binaries.sonarsource.com/CommercialDistribution/sonarqube-enterprise/sonarqube-enterprise-10.2.0.77647.zip
10.2.downloadDatacenterUrl=https://binaries.sonarsource.com/CommercialDistribution/sonarqube-datacenter/sonarqube-datacenter-10.2.0.77647.zip
10.2.changelogUrl=https://sonarsource.atlassian.net/issues/?jql=project%20%3D%2010139%20AND%20fixVersion%20%3D%2014093%20AND%20issuetype%20!%3D%20Task
10.2.date=2023-09-01
10.1.description=Automatic user & group management with GitHub, multiple C/C++ code variant analysis, improved security analysis for Java, Clean as You Code configuration guidance, many new rules for TypeScript, Java, Python, Kotlin, C#
10.1.downloadUrl=https://binaries.sonarsource.com/Distribution/sonarqube/sonarqube-10.1.0.73491.zip
10.1.downloadDeveloperUrl=https://binaries.sonarsource.com/CommercialDistribution/sonarqube-developer/sonarqube-developer-10.1.0.73491.zip
10.1.downloadEnterpriseUrl=https://binaries.sonarsource.com/CommercialDistribution/sonarqube-enterprise/sonarqube-enterprise-10.1.0.73491.zip
10.1.downloadDatacenterUrl=https://binaries.sonarsource.com/CommercialDistribution/sonarqube-datacenter/sonarqube-datacenter-10.1.0.73491.zip
10.1.changelogUrl=https://sonarsource.atlassian.net/issues/?jql=project%20%3D%2010139%20AND%20fixVersion%20%3D%2014087
10.1.date=2023-06-21
10.0.description=Faster first analysis, improved user & group management with Okta & Azure/SCIM integration, new security rules for Docker, new rules for .NET and JavaScript/TypeScript, support for new C/C++ compilers
10.0.downloadUrl=https://binaries.sonarsource.com/Distribution/sonarqube/sonarqube-10.0.0.68432.zip
10.0.downloadDeveloperUrl=https://binaries.sonarsource.com/CommercialDistribution/sonarqube-developer/sonarqube-developer-10.0.0.68432.zip
10.0.downloadEnterpriseUrl=https://binaries.sonarsource.com/CommercialDistribution/sonarqube-enterprise/sonarqube-enterprise-10.0.0.68432.zip
10.0.downloadDatacenterUrl=https://binaries.sonarsource.com/CommercialDistribution/sonarqube-datacenter/sonarqube-datacenter-10.0.0.68432.zip
10.0.changelogUrl=https://sonarsource.atlassian.net/issues/?jql=project%20%3D%2010139%20AND%20fixVersion%20%3D%2012624
10.0.date=2023-04-03
# 9.9.9 was released only for EE and DCE
9.9.9.description=Long-Term Active version - LTA bug fixes
9.9.9.downloadUrl=https://binaries.sonarsource.com/Distribution/sonarqube/sonarqube-9.9.8.100196.zip
9.9.9.downloadDeveloperUrl=https://binaries.sonarsource.com/CommercialDistribution/sonarqube-developer/sonarqube-developer-9.9.8.100196.zip
9.9.9.downloadEnterpriseUrl=https://binaries.sonarsource.com/CommercialDistribution/sonarqube-enterprise/sonarqube-enterprise-9.9.9.104369.zip
9.9.9.downloadDatacenterUrl=https://binaries.sonarsource.com/CommercialDistribution/sonarqube-datacenter/sonarqube-datacenter-9.9.9.104369.zip
9.9.9.changelogUrl=https://sonarsource.atlassian.net/issues/?jql=project%20%3D%2010139%20AND%20fixVersion%20%3D%2016758%20AND%20issuetype%20%21%3D%20Task
9.9.9.date=2025-03-10
9.9.8.description=Long-Term Active version - LTA bug fixes
9.9.8.downloadUrl=https://binaries.sonarsource.com/Distribution/sonarqube/sonarqube-9.9.8.100196.zip
9.9.8.downloadDeveloperUrl=https://binaries.sonarsource.com/CommercialDistribution/sonarqube-developer/sonarqube-developer-9.9.8.100196.zip
9.9.8.downloadEnterpriseUrl=https://binaries.sonarsource.com/CommercialDistribution/sonarqube-enterprise/sonarqube-enterprise-9.9.8.100196.zip
9.9.8.downloadDatacenterUrl=https://binaries.sonarsource.com/CommercialDistribution/sonarqube-datacenter/sonarqube-datacenter-9.9.8.100196.zip
9.9.8.changelogUrl=https://sonarsource.atlassian.net/issues/?jql=project%20%3D%2010139%20AND%20fixVersion%20%3D%2016011%20AND%20issuetype%20%21%3D%20Task
9.9.8.date=2024-12-02
9.9.7.description=Long-Term Active version - LTA bug fixes
9.9.7.downloadUrl=https://binaries.sonarsource.com/Distribution/sonarqube/sonarqube-9.9.7.96285.zip
9.9.7.downloadDeveloperUrl=https://binaries.sonarsource.com/CommercialDistribution/sonarqube-developer/sonarqube-developer-9.9.7.96285.zip
9.9.7.downloadEnterpriseUrl=https://binaries.sonarsource.com/CommercialDistribution/sonarqube-enterprise/sonarqube-enterprise-9.9.7.96285.zip
9.9.7.downloadDatacenterUrl=https://binaries.sonarsource.com/CommercialDistribution/sonarqube-datacenter/sonarqube-datacenter-9.9.7.96285.zip
9.9.7.changelogUrl=https://sonarsource.atlassian.net/issues/?jql=project%20%3D%2010139%20AND%20fixVersion%20%3D%2015864%20AND%20issuetype%20!%3D%20Task
9.9.7.date=2024-09-27
9.9.6.description=Long-Term Active version - LTA bug fixes
9.9.6.downloadUrl=https://binaries.sonarsource.com/Distribution/sonarqube/sonarqube-9.9.6.92038.zip
9.9.6.downloadDeveloperUrl=https://binaries.sonarsource.com/CommercialDistribution/sonarqube-developer/sonarqube-developer-9.9.6.92038.zip
9.9.6.downloadEnterpriseUrl=https://binaries.sonarsource.com/CommercialDistribution/sonarqube-enterprise/sonarqube-enterprise-9.9.6.92038.zip
9.9.6.downloadDatacenterUrl=https://binaries.sonarsource.com/CommercialDistribution/sonarqube-datacenter/sonarqube-datacenter-9.9.6.92038.zip
9.9.6.changelogUrl=https://sonarsource.atlassian.net/issues/?jql=project%20%3D%2010139%20AND%20fixVersion%20%3D%2015633%20AND%20issuetype%20!%3D%20Task
9.9.6.date=2024-06-24
9.9.5.description=Long-Term Active version - LTA bug fixes
9.9.5.downloadUrl=https://binaries.sonarsource.com/Distribution/sonarqube/sonarqube-9.9.5.90363.zip
9.9.5.downloadDeveloperUrl=https://binaries.sonarsource.com/CommercialDistribution/sonarqube-developer/sonarqube-developer-9.9.5.90363.zip
9.9.5.downloadEnterpriseUrl=https://binaries.sonarsource.com/CommercialDistribution/sonarqube-enterprise/sonarqube-enterprise-9.9.5.90363.zip
9.9.5.downloadDatacenterUrl=https://binaries.sonarsource.com/CommercialDistribution/sonarqube-datacenter/sonarqube-datacenter-9.9.5.90363.zip
9.9.5.changelogUrl=https://sonarsource.atlassian.net/issues/?jql=project%20%3D%2010139%20AND%20fixVersion%20%3D%2015495%20AND%20issuetype%20!%3D%20Task
9.9.5.date=2024-04-26
9.9.4.description=Long-Term Active version - LTA bug fixes
9.9.4.downloadUrl=https://binaries.sonarsource.com/Distribution/sonarqube/sonarqube-9.9.4.87374.zip
9.9.4.downloadDeveloperUrl=https://binaries.sonarsource.com/CommercialDistribution/sonarqube-developer/sonarqube-developer-9.9.4.87374.zip
9.9.4.downloadEnterpriseUrl=https://binaries.sonarsource.com/CommercialDistribution/sonarqube-enterprise/sonarqube-enterprise-9.9.4.87374.zip
9.9.4.downloadDatacenterUrl=https://binaries.sonarsource.com/CommercialDistribution/sonarqube-datacenter/sonarqube-datacenter-9.9.4.87374.zip
9.9.4.changelogUrl=https://sonarsource.atlassian.net/issues/?jql=project%20%3D%2010139%20AND%20fixVersion%20%3D%2015399%20AND%20issuetype%20!%3D%20Task
9.9.4.date=2024-02-07
9.9.3.description=Long-Term Active version - LTA bug fixes
9.9.3.downloadUrl=https://binaries.sonarsource.com/Distribution/sonarqube/sonarqube-9.9.3.79811.zip
9.9.3.downloadDeveloperUrl=https://binaries.sonarsource.com/CommercialDistribution/sonarqube-developer/sonarqube-developer-9.9.3.79811.zip
9.9.3.downloadEnterpriseUrl=https://binaries.sonarsource.com/CommercialDistribution/sonarqube-enterprise/sonarqube-enterprise-9.9.3.79811.zip
9.9.3.downloadDatacenterUrl=https://binaries.sonarsource.com/CommercialDistribution/sonarqube-datacenter/sonarqube-datacenter-9.9.3.79811.zip
9.9.3.changelogUrl=https://sonarsource.atlassian.net/issues/?jql=project%20%3D%2010139%20AND%20fixVersion%20%3D%2014285%20AND%20issuetype%20!%3D%20Task
9.9.3.date=2023-11-10
9.9.2.description=Long-Term Active version - LTA bug fixes
9.9.2.downloadUrl=https://binaries.sonarsource.com/Distribution/sonarqube/sonarqube-9.9.2.77730.zip
9.9.2.downloadDeveloperUrl=https://binaries.sonarsource.com/CommercialDistribution/sonarqube-developer/sonarqube-developer-9.9.2.77730.zip
9.9.2.downloadEnterpriseUrl=https://binaries.sonarsource.com/CommercialDistribution/sonarqube-enterprise/sonarqube-enterprise-9.9.2.77730.zip
9.9.2.downloadDatacenterUrl=https://binaries.sonarsource.com/CommercialDistribution/sonarqube-datacenter/sonarqube-datacenter-9.9.2.77730.zip
9.9.2.changelogUrl=https://sonarsource.atlassian.net/issues/?jql=project%20%3D%2010139%20AND%20fixVersion%20%3D%2014158%20AND%20issuetype%20!%3D%20Task
9.9.2.date=2023-09-05
9.9.1.description=Long-Term Active version - LTA bug fixes
9.9.1.downloadUrl=https://binaries.sonarsource.com/Distribution/sonarqube/sonarqube-9.9.1.69595.zip
9.9.1.downloadDeveloperUrl=https://binaries.sonarsource.com/CommercialDistribution/sonarqube-developer/sonarqube-developer-9.9.1.69595.zip
9.9.1.downloadEnterpriseUrl=https://binaries.sonarsource.com/CommercialDistribution/sonarqube-enterprise/sonarqube-enterprise-9.9.1.69595.zip
9.9.1.downloadDatacenterUrl=https://binaries.sonarsource.com/CommercialDistribution/sonarqube-datacenter/sonarqube-datacenter-9.9.1.69595.zip
9.9.1.changelogUrl=https://sonarsource.atlassian.net/issues/?jql=project%20%3D%2010139%20AND%20fixVersion%20%3D%2014051
9.9.1.date=2023-04-28
9.9.description=Long-Term Active version - Faster PR analysis for all languages, security of cloud-native apps, enterprise-grade features for simpler operability, security and management of the instance, lots of new rules, and much more
9.9.downloadUrl=https://binaries.sonarsource.com/Distribution/sonarqube/sonarqube-9.9.0.65466.zip
9.9.downloadDeveloperUrl=https://binaries.sonarsource.com/CommercialDistribution/sonarqube-developer/sonarqube-developer-9.9.0.65466.zip
9.9.downloadEnterpriseUrl=https://binaries.sonarsource.com/CommercialDistribution/sonarqube-enterprise/sonarqube-enterprise-9.9.0.65466.zip
9.9.downloadDatacenterUrl=https://binaries.sonarsource.com/CommercialDistribution/sonarqube-datacenter/sonarqube-datacenter-9.9.0.65466.zip
9.9.changelogUrl=https://sonarsource.atlassian.net/issues/?jql=project%20%3D%2010139%20AND%20fixVersion%20%3D%2013931
9.9.date=2023-02-07
#==================
9.8.description=Faster analysis for Kotlin PRs, main branch configuration, richer descriptions for Python, JavaScript, TypeScript and PHP taint analysis rules, import of vulnerabilities with SARIF, SCIM integration with Okta, new rules for JavaScript CDK in Python and for C++20 concepts
9.8.downloadUrl=https://binaries.sonarsource.com/Distribution/sonarqube/sonarqube-9.8.0.63668.zip
9.8.downloadDeveloperUrl=https://binaries.sonarsource.com/CommercialDistribution/sonarqube-developer/sonarqube-developer-9.8.0.63668.zip
9.8.downloadEnterpriseUrl=https://binaries.sonarsource.com/CommercialDistribution/sonarqube-enterprise/sonarqube-enterprise-9.8.0.63668.zip
9.8.downloadDatacenterUrl=https://binaries.sonarsource.com/CommercialDistribution/sonarqube-datacenter/sonarqube-datacenter-9.8.0.63668.zip
9.8.changelogUrl=https://sonarsource.atlassian.net/issues/?jql=project%20%3D%2010139%20AND%20fixVersion%20%3D%2013884
9.8.date=2022-12-16
9.7.1.description=Bug fix
9.7.1.downloadUrl=https://binaries.sonarsource.com/Distribution/sonarqube/sonarqube-9.7.1.62043.zip
9.7.1.downloadDeveloperUrl=https://binaries.sonarsource.com/CommercialDistribution/sonarqube-developer/sonarqube-developer-9.7.1.62043.zip
9.7.1.downloadEnterpriseUrl=https://binaries.sonarsource.com/CommercialDistribution/sonarqube-enterprise/sonarqube-enterprise-9.7.1.62043.zip
9.7.1.downloadDatacenterUrl=https://binaries.sonarsource.com/CommercialDistribution/sonarqube-datacenter/sonarqube-datacenter-9.7.1.62043.zip
9.7.1.changelogUrl=https://sonarsource.atlassian.net/issues/?jql=project%20%3D%2010139%20AND%20fixVersion%20%3D%2013916
9.7.1.date=2022-10-28
9.7.description=Faster analysis for JavaScript PRs and Cobol, vulnerabilities reported in GitHub security, OWASP ASVS report, simpler SAML configuration, rules for AWS CDK in Python, taint analysis for JavaScript AWS lambdas, more rich descriptions and examples for Java and C# taint analysis rules
9.7.downloadUrl=https://binaries.sonarsource.com/Distribution/sonarqube/sonarqube-9.7.0.61563.zip
9.7.downloadDeveloperUrl=https://binaries.sonarsource.com/CommercialDistribution/sonarqube-developer/sonarqube-developer-9.7.0.61563.zip
9.7.downloadEnterpriseUrl=https://binaries.sonarsource.com/CommercialDistribution/sonarqube-enterprise/sonarqube-enterprise-9.7.0.61563.zip
9.7.downloadDatacenterUrl=https://binaries.sonarsource.com/CommercialDistribution/sonarqube-datacenter/sonarqube-datacenter-9.7.0.61563.zip
9.7.changelogUrl=https://sonarsource.atlassian.net/issues/?jql=project%20%3D%2010139%20AND%20fixVersion%20%3D%2013800
9.7.date=2022-10-17
9.6.1.description=Bug fix
9.6.1.downloadUrl=https://binaries.sonarsource.com/Distribution/sonarqube/sonarqube-9.6.1.59531.zip
9.6.1.downloadDeveloperUrl=https://binaries.sonarsource.com/CommercialDistribution/sonarqube-developer/sonarqube-developer-9.6.1.59531.zip
9.6.1.downloadEnterpriseUrl=https://binaries.sonarsource.com/CommercialDistribution/sonarqube-enterprise/sonarqube-enterprise-9.6.1.59531.zip
9.6.1.downloadDatacenterUrl=https://binaries.sonarsource.com/CommercialDistribution/sonarqube-datacenter/sonarqube-datacenter-9.6.1.59531.zip
9.6.1.changelogUrl=https://sonarsource.atlassian.net/issues/?jql=project%20%3D%2010139%20AND%20fixVersion%20%3D%2013830
9.6.1.date=2022-08-29
9.6.description=New rich and context-specific rule descriptions, token expiration, PCI DSS report, encryption for SAML authentication, faster analysis for Java PRs, Kubernetes security rules, JavaScript rules for CDK S3 buckets and React, new rules for AWS in Java and for Azure in .NET
9.6.downloadUrl=https://binaries.sonarsource.com/Distribution/sonarqube/sonarqube-9.6.0.59041.zip
9.6.downloadDeveloperUrl=https://binaries.sonarsource.com/CommercialDistribution/sonarqube-developer/sonarqube-developer-9.6.0.59041.zip
9.6.downloadEnterpriseUrl=https://binaries.sonarsource.com/CommercialDistribution/sonarqube-enterprise/sonarqube-enterprise-9.6.0.59041.zip
9.6.downloadDatacenterUrl=https://binaries.sonarsource.com/CommercialDistribution/sonarqube-datacenter/sonarqube-datacenter-9.6.0.59041.zip
9.6.changelogUrl=https://sonarsource.atlassian.net/issues/?jql=project%20%3D%2010139%20AND%20fixVersion%20%3D%2012633
9.6.date=2022-08-12
9.5.description=Faster first analysis for Git projects, improved Issue interface, project regulatory report, project analysis and prefixed tokens, new runtime error detection rules for Java, Python rules for CDK S3 buckets, support for C# 10 record structs and deadlock detection, faster C/C++ analysis by default
9.5.downloadUrl=https://binaries.sonarsource.com/Distribution/sonarqube/sonarqube-9.5.0.56709.zip
9.5.downloadDeveloperUrl=https://binaries.sonarsource.com/CommercialDistribution/sonarqube-developer/sonarqube-developer-9.5.0.56709.zip
9.5.downloadEnterpriseUrl=https://binaries.sonarsource.com/CommercialDistribution/sonarqube-enterprise/sonarqube-enterprise-9.5.0.56709.zip
9.5.downloadDatacenterUrl=https://binaries.sonarsource.com/CommercialDistribution/sonarqube-datacenter/sonarqube-datacenter-9.5.0.56709.zip
9.5.changelogUrl=https://jira.sonarsource.com/secure/ReleaseNote.jspa?projectId=10930&version=17328
9.5.date=2022-06-10
9.4.description=Terraform analysis for Google Cloud Platform, improved Security Hotspots review, OWASP Top 10 2021 support, new code in an updated portfolio PDF, faster analysis and new taint vulnerabilities for Java, improved precision and compiler support for C/C++
9.4.downloadUrl=https://binaries.sonarsource.com/Distribution/sonarqube/sonarqube-9.4.0.54424.zip
9.4.downloadDeveloperUrl=https://binaries.sonarsource.com/CommercialDistribution/sonarqube-developer/sonarqube-developer-9.4.0.54424.zip
9.4.downloadEnterpriseUrl=https://binaries.sonarsource.com/CommercialDistribution/sonarqube-enterprise/sonarqube-enterprise-9.4.0.54424.zip
9.4.downloadDatacenterUrl=https://binaries.sonarsource.com/CommercialDistribution/sonarqube-datacenter/sonarqube-datacenter-9.4.0.54424.zip
9.4.changelogUrl=https://jira.sonarsource.com/secure/ReleaseNote.jspa?projectId=10930&version=17167
9.4.date=2022-04-01
9.3.description=Terraform security analysis for Azure Cloud, Bidi character detection, taint analysis for Android in Java, New Code and application branches in portfolios, better parsing for Java 17, new rules for C++20 coroutines, parsing new versions of Go, Ruby, Scala, PHP, Swift and Apex, clustering in Kubernetes
9.3.downloadUrl=https://binaries.sonarsource.com/Distribution/sonarqube/sonarqube-9.3.0.51899.zip
9.3.downloadDeveloperUrl=https://binaries.sonarsource.com/CommercialDistribution/sonarqube-developer/sonarqube-developer-9.3.0.51899.zip
9.3.downloadEnterpriseUrl=https://binaries.sonarsource.com/CommercialDistribution/sonarqube-enterprise/sonarqube-enterprise-9.3.0.51899.zip
9.3.downloadDatacenterUrl=https://binaries.sonarsource.com/CommercialDistribution/sonarqube-datacenter/sonarqube-datacenter-9.3.0.51899.zip
9.3.changelogUrl=https://jira.sonarsource.com/secure/ReleaseNote.jspa?projectId=10930&version=17060
9.3.date=2022-01-28
9.2.4.description=Bug fix
9.2.4.downloadUrl=https://binaries.sonarsource.com/Distribution/sonarqube/sonarqube-9.2.4.50792.zip
9.2.4.downloadDeveloperUrl=https://binaries.sonarsource.com/CommercialDistribution/sonarqube-developer/sonarqube-developer-9.2.4.50792.zip
9.2.4.downloadEnterpriseUrl=https://binaries.sonarsource.com/CommercialDistribution/sonarqube-enterprise/sonarqube-enterprise-9.2.4.50792.zip
9.2.4.downloadDatacenterUrl=https://binaries.sonarsource.com/CommercialDistribution/sonarqube-datacenter/sonarqube-datacenter-9.2.4.50792.zip
9.2.4.changelogUrl=https://jira.sonarsource.com/secure/ReleaseNote.jspa?projectId=10930&version=17139
9.2.4.date=2021-12-21
9.2.3.description=Bug fix
9.2.3.downloadUrl=https://binaries.sonarsource.com/Distribution/sonarqube/sonarqube-9.2.3.50713.zip
9.2.3.downloadDeveloperUrl=https://binaries.sonarsource.com/CommercialDistribution/sonarqube-developer/sonarqube-developer-9.2.3.50713.zip
9.2.3.downloadEnterpriseUrl=https://binaries.sonarsource.com/CommercialDistribution/sonarqube-enterprise/sonarqube-enterprise-9.2.3.50713.zip
9.2.3.downloadDatacenterUrl=https://binaries.sonarsource.com/CommercialDistribution/sonarqube-datacenter/sonarqube-datacenter-9.2.3.50713.zip
9.2.3.changelogUrl=https://jira.sonarsource.com/secure/ReleaseNote.jspa?projectId=10930&version=17131
9.2.3.date=2021-12-16
9.2.2.description=Bug fix
9.2.2.downloadUrl=https://binaries.sonarsource.com/Distribution/sonarqube/sonarqube-9.2.2.50622.zip
9.2.2.downloadDeveloperUrl=https://binaries.sonarsource.com/CommercialDistribution/sonarqube-developer/sonarqube-developer-9.2.2.50622.zip
9.2.2.downloadEnterpriseUrl=https://binaries.sonarsource.com/CommercialDistribution/sonarqube-enterprise/sonarqube-enterprise-9.2.2.50622.zip
9.2.2.downloadDatacenterUrl=https://binaries.sonarsource.com/CommercialDistribution/sonarqube-datacenter/sonarqube-datacenter-9.2.2.50622.zip
9.2.2.changelogUrl=https://jira.sonarsource.com/secure/ReleaseNote.jspa?projectId=10930&version=17127
9.2.2.date=2021-12-14
9.2.1.description=Bug fix
9.2.1.downloadUrl=https://binaries.sonarsource.com/Distribution/sonarqube/sonarqube-9.2.1.49989.zip
9.2.1.downloadDeveloperUrl=https://binaries.sonarsource.com/CommercialDistribution/sonarqube-developer/sonarqube-developer-9.2.1.49989.zip
9.2.1.downloadEnterpriseUrl=https://binaries.sonarsource.com/CommercialDistribution/sonarqube-enterprise/sonarqube-enterprise-9.2.1.49989.zip
9.2.1.downloadDatacenterUrl=https://binaries.sonarsource.com/CommercialDistribution/sonarqube-datacenter/sonarqube-datacenter-9.2.1.49989.zip
9.2.1.changelogUrl=https://jira.sonarsource.com/secure/ReleaseNote.jspa?projectId=10930&version=17095
9.2.1.date=2021-11-26
9.2.description=CloudFormation and Terraform security analysis, advanced analysis for Python AWS lambdas, new security rules for Android development, Bitbucket Cloud authentication, quality gates delegation, project branches in portfolios, private projects badges, support for C# 10, Java 17 and Python 3.10
9.2.downloadUrl=https://binaries.sonarsource.com/Distribution/sonarqube/sonarqube-9.2.0.49834.zip
9.2.downloadDeveloperUrl=https://binaries.sonarsource.com/CommercialDistribution/sonarqube-developer/sonarqube-developer-9.2.0.49834.zip
9.2.downloadEnterpriseUrl=https://binaries.sonarsource.com/CommercialDistribution/sonarqube-enterprise/sonarqube-enterprise-9.2.0.49834.zip
9.2.downloadDatacenterUrl=https://binaries.sonarsource.com/CommercialDistribution/sonarqube-datacenter/sonarqube-datacenter-9.2.0.49834.zip
9.2.changelogUrl=https://jira.sonarsource.com/secure/ReleaseNote.jspa?projectId=10930&version=16959
9.2.date=2021-11-19
9.1.description=Project report PDF, new CWE Top 25 2021 report, security-related audit trails, Kotlin coroutine rules, advanced regex rules for JavaScript, faster advanced security analysis, better support for C++20, C#9 and Java 16. Beta: Clustering in Kubernetes
9.1.downloadUrl=https://binaries.sonarsource.com/Distribution/sonarqube/sonarqube-9.1.0.47736.zip
9.1.downloadDeveloperUrl=https://binaries.sonarsource.com/CommercialDistribution/sonarqube-developer/sonarqube-developer-9.1.0.47736.zip
9.1.downloadEnterpriseUrl=https://binaries.sonarsource.com/CommercialDistribution/sonarqube-enterprise/sonarqube-enterprise-9.1.0.47736.zip
9.1.downloadDatacenterUrl=https://binaries.sonarsource.com/CommercialDistribution/sonarqube-datacenter/sonarqube-datacenter-9.1.0.47736.zip
9.1.changelogUrl=https://jira.sonarsource.com/secure/ReleaseNote.jspa?projectId=10930&version=16792
9.1.date=2021-09-20
9.0.1.description=Bug fixes
9.0.1.downloadUrl=https://binaries.sonarsource.com/Distribution/sonarqube/sonarqube-9.0.1.46107.zip
9.0.1.downloadDeveloperUrl=https://binaries.sonarsource.com/CommercialDistribution/sonarqube-developer/sonarqube-developer-9.0.1.46107.zip
9.0.1.downloadEnterpriseUrl=https://binaries.sonarsource.com/CommercialDistribution/sonarqube-enterprise/sonarqube-enterprise-9.0.1.46107.zip
9.0.1.downloadDatacenterUrl=https://binaries.sonarsource.com/CommercialDistribution/sonarqube-datacenter/sonarqube-datacenter-9.0.1.46107.zip
9.0.1.changelogUrl=https://jira.sonarsource.com/secure/ReleaseNote.jspa?projectId=10930&version=16890
9.0.1.date=2021-07-29
9.0.description=Bitbucket pipes and GitHub actions, quality gate status on Github branches, onboarding for Bitbucket cloud, quick path to first full-featured analysis, new security rules for Kotlin, more accurate taint vulnerability detection for Java, C#, PHP, JavaScript, TypeScript and Python, better support for C++20
9.0.downloadUrl=https://binaries.sonarsource.com/Distribution/sonarqube/sonarqube-9.0.0.45539.zip
9.0.downloadDeveloperUrl=https://binaries.sonarsource.com/CommercialDistribution/sonarqube-developer/sonarqube-developer-9.0.0.45539.zip
9.0.downloadEnterpriseUrl=https://binaries.sonarsource.com/CommercialDistribution/sonarqube-enterprise/sonarqube-enterprise-9.0.0.45539.zip
9.0.downloadDatacenterUrl=https://binaries.sonarsource.com/CommercialDistribution/sonarqube-datacenter/sonarqube-datacenter-9.0.0.45539.zip
9.0.changelogUrl=https://jira.sonarsource.com/secure/ReleaseNote.jspa?projectId=10930&version=17140
9.0.date=2021-07-02
8.9.10.description=Long-Term Support version - LTS bug fixes
8.9.10.downloadUrl=https://binaries.sonarsource.com/Distribution/sonarqube/sonarqube-8.9.10.61524.zip
8.9.10.downloadDeveloperUrl=https://binaries.sonarsource.com/CommercialDistribution/sonarqube-developer/sonarqube-developer-8.9.10.61524.zip
8.9.10.downloadEnterpriseUrl=https://binaries.sonarsource.com/CommercialDistribution/sonarqube-enterprise/sonarqube-enterprise-8.9.10.61524.zip
8.9.10.downloadDatacenterUrl=https://binaries.sonarsource.com/CommercialDistribution/sonarqube-datacenter/sonarqube-datacenter-8.9.10.61524.zip
8.9.10.changelogUrl=https://sonarsource.atlassian.net/issues/?jql=project%20%3D%2010139%20AND%20fixVersion%20%3D%2012634
8.9.10.date=2022-10-18
8.9.9.description=Long-Term Support version - LTS bug fixes
8.9.9.downloadUrl=https://binaries.sonarsource.com/Distribution/sonarqube/sonarqube-8.9.9.56886.zip
8.9.9.downloadDeveloperUrl=https://binaries.sonarsource.com/CommercialDistribution/sonarqube-developer/sonarqube-developer-8.9.9.56886.zip
8.9.9.downloadEnterpriseUrl=https://binaries.sonarsource.com/CommercialDistribution/sonarqube-enterprise/sonarqube-enterprise-8.9.9.56886.zip
8.9.9.downloadDatacenterUrl=https://binaries.sonarsource.com/CommercialDistribution/sonarqube-datacenter/sonarqube-datacenter-8.9.9.56886.zip
8.9.9.changelogUrl=https://jira.sonarsource.com/secure/ReleaseNote.jspa?projectId=10930&version=17361
8.9.9.date=2022-06-16
8.9.8.description=Long-Term Support version - LTS bug fixes
8.9.8.downloadUrl=https://binaries.sonarsource.com/Distribution/sonarqube/sonarqube-8.9.8.54436.zip
8.9.8.downloadDeveloperUrl=https://binaries.sonarsource.com/CommercialDistribution/sonarqube-developer/sonarqube-developer-8.9.8.54436.zip
8.9.8.downloadEnterpriseUrl=https://binaries.sonarsource.com/CommercialDistribution/sonarqube-enterprise/sonarqube-enterprise-8.9.8.54436.zip
8.9.8.downloadDatacenterUrl=https://binaries.sonarsource.com/CommercialDistribution/sonarqube-datacenter/sonarqube-datacenter-8.9.8.54436.zip
8.9.8.changelogUrl=https://jira.sonarsource.com/secure/ReleaseNote.jspa?projectId=10930&version=17249
8.9.8.date=2022-04-04
8.9.7.description=Long-Term Support version - LTS bug fixes
8.9.7.downloadUrl=https://binaries.sonarsource.com/Distribution/sonarqube/sonarqube-8.9.7.52159.zip
8.9.7.downloadDeveloperUrl=https://binaries.sonarsource.com/CommercialDistribution/sonarqube-developer/sonarqube-developer-8.9.7.52159.zip
8.9.7.downloadEnterpriseUrl=https://binaries.sonarsource.com/CommercialDistribution/sonarqube-enterprise/sonarqube-enterprise-8.9.7.52159.zip
8.9.7.downloadDatacenterUrl=https://binaries.sonarsource.com/CommercialDistribution/sonarqube-datacenter/sonarqube-datacenter-8.9.7.52159.zip
8.9.7.changelogUrl=https://jira.sonarsource.com/secure/ReleaseNote.jspa?projectId=10930&version=17140
8.9.7.date=2022-02-04
8.9.6.description=Long-Term Support version - LTS bug fixes
8.9.6.downloadUrl=https://binaries.sonarsource.com/Distribution/sonarqube/sonarqube-8.9.6.50800.zip
8.9.6.downloadDeveloperUrl=https://binaries.sonarsource.com/CommercialDistribution/sonarqube-developer/sonarqube-developer-8.9.6.50800.zip
8.9.6.downloadEnterpriseUrl=https://binaries.sonarsource.com/CommercialDistribution/sonarqube-enterprise/sonarqube-enterprise-8.9.6.50800.zip
8.9.6.downloadDatacenterUrl=https://binaries.sonarsource.com/CommercialDistribution/sonarqube-datacenter/sonarqube-datacenter-8.9.6.50800.zip
8.9.6.changelogUrl=https://jira.sonarsource.com/secure/ReleaseNote.jspa?projectId=10930&version=17136
8.9.6.date=2021-12-21
8.9.5.description=Long-Term Support version - LTS bug fixes
8.9.5.downloadUrl=https://binaries.sonarsource.com/Distribution/sonarqube/sonarqube-8.9.5.50698.zip
8.9.5.downloadDeveloperUrl=https://binaries.sonarsource.com/CommercialDistribution/sonarqube-developer/sonarqube-developer-8.9.5.50698.zip
8.9.5.downloadEnterpriseUrl=https://binaries.sonarsource.com/CommercialDistribution/sonarqube-enterprise/sonarqube-enterprise-8.9.5.50698.zip
8.9.5.downloadDatacenterUrl=https://binaries.sonarsource.com/CommercialDistribution/sonarqube-datacenter/sonarqube-datacenter-8.9.5.50698.zip
8.9.5.changelogUrl=https://jira.sonarsource.com/secure/ReleaseNote.jspa?projectId=10930&version=17129
8.9.5.date=2021-12-16
8.9.4.description=Long-Term Support version - LTS bug fixes
8.9.4.downloadUrl=https://binaries.sonarsource.com/Distribution/sonarqube/sonarqube-8.9.4.50575.zip
8.9.4.downloadDeveloperUrl=https://binaries.sonarsource.com/CommercialDistribution/sonarqube-developer/sonarqube-developer-8.9.4.50575.zip
8.9.4.downloadEnterpriseUrl=https://binaries.sonarsource.com/CommercialDistribution/sonarqube-enterprise/sonarqube-enterprise-8.9.4.50575.zip
8.9.4.downloadDatacenterUrl=https://binaries.sonarsource.com/CommercialDistribution/sonarqube-datacenter/sonarqube-datacenter-8.9.4.50575.zip
8.9.4.changelogUrl=https://jira.sonarsource.com/secure/ReleaseNote.jspa?projectId=10930&version=17027
8.9.4.date=2021-12-14
8.9.3.description=Long-Term Support version - LTS bug fixes
8.9.3.downloadUrl=https://binaries.sonarsource.com/Distribution/sonarqube/sonarqube-8.9.3.48735.zip
8.9.3.downloadDeveloperUrl=https://binaries.sonarsource.com/CommercialDistribution/sonarqube-developer/sonarqube-developer-8.9.3.48735.zip
8.9.3.downloadEnterpriseUrl=https://binaries.sonarsource.com/CommercialDistribution/sonarqube-enterprise/sonarqube-enterprise-8.9.3.48735.zip
8.9.3.downloadDatacenterUrl=https://binaries.sonarsource.com/CommercialDistribution/sonarqube-datacenter/sonarqube-datacenter-8.9.3.48735.zip
8.9.3.changelogUrl=https://jira.sonarsource.com/secure/ReleaseNote.jspa?projectId=10930&version=16979
8.9.3.date=2021-10-26
8.9.2.description=Long-Term Support version - LTS bug fixes
8.9.2.downloadUrl=https://binaries.sonarsource.com/Distribution/sonarqube/sonarqube-8.9.2.46101.zip
8.9.2.downloadDeveloperUrl=https://binaries.sonarsource.com/CommercialDistribution/sonarqube-developer/sonarqube-developer-8.9.2.46101.zip
8.9.2.downloadEnterpriseUrl=https://binaries.sonarsource.com/CommercialDistribution/sonarqube-enterprise/sonarqube-enterprise-8.9.2.46101.zip
8.9.2.downloadDatacenterUrl=https://binaries.sonarsource.com/CommercialDistribution/sonarqube-datacenter/sonarqube-datacenter-8.9.2.46101.zip
8.9.2.changelogUrl=https://jira.sonarsource.com/secure/ReleaseNote.jspa?projectId=10930&version=16842
8.9.2.date=2021-07-28
8.9.1.description=Long-Term Support version - LTS bug fixes
8.9.1.downloadUrl=https://binaries.sonarsource.com/Distribution/sonarqube/sonarqube-8.9.1.44547.zip
8.9.1.downloadDeveloperUrl=https://binaries.sonarsource.com/CommercialDistribution/sonarqube-developer/sonarqube-developer-8.9.1.44547.zip
8.9.1.downloadEnterpriseUrl=https://binaries.sonarsource.com/CommercialDistribution/sonarqube-enterprise/sonarqube-enterprise-8.9.1.44547.zip
8.9.1.downloadDatacenterUrl=https://binaries.sonarsource.com/CommercialDistribution/sonarqube-datacenter/sonarqube-datacenter-8.9.1.44547.zip
8.9.1.changelogUrl=https://jira.sonarsource.com/secure/ReleaseNote.jspa?projectId=10930&version=16793
8.9.1.date=2021-06-08
8.9.description=Long-Term Support version - Hardening for long-term reliability, bug fixes and small improvements
8.9.downloadUrl=https://binaries.sonarsource.com/Distribution/sonarqube/sonarqube-8.9.0.43852.zip
8.9.downloadDeveloperUrl=https://binaries.sonarsource.com/CommercialDistribution/sonarqube-developer/sonarqube-developer-8.9.0.43852.zip
8.9.downloadEnterpriseUrl=https://binaries.sonarsource.com/CommercialDistribution/sonarqube-enterprise/sonarqube-enterprise-8.9.0.43852.zip
8.9.downloadDatacenterUrl=https://binaries.sonarsource.com/CommercialDistribution/sonarqube-datacenter/sonarqube-datacenter-8.9.0.43852.zip
8.9.changelogUrl=https://jira.sonarsource.com/secure/ReleaseNote.jspa?projectId=10930&version=16710
8.9.date=2021-05-04
8.8.description=Branch and PR analysis with GitHub actions, PR decoration for Bitbucket Cloud mono-repositories, new security CWE Top 25 reports with PDF download, more accurate injection flaws detection for JavaScript, new OWASP Top 10 rules for Java, C# and Python
8.8.downloadUrl=https://binaries.sonarsource.com/Distribution/sonarqube/sonarqube-8.8.0.42792.zip
8.8.downloadDeveloperUrl=https://binaries.sonarsource.com/CommercialDistribution/sonarqube-developer/sonarqube-developer-8.8.0.42792.zip
8.8.downloadEnterpriseUrl=https://binaries.sonarsource.com/CommercialDistribution/sonarqube-enterprise/sonarqube-enterprise-8.8.0.42792.zip
8.8.downloadDatacenterUrl=https://binaries.sonarsource.com/CommercialDistribution/sonarqube-datacenter/sonarqube-datacenter-8.8.0.42792.zip
8.8.changelogUrl=https://jira.sonarsource.com/secure/ReleaseNote.jspa?projectId=10930&version=16664
8.8.date=2021-03-26
8.7.1.description=Bug fixes
8.7.1.downloadUrl=https://binaries.sonarsource.com/Distribution/sonarqube/sonarqube-8.7.1.42226.zip
8.7.1.downloadDeveloperUrl=https://binaries.sonarsource.com/CommercialDistribution/sonarqube-developer/sonarqube-developer-8.7.1.42226.zip
8.7.1.downloadEnterpriseUrl=https://binaries.sonarsource.com/CommercialDistribution/sonarqube-enterprise/sonarqube-enterprise-8.7.1.42226.zip
8.7.1.downloadDatacenterUrl=https://binaries.sonarsource.com/CommercialDistribution/sonarqube-datacenter/sonarqube-datacenter-8.7.1.42226.zip
8.7.1.changelogUrl=https://jira.sonarsource.com/secure/ReleaseNote.jspa?projectId=10930&version=16690
8.7.1.date=2021-03-12
8.7.description=Project onboarding and SonarLint notifications available to everyone, branches and PRs analysis with BitBucket Cloud, support for Azure DevOps Services, PR decoration for mono-repositories, new OWASP Top 10 rules for JS, PHP, C++, many other injection flaws for JS and PHP
8.7.downloadUrl=https://binaries.sonarsource.com/Distribution/sonarqube/sonarqube-8.7.0.41497.zip
8.7.downloadDeveloperUrl=https://binaries.sonarsource.com/CommercialDistribution/sonarqube-developer/sonarqube-developer-8.7.0.41497.zip
8.7.downloadEnterpriseUrl=https://binaries.sonarsource.com/CommercialDistribution/sonarqube-enterprise/sonarqube-enterprise-8.7.0.41497.zip
8.7.downloadDatacenterUrl=https://binaries.sonarsource.com/CommercialDistribution/sonarqube-datacenter/sonarqube-datacenter-8.7.0.41497.zip
8.7.changelogUrl=https://jira.sonarsource.com/secure/ReleaseNote.jspa?projectId=10930&version=16540
8.7.date=2021-02-16
8.6.1.description=Bug fixes
8.6.1.downloadUrl=https://binaries.sonarsource.com/Distribution/sonarqube/sonarqube-8.6.1.40680.zip
8.6.1.downloadDeveloperUrl=https://binaries.sonarsource.com/CommercialDistribution/sonarqube-developer/sonarqube-developer-8.6.1.40680.zip
8.6.1.downloadEnterpriseUrl=https://binaries.sonarsource.com/CommercialDistribution/sonarqube-enterprise/sonarqube-enterprise-8.6.1.40680.zip
8.6.1.downloadDatacenterUrl=https://binaries.sonarsource.com/CommercialDistribution/sonarqube-datacenter/sonarqube-datacenter-8.6.1.40680.zip
8.6.1.changelogUrl=https://jira.sonarsource.com/secure/ReleaseNote.jspa?projectId=10930&version=16642
8.6.1.date=2021-01-26
8.6.description=Security Hotspot review in the IDE, onboarding for Azure DevOps Server projects, Applications feature more widely available, SQL and Path injection in JavaScript and many other security rules, more accurate vulnerability detection for PHP, new OWASP Top 10 rules and a better standard support for C++
8.6.downloadUrl=https://binaries.sonarsource.com/Distribution/sonarqube/sonarqube-8.6.0.39681.zip
8.6.downloadDeveloperUrl=https://binaries.sonarsource.com/CommercialDistribution/sonarqube-developer/sonarqube-developer-8.6.0.39681.zip
8.6.downloadEnterpriseUrl=https://binaries.sonarsource.com/CommercialDistribution/sonarqube-enterprise/sonarqube-enterprise-8.6.0.39681.zip
8.6.downloadDatacenterUrl=https://binaries.sonarsource.com/CommercialDistribution/sonarqube-datacenter/sonarqube-datacenter-8.6.0.39681.zip
8.6.changelogUrl=https://jira.sonarsource.com/secure/ReleaseNote.jspa?projectId=10930&version=16342
8.6.date=2020-12-10
8.5.1.description=Bug fixes
8.5.1.downloadUrl=https://binaries.sonarsource.com/Distribution/sonarqube/sonarqube-8.5.1.38104.zip
8.5.1.downloadDeveloperUrl=https://binaries.sonarsource.com/CommercialDistribution/sonarqube-developer/sonarqube-developer-8.5.1.38104.zip
8.5.1.downloadEnterpriseUrl=https://binaries.sonarsource.com/CommercialDistribution/sonarqube-enterprise/sonarqube-enterprise-8.5.1.38104.zip
8.5.1.downloadDatacenterUrl=https://binaries.sonarsource.com/CommercialDistribution/sonarqube-datacenter/sonarqube-datacenter-8.5.1.38104.zip
8.5.1.changelogUrl=https://jira.sonarsource.com/secure/ReleaseNote.jspa?projectId=10930&version=16458
8.5.1.date=2020-10-23
8.5.description=Upgrade simplified with built-in languages, tutorial for GitHub and GitLab projects, more precise security analysis for Java, C# and PHP, additional buffer overflow vulnerabilities in C/C++, better XSS detection in C#, new rules on Java and PHP test code
8.5.downloadUrl=https://binaries.sonarsource.com/Distribution/sonarqube/sonarqube-8.5.0.37579.zip
8.5.downloadDeveloperUrl=https://binaries.sonarsource.com/CommercialDistribution/sonarqube-developer/sonarqube-developer-8.5.0.37579.zip
8.5.downloadEnterpriseUrl=https://binaries.sonarsource.com/CommercialDistribution/sonarqube-enterprise/sonarqube-enterprise-8.5.0.37579.zip
8.5.downloadDatacenterUrl=https://binaries.sonarsource.com/CommercialDistribution/sonarqube-datacenter/sonarqube-datacenter-8.5.0.37579.zip
8.5.changelogUrl=https://jira.sonarsource.com/secure/ReleaseNote.jspa?projectId=10930&version=16342
8.5.date=2020-10-05
8.4.2.description=Bug fix and support for latest GitHub API
8.4.2.downloadUrl=https://binaries.sonarsource.com/Distribution/sonarqube/sonarqube-8.4.2.36762.zip
8.4.2.downloadDeveloperUrl=https://binaries.sonarsource.com/CommercialDistribution/sonarqube-developer/sonarqube-developer-8.4.2.36762.zip
8.4.2.downloadEnterpriseUrl=https://binaries.sonarsource.com/CommercialDistribution/sonarqube-enterprise/sonarqube-enterprise-8.4.2.36762.zip
8.4.2.downloadDatacenterUrl=https://binaries.sonarsource.com/CommercialDistribution/sonarqube-datacenter/sonarqube-datacenter-8.4.2.36762.zip
8.4.2.changelogUrl=https://jira.sonarsource.com/secure/ReleaseNote.jspa?projectId=10930&version=16404
8.4.2.date=2020-08-31
8.4.1.description=Bug fixes
8.4.1.downloadUrl=https://binaries.sonarsource.com/Distribution/sonarqube/sonarqube-8.4.1.35646.zip
8.4.1.downloadDeveloperUrl=https://binaries.sonarsource.com/CommercialDistribution/sonarqube-developer/sonarqube-developer-8.4.1.35646.zip
8.4.1.downloadEnterpriseUrl=https://binaries.sonarsource.com/CommercialDistribution/sonarqube-enterprise/sonarqube-enterprise-8.4.1.35646.zip
8.4.1.downloadDatacenterUrl=https://binaries.sonarsource.com/CommercialDistribution/sonarqube-datacenter/sonarqube-datacenter-8.4.1.35646.zip
8.4.1.changelogUrl=https://jira.sonarsource.com/secure/ReleaseNote.jspa?version=16358&projectId=10930
8.4.1.date=2020-07-15
8.4.description=Faster availability at startup, new option to define New Code on branches, many new rules for Python, XSS vulnerabilities in additional Python templates and C# frameworks, deserialization vulnerabilities for Java and C#, XXE vulnerabilities for C/C++
8.4.downloadUrl=https://binaries.sonarsource.com/Distribution/sonarqube/sonarqube-8.4.0.35506.zip
8.4.downloadDeveloperUrl=https://binaries.sonarsource.com/CommercialDistribution/sonarqube-developer/sonarqube-developer-8.4.0.35506.zip
8.4.downloadEnterpriseUrl=https://binaries.sonarsource.com/CommercialDistribution/sonarqube-enterprise/sonarqube-enterprise-8.4.0.35506.zip
8.4.downloadDatacenterUrl=https://binaries.sonarsource.com/CommercialDistribution/sonarqube-datacenter/sonarqube-datacenter-8.4.0.35506.zip
8.4.changelogUrl=https://jira.sonarsource.com/secure/ReleaseNote.jspa?projectId=10930&version=15833
8.4.date=2020-07-03
8.3.1.description=Bug fixes
8.3.1.downloadUrl=https://binaries.sonarsource.com/Distribution/sonarqube/sonarqube-8.3.1.34397.zip
8.3.1.downloadDeveloperUrl=https://binaries.sonarsource.com/CommercialDistribution/sonarqube-developer/sonarqube-developer-8.3.1.34397.zip
8.3.1.downloadEnterpriseUrl=https://binaries.sonarsource.com/CommercialDistribution/sonarqube-enterprise/sonarqube-enterprise-8.3.1.34397.zip
8.3.1.downloadDatacenterUrl=https://binaries.sonarsource.com/CommercialDistribution/sonarqube-datacenter/sonarqube-datacenter-8.3.1.34397.zip
8.3.1.changelogUrl=https://jira.sonarsource.com/secure/ReleaseNote.jspa?projectId=10930&version=15930
8.3.1.date=2020-05-08
8.3.description=Security hotspots review in built-in Quality Gate, analysis summary in GitHub Conversation tab, simple branch and PR analysis with Jenkins, more injection flaws and many new rules in Python, XSS vulnerabilities with additional Java and C# frameworks, improved buffer overflow detection in C/C++
8.3.downloadUrl=https://binaries.sonarsource.com/Distribution/sonarqube/sonarqube-8.3.0.34182.zip
8.3.downloadDeveloperUrl=https://binaries.sonarsource.com/CommercialDistribution/sonarqube-developer/sonarqube-developer-8.3.0.34182.zip
8.3.downloadEnterpriseUrl=https://binaries.sonarsource.com/CommercialDistribution/sonarqube-enterprise/sonarqube-enterprise-8.3.0.34182.zip
8.3.downloadDatacenterUrl=https://binaries.sonarsource.com/CommercialDistribution/sonarqube-datacenter/sonarqube-datacenter-8.3.0.34182.zip
8.3.changelogUrl=https://jira.sonarsource.com/secure/ReleaseNote.jspa?projectId=10930&version=15640
8.3.date=2020-04-29
8.2.description=Dedicated space and workflow for Security Hotspots, redesigned project homepage, injection flaws and much more in Python, support for C# 8, XXE and more frameworks for C#, XSS detection and more accurate analysis in Java. Official Docker images.
8.2.downloadUrl=https://binaries.sonarsource.com/Distribution/sonarqube/sonarqube-8.2.0.32929.zip
8.2.downloadDeveloperUrl=https://binaries.sonarsource.com/CommercialDistribution/sonarqube-developer/sonarqube-developer-8.2.0.32929.zip
8.2.downloadEnterpriseUrl=https://binaries.sonarsource.com/CommercialDistribution/sonarqube-enterprise/sonarqube-enterprise-8.2.0.32929.zip
8.2.downloadDatacenterUrl=https://binaries.sonarsource.com/CommercialDistribution/sonarqube-datacenter/sonarqube-datacenter-8.2.0.32929.zip
8.2.changelogUrl=https://jira.sonarsource.com/secure/ReleaseNote.jspa?projectId=10930&version=15301
8.2.date=2020-02-26
8.1.description=Quality Gate status in GitLab pipelines and merge request comments, a single concept for all branches, detection of injection flaws improved for Java and C# 8, better support for C++ Core Guidelines, new rules in Python and several other languages
8.1.downloadUrl=https://binaries.sonarsource.com/Distribution/sonarqube/sonarqube-8.1.0.31237.zip
8.1.downloadDeveloperUrl=https://binaries.sonarsource.com/CommercialDistribution/sonarqube-developer/sonarqube-developer-8.1.0.31237.zip
8.1.downloadEnterpriseUrl=https://binaries.sonarsource.com/CommercialDistribution/sonarqube-enterprise/sonarqube-enterprise-8.1.0.31237.zip
8.1.downloadDatacenterUrl=https://binaries.sonarsource.com/CommercialDistribution/sonarqube-datacenter/sonarqube-datacenter-8.1.0.31237.zip
8.1.changelogUrl=https://jira.sonarsource.com/secure/ReleaseNote.jspa?projectId=10930&version=15243
8.1.date=2019-12-17
8.0.description=Authentication, branches and merge requests analysis with GitLab, New Code period configuration based on an analysis, faster security analysis, more accurate injection flaws with the support of map-like collections
8.0.downloadUrl=https://binaries.sonarsource.com/Distribution/sonarqube/sonarqube-8.0.zip
8.0.changelogUrl=https://jira.sonarsource.com/secure/ReleaseNote.jspa?projectId=10930&version=14962
8.0.date=2019-10-16
7.9.6.description=Long-Term Support version - LTS bug fixes
7.9.6.downloadUrl=https://binaries.sonarsource.com/Distribution/sonarqube/sonarqube-7.9.6.zip
7.9.6.changelogUrl=https://jira.sonarsource.com/secure/ReleaseNote.jspa?projectId=10930&version=16510
7.9.6.date=2021-03-08
7.9.5.description=Long-Term Support version - LTS bug fixes
7.9.5.downloadUrl=https://binaries.sonarsource.com/Distribution/sonarqube/sonarqube-7.9.5.zip
7.9.5.changelogUrl=https://jira.sonarsource.com/secure/ReleaseNote.jspa?projectId=10930&version=16486
7.9.5.date=2020-11-11
7.9.4.description=Long-Term Support version - LTS bug fixes
7.9.4.downloadUrl=https://binaries.sonarsource.com/Distribution/sonarqube/sonarqube-7.9.4.zip
7.9.4.changelogUrl=https://jira.sonarsource.com/secure/ReleaseNote.jspa?projectId=10930&version=15832
7.9.4.date=2020-07-28
7.9.3.description=Long-Term Support version - LTS bug fixes
7.9.3.downloadUrl=https://binaries.sonarsource.com/Distribution/sonarqube/sonarqube-7.9.3.zip
7.9.3.changelogUrl=https://jira.sonarsource.com/secure/ReleaseNote.jspa?projectId=10930&version=15329
7.9.3.date=2020-03-24
7.9.2.description=Long-Term Support version - LTS bug fixes
7.9.2.downloadUrl=https://binaries.sonarsource.com/Distribution/sonarqube/sonarqube-7.9.2.zip
7.9.2.changelogUrl=https://jira.sonarsource.com/secure/ReleaseNote.jspa?projectId=10930&version=15039
7.9.2.date=2019-12-10
7.9.1.description=Long-Term Support version - LTS bug fixes
7.9.1.downloadUrl=https://binaries.sonarsource.com/Distribution/sonarqube/sonarqube-7.9.1.zip
7.9.1.changelogUrl=https://jira.sonarsource.com/secure/ReleaseNote.jspa?projectId=10930&version=15029
7.9.1.date=2019-07-10
7.9.description=Long-Term Support version - Many bug fixes and small improvements
7.9.downloadUrl=https://binaries.sonarsource.com/Distribution/sonarqube/sonarqube-7.9.zip
7.9.changelogUrl=https://jira.sonarsource.com/secure/ReleaseNote.jspa?projectId=10930&version=14945
7.9.date=2019-07-01
7.8.description=Security hotspots highlighted in project overview, PRs and branches, improved data flow navigation, new developer-friendly security report, enhanced portfolio PDF
7.8.downloadUrl=https://binaries.sonarsource.com/Distribution/sonarqube/sonarqube-7.8.zip
7.8.changelogUrl=https://jira.sonarsource.com/secure/ReleaseNote.jspa?projectId=10930&version=14939
7.8.date=2019-06-19
7.7.description=Real Quality Gates for pull requests, integration with GitHub Checks, decoration in Bitbucket Server, detection of PHP injection flaws
7.7.downloadUrl=https://binaries.sonarsource.com/Distribution/sonarqube/sonarqube-7.7.zip
7.7.changelogUrl=https://jira.sonarsource.com/jira/secure/ReleaseNote.jspa?projectId=10930&version=14848
7.7.date=2019-03-20
7.6.description=Drop of modules, simplification of Quality Gates, taint detection in collections
7.6.downloadUrl=https://binaries.sonarsource.com/Distribution/sonarqube/sonarqube-7.6.zip
7.6.changelogUrl=https://jira.sonarsource.com/jira/secure/ReleaseNote.jspa?projectId=10930&version=14753
7.6.date=2019-01-28
7.5.description=Scala, Apex, enhanced security reports, duplication metrics in pull requests, support of array for vulnerabilities in Java and C#, new security hotspots, better accuracy for C, C++ and Objective-C analyzers
7.5.downloadUrl=https://binaries.sonarsource.com/Distribution/sonarqube/sonarqube-7.5.zip
7.5.changelogUrl=https://jira.sonarsource.com/jira/secure/ReleaseNote.jspa?projectId=10930&version=14693
7.5.date=2018-12-20
7.4.description=Ruby and open-sourced VB.NET analysis, import of issues from 3rd-party Roslyn analyzers, security hotspots in Swift, T-SQL, VB.NET and C#, coverage metrics in pull requests, import of JaCoCo XML reports for Kotlin and Java, embedded documentation
7.4.downloadUrl=https://binaries.sonarsource.com/Distribution/sonarqube/sonarqube-7.4.zip
7.4.changelogUrl=https://jira.sonarsource.com/jira/secure/ReleaseNote.jspa?projectId=10930&version=14549
7.4.date=2018-10-29
7.3.description=Security Hotspots and Security Reports, Branches in Applications, new Kotlin and CSS analyzers, new rules in Java and PHP plus the import of issues from external Java analyzers
7.3.downloadUrl=https://binaries.sonarsource.com/Distribution/sonarqube/sonarqube-7.3.zip
7.3.changelogUrl=https://jira.sonarsource.com/jira/secure/ReleaseNote.jspa?projectId=10930&version=14464
7.3.date=2018-08-13
7.2.1.description=Bug fixes
7.2.1.downloadUrl=https://binaries.sonarsource.com/Distribution/sonarqube/sonarqube-7.2.1.zip
7.2.1.changelogUrl=https://jira.sonarsource.com/jira/secure/ReleaseNote.jspa?projectId=10930&version=14517
7.2.1.date=2018-06-29
7.2.description=New per-edition packaging with all features built-in, PR analysis and decoration in GitHub Enterprise and TFS, import of issues from 3rd-party analyzers, detection of the most notorious CWE vulnerabilities in Java and C#
7.2.downloadUrl=https://binaries.sonarsource.com/Distribution/sonarqube/sonarqube-7.2.zip
7.2.changelogUrl=https://jira.sonarsource.com/jira/secure/ReleaseNote.jspa?projectId=10930&version=14213
7.2.date=2018-06-18
7.1.description=Homepage selection, project badges, new webhooks console, "New Code" measures without SCM
7.1.downloadUrl=https://binaries.sonarsource.com/Distribution/sonarqube/sonarqube-7.1.zip
7.1.changelogUrl=https://jira.sonarsource.com/jira/secure/ReleaseNote.jspa?projectId=10930&version=14178
7.1.date=2018-04-17
7.0.description=Live update of project measures and quality gate status, read-only built-in "Sonar way" quality gate
7.0.downloadUrl=https://binaries.sonarsource.com/Distribution/sonarqube/sonarqube-7.0.zip
7.0.changelogUrl=https://jira.sonarsource.com/jira/secure/ReleaseNote.jspa?projectId=10930&version=14041
7.0.date=2018-02-02
6.7.7.description=Long-Term Support version - LTS bug fixes
6.7.7.downloadUrl=https://binaries.sonarsource.com/Distribution/sonarqube/sonarqube-6.7.7.zip
6.7.7.changelogUrl=https://jira.sonarsource.com/secure/ReleaseNote.jspa?projectId=10930&version=14865
6.7.7.date=2019-04-17
6.7.6.description=Long-Term Support version - LTS bug fixes
6.7.6.downloadUrl=https://binaries.sonarsource.com/Distribution/sonarqube/sonarqube-6.7.6.zip
6.7.6.changelogUrl=https://jira.sonarsource.com/jira/secure/ReleaseNote.jspa?projectId=10930&version=14621
6.7.6.date=2018-11-20
6.7.5.description=Long-Term Support version - LTS bug fixes
6.7.5.downloadUrl=https://binaries.sonarsource.com/Distribution/sonarqube/sonarqube-6.7.5.zip
6.7.5.changelogUrl=https://jira.sonarsource.com/secure/ReleaseNote.jspa?projectId=10930&version=14467
6.7.5.date=2018-08-06
6.7.4.description=Long-Term Support version - LTS bug fixes
6.7.4.downloadUrl=https://binaries.sonarsource.com/Distribution/sonarqube/sonarqube-6.7.4.zip
6.7.4.changelogUrl=https://jira.sonarsource.com/jira/secure/ReleaseNote.jspa?projectId=10930&version=14377
6.7.4.date=2018-05-30
6.7.3.description=Long-Term Support version - LTS bug fixes
6.7.3.downloadUrl=https://binaries.sonarsource.com/Distribution/sonarqube/sonarqube-6.7.3.zip
6.7.3.changelogUrl=https://jira.sonarsource.com/jira/secure/ReleaseNote.jspa?projectId=10930&version=14264
6.7.3.date=2018-04-06
6.7.2.description=Long-Term Support version - LTS bug fixes
6.7.2.downloadUrl=https://binaries.sonarsource.com/Distribution/sonarqube/sonarqube-6.7.2.zip
6.7.2.changelogUrl=https://jira.sonarsource.com/jira/secure/ReleaseNote.jspa?projectId=10930&version=14191
6.7.2.date=2018-02-26
6.7.1.description=Long-Term Support version - LTS bug fixes
6.7.1.downloadUrl=https://binaries.sonarsource.com/Distribution/sonarqube/sonarqube-6.7.1.zip
6.7.1.changelogUrl=https://jira.sonarsource.com/jira/secure/ReleaseNote.jspa?projectId=10930&version=14137
6.7.1.date=2017-12-21
6.7.description=Long-Term Support version - Many bug fixes and small improvements
6.7.downloadUrl=https://binaries.sonarsource.com/Distribution/sonarqube/sonarqube-6.7.zip
6.7.changelogUrl=https://jira.sonarsource.com/jira/secure/ReleaseNote.jspa?projectId=10930&version=13972
6.7.date=2017-11-07
6.6.description=New Measures page, new permission "Edit Quality Profile", enhanced "Projects Management" page, notification for failed background tasks, authentication for webhooks, reduce noise related to updated rules, upgrade to Elasticsearch 5, basic telemetry
6.6.downloadUrl=https://binaries.sonarsource.com/Distribution/sonarqube/sonarqube-6.6.zip
6.6.changelogUrl=https://jira.sonarsource.com/jira/secure/ReleaseNote.jspa?projectId=10930&version=13961
6.6.date=2017-10-20
6.5.description=Show leak on Projects page, better understand the history of a project with timelines, read-only built-in quality profiles with highlighting on "Sonar way" ones, onboarding for new users
6.5.downloadUrl=https://binaries.sonarsource.com/Distribution/sonarqube/sonarqube-6.5.zip
6.5.changelogUrl=https://jira.sonarsource.com/jira/secure/ReleaseNote.jspa?projectId=10930&version=13805
6.5.date=2017-08-03
6.4.description=Tag of projects, enhanced 'Projects' page with more details/filters and with visualisations, efficient UX for issue multiple locations, more usable global search, core support for private/public projects
6.4.downloadUrl=https://binaries.sonarsource.com/Distribution/sonarqube/sonarqube-6.4.zip
6.4.changelogUrl=https://jira.sonarsource.com/jira/secure/ReleaseNote.jspa?projectId=10930&version=13697
6.4.date=2017-06-02
6.3.1.description=Bug fixes
6.3.1.downloadUrl=https://binaries.sonarsource.com/Distribution/sonarqube/sonarqube-6.3.1.zip
6.3.1.changelogUrl=https://jira.sonarsource.com/jira/secure/ReleaseNote.jspa?projectId=10930&version=13767
6.3.1.date=2017-04-12
6.3.description=Project Activity page, full JS web application with extension points, remove noise on the leak period for newly activated rules, embed SonarPHP and SonarPython and SonarFlex
6.3.downloadUrl=https://binaries.sonarsource.com/Distribution/sonarqube/sonarqube-6.3.zip
6.3.changelogUrl=https://jira.sonarsource.com/jira/secure/ReleaseNote.jspa?projectId=10930&version=13470
6.3.date=2017-03-14
6.2.description=New Projects page, enhanced Issues pages, new landing page for non authenticated users, consolidated coverage features, webhooks, authentication by HTTP header, rating support in Quality Gates
6.2.downloadUrl=https://binaries.sonarsource.com/Distribution/sonarqube/sonarqube-6.2.zip
6.2.changelogUrl=https://jira.sonarsource.com/jira/secure/ReleaseNote.jspa?projectId=10930&version=13327
6.2.date=2016-12-14
6.1.description=Redesign of the Settings domain with new UI and dedicated WS, improvements on the project home page, first steps towards clustering of SonarQube
6.1.downloadUrl=https://binaries.sonarsource.com/Distribution/sonarqube/sonarqube-6.1.zip
6.1.changelogUrl=https://jira.sonarsource.com/jira/secure/ReleaseNote.jspa?projectId=10930&version=13287
6.1.date=2016-10-13
6.0.description=Tracking of file move/renaming, better management of quality profiles and new rules, improvement of permission pages, "Project Creator" feature to enable automatic onboarding for new projects, CSRF fix for Java WS-based pages, Elasticsearch upgrade to 2.x
6.0.downloadUrl=https://binaries.sonarsource.com/Distribution/sonarqube/sonarqube-6.0.zip
6.0.changelogUrl=https://jira.sonarsource.com/jira/secure/ReleaseNote.jspa?projectId=10930&version=13026
6.0.date=2016-08-04
5.6.7.description=Long-Term Support version - LTS Bug fixes
5.6.7.downloadUrl=https://binaries.sonarsource.com/Distribution/sonarqube/sonarqube-5.6.7.zip
5.6.7.changelogUrl=https://jira.sonarsource.com/jira/secure/ReleaseNote.jspa?projectId=10930&version=13778
5.6.7.date=2017-09-25
5.6.6.description=Long-Term Support version - LTS Bug fixes
5.6.6.downloadUrl=https://binaries.sonarsource.com/Distribution/sonarqube/sonarqube-5.6.6.zip
5.6.6.changelogUrl=https://jira.sonarsource.com/jira/secure/ReleaseNote.jspa?projectId=10930&version=13718
5.6.6.date=2017-02-17
5.6.5.description=Long-Term Support version - LTS Bug fixes
5.6.5.downloadUrl=https://binaries.sonarsource.com/Distribution/sonarqube/sonarqube-5.6.5.zip
5.6.5.changelogUrl=https://jira.sonarsource.com/jira/secure/ReleaseNote.jspa?projectId=10930&version=13660
5.6.5.date=2017-01-19
5.6.4.description=Long-Term Support version - LTS Bug fixes
5.6.4.downloadUrl=https://binaries.sonarsource.com/Distribution/sonarqube/sonarqube-5.6.4.zip