-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
Add missing Nextcloud v30 to issue template #47973
Conversation
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.
30 has not been released (RC5) as stable, maybe that's the reason ;)
But why not.
That is interesting.. (and off-topic of this PR). But since I got this update on one of my Nextcloud instance while I shouldn't, because "Stable" is selected :\ Also: Happy Nextcloud Community Conference!! Where is this channel information stored? I believe something is wrong then. See config: {
"system": {
"instanceid": "***REMOVED SENSITIVE VALUE***",
"passwordsalt": "***REMOVED SENSITIVE VALUE***",
"secret": "***REMOVED SENSITIVE VALUE***",
"trusted_domains": [
"portal.finatec.nl"
],
"datadirectory": "***REMOVED SENSITIVE VALUE***",
"dbtype": "mysql",
"version": "30.0.0.14",
"overwrite.cli.url": "https:\/\/portal.finatec.nl",
"dbname": "***REMOVED SENSITIVE VALUE***",
"dbhost": "***REMOVED SENSITIVE VALUE***",
"dbport": "",
"dbtableprefix": "oc_",
"mysql.utf8mb4": true,
"dbuser": "***REMOVED SENSITIVE VALUE***",
"dbpassword": "***REMOVED SENSITIVE VALUE***",
"installed": true,
"maintenance_window_start": 3,
"memcache.local": "\\OC\\Memcache\\APCu",
"memcache.locking": "\\OC\\Memcache\\Redis",
"redis": {
"host": "***REMOVED SENSITIVE VALUE***",
"port": 0,
"dbindex": 0,
"timeout": 1.5
},
"default_language": "nl",
"default_locale": "nl_NL",
"default_phone_region": "NL",
"mail_from_address": "***REMOVED SENSITIVE VALUE***",
"mail_smtpmode": "smtp",
"mail_domain": "***REMOVED SENSITIVE VALUE***",
"mail_smtpsecure": "ssl",
"mail_smtpauthtype": "LOGIN",
"mail_smtpauth": 1,
"mail_smtphost": "***REMOVED SENSITIVE VALUE***",
"mail_smtpport": "465",
"mail_smtpname": "***REMOVED SENSITIVE VALUE***",
"mail_smtppassword": "***REMOVED SENSITIVE VALUE***",
"maintenance": false,
"theme": "",
"loglevel": 3,
"app_install_overwrite": [
"tasks",
"files_antivirus",
"forms"
],
"mail_sendmailmode": "smtp",
"skeletondirectory": "",
"defaultapp": "files",
"twofactor_enforced": "true",
"twofactor_enforced_groups": [],
"twofactor_enforced_excluded_groups": [
"admin"
],
"simpleSignUpLink.shown": false
}
}
Opening the zip reveals this as well: <?php
$OC_Version = array(30,0,0,14);
$OC_VersionString = '30.0.0';
$OC_Edition = '';
$OC_Channel = 'stable';
... |
The 30.0.0 final has been published and it's in nextcloud-releases/updater_server#1119 There were no changes between the final and RC5. Final GH release notes have yet to be published (however they'll just be a combination of the ones already here for all the 30 pre-releases: https://github.com/nextcloud/server/releases) |
Oh my bad; as there is no GH release neither Changelog at nextcloud.com i've just (wrongly) assumed so. 😝 |
sorry about the failing checks? |
9207582
to
30c4fb0
Compare
Signed-off-by: Melroy van den Berg <[email protected]>
30c4fb0
to
e7bcc75
Compare
Thanks for your first pull request and welcome to the community! Feel free to keep them coming! If you are looking for issues to tackle then have a look at this selection: https://github.com/nextcloud/server/issues?q=is%3Aopen+is%3Aissue+label%3A%22good+first+issue%22 |
Merged! Thanks for the version bump for the template @melroy89 - highly appreciating the helping hand 👍 |
Hello there, We hope that the review process is going smooth and is helpful for you. We want to ensure your pull request is reviewed to your satisfaction. If you have a moment, our community management team would very much appreciate your feedback on your experience with this PR review process. Your feedback is valuable to us as we continuously strive to improve our community developer experience. Please take a moment to complete our short survey by clicking on the following link: https://cloud.nextcloud.com/apps/forms/s/i9Ago4EQRZ7TWxjfmeEpPkf6 Thank you for contributing to Nextcloud and we hope to hear from you soon! (If you believe you should not receive this message, you can add yourself to the blocklist.) |
Summary
Add missing Nextcloud v30 in the GitHub issue (bug) template.
Checklist