Skip to content

Commit

Permalink
Prepare drbd-9.0.30-1
Browse files Browse the repository at this point in the history
  • Loading branch information
Philipp-Reisner committed Jul 14, 2021
1 parent da90a60 commit 10bee2d
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion ChangeLog
Expand Up @@ -3,7 +3,7 @@ Latest:
For even more detail, use "git log" or visit
https://github.com/LINBIT/drbd-9.0/commits/drbd-9.0

9.0.30-0rc1 (api:genl2/proto:86-120/transport:14)
9.0.30-1 (api:genl2/proto:86-120/transport:14)
--------
* fix a crash when drbd-9 node gets connected to a drbd-8.4 node, the
regression was introduced between 9.0.25 and 9.0.26
Expand Down
8 changes: 4 additions & 4 deletions debian/changelog
@@ -1,20 +1,20 @@
drbd (9.0.30~rc1) unstable; urgency=low
drbd (9.0.30-1) unstable; urgency=low

* New upstream release

-- Philipp Reisner <phil@linbit.com> Mon, 5 Jul 2020 09:57:54 +0100
-- Philipp Reisner <phil@linbit.com> Wed, 14 Jul 2021 10:43:09 +0100

drbd (9.0.29-1) unstable; urgency=low

* New upstream release

-- Philipp Reisner <phil@linbit.com> Thu, 6 May 2020 09:39:07 +0100
-- Philipp Reisner <phil@linbit.com> Thu, 6 May 2021 09:39:07 +0100

drbd (9.0.28-1) unstable; urgency=low

* New upstream release

-- Philipp Reisner <phil@linbit.com> Thu, 25 Feb 2020 17:18:21 +0100
-- Philipp Reisner <phil@linbit.com> Thu, 25 Feb 2021 17:18:21 +0100

drbd (9.0.27-1) unstable; urgency=low

Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile.centos7
@@ -1,7 +1,7 @@
FROM registry.access.redhat.com/ubi7/ubi
MAINTAINER Roland Kammerer <roland.kammerer@linbit.com>

ENV DRBD_VERSION 9.0.30-0rc1
ENV DRBD_VERSION 9.0.30-1

ARG release=1
LABEL name="DRBD Kernel module load container" \
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile.centos8
Expand Up @@ -12,7 +12,7 @@ RUN if [ ! -d /pkgs ]; then \
FROM registry.access.redhat.com/ubi8/ubi
MAINTAINER Roland Kammerer <roland.kammerer@linbit.com>

ENV DRBD_VERSION 9.0.30-0rc1
ENV DRBD_VERSION 9.0.30-1

ARG release=1
LABEL name="DRBD Kernel module load container" \
Expand Down
4 changes: 2 additions & 2 deletions drbd-kernel.spec
@@ -1,7 +1,7 @@
Name: drbd-kernel
Summary: Kernel driver for DRBD
Version: 9.0.30
Release: 0rc1
Release: 1

# always require a suitable userland
Requires: drbd-utils >= 9.2.0
Expand Down Expand Up @@ -115,7 +115,7 @@ install -D misc/SECURE-BOOT-KEY-linbit.com.der $RPM_BUILD_ROOT/etc/pki/linbit/SE
rm -rf %{buildroot}

%changelog
* Mon Jul 05 2021 Philipp Reisner <phil@linbit.com> - 9.0.30-0rc1
* Wed Jul 14 2021 Philipp Reisner <phil@linbit.com> - 9.0.30-1
- New upstream release.

* Thu May 06 2021 Philipp Reisner <phil@linbit.com> - 9.0.29-1
Expand Down
2 changes: 1 addition & 1 deletion drbd/linux/drbd_config.h
Expand Up @@ -20,7 +20,7 @@ extern const char *drbd_buildtag(void);

/* End of external module for 2.6.33 stuff */

#define REL_VERSION "9.0.30-0rc1"
#define REL_VERSION "9.0.30-1"
#define PRO_VERSION_MIN 86
#define PRO_VERSION_MAX 120

Expand Down

0 comments on commit 10bee2d

Please sign in to comment.