Skip to content

Commit

Permalink
Merge pull request #345 from martin-belanger/v2.2.1
Browse files Browse the repository at this point in the history
release: v2.2.1
  • Loading branch information
martin-belanger authored Mar 20, 2023
2 parents eea2fe4 + 6bca05c commit 435248b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# STorage Appliance Services (STAS)

## Changes with release 2.2.1

Added a few more unit and coverage tests. Fixed the following bugs.

Bug fixes:

* Fix errors with some debug commands (e.g. `stafctl ls --detailed`)
* Fix setting controller DHCHAP key (this requires [corresponding changes in libnvme](https://github.com/linux-nvme/libnvme/pull/597))

## Changes with release 2.2

Support for in-band authentication.
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
project(
'nvme-stas',
meson_version: '>= 0.53.0',
version: '2.2.1-rc1',
version: '2.2.1',
license: 'Apache-2.0',
default_options: [
'buildtype=release',
Expand Down

0 comments on commit 435248b

Please sign in to comment.