[#53] Fix dirty in version

Signed-off-by: Aleksey Pastukhov <a.pastukhov@yadro.com>
pull/57/head
Aleksey Pastukhov 2023-02-13 17:38:05 +03:00 committed by fyrchik
parent 3e5bc394b5
commit 269a4e9b50
2 changed files with 19 additions and 1 deletions

19
.gitignore vendored
View File

@ -30,5 +30,22 @@ testfile
.neofs-cli.yml
# debhelpers
**/.debhelper
debian/*debhelper*
# logfiles
debian/*.log
# .substvars
debian/*.substvars
# .bash-completion
debian/*.bash-completion
# Install folders and files
debian/frostfs-cli/
debian/frostfs-ir/
debian/files
debian/frostfs-storage/
debian/changelog
man/
debs/

View File

@ -22,6 +22,7 @@ Changelog for FrostFS Node
- Do not search for the small objects in FSTree (#2206)
- Correct status error for expired session token (#2207)
- Set flag `mode` required for `frostfs-cli control shards set-mode` (#8)
- Fix `dirty` suffix in debian package version (#53)
### Removed
### Updated