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

[full-ci] docs: prepare changelog, bump version #7951

Merged
merged 1 commit into from
Dec 12, 2023
Merged

Conversation

micbar
Copy link
Contributor

@micbar micbar commented Dec 12, 2023

Description

  • Run Ci
  • Tag
  • Merge into master

Related Issue

Complete Changelog

Changelog for v5.0.0-beta.1

The following sections list the changes for unreleased.

Summary

  • Bugfix - Updating logo with new theme structure: #7930
  • Change - Remove PrivacyURL and ImprintURL from the config: #7938
  • Enhancement - Retry antivirus postprocessing step in case of problems: #7874
  • Enhancement - Add edit public share to sharing NG: #7908
  • Enhancement - Update web to v8.0.0-beta.1: #7930
  • Enhancement - Update reva to v2.17.0: #7949

Details

Changelog for 5.0.0-alpha.6 (2023-12-08)

The following sections list the changes for 5.0.0-alpha.6.

Summary

  • Bugfix - Fix the public link update: #7862
  • Enhancement - Add validation to public share provider: #7877
  • Enhancement - Store and index metadata: #7886
  • Enhancement - Allow regular users to list other users: #7887
  • Enhancement - Update web to v8.0.0-alpha.13: #7918

Details

Changelog for 5.0.0-alpha.5 (2023-12-05)

The following sections list the changes for 5.0.0-alpha.5.

Summary

  • Bugfix - Fix wrong compile date: #6132
  • Bugfix - Fix the kql-bleve search: #7290
  • Bugfix - Bring back the USERS_LDAP_USER_SCHEMA_ID variable: #7312
  • Bugfix - Do not reset state of received shares when rebuilding the jsoncs3 index: #7319
  • Bugfix - Deprecate redundant encryptions settings for notification service: #7345
  • Bugfix - Check school number for duplicates before adding a school: #7351
  • Bugfix - Don't reload web config: #7369
  • Bugfix - Delete outdated userlog events: #7410
  • Bugfix - Set the mountpoint on auto accept: #7460
  • Bugfix - Fix default language fallback: #7465
  • Bugfix - GetUserByClaim fixed for Active Directory: #7476
  • Bugfix - Fix preview request 500 error when made too early: #7502
  • Bugfix - Fix 403 in docs pipeline: #7509
  • Bugfix - Fix the auth service env variable: #7523
  • Bugfix - Token storage config fixed: #7528
  • Bugfix - Set existing mountpoint on auto accept: #7592
  • Bugfix - Return 423 status code on tag create: #7596
  • Bugfix - Fix libre-graph status codes: #7678
  • Bugfix - Fix unlock via space API: #7726
  • Bugfix - Disable DEPTH infinity in PROPFIND: #7746
  • Bugfix - Fix the tgz mime type: #7772
  • Bugfix - Fix search service start: #7795
  • Bugfix - Fix last month search: #31145
  • Change - Auto-Accept Shares: #7097
  • Change - Change the default TUS chunk size: #7273
  • Enhancement - Add the Banned Passwords List: #4197
  • Enhancement - Introduce service accounts: #6427
  • Enhancement - SSE for messaging: #6992
  • Enhancement - Support spec violating AD FS access token issuer: #7138
  • Enhancement - Add OCIS_LDAP_BIND_PASSWORD as replacement for LDAP_BIND_PASSWORD: #7176
  • Enhancement - Keyword Query Language (KQL) search syntax: #7212
  • Enhancement - Introduce clientlog service: #7217
  • Enhancement - Proxy uses service accounts for provisioning: #7240
  • Enhancement - The password policies change request: #7264
  • Enhancement - Introduce natsjs registry: #7272
  • Enhancement - Add the password policies: #7285
  • Enhancement - Add login URL config: #7317
  • Enhancement - Improve SSE format: #7325
  • Enhancement - New value auto for NOTIFICATIONS_SMTP_AUTHENTICATION: #7356
  • Enhancement - Make sse service scalable: #7382
  • Enhancement - Edit wrong named enves: #7406
  • Enhancement - Thumbnail generation with image processors: #7409
  • Enhancement - Set default for Async Uploads to true: #7416
  • Enhancement - The default language added: #7417
  • Enhancement - Add "Last modified" filter Chip: #7455
  • Enhancement - Config for disabling Web extensions: #7486
  • Enhancement - Store and index metadata: #7490
  • Enhancement - Add support for audio files to the thumbnails service: #7491
  • Enhancement - Implement sharing roles: #7524
  • Enhancement - Add new permission to delete public link password: #7538
  • Enhancement - Add config to enforce passwords on all public links: #7547
  • Enhancement - Tika content extraction cleanup for search: #7553
  • Enhancement - Allow configuring storage registry with envvars: #7554
  • Enhancement - Add search MediaType filter: #7602
  • Enhancement - Add Sharing NG endpoints: #7633
  • Enhancement - Configs for Web embed mode: #7670
  • Enhancement - Add new permissions: #7700
  • Enhancement - Add preferred language to user settings: #7720
  • Enhancement - Bump reva: #7721
  • Enhancement - Add user filter startswith and contains: #7739
  • Enhancement - Allow configuring additional routes: #7740
  • Enhancement - Default link permission config: #7783
  • Enhancement - Add banned password list to the default deployments: #7784
  • Enhancement - Update to go 1.21: #7794
  • Enhancement - Add Sharing NG list permissions endpoint: #7805
  • Enhancement - Add user list requires filter config: #7866
  • Enhancement - Update web to v8.0.0-alpha.12: #7883

Details

How Has This Been Tested?

  • test environment:
  • test case 1:
  • test case 2:
  • ...

Screenshots (if appropriate):

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Technical debt
  • Tests only (no source changes)

Checklist:

  • Code changes
  • Unit tests added
  • Acceptance tests added
  • Documentation ticket raised:

Copy link

update-docs bot commented Dec 12, 2023

Thanks for opening this pull request! The maintainers of this repository would appreciate it if you would create a changelog item based on your changes.

Copy link

sonarcloud bot commented Dec 12, 2023

Quality Gate Passed Quality Gate passed

Kudos, no new issues were introduced!

0 New issues
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

Copy link
Member

@kulmann kulmann left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd like to slightly delay the beta.1, sorry. There is a new web bump, see #7952
That web pre-release includes some fixes for the right sidebar enhancement which didn't make it into the web v8.0.0-beta.1 but are quite important. Sorry for the inconveniences. 🙈

@micbar
Copy link
Contributor Author

micbar commented Dec 12, 2023

I'd like to slightly delay the beta.1, sorry. There is a new web bump, see #7952 That web pre-release includes some fixes for the right sidebar enhancement which didn't make it into the web v8.0.0-beta.1 but are quite important. Sorry for the inconveniences. 🙈

uups, too late ;-) I saw it seconds after tagging.

@micbar
Copy link
Contributor Author

micbar commented Dec 12, 2023

@kulmann I think we should merge back and start over for the beta.2 tomorrow.

@micbar micbar requested a review from kulmann December 12, 2023 20:00
@micbar micbar merged commit f1907eb into master Dec 12, 2023
5 checks passed
@delete-merged-branch delete-merged-branch bot deleted the release-5.0.0-beta.1 branch December 12, 2023 20:17
ownclouders pushed a commit that referenced this pull request Dec 12, 2023
[full-ci] docs: prepare changelog, bump version
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants