From d2d1b1d35f690492c5a708c863881e73ab02759c Mon Sep 17 00:00:00 2001 From: Mayank <33252549+mynktl@users.noreply.github.com> Date: Mon, 19 Jul 2021 14:17:06 +0530 Subject: [PATCH] docs(changelog): changelog for releases from v2.8.0 to v2.11.0 #166 (#166) Signed-off-by: mayank --- CHANGELOG.md | 48 +++++++++++++++++++ .../v2.9.0-RC1}/154-mynktl | 0 .../v2.9.0-RC1/161-prateekpandey14} | 0 3 files changed, 48 insertions(+) rename changelogs/{unreleased => released/v2.9.0-RC1}/154-mynktl (100%) rename changelogs/{unreleased/156-prateekpandey14 => released/v2.9.0-RC1/161-prateekpandey14} (100%) diff --git a/CHANGELOG.md b/CHANGELOG.md index f33c1e8..00b00ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,55 @@ +v2.11.0 / 2021-07-14 +======================== + + +v2.11.0-RC2 / 2021-07-12 +======================== + + +v2.11.0-RC1 / 2021-07-11 +======================== + + +v2.10.0 / 2021-06-14 +======================== + + +v2.10.0-RC2 / 2021-06-11 +======================== + + +v2.10.0-RC1 / 2021-06-09 +======================== + + +v2.9.0 / 2021-05-13 +======================== +* Adding a new VolumeSnapshotLocation config parameter restApiTimeout to configure timeout for HTTP REST request between plugin and cstor services. ([#154](https://github.com/openebs/velero-plugin/pull/154),[@mynktl](https://github.com/mynktl)) +* refact(deps): bump zfslocalpv, maya, api and k8s client-go dependencies ([#161](https://github.com/openebs/velero-plugin/pull/161),[@prateekpandey14](https://github.com/prateekpandey14)) + + +v2.9.0-RC2 / 2021-05-10 +======================== + + +v2.9.0-RC1 / 2021-05-07 +======================== +* Adding a new VolumeSnapshotLocation config parameter restApiTimeout to configure timeout for HTTP REST request between plugin and cstor services. ([#154](https://github.com/openebs/velero-plugin/pull/154),[@mynktl](https://github.com/mynktl)) +* refact(deps): bump zfslocalpv, maya, api and k8s client-go dependencies ([#161](https://github.com/openebs/velero-plugin/pull/161),[@prateekpandey14](https://github.com/prateekpandey14)) + + v2.8.0 / 2021-04-14 ======================== +v2.8.0-RC2 / 2021-04-12 +======================== + + +v2.8.0-RC1 / 2021-04-07 +======================== + + v2.7.0 / 2021-03-11 ======================== * moved travis tests to github action and removed travis.yml ([#149](https://github.com/openebs/velero-plugin/pull/149),[@shubham14bajpai](https://github.com/shubham14bajpai)) diff --git a/changelogs/unreleased/154-mynktl b/changelogs/released/v2.9.0-RC1/154-mynktl similarity index 100% rename from changelogs/unreleased/154-mynktl rename to changelogs/released/v2.9.0-RC1/154-mynktl diff --git a/changelogs/unreleased/156-prateekpandey14 b/changelogs/released/v2.9.0-RC1/161-prateekpandey14 similarity index 100% rename from changelogs/unreleased/156-prateekpandey14 rename to changelogs/released/v2.9.0-RC1/161-prateekpandey14