diff options
author | G. Ann Campbell <ann.campbell@sonarsource.com> | 2019-02-12 15:06:44 -0500 |
---|---|---|
committer | SonarTech <sonartech@sonarsource.com> | 2019-02-13 20:20:54 +0100 |
commit | 90de8cf53faf090ab24a5ab14c9d3b8f4873ebf0 (patch) | |
tree | 6b9215fbadaa29fb76d1125ae1d2696002170505 /server/sonar-docs/src/pages/setup/upgrade-notes.md | |
parent | ce5749103936828955d9de52108a0e4b5cd76f12 (diff) | |
download | sonarqube-90de8cf53faf090ab24a5ab14c9d3b8f4873ebf0.tar.gz sonarqube-90de8cf53faf090ab24a5ab14c9d3b8f4873ebf0.zip |
Add missing 7.6 release notes link & bootstrap 7.7
Diffstat (limited to 'server/sonar-docs/src/pages/setup/upgrade-notes.md')
-rw-r--r-- | server/sonar-docs/src/pages/setup/upgrade-notes.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/server/sonar-docs/src/pages/setup/upgrade-notes.md b/server/sonar-docs/src/pages/setup/upgrade-notes.md index e0a298195a8..ef1c427cc64 100644 --- a/server/sonar-docs/src/pages/setup/upgrade-notes.md +++ b/server/sonar-docs/src/pages/setup/upgrade-notes.md @@ -3,6 +3,10 @@ title: Release Upgrade Notes url: /setup/upgrade-notes/ --- +## Release 7.7 Upgrade Notes + +[Full Release Notes](https://jira.sonarsource.com/jira/secure/ReleaseNote.jspa?projectId=10930&version=14848) + ## Release 7.6 Upgrade Notes **Quality Gates Simplified** Quality Gates have been streamlined to remove a number of confusing options. Conditions previously using the "on new code" checkbox will be migrated to On New Code metrics. For example, a condition previously using the overall Coverage metric with the "on new code" checkbox enabled will be migrated to a condition using the Coverage on New Code metric. The ability to set Warning conditions has been dropped, as have some metric/operator conditions have been removed. Conditions using dropped options will be removed in the upgrade. ([MMF-473](https://jira.sonarsource.com/browse/MMF-473)) @@ -19,6 +23,8 @@ Multi-module analysis configuration may need to be changed ([MMF-365](https://ji **Incompatibility with Findbugs plugin version 3.9.1 and earlier** This version embeds SonarHTML, which analyzes both `.html` and `.jsp` files. Because of this change, the community plugin Findbugs versions 3.9.1 and earlier are incompatible with SonarQube 7.6+ ([MMF-1567](https://jira.sonarsource.com/browse/MMF-1567)). +[Full Release Notes](https://jira.sonarsource.com/jira/secure/ReleaseNote.jspa?projectId=10930&version=14693) + ## Release 7.5 Upgrade Notes **More Issues Backdated** Additional cases of issue backdating have been added, so fewer genuinely old issues will be reported in the New Code period ([MMF-1287](https://jira.sonarsource.com/browse/MMF-1287)) |