Skip to content

Commit

Permalink
prepare v1.4.1
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 May 6, 2024
1 parent 81a9d17 commit 8bb95fe
Show file tree
Hide file tree
Showing 5 changed files with 36 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "drbd-reactor"
version = "1.4.0"
version = "1.4.1"
authors = ["Roland Kammerer <roland.kammerer@linbit.com>", "Moritz Wanzenböck <moritz.wanzenboeck@linbit.com>"]
edition = "2018"
description = "Reacts to DRBD events via plugins."
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ARG BUILDER=registry.access.redhat.com/ubi8/ubi
FROM $BUILDER as builder

ENV DRBD_REACTOR_VERSION 1.4.0
ENV DRBD_REACTOR_VERSION 1.4.1

ENV DRBD_REACTOR_TGZNAME drbd-reactor
ENV DRBD_REACTOR_TGZ ${DRBD_REACTOR_TGZNAME}-${DRBD_REACTOR_VERSION}.tar.gz
Expand All @@ -23,7 +23,7 @@ RUN cd /tmp && tar xvf ${DRBD_REACTOR_TGZ} && cd ${DRBD_REACTOR_TGZNAME}-${DRBD_
FROM quay.io/linbit/drbd-utils
LABEL maintainer="Roland Kammerer <roland.kammerer@linbit.com>"

ENV DRBD_REACTOR_VERSION 1.4.0
ENV DRBD_REACTOR_VERSION 1.4.1

ARG release=1
LABEL name="drbd-reactor" \
Expand Down
28 changes: 28 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,31 @@
drbd-reactor (1.4.1-1) experimental; urgency=medium

[ Abhayraj Jain ]
* Update README.md

[ Moritz Wanzenböck ]
* ci: report clippy lints
* Apply suggestions from clippy "deny" configuration
* run cargo clippy --fix
* fix clippy fixes gone wrong
* drbd-reactorctl: apply clippy lint suggestions
* agentx: apply clippy lint suggestions
* plugins: apply clippy lint suggestions
* drbd-reactor-reload: Disable start limit
* events2: wait for drbdsetup command on exit

[ PhilippKolmann ]
* prometheus: add metric name to HELP line

[ Roland Kammerer ]
* events2: exit reader thread on error
* build: bump drbd-utils to 9.28.0

[ Michael Troutman ]
* example: fix warnings in Grafana dashboard

-- Roland Kammerer <roland.kammerer@linbit.com> Mon, 06 May 2024 15:14:16 +0200

drbd-reactor (1.4.0-1) experimental; urgency=medium

* New upstream release
Expand Down
5 changes: 4 additions & 1 deletion drbd-reactor.spec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
%define debug_package %{nil}

Name: drbd-reactor
Version: 1.4.0
Version: 1.4.1
Release: 1
Summary: React to DRBD events via plugins.
%global tarball_version %(echo "%{version}" | sed -e 's/~rc/-rc/' -e 's/~alpha/-alpha/')
Expand Down Expand Up @@ -62,6 +62,9 @@ install -D -m644 %{_builddir}/%{name}-%{tarball_version}/example/ctl.completion.


%changelog
* Mon May 06 2024 Roland Kammerer <roland.kammerer@linbit.com> - 1.4.1-1
- New upstream release

* Thu Nov 16 2023 Roland Kammerer <roland.kammerer@linbit.com> - 1.4.0-1
- New upstream release

Expand Down

0 comments on commit 8bb95fe

Please sign in to comment.