Skip to content

Commit

Permalink
prepare changelog, bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
micbar committed Jun 6, 2023
1 parent d5dcaaa commit 91d159c
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 6 deletions.
6 changes: 6 additions & 0 deletions changelog/3.0.0_2023-06-06/rename-guest-role.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
Change: We renamed the guest role to user light

We needed to rename the "Guest" role to "User Light" because the naming was creating confusions. The roles are not bound to a user type.

https://github.com/owncloud/ocis/pull/6456
https://github.com/owncloud/ocis/issues/6058
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
env:
INSECURE: "false"
TRAEFIK_ACME_MAIL: [email protected]
OCIS_DOCKER_TAG: 3.0.0-rc.5
OCIS_DOCKER_TAG: 3.0.0
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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
env:
INSECURE: "false"
TRAEFIK_ACME_MAIL: [email protected]
OCIS_DOCKER_TAG: 3.0.0-rc.5
OCIS_DOCKER_TAG: 3.0.0
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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
env:
INSECURE: "false"
TRAEFIK_ACME_MAIL: [email protected]
OCIS_DOCKER_TAG: 3.0.0-rc.5
OCIS_DOCKER_TAG: 3.0.0
OCIS_DOMAIN: ocis.ocis-traefik.released.owncloud.works
DEMO_USERS: "true"
INBUCKET_DOMAIN: mail.ocis-traefik.released.owncloud.works
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
env:
INSECURE: "false"
TRAEFIK_ACME_MAIL: [email protected]
OCIS_DOCKER_TAG: 3.0.0-rc.5
OCIS_DOCKER_TAG: 3.0.0
OCIS_DOMAIN: ocis.ocis-wopi.released.owncloud.works
WOPISERVER_DOMAIN: wopiserver.ocis-wopi.released.owncloud.works
COLLABORA_DOMAIN: collabora.ocis-wopi.released.owncloud.works
Expand Down
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 = "3.0.0-rc.5+dev"
LatestTag = "3.0.0+dev"

// Date indicates the build date.
// This has been removed, it looks like you can only replace static strings with recent go versions
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=3.0.0-rc.5
sonar.projectVersion=3.0.0
sonar.host.url=https://sonarcloud.io

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

0 comments on commit 91d159c

Please sign in to comment.