mirror of
https://github.com/datarhei/core.git
synced 2025-09-27 04:16:25 +08:00
Merge branch 'dev' into vod
This commit is contained in:
@@ -2,4 +2,4 @@
|
|||||||
OS_NAME=alpine
|
OS_NAME=alpine
|
||||||
OS_VERSION=3.16
|
OS_VERSION=3.16
|
||||||
GOLANG_IMAGE=golang:1.20-alpine3.16
|
GOLANG_IMAGE=golang:1.20-alpine3.16
|
||||||
CORE_VERSION=16.12.0
|
CORE_VERSION=16.13.0
|
||||||
|
@@ -2,4 +2,4 @@
|
|||||||
OS_NAME=ubuntu
|
OS_NAME=ubuntu
|
||||||
OS_VERSION=20.04
|
OS_VERSION=20.04
|
||||||
GOLANG_IMAGE=golang:1.20-alpine3.16
|
GOLANG_IMAGE=golang:1.20-alpine3.16
|
||||||
CORE_VERSION=16.12.0
|
CORE_VERSION=16.13.0
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
# Core
|
# Core
|
||||||
|
|
||||||
### Core v16.12.0 > v16.?.?
|
### Core v16.12.0 > v16.13.0
|
||||||
|
|
||||||
- Add PUT /api/v3/fs endpoint for file operations
|
- Add PUT /api/v3/fs endpoint for file operations
|
||||||
- Add GET /api/v3/process/:id/report query parameters for retrieving a specific report history entry
|
- Add GET /api/v3/process/:id/report query parameters for retrieving a specific report history entry
|
||||||
|
@@ -29,7 +29,7 @@ func (v versionInfo) MinorString() string {
|
|||||||
// Version of the app
|
// Version of the app
|
||||||
var Version = versionInfo{
|
var Version = versionInfo{
|
||||||
Major: 16,
|
Major: 16,
|
||||||
Minor: 12,
|
Minor: 13,
|
||||||
Patch: 0,
|
Patch: 0,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user