File tree Expand file tree Collapse file tree 3 files changed +6
-7
lines changed
deployments/continuous-deployment-config/ocis_full Expand file tree Collapse file tree 3 files changed +6
-7
lines changed Original file line number Diff line number Diff line change 2626 docker_compose_projects :
2727 - name : ocis
2828 git_url : https://github.com/owncloud/ocis.git
29- ref : stable-5.0
30- docker_compose_path : deployments/examples/ocis_wopi
29+ ref : master
30+ docker_compose_path : deployments/examples/ocis_full
3131 env :
3232 INSECURE : " false"
3333 TRAEFIK_ACME_MAIL : mbarz@owncloud.com
34- OCIS_DOCKER_TAG : 5 .0.9
34+ OCIS_DOCKER_TAG : 7 .0.0
3535 OCIS_DOMAIN : ocis.ocis.production.owncloud.works
3636 COMPANION_DOMAIN : companion.ocis.production.owncloud.works
3737 COMPANION_IMAGE : owncloud/uppy-companion:3.12.13-owncloud
3838 WOPISERVER_DOMAIN : wopiserver.ocis.production.owncloud.works
3939 COLLABORA_DOMAIN : collabora.ocis.production.owncloud.works
40- ONLYOFFICE_DOMAIN : onlyoffice.ocis.production.owncloud.works
4140 INBUCKET_DOMAIN : mail.ocis.production.owncloud.works
4241 DEMO_USERS : " true"
43- COMPOSE_FILE : docker-compose.yml:ocis.yml:tika.yml:collabora.yml:wopiserver .yml:companion .yml:inbucket.yml:monitoring.yml
42+ COMPOSE_FILE : docker-compose.yml:ocis.yml:tika.yml:collabora.yml:web_extensions/extensions .yml:web_extensions/unzip .yml:web_extensions/importer.yml: inbucket.yml:monitoring_tracing/ monitoring.yml
4443 - name : monitoring
4544 git_url : https://github.com/owncloud-devops/monitoring-tracing-client.git
4645 ref : master
Original file line number Diff line number Diff line change 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-rc.5 +dev"
19+ LatestTag = "7.0.0+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
Original file line number Diff line number Diff line change 22sonar.projectKey =owncloud_ocis
33sonar.organization =owncloud-1
44sonar.projectName =ocis
5- sonar.projectVersion =7.0.0-rc.5
5+ sonar.projectVersion =7.0.0
66sonar.host.url =https://sonarcloud.io
77
88# =====================================================
You can’t perform that action at this time.
0 commit comments