Skip to content

Commit

Permalink
Prepare 9.21.0
Browse files Browse the repository at this point in the history
Signed-off-by: Roland Kammerer <roland.kammerer@linbit.com>
  • Loading branch information
rck committed Apr 25, 2022
1 parent 9089a9c commit 9aeb105
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 6 deletions.
3 changes: 2 additions & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,13 @@ Latest:
For even more detail, use "git log" or visit
https://github.com/linbit/drbd-utils

9.21.0-rc.1
9.21.0
-----------
* drbdsetup,v9: show susupend reason in json output
* drbdsetup,v9: add secondary --force
* drbdsetup,v9: fix *susp_str() for events2 diff mode
* drdbdadm,v9: fix sh-resource
* drdbdadm,v9: rm --peer=connect_to_host
* doc: various improvements
* windrbd: ask user if for admin if access denied
* ocf: deal with situation where PM node name and actual node name do not
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ RUN cd ${HOME} && . "$NV" && \
FROM registry.access.redhat.com/ubi8/ubi
MAINTAINER Roland Kammerer <roland.kammerer@linbit.com>

ENV DRBD_UTILS_VERSION 9.21.0-rc.1
ENV DRBD_UTILS_VERSION 9.21.0

ARG release=1
LABEL name="drbd-utils" \
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ m4_include([m4/AX_CXX_COMPILE_STDXX.m4])
m4_include([m4/AX_CXX_COMPILE_STDXX_11.m4])

dnl What we are, our version, who to bug in case of problems
AC_INIT(DRBD, 9.21.0-rc.1, [drbd-dev@lists.linbit.com])
AC_INIT(DRBD, 9.21.0, [drbd-dev@lists.linbit.com])

dnl Sanitize $prefix. Autoconf does this by itself, but so late in the
dnl generated configure script that the expansion does not occur until
Expand Down
4 changes: 2 additions & 2 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
drbd-utils (9.21.0~rc.1-1) unstable; urgency=medium
drbd-utils (9.21.0-1) unstable; urgency=medium

* New upstream release

-- Roland Kammerer <roland.kammerer@linbit.com> Wed, 13 Apr 2022 13:26:31 +0200
-- Roland Kammerer <roland.kammerer@linbit.com> Mon, 25 Apr 2022 10:58:38 +0200

drbd-utils (9.20.0-1) unstable; urgency=medium

Expand Down
2 changes: 1 addition & 1 deletion drbd.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -510,7 +510,7 @@ fi


%changelog
* Wed Apr 13 2022 Roland Kammerer <roland.kammerer@linbit.com> - 9.21.0~rc.1-1
* Mon Apr 25 2022 Roland Kammerer <roland.kammerer@linbit.com> - 9.21.0-1
- New upstream release

* Thu Jan 13 2022 Roland Kammerer <roland.kammerer@linbit.com> - 9.20.0-1
Expand Down

0 comments on commit 9aeb105

Please sign in to comment.