-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: June RC3 releases #1076
chore: June RC3 releases #1076
Conversation
skjnldsv
commented
Jun 20, 2024
•
edited
Loading
edited
- 27.1.11 RC3 nextcloud/server#46005
- 28.0.7 RC3 nextcloud/server#46006
- 29.0.3 RC3 nextcloud/server#46008
Signed-off-by: skjnldsv <[email protected]>
Signed-off-by: skjnldsv <[email protected]>
Signed-off-by: skjnldsv <[email protected]>
Ready for review @ChristophWurst @nickvergessen @AndyScherzinger @artonge @Altahrim |
@@ -11,7 +11,7 @@ | |||
"minPHP": "8.0" | |||
}, | |||
"27": { | |||
"eol": "2024-06", | |||
"eol": "2024-06-26", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah, but if I make config
, then it also changes the stable 27 releases (27.1.10)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
diff --git a/config/config.php b/config/config.php
index a16c268..d15878c 100755
--- a/config/config.php
+++ b/config/config.php
@@ -71,7 +71,7 @@ QnK0Bov0chs7kRKuaA/Hew==',
'internalVersion' => '27.1.10.2',
'downloadUrl' => 'https://download.nextcloud.com/server/releases/nextcloud-27.1.10.zip',
'web' => 'https://docs.nextcloud.com/server/27/admin_manual/maintenance/upgrade.html',
- 'eol' => false,
+ 'eol' => true,
'minPHPVersion' => '8.0',
'signature' => '0DZOZXph4HTIx1/OhzIkyveNg7SMISdIZbmcjCRSCFrGK6Ut2u62y6N6xc8D6v0v
brEvs8RG2hb8HxNBLvPJWBgku2FVJ6DSyXfBxm5cN1d2qQ2fL/DWjFl24++X6Yny
@@ -87,7 +87,7 @@ pFiyELE2Ee7Xpds/CTGunQ==',
'internalVersion' => '27.1.10.2',
'downloadUrl' => 'https://download.nextcloud.com/server/releases/nextcloud-27.1.10.zip',
'web' => 'https://docs.nextcloud.com/server/27/admin_manual/maintenance/upgrade.html',
- 'eol' => false,
+ 'eol' => true,
'minPHPVersion' => '8.0',
'signature' => '0DZOZXph4HTIx1/OhzIkyveNg7SMISdIZbmcjCRSCFrGK6Ut2u62y6N6xc8D6v0v
brEvs8RG2hb8HxNBLvPJWBgku2FVJ6DSyXfBxm5cN1d2qQ2fL/DWjFl24++X6Yny
@@ -714,7 +714,7 @@ mwTKMKNrGW5Jl+SHbV+U+A==',
'internalVersion' => '27.1.11.2',
'downloadUrl' => 'https://download.nextcloud.com/server/prereleases/nextcloud-27.1.11rc3.zip',
'web' => 'https://docs.nextcloud.com/server/27/admin_manual/maintenance/upgrade.html',
- 'eol' => false,
+ 'eol' => true,
'minPHPVersion' => '8.0',
'signature' => 'kmzpi3fhMm3qOzj59VF+kAcPVq1/apNpu959bCvQqT/lUOWp6hph3JBCDyjT1FYw
kgHXO5vnO4yiwAhfsiCvS4dn7gvP3yNJH3W/DagKpNj3e4GvgeunM1f15yU/wgda
@@ -730,7 +730,7 @@ FmqJCVXstlHcbZx1GCFThFCPqDiKQ3jQZuxI+C70tC4g3Lzs28pcIbP4F8NwSwCi
'internalVersion' => '27.1.11.2',
'downloadUrl' => 'https://download.nextcloud.com/server/prereleases/nextcloud-27.1.11rc3.zip',
'web' => 'https://docs.nextcloud.com/server/27/admin_manual/maintenance/upgrade.html',
- 'eol' => false,
+ 'eol' => true,
'minPHPVersion' => '8.0',
'signature' => 'kmzpi3fhMm3qOzj59VF+kAcPVq1/apNpu959bCvQqT/lUOWp6hph3JBCDyjT1FYw
kgHXO5vnO4yiwAhfsiCvS4dn7gvP3yNJH3W/DagKpNj3e4GvgeunM1f15yU/wgda
@@ -763,7 +763,7 @@ FmqJCVXstlHcbZx1GCFThFCPqDiKQ3jQZuxI+C70tC4g3Lzs28pcIbP4F8NwSwCi
'27' => [
'downloadUrl' => 'https://download.nextcloud.com/server/daily/latest-stable27.zip',
'web' => 'https://docs.nextcloud.com/server/27/admin_manual/maintenance/upgrade.html',
- 'eol' => false,
+ 'eol' => true,
'minPHPVersion' => '8.0',
],
'26' => [
diff --git a/config/major_versions.json b/config/major_versions.json
index f727e2c..f1a8d45 100644
--- a/config/major_versions.json
+++ b/config/major_versions.json
@@ -11,7 +11,7 @@
"minPHP": "8.0"
},
"27": {
- "eol": "2024-06-26",
+ "eol": "2024-06",
"minPHP": "8.0"
},
"26": {