File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ TARGET = ./cc-backend
2
2
VAR = ./var
3
3
CFG = config.json .env
4
4
FRONTEND = ./web/frontend
5
- VERSION = 1.4.2
5
+ VERSION = 1.4.3
6
6
GIT_HASH := $(shell git rev-parse --short HEAD || echo 'development')
7
7
CURRENT_TIME = $(shell date +"% Y-% m-% d:T% H:% M:% S")
8
8
LD_FLAGS = '-s -X main.date=${CURRENT_TIME} -X main.version=${VERSION} -X main.commit=${GIT_HASH}'
Original file line number Diff line number Diff line change 1
- # ` cc-backend ` version 1.4.2
1
+ # ` cc-backend ` version 1.4.3
2
2
3
3
Supports job archive version 2 and database version 8.
4
4
5
- This is a small bug fix release of ` cc-backend ` , the API backend and frontend
5
+ This is a bug fix release of ` cc-backend ` , the API backend and frontend
6
6
implementation of ClusterCockpit.
7
7
For release specific notes visit the [ ClusterCockpit Documentation] ( https://clusterockpit.org/docs/release/ ) .
8
8
You can’t perform that action at this time.
0 commit comments