Merge pull request #6222 from owncloud/release-3.0.0-rc.2

[full-ci] Bump version, prepare changelog
This commit is contained in:
Michael Barz
2023-05-04 00:08:31 +02:00
committed by GitHub
87 changed files with 6 additions and 21 deletions

View File

@@ -1,15 +0,0 @@
Enhancement: Bump reva version
use latest reva version
https://github.com/owncloud/ocis/pull/5243
https://github.com/owncloud/ocis/pull/5285
https://github.com/owncloud/ocis/pull/5310
https://github.com/owncloud/ocis/pull/5404
https://github.com/owncloud/ocis/pull/5460
https://github.com/owncloud/ocis/pull/5613
https://github.com/owncloud/ocis/pull/5714
https://github.com/owncloud/ocis/pull/5845
https://github.com/owncloud/ocis/pull/5921
https://github.com/owncloud/ocis/pull/5984
https://github.com/owncloud/ocis/pull/6066

View File

@@ -31,7 +31,7 @@
env:
INSECURE: "false"
TRAEFIK_ACME_MAIL: wkloucek@owncloud.com
OCIS_DOCKER_TAG: 3.0.0-rc.1
OCIS_DOCKER_TAG: 3.0.0-rc.2
OCIS_DOMAIN: ocis.ocis-keycloak.released.owncloud.works
KEYCLOAK_DOMAIN: keycloak.ocis-keycloak.released.owncloud.works
COMPOSE_FILE: docker-compose.yml:monitoring_tracing/docker-compose-additions.yml

View File

@@ -31,7 +31,7 @@
env:
INSECURE: "false"
TRAEFIK_ACME_MAIL: wkloucek@owncloud.com
OCIS_DOCKER_TAG: 3.0.0-rc.1
OCIS_DOCKER_TAG: 3.0.0-rc.2
OCIS_DOMAIN: ocis.ocis-ldap.released.owncloud.works
LDAP_MANAGER_DOMAIN: ldap.ocis-ldap.released.owncloud.works
COMPOSE_FILE: docker-compose.yml:monitoring_tracing/docker-compose-additions.yml

View File

@@ -31,7 +31,7 @@
env:
INSECURE: "false"
TRAEFIK_ACME_MAIL: wkloucek@owncloud.com
OCIS_DOCKER_TAG: 3.0.0-rc.1
OCIS_DOCKER_TAG: 3.0.0-rc.2
OCIS_DOMAIN: ocis.ocis-traefik.released.owncloud.works
DEMO_USERS: "true"
INBUCKET_DOMAIN: mail.ocis-traefik.released.owncloud.works

View File

@@ -31,7 +31,7 @@
env:
INSECURE: "false"
TRAEFIK_ACME_MAIL: wkloucek@owncloud.com
OCIS_DOCKER_TAG: 3.0.0-rc.1
OCIS_DOCKER_TAG: 3.0.0-rc.2
OCIS_DOMAIN: ocis.ocis-wopi.released.owncloud.works
WOPISERVER_DOMAIN: wopiserver.ocis-wopi.released.owncloud.works
COLLABORA_DOMAIN: collabora.ocis-wopi.released.owncloud.works

View File

@@ -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 = "3.0.0-rc.1+dev"
LatestTag = "3.0.0-rc.2+dev"
// Date indicates the build date.
// 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.organization=owncloud-1
sonar.projectName=ocis
sonar.projectVersion=3.0.0-rc.1
sonar.projectVersion=3.0.0-rc.2
sonar.host.url=https://sonarcloud.io
# =====================================================