Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions global-attributes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,14 +49,14 @@
std-port-redis: '6379'
# ocis
# branch versions, also used to assemble branch names in ocis
latest-ocis-version: '7.3'
previous-ocis-version: '7.2'
latest-ocis-version: '8.0'
previous-ocis-version: '7.3'
# Versions mainly for printing like in docs-main release info and in docs-ocis to define the latest production version.
# Versions in the ocis docs need to be defined in the branch specific docs-ocis/antora.yaml file.
# To do so, change the values in the branch of docs-ocis/antora.yml like service_xxx and compose_xxx.
ocis-actual-version: '7.3.2'
ocis-former-version: '7.2.0'
ocis-compiled: '2026-02-05 00:00:00 +0000 UTC'
ocis-actual-version: '8.0.0'
ocis-former-version: '7.3.2'
ocis-compiled: '2026-02-09 00:00:00 +0000 UTC'
ocis-downloadpage-url: 'https://download.owncloud.com/ocis/ocis'
# webui
latest-webui-version: 'next'
Expand Down
2 changes: 1 addition & 1 deletion site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ content:
- url: https://github.com/owncloud/docs-ocis.git
branches:
- master
- '8.0'
- '7.3'
- '7.2'
- url: https://github.com/owncloud/docs-webui.git
branches:
- master
Expand Down