Skip to content

Commit 7d35216

Browse files
committed
release-7.1.0-rc.1
1 parent 6cae0ba commit 7d35216

13 files changed

+17
-8
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
Enhancement: Bump Reva
2+
3+
Bumps the reva version
4+
5+
https://github.com/owncloud/ocis/pull/10842
6+
7+
Bumps reva version to 2.27.1
8+
9+
* Bugfix [cs3org/reva#5033](https://github.com/cs3org/reva/pull/5033): Fix ocm wildcards
10+
* Bugfix [cs3org/reva#5031](https://github.com/cs3org/reva/pull/5031): Allow to accepted invite after it was once deleted
11+
* Bugfix [cs3org/reva#5026](https://github.com/cs3org/reva/pull/5026): Delete Blobs when Space is deleted
12+
* Enhancement [cs3org/reva#5025](https://github.com/cs3org/reva/pull/5025): Allow wildcards in OCM domains
13+
* Enhancement [cs3org/reva#5023](https://github.com/cs3org/reva/pull/5023): Notification feature toggle
14+
* Enhancement [cs3org/reva#4990](https://github.com/cs3org/reva/pull/4990): Allow locking via ocm
15+
* Enhancement [cs3org/reva#5032](https://github.com/cs3org/reva/pull/5032): Add SendEmailsEvent

changelog/unreleased/bump-reva.md

-6
This file was deleted.

ocis-pkg/version/version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ var (
1616
// LatestTag is the latest released version plus the dev meta version.
1717
// Will be overwritten by the release pipeline
1818
// Needs a manual change for every tagged release
19-
LatestTag = "7.0.0+dev"
19+
LatestTag = "7.1.0-rc.1+dev"
2020

2121
// Date indicates the build date.
2222
// This has been removed, it looks like you can only replace static strings with recent go versions

sonar-project.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
sonar.projectKey=owncloud_ocis
33
sonar.organization=owncloud-1
44
sonar.projectName=ocis
5-
sonar.projectVersion=7.0.0
5+
sonar.projectVersion=7.1.0-rc.1
66
sonar.host.url=https://sonarcloud.io
77

88
# =====================================================

0 commit comments

Comments
 (0)