Skip to content
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

Merged
merged 1 commit into from
Sep 15, 2024

Conversation

melroy89
Copy link
Contributor

@melroy89 melroy89 commented Sep 14, 2024

Summary

Add missing Nextcloud v30 in the GitHub issue (bug) template.

Checklist

Copy link
Member

@solracsf solracsf left a 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.

@solracsf solracsf changed the title Add missing Nextcloud v30 Add missing Nextcloud v30 to issue template Sep 14, 2024
@melroy89
Copy link
Contributor Author

melroy89 commented Sep 14, 2024

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!!

image

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 } }

⚠️ Also Nextcloud 30 seems to get downloaded when going to: https://nextcloud.com/install/ and download the latest server archive (button): https://download.nextcloud.com/server/releases/latest.zip

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';
...

@joshtrichards
Copy link
Member

The 30.0.0 final has been published and it's in stable:

nextcloud-releases/updater_server#1119
#47926

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)

@solracsf
Copy link
Member

Oh my bad; as there is no GH release neither Changelog at nextcloud.com i've just (wrongly) assumed so. 😝

@melroy89
Copy link
Contributor Author

sorry about the failing checks?

Signed-off-by: Melroy van den Berg <[email protected]>
@AndyScherzinger AndyScherzinger merged commit 6e983ce into nextcloud:master Sep 15, 2024
102 of 106 checks passed
Copy link

welcome bot commented Sep 15, 2024

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

@AndyScherzinger
Copy link
Member

Merged! Thanks for the version bump for the template @melroy89 - highly appreciating the helping hand 👍

@melroy89 melroy89 deleted the patch-1 branch September 15, 2024 23:29
Copy link
Contributor

Hello there,
Thank you so much for taking the time and effort to create a pull request to our Nextcloud project.

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.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants