Skip to content

Commit

Permalink
prepare v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rck committed Oct 9, 2023
1 parent 430e2ee commit 88a2350
Show file tree
Hide file tree
Showing 5 changed files with 14 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
@@ -1,6 +1,6 @@
[package]
name = "drbd-reactor"
version = "1.3.0-rc.1"
version = "1.3.0"
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
@@ -1,7 +1,7 @@
ARG BUILDER=registry.access.redhat.com/ubi8/ubi
FROM $BUILDER as builder

ENV DRBD_REACTOR_VERSION 1.3.0-rc.1
ENV DRBD_REACTOR_VERSION 1.3.0

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
MAINTAINER Roland Kammerer <roland.kammerer@linbit.com>

ENV DRBD_REACTOR_VERSION 1.3.0-rc.1
ENV DRBD_REACTOR_VERSION 1.3.0

ARG release=1
LABEL name="drbd-reactor" \
Expand Down
6 changes: 6 additions & 0 deletions debian/changelog
@@ -1,3 +1,9 @@
drbd-reactor (1.3.0-1) experimental; urgency=medium

* New upstream release

-- Roland Kammerer <roland.kammerer@linbit.com> Mon, 09 Oct 2023 16:19:37 +0200

drbd-reactor (1.3.0~rc.1-1) experimental; urgency=medium

[ Roland Kammerer ]
Expand Down
5 changes: 4 additions & 1 deletion drbd-reactor.spec
@@ -1,7 +1,7 @@
%define debug_package %{nil}

Name: drbd-reactor
Version: 1.3.0~rc.1
Version: 1.3.0
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 @@ -61,6 +61,9 @@ install -D -m644 %{_builddir}/%{name}-%{tarball_version}/example/ctl.completion.


%changelog
* Mon Oct 09 2023 Roland Kammerer <roland.kammerer@linbit.com> - 1.3.0-1
- New upstream release

* Mon Sep 25 2023 Roland Kammerer <roland.kammerer@linbit.com> - 1.3.0~rc.1-1
- New upstream release

Expand Down

0 comments on commit 88a2350

Please sign in to comment.