feat(ocis): release 7.1.0

Signed-off-by: Julian Koberg <jkoberg@MBP-Julian-Koberg.local>
This commit is contained in:
Julian Koberg
2025-03-06 08:59:32 +01:00
parent 236d170577
commit 4256ee2533
45 changed files with 7 additions and 25 deletions

View File

@@ -1,5 +0,0 @@
Enhancement: Bump Reva
Bumps the reva version
https://github.com/owncloud/ocis/pull/10842

View File

@@ -1,5 +0,0 @@
Enhancement: Bump Reva
Bumps the reva version
https://github.com/owncloud/ocis/pull/10887

View File

@@ -1,8 +0,0 @@
Enhancement: Bump Reva
Changelog for reva 2.27.4
* Bugfix [cs3org/reva#5061](https://github.com/cs3org/reva/pull/5061): OCM Wildcards
* Bugfix [cs3org/reva#5055](https://github.com/cs3org/reva/pull/5055): Fix view&download permission issue
https://github.com/owncloud/ocis/pull/10957

View File

@@ -1,5 +0,0 @@
Enhancement: Bump reva version
Bumps reva version to fixed 2.27.5
https://github.com/owncloud/ocis/pull/11051

View File

@@ -0,0 +1,5 @@
Enhancement: Bump Reva
Bumps reva version to 2.27.7
https://github.com/owncloud/ocis/pull/11083

View File

@@ -16,7 +16,7 @@ var (
// LatestTag is the latest released version plus the dev meta version. // LatestTag is the latest released version plus the dev meta version.
// Will be overwritten by the release pipeline // Will be overwritten by the release pipeline
// Needs a manual change for every tagged release // Needs a manual change for every tagged release
LatestTag = "7.1.0-rc.5+dev" LatestTag = "7.1.0"
// Date indicates the build date. // Date indicates the build date.
// This has been removed, it looks like you can only replace static strings with recent go versions // This has been removed, it looks like you can only replace static strings with recent go versions

View File

@@ -2,7 +2,7 @@
sonar.projectKey=owncloud_ocis sonar.projectKey=owncloud_ocis
sonar.organization=owncloud-1 sonar.organization=owncloud-1
sonar.projectName=ocis sonar.projectName=ocis
sonar.projectVersion=7.1.0-rc.5 sonar.projectVersion=7.1.0
sonar.host.url=https://sonarcloud.io sonar.host.url=https://sonarcloud.io
# ===================================================== # =====================================================