[TrueCloudLab#28] Add generated deb builder files to gitignore, and fix typo

Signed-off-by: Aleksey Pastukhov <a.pastukhov@yadro.com>
support/v0.27
Aleksey Pastukhov 2023-02-13 18:12:25 +03:00 committed by Alex Vanin
parent 8d9d1f9235
commit 744b52322d
3 changed files with 10 additions and 2 deletions

9
.gitignore vendored
View File

@ -21,4 +21,11 @@ coverage.txt
coverage.html
# debhelpers
**/.debhelper
**/*debhelper*
# debian package build files
debian/files
debian/*.log
debian/*.substvars
debian/frostfs-s3-gw/

View File

@ -16,6 +16,7 @@ This document outlines major changes between releases.
- Update go version to go1.18 (TrueCloudLab#16)
- Return error on invalid LocationConstraint (TrueCloudLab#23)
- Place billing metrics to separate url path (TrueCloudLab#26)
- Add generated deb builder files to .gitignore, and fix typo (TrueCloudLab#28)
## [0.26.0] - 2022-12-28

2
debian/changelog vendored
View File

@ -1,4 +1,4 @@
forstfs-s3-gw (0.0.0) stable; urgency=medium
frostfs-s3-gw (0.0.0) stable; urgency=medium
* Please see CHANGELOG.md