Skip to content

Commit ad1a53f

Browse files
authored
Merge pull request #5007 from owncloud/enable_ocis_7.1
Enable ocis 7.1
2 parents 9d69a0e + 44257d9 commit ad1a53f

File tree

2 files changed

+6
-9
lines changed

2 files changed

+6
-9
lines changed

global-attributes.yml

+5-8
Original file line numberDiff line numberDiff line change
@@ -47,16 +47,16 @@
4747
std-port-redis: '6379'
4848
# ocis
4949
# branch versions
50-
latest-ocis-version: '7.0'
51-
previous-ocis-version: '5.0'
50+
latest-ocis-version: '7.1'
51+
previous-ocis-version: '7.0'
5252
# Versions mainly for printing like in docs-main release info and in docs-ocis to define the latest production version.
5353
# Versions in the ocis docs need to be defined in the branch specific docs-ocis/antora.yaml file.
5454
# To do so, change the values in the branch of docs-ocis/antora.yml like service_xxx and compose_xxx.
55-
ocis-actual-version: '7.0.0'
56-
ocis-former-version: '5.0.9'
55+
ocis-actual-version: '7.1.0'
56+
ocis-former-version: '7.0.0'
5757
# Needed in docs-ocis to define which rolling release to print like in the envvars table or in deployment examples
5858
ocis-rolling-version: '6.6.1'
59-
ocis-compiled: '2024-12-17 00:00:00 +0000 UTC'
59+
ocis-compiled: '2025-03-05 00:00:00 +0000 UTC'
6060
ocis-downloadpage-url: 'https://download.owncloud.com/ocis/ocis'
6161
# webui
6262
latest-webui-version: 'next'
@@ -70,6 +70,3 @@
7070
# android
7171
latest-android-version: '4.4'
7272
previous-android-version: '4.3'
73-
# branded
74-
latest-branded-version: 'next'
75-
previous-branded-version: 'next'

site.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ content:
2323
- url: https://github.com/owncloud/docs-ocis.git
2424
branches:
2525
- master
26+
- '7.1'
2627
- '7.0'
27-
- '5.0'
2828
- url: https://github.com/owncloud/docs-webui.git
2929
branches:
3030
- master

0 commit comments

Comments
 (0)