mirror of
https://github.com/owncloud/ocis
synced 2026-04-25 17:25:21 +02:00
feat(ocis): release 7.1.0
Signed-off-by: Julian Koberg <jkoberg@MBP-Julian-Koberg.local>
This commit is contained in:
@@ -1,5 +0,0 @@
|
||||
Enhancement: Bump Reva
|
||||
|
||||
Bumps the reva version
|
||||
|
||||
https://github.com/owncloud/ocis/pull/10842
|
||||
@@ -1,5 +0,0 @@
|
||||
Enhancement: Bump Reva
|
||||
|
||||
Bumps the reva version
|
||||
|
||||
https://github.com/owncloud/ocis/pull/10887
|
||||
@@ -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
|
||||
@@ -1,5 +0,0 @@
|
||||
Enhancement: Bump reva version
|
||||
|
||||
Bumps reva version to fixed 2.27.5
|
||||
|
||||
https://github.com/owncloud/ocis/pull/11051
|
||||
5
changelog/7.1.0_2025-03-06/bump-reva.md
Normal file
5
changelog/7.1.0_2025-03-06/bump-reva.md
Normal file
@@ -0,0 +1,5 @@
|
||||
Enhancement: Bump Reva
|
||||
|
||||
Bumps reva version to 2.27.7
|
||||
|
||||
https://github.com/owncloud/ocis/pull/11083
|
||||
@@ -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 = "7.1.0-rc.5+dev"
|
||||
LatestTag = "7.1.0"
|
||||
|
||||
// Date indicates the build date.
|
||||
// This has been removed, it looks like you can only replace static strings with recent go versions
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
sonar.projectKey=owncloud_ocis
|
||||
sonar.organization=owncloud-1
|
||||
sonar.projectName=ocis
|
||||
sonar.projectVersion=7.1.0-rc.5
|
||||
sonar.projectVersion=7.1.0
|
||||
sonar.host.url=https://sonarcloud.io
|
||||
|
||||
# =====================================================
|
||||
|
||||
Reference in New Issue
Block a user