Skip to content

Commit 860e1ad

Browse files
committed
chore: bump version, change production CD
1 parent 248eaff commit 860e1ad

File tree

3 files changed

+6
-7
lines changed

3 files changed

+6
-7
lines changed

deployments/continuous-deployment-config/ocis_full/production.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,21 +26,20 @@
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

ocis-pkg/version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ var (
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

sonar-project.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
sonar.projectKey=owncloud_ocis
33
sonar.organization=owncloud-1
44
sonar.projectName=ocis
5-
sonar.projectVersion=7.0.0-rc.5
5+
sonar.projectVersion=7.0.0
66
sonar.host.url=https://sonarcloud.io
77

88
# =====================================================

0 commit comments

Comments
 (0)