Skip to content

Commit

Permalink
Set OCS version to up to date values
Browse files Browse the repository at this point in the history
  • Loading branch information
kulmann authored and wkloucek committed Feb 21, 2022
1 parent 43a93a9 commit 69fcee0
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
5 changes: 5 additions & 0 deletions changelog/unreleased/ocs-version-product-field.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Enhancement: Product field in OCS version

We've added a new field to the OCS Version, which is supposed to announce the product name. The web ui as a client will make use of it to make the backend product and version available (e.g. for easier bug reports).

https://github.com/owncloud/ocis/pull/2918
11 changes: 6 additions & 5 deletions storage/pkg/command/frontend.go
Original file line number Diff line number Diff line change
Expand Up @@ -298,11 +298,12 @@ func frontendConfigFromStruct(c *cli.Context, cfg *config.Config, filesCfg map[s
},
},
"version": map[string]interface{}{
"edition": "reva",
"major": 10,
"minor": 0,
"micro": 11,
"string": "10.0.11",
"product": "oCIS",
"edition": "Community",
"major": 1,
"minor": 16,
"micro": 0,
"string": "1.16.0",
},
},
},
Expand Down

0 comments on commit 69fcee0

Please sign in to comment.