Skip to content

Commit

Permalink
Merge tag 'v4.4.0-rc1' into dev
Browse files Browse the repository at this point in the history
Release candidate 1 for v4.4.0
  • Loading branch information
ictus4u committed Aug 6, 2024
2 parents fffe85e + cc3e92e commit f0e2e53
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ endif()
project(saunafs)

if(NOT PACKAGE_VERSION)
set(DEFAULT_MIN_VERSION "4.3.0")
set(DEFAULT_MIN_VERSION "4.4.0")
execute_process(COMMAND "git" "rev-parse" "--short" "HEAD"
OUTPUT_VARIABLE GIT_SHA1_SHORT RESULT_VARIABLE GIT_SHA1_SHORT_RETURN_VALUE
OUTPUT_STRIP_TRAILING_WHITESPACE)
Expand Down
19 changes: 19 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
This file lists noteworthy changes in SaunaFS.

* SaunaFS (4.4.0) (2024-07-31)
- ci(.github): Add check for Conventional Commits (#131)
- feat(metrics): Add initial prometheus support (#98)
- fix(deploy): Allow to pass a file as an argument
- test: Remove Ganesha test for master failover
- tests: Add Ganesha test for master failover (#138)
- feat(chunkserver): Extend getDiskForNewChunk (#137)
- fix(build): Fix cmake syntax warning (#134)
- feat(tests): Allow custom sfshdd content in tests (#132)
- ci: Add prometheus dependencies
- feat(master): Allow localhost connections to master
- fix(mount): Fix help display format (#125)
- feat(chunkserver): Relocate hddDisksReinit (#130)
- feat(common): Improve the hddSizeParse function (#129)
- test: Add function to stop hanging ganesha daemon (#127)
- build(deps): Bump requests from 2.31.0 to 2.32.2 in /tests/dispatcher/client (#149)
- ci: Delegate tests to a separate job
- tidy(INSTALL.md): Remove links

* SaunaFS (4.3.0) (2024-07-12)
- cgi: Add png version of logo (#124)
- tidy(tests): Disable test_chunk_rebalancing (#123)
Expand Down
21 changes: 21 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
saunafs (4.4.0) stable; urgency=medium
* ci(.github): Add check for Conventional Commits (#131)
* feat(metrics): Add initial prometheus support (#98)
* fix(deploy): Allow to pass a file as an argument
* test: Remove Ganesha test for master failover
* tests: Add Ganesha test for master failover (#138)
* feat(chunkserver): Extend getDiskForNewChunk (#137)
* fix(build): Fix cmake syntax warning (#134)
* feat(tests): Allow custom sfshdd content in tests (#132)
* ci: Add prometheus dependencies
* feat(master): Allow localhost connections to master
* fix(mount): Fix help display format (#125)
* feat(chunkserver): Relocate hddDisksReinit (#130)
* feat(common): Improve the hddSizeParse function (#129)
* test: Add function to stop hanging ganesha daemon (#127)
* build(deps): Bump requests from 2.31.0 to 2.32.2 in /tests/dispatcher/client (#149)
* ci: Delegate tests to a separate job
* tidy(INSTALL.md): Remove links

-- SaunaFS Team <[email protected]> Wed, 31 Jul 2024 16:34:07 +0000

saunafs (4.3.0) stable; urgency=medium
* cgi: Add png version of logo (#124)
* tidy(tests): Disable test_chunk_rebalancing (#123)
Expand Down

0 comments on commit f0e2e53

Please sign in to comment.