From 4b922c575e1ade9f96a04e089f755138dbdf5fc0 Mon Sep 17 00:00:00 2001 From: Jan Eitzinger Date: Fri, 15 Sep 2023 15:59:54 +0200 Subject: [PATCH] Prepare bugfix release --- Makefile | 2 +- ReleaseNotes.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 374d936..77c3a83 100644 --- a/Makefile +++ b/Makefile @@ -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}' diff --git a/ReleaseNotes.md b/ReleaseNotes.md index f655b13..54aaf90 100644 --- a/ReleaseNotes.md +++ b/ReleaseNotes.md @@ -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. @@ -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))"`