diff --git a/Cargo.lock b/Cargo.lock index 8caebb4..63f846d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -102,7 +102,7 @@ dependencies = [ [[package]] name = "drbd-reactor" -version = "1.3.0-rc.1" +version = "1.3.0" dependencies = [ "agentx", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 0da5ef9..292afb4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "drbd-reactor" -version = "1.3.0-rc.1" +version = "1.3.0" authors = ["Roland Kammerer ", "Moritz Wanzenböck "] edition = "2018" description = "Reacts to DRBD events via plugins." diff --git a/Dockerfile b/Dockerfile index 5e42306..7a3e386 100644 --- a/Dockerfile +++ b/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 @@ -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 -ENV DRBD_REACTOR_VERSION 1.3.0-rc.1 +ENV DRBD_REACTOR_VERSION 1.3.0 ARG release=1 LABEL name="drbd-reactor" \ diff --git a/debian/changelog b/debian/changelog index e7951ae..6a38f16 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +drbd-reactor (1.3.0-1) experimental; urgency=medium + + * New upstream release + + -- Roland Kammerer Mon, 09 Oct 2023 16:19:37 +0200 + drbd-reactor (1.3.0~rc.1-1) experimental; urgency=medium [ Roland Kammerer ] diff --git a/drbd-reactor.spec b/drbd-reactor.spec index 3404967..b162b27 100644 --- a/drbd-reactor.spec +++ b/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/') @@ -61,6 +61,9 @@ install -D -m644 %{_builddir}/%{name}-%{tarball_version}/example/ctl.completion. %changelog +* Mon Oct 09 2023 Roland Kammerer - 1.3.0-1 +- New upstream release + * Mon Sep 25 2023 Roland Kammerer - 1.3.0~rc.1-1 - New upstream release