Skip to content

Commit

Permalink
Merge pull request #271 from ClusterCockpit/hotfix
Browse files Browse the repository at this point in the history
Prepare release 1.3.1
  • Loading branch information
moebiusband73 authored Jun 22, 2024
2 parents 41bbd20 + 6c0bfc6 commit 9974a85
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ TARGET = ./cc-backend
VAR = ./var
CFG = config.json .env
FRONTEND = ./web/frontend
VERSION = 1.3.0
VERSION = 1.3.1
GIT_HASH := $(shell git rev-parse --short HEAD || echo 'development')
CURRENT_TIME = $(shell date +"%Y-%m-%d:T%H:%M:%S")
LD_FLAGS = '-s -X main.date=${CURRENT_TIME} -X main.version=${VERSION} -X main.commit=${GIT_HASH}'
Expand Down
7 changes: 3 additions & 4 deletions ReleaseNotes.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
# `cc-backend` version 1.3.0
# `cc-backend` version 1.3.1

Supports job archive version 1 and database version 7.

This is a minor release of `cc-backend`, the API backend and frontend
This is a bugfix release of `cc-backend`, the API backend and frontend
implementation of ClusterCockpit.
For release specific notes visit the [ClusterCockpit Documentation](https://clusterockpit.org/docs/release/).

## Breaking changes

* This release fixes bugs in the MySQL/MariaDB database schema. For this reason
you have to migrate your database using the `-migrate-db` switch.
None

0 comments on commit 9974a85

Please sign in to comment.