Skip to content

Commit

Permalink
Merge pull request #3934 from owncloud/release-2.0.0-beta.3
Browse files Browse the repository at this point in the history
[full-ci] prepare release, bump version to v2.0.0-beta.3
  • Loading branch information
kulmann authored Jun 9, 2022
2 parents e759be4 + e4802b2 commit 806259c
Show file tree
Hide file tree
Showing 61 changed files with 33 additions and 33 deletions.
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
Bugfix: Fix configuration validation for extensions' server commands

We've fixed the configuration validation for the extensions' server commands.
Before that fix error messages have occurred when started services which don't need
certain configuration values, that are needed for the oCIS fullstack command.
Before this fix error messages have occurred when trying to start individual services
without certain oCIS fullstack configuration values.

We now no longer do the common oCIS configuration validation for extensions' server
commands and now rely only on the extensions' validation function.


https://github.com/owncloud/ocis/pull/3911
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Summary
-------

* Bugfix [cs3org/reva#2931](https://github.com/cs3org/reva/pull/2931): Allow listing share jail space
* Bugfix [cs3org/reva#3704](https://github.com/cs3org/reva/pull/3704): Fix propfinds with depth 0
* Bugfix [cs3org/reva#2918](https://github.com/cs3org/reva/pull/2918): Fix propfinds with depth 0



Expand All @@ -27,8 +27,8 @@ Summary
* Bugfix [cs3org/reva#2899](https://github.com/cs3org/reva/pull/2899): Empty meta requests should return body
* Bugfix [cs3org/reva#2928](https://github.com/cs3org/reva/pull/2928): Fix mkcol response code
* Bugfix [cs3org/reva#2907](https://github.com/cs3org/reva/pull/2907): Correct share jail child aggregation
* Bugfix [cs3org/reva#3810](https://github.com/cs3org/reva/pull/3810): Fix unlimited quota in spaces
* Bugfix [cs3org/reva#3498](https://github.com/cs3org/reva/pull/3498): Check user permissions before updating/removing public shares
* Bugfix [cs3org/reva#2895](https://github.com/cs3org/reva/pull/2895): Fix unlimited quota in spaces
* Bugfix [cs3org/reva#2905](https://github.com/cs3org/reva/pull/2905): Check user permissions before updating/removing public shares
* Bugfix [cs3org/reva#2904](https://github.com/cs3org/reva/pull/2904): Share jail now works properly when accessed as a space
* Bugfix [cs3org/reva#2903](https://github.com/cs3org/reva/pull/2903): User owncloudsql now uses the correct userid
* Change [cs3org/reva#2920](https://github.com/cs3org/reva/pull/2920): Clean up the propfind code
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -69,3 +69,4 @@ https://github.com/owncloud/ocis/issues/3621
https://github.com/owncloud/ocis/pull/3637
https://github.com/owncloud/ocis/pull/3652
https://github.com/owncloud/ocis/pull/3681

24 changes: 24 additions & 0 deletions changelog/2.0.0_2022-06-08/update-web-5.5.0-beta3.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
Enhancement: Update ownCloud Web to v5.5.0-rc.9

Tags: web

We updated ownCloud Web to v5.5.0-rc.9. Please refer to the changelog (linked) for details on the web release.

Summary
-------

* Bugfix [owncloud/web#6939](https://github.com/owncloud/web/pull/6939): Not logged out if backend is ownCloud 10
* Bugfix [owncloud/web#7061](https://github.com/owncloud/web/pull/7061): Prevent rename button from getting covered
* Bugfix [owncloud/web#7032](https://github.com/owncloud/web/pull/7032): Show message when upload size exceeds quota
* Bugfix [owncloud/web#7036](https://github.com/owncloud/web/pull/7036): Drag and drop upload when a file is selected
* Enhancement [owncloud/web#7022](https://github.com/owncloud/web/pull/7022): Add config option for hoverable quick actions
* Enhancement [owncloud/web#6555](https://github.com/owncloud/web/issues/6555): Consistent dropdown menus
* Enhancement [owncloud/web#6994](https://github.com/owncloud/web/pull/6994): Copy/Move conflict dialog
* Enhancement [owncloud/web#6750](https://github.com/owncloud/web/pull/6750): Make contexthelpers opt-out
* Enhancement [owncloud/web#7038](https://github.com/owncloud/web/issues/7038): Rendering of share-indicators in ResourceTable
* Enhancement [owncloud/web#6776](https://github.com/owncloud/web/issues/6776): Prevent the resource name in the sidebar from being truncated
* Enhancement [owncloud/web#7067](https://github.com/owncloud/web/pull/7067): Upload progress & overlay improvements

https://github.com/owncloud/web/pull/6854
https://github.com/owncloud/ocis/pull/3927
https://github.com/owncloud/web/releases/tag/v5.5.0-rc.9
2 changes: 1 addition & 1 deletion changelog/CHANGELOG.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{{ $version := .Version -}}
{{/* ocis beta program */ -}}
{{ if eq .Version "2.0.0" -}}
{{ $version = (printf "%v-%v" $version "beta2") -}}
{{ $version = (printf "%v-%v" $version "beta.3") -}}
{{ end -}}
{{ if gt (len $allVersions) 1 -}}
# Changelog for [{{ $version }}] ({{ .Date }})
Expand Down
24 changes: 0 additions & 24 deletions changelog/unreleased/update-web-5.5.0-beta3.md

This file was deleted.

2 changes: 1 addition & 1 deletion ocis-pkg/version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ var (
// LatestTag is the latest released version plus the dev meta version.
// Will be overwritten by the release pipeline
// Needs a manual change for every tagged release
LatestTag = "2.0.0-beta2+dev"
LatestTag = "2.0.0-beta.3+dev"

// Date indicates the build date.
Date = time.Now().Format("20060102")
Expand Down
2 changes: 1 addition & 1 deletion sonar-project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
sonar.projectKey=owncloud_ocis
sonar.organization=owncloud-1
sonar.projectName=ocis
sonar.projectVersion=2.0.0-beta2
sonar.projectVersion=2.0.0-beta.3
sonar.host.url=https://sonarcloud.io

# =====================================================
Expand Down

0 comments on commit 806259c

Please sign in to comment.