Skip to content

Commit

Permalink
prepare v1.1.0-rc.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 Mar 16, 2023
1 parent 29766e6 commit 0936f05
Show file tree
Hide file tree
Showing 5 changed files with 44 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.0.0"
version = "1.1.0-rc.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
@@ -1,7 +1,7 @@
ARG BUILDER=registry.access.redhat.com/ubi8/ubi
FROM $BUILDER as builder

ENV DRBD_REACTOR_VERSION 1.0.0
ENV DRBD_REACTOR_VERSION 1.1.0-rc.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
MAINTAINER Roland Kammerer <roland.kammerer@linbit.com>

ENV DRBD_REACTOR_VERSION 1.0.0
ENV DRBD_REACTOR_VERSION 1.1.0-rc.1

ARG release=1
LABEL name="drbd-reactor" \
Expand Down
36 changes: 36 additions & 0 deletions debian/changelog
@@ -1,3 +1,39 @@
drbd-reactor (1.1.0~rc.1-1) experimental; urgency=medium

[ Joel Colledge ]
* e2e: add initial end-to-end test infrastructure
* e2e: provide a clear error when an empty test name is given
* e2e,virter: add provisioning file for tests
* e2e,docker: add initial container configuration for test suite
* e2e,virter: add initial Virter provisioning file for running tests
* e2e,virter: add configuration and a wrapper script for running vmshed
* e2e,virter: add getting started guide
* ci: add explicit stage to existing jobs
* ci: add job to build for e2e tests
* ci: add job to build docker image for e2e tests
* ci: add job to run end-to-end tests
* ci: add e2e tests lint job
* e2e: shorten names ReactorPromoter -> Promoter etc.
* e2e: add initial test for the User Mode Helper Plug-in
* ci: add job to check e2e test typing
* ci: allow pipeline to be started from the API
* e2e: factor polling for a condition out into a function
* e2e,promoter_preferred_node: make test more reliable
* Revert "e2e: disable promoter_preferred_node"

[ Roland Kammerer ]
* ci: disable for ordinary remote branches
* e2e: disable promoter_preferred_node
* prometheus: expose drbd_version
* promoter,ocf: fix env for old systemd
* ctl: add context

[ Matt Kereczman ]
* e2e: add preferred node to promoter tests
* e2e: add prometheus test

-- Roland Kammerer <roland.kammerer@linbit.com> Thu, 16 Mar 2023 10:29:43 +0100

drbd-reactor (1.0.0-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.0.0
Version: 1.1.0~rc.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 @@ -58,6 +58,9 @@ install -D -m644 %{_builddir}/%{name}-%{tarball_version}/example/ctl.completion.


%changelog
* Thu Mar 16 2023 Roland Kammerer <roland.kammerer@linbit.com> - 1.1.0~rc.1-1
- New upstream release

* Tue Jan 17 2023 Roland Kammerer <roland.kammerer@linbit.com> - 1.0.0-1
- New upstream release

Expand Down

0 comments on commit 0936f05

Please sign in to comment.