diff --git a/update-server/config/config.php b/update-server/config/config.php index f34b55e9..8270c319 100644 --- a/update-server/config/config.php +++ b/update-server/config/config.php @@ -80,7 +80,7 @@ return [ 'production' => [ '10.0' => [ - 'latest' => '10.0.6', + 'latest' => '10.0.7', 'web' => 'https://doc.owncloud.org/server/10.0/admin_manual/maintenance/upgrade.html', ], '9.1' => [ @@ -149,7 +149,7 @@ ], 'stable' => [ '10.0' => [ - 'latest' => '10.0.6', + 'latest' => '10.0.7', 'web' => 'https://doc.owncloud.org/server/10.0/admin_manual/maintenance/upgrade.html', ], '9.1' => [ @@ -157,7 +157,7 @@ 'web' => 'https://doc.owncloud.org/server/9.1/admin_manual/maintenance/upgrade.html', ], '9.1.7' => [ - 'latest' => '10.0.6', + 'latest' => '10.0.7', 'web' => 'https://doc.owncloud.org/server/9.1/admin_manual/maintenance/upgrade.html', ], @@ -224,11 +224,11 @@ ], 'beta' => [ '10.0' => [ - 'latest' => '10.0.6', + 'latest' => '10.0.7', 'web' => 'https://doc.owncloud.org/server/10.0/admin_manual/maintenance/upgrade.html', ], '9.1.7' => [ - 'latest' => '10.0.6', + 'latest' => '10.0.7', 'web' => 'https://doc.owncloud.org/server/10.0/admin_manual/maintenance/upgrade.html', ], '9.1' => [ @@ -303,11 +303,11 @@ ], /* early 10.0 dailies had version 9.2.0.x */ '9.2' => [ - 'downloadUrl' => 'https://download.owncloud.org/community/owncloud-10.0.6.zip', + 'downloadUrl' => 'https://download.owncloud.org/community/owncloud-10.0.7.zip', 'web' => 'https://doc.owncloud.org/server/10.0/admin_manual/maintenance/upgrade.html', ], '9.1' => [ - 'downloadUrl' => 'https://download.owncloud.org/community/owncloud-10.0.6.zip', + 'downloadUrl' => 'https://download.owncloud.org/community/owncloud-10.0.7.zip', 'web' => 'https://doc.owncloud.org/server/10.0/admin_manual/maintenance/upgrade.html', ], '9.0' => [ diff --git a/update-server/tests/integration/features/update.beta.feature b/update-server/tests/integration/features/update.beta.feature index 710ec5e7..aca12ee8 100644 --- a/update-server/tests/integration/features/update.beta.feature +++ b/update-server/tests/integration/features/update.beta.feature @@ -2,9 +2,9 @@ Feature: Testing the update scenario of releases on the beta channel ##### Please always order by version number descending ##### ##### Tests for 10.0.x should go below ##### - Scenario: Updating an outdated ownCloud 10.0.6 on the beta channel + Scenario: Updating an outdated ownCloud 10.0.7 on the beta channel Given There is a release with channel "beta" - And The received version is "10.0.6" + And The received version is "10.0.7" When The request is sent Then The response is empty @@ -13,7 +13,7 @@ Feature: Testing the update scenario of releases on the beta channel And The received version is "10.0.3" When The request is sent Then The response is non-empty - And URL to download is "https://download.owncloud.org/community/owncloud-10.0.6.zip" + And URL to download is "https://download.owncloud.org/community/owncloud-10.0.7.zip" And URL to documentation is "https://doc.owncloud.org/server/10.0/admin_manual/maintenance/upgrade.html" Scenario: Updating an outdated ownCloud 10.0.0 on the beta channel @@ -21,7 +21,7 @@ Feature: Testing the update scenario of releases on the beta channel And The received version is "10.0.0" When The request is sent Then The response is non-empty - And URL to download is "https://download.owncloud.org/community/owncloud-10.0.6.zip" + And URL to download is "https://download.owncloud.org/community/owncloud-10.0.7.zip" And URL to documentation is "https://doc.owncloud.org/server/10.0/admin_manual/maintenance/upgrade.html" ##### Tests for 9.1.x should go below ##### @@ -30,7 +30,7 @@ Feature: Testing the update scenario of releases on the beta channel And The received version is "9.1.7" When The request is sent Then The response is non-empty - And URL to download is "https://download.owncloud.org/community/owncloud-10.0.6.zip" + And URL to download is "https://download.owncloud.org/community/owncloud-10.0.7.zip" And URL to documentation is "https://doc.owncloud.org/server/10.0/admin_manual/maintenance/upgrade.html" Scenario: Updating an outdated ownCloud 9.1.0 on the beta channel diff --git a/update-server/tests/integration/features/update.daily.feature b/update-server/tests/integration/features/update.daily.feature index 0b2cad05..305b0456 100644 --- a/update-server/tests/integration/features/update.daily.feature +++ b/update-server/tests/integration/features/update.daily.feature @@ -28,7 +28,7 @@ Feature: Testing the update scenario of releases on the daily channel When The request is sent Then The response is non-empty And Update to version "100.0.0.0" is available - And URL to download is "https://download.owncloud.org/community/owncloud-10.0.6.zip" + And URL to download is "https://download.owncloud.org/community/owncloud-10.0.7.zip" And URL to documentation is "https://doc.owncloud.org/server/10.0/admin_manual/maintenance/upgrade.html" ##### Tests for 9.1.x should go below ##### @@ -39,7 +39,7 @@ Feature: Testing the update scenario of releases on the daily channel When The request is sent Then The response is non-empty And Update to version "100.0.0.0" is available - And URL to download is "https://download.owncloud.org/community/owncloud-10.0.6.zip" + And URL to download is "https://download.owncloud.org/community/owncloud-10.0.7.zip" And URL to documentation is "https://doc.owncloud.org/server/10.0/admin_manual/maintenance/upgrade.html" Scenario: Updating an outdated-dated ownCloud 9.1 daily @@ -49,7 +49,7 @@ Feature: Testing the update scenario of releases on the daily channel When The request is sent Then The response is non-empty And Update to version "100.0.0.0" is available - And URL to download is "https://download.owncloud.org/community/owncloud-10.0.6.zip" + And URL to download is "https://download.owncloud.org/community/owncloud-10.0.7.zip" And URL to documentation is "https://doc.owncloud.org/server/10.0/admin_manual/maintenance/upgrade.html" Scenario: Updating an up-to-date ownCloud 9.1 daily diff --git a/update-server/tests/integration/features/update.production.feature b/update-server/tests/integration/features/update.production.feature index aa05eb3b..932d29c0 100644 --- a/update-server/tests/integration/features/update.production.feature +++ b/update-server/tests/integration/features/update.production.feature @@ -3,9 +3,9 @@ Feature: Testing the update scenario of releases on the production channel ##### Tests for 10.0.x should go below ##### - Scenario: Updating an outdated ownCloud 10.0.6 on the production channel + Scenario: Updating an outdated ownCloud 10.0.7 on the production channel Given There is a release with channel "production" - And The received version is "10.0.6" + And The received version is "10.0.7" When The request is sent Then The response is empty @@ -14,7 +14,7 @@ Feature: Testing the update scenario of releases on the production channel And The received version is "10.0.1" When The request is sent Then The response is non-empty - And URL to download is "https://download.owncloud.org/community/owncloud-10.0.6.zip" + And URL to download is "https://download.owncloud.org/community/owncloud-10.0.7.zip" And URL to documentation is "https://doc.owncloud.org/server/10.0/admin_manual/maintenance/upgrade.html" Scenario: Updating an outdated ownCloud 10.0.0 on the production channel @@ -22,7 +22,7 @@ Feature: Testing the update scenario of releases on the production channel And The received version is "10.0.0" When The request is sent Then The response is non-empty - And URL to download is "https://download.owncloud.org/community/owncloud-10.0.6.zip" + And URL to download is "https://download.owncloud.org/community/owncloud-10.0.7.zip" And URL to documentation is "https://doc.owncloud.org/server/10.0/admin_manual/maintenance/upgrade.html" ##### Tests for 9.1.x should go below ##### diff --git a/update-server/tests/integration/features/update.stable.feature b/update-server/tests/integration/features/update.stable.feature index 3e87d974..2f11bfd4 100644 --- a/update-server/tests/integration/features/update.stable.feature +++ b/update-server/tests/integration/features/update.stable.feature @@ -2,9 +2,9 @@ Feature: Testing the update scenario of releases on the stable channel ##### Please always order by version number descending ##### ##### Tests for 10.0.x should go below ##### - Scenario: Updating an outdated ownCloud 10.0.6 on the stable channel + Scenario: Updating an outdated ownCloud 10.0.7 on the stable channel Given There is a release with channel "stable" - And The received version is "10.0.6" + And The received version is "10.0.7" When The request is sent Then The response is empty @@ -13,7 +13,7 @@ Feature: Testing the update scenario of releases on the stable channel And The received version is "10.0.1" When The request is sent Then The response is non-empty - And URL to download is "https://download.owncloud.org/community/owncloud-10.0.6.zip" + And URL to download is "https://download.owncloud.org/community/owncloud-10.0.7.zip" And URL to documentation is "https://doc.owncloud.org/server/10.0/admin_manual/maintenance/upgrade.html" Scenario: Updating an outdated ownCloud 10.0.0 on the stable channel @@ -21,7 +21,7 @@ Feature: Testing the update scenario of releases on the stable channel And The received version is "10.0.0" When The request is sent Then The response is non-empty - And URL to download is "https://download.owncloud.org/community/owncloud-10.0.6.zip" + And URL to download is "https://download.owncloud.org/community/owncloud-10.0.7.zip" And URL to documentation is "https://doc.owncloud.org/server/10.0/admin_manual/maintenance/upgrade.html" ##### Tests for 9.1.x should go below ##### @@ -30,7 +30,7 @@ Feature: Testing the update scenario of releases on the stable channel And The received version is "9.1.7" When The request is sent Then The response is non-empty - And URL to download is "https://download.owncloud.org/community/owncloud-10.0.6.zip" + And URL to download is "https://download.owncloud.org/community/owncloud-10.0.7.zip" And URL to documentation is "https://doc.owncloud.org/server/9.1/admin_manual/maintenance/upgrade.html" Scenario: Updating an outdated ownCloud 9.1.0 on the stable channel