Skip to content

Commit

Permalink
DAOS-8781 build: tag 2.2.0 rc1 (#10187)
Browse files Browse the repository at this point in the history
Tag first release candidate for 2.2.0.

Signed-off-by: Johann Lombardi <johann.lombardi@intel.com>
  • Loading branch information
johannlombardi authored Sep 12, 2022
1 parent 1dd4753 commit e68757d
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 5 deletions.
2 changes: 1 addition & 1 deletion TAG
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.1.104-tb
2.2.0-rc1
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.1.104
2.2.0
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
daos (2.2.0-1) unstable; urgency=medium
[ Johann Lombardi ]
* First release candidate for 2.2.0

-- Johann Lombardi <johann.lombardi@intel.com> Fri, 2 Sep 2022 12:00:00 -0100

daos (2.1.104-5) unstable; urgency=medium
[ Ashley Pittman ]
* Add dfuse unit-test binary to call from ftest.
Expand Down
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Project Information
site_name: DAOS v2.1 - dev
site_name: DAOS v2.2
site_description: Distributed Asynchronous Object Storage
site_author: DAOS Project

Expand Down
7 changes: 5 additions & 2 deletions utils/rpms/daos.spec
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
%endif

Name: daos
Version: 2.1.104
Release: 5%{?relval}%{?dist}
Version: 2.2.0
Release: 1%{?relval}%{?dist}
Summary: DAOS Storage Engine

License: BSD-2-Clause-Patent
Expand Down Expand Up @@ -571,6 +571,9 @@ getent passwd daos_agent >/dev/null || useradd -s /sbin/nologin -r -g daos_agent
# No files in a shim package

%changelog
* Fri Sep 2 2022 Johann Lombardi <johann.lombardi@intel.com> 2.2.0-1
- First release candidate for 2.2.0.

* Thu Aug 25 2022 Ashley Pittman <ashley.m.pittman@intel.com> 2.1.104-5
- Add dfuse unit-test binary to call from ftest.

Expand Down

0 comments on commit e68757d

Please sign in to comment.