Skip to content

Commit

Permalink
Merge pull request ClusterCockpit#218 from ClusterCockpit/hotfix
Browse files Browse the repository at this point in the history
Prepare bugfix release
  • Loading branch information
moebiusband73 authored Sep 15, 2023
2 parents 09528ed + 4b922c5 commit 280b16c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.2.1
VERSION = 1.2.2
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
4 changes: 2 additions & 2 deletions ReleaseNotes.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# `cc-backend` version 1.2.1
# `cc-backend` version 1.2.2

Supports job archive version 1 and database version 6.

Expand All @@ -7,7 +7,7 @@ implementation of ClusterCockpit.

** Breaking changes **

* The LDAP configuration option user_filter was changed and now should not include
* The LDAP configuration option `user_filter` was changed and now should not include
the uid wildcard. Example:
- Old: `"user_filter": "(&(objectclass=posixAccount)(uid=*))"`
- New: `"user_filter": "(&(objectclass=posixAccount))"`
Expand Down

0 comments on commit 280b16c

Please sign in to comment.