forked from TrueCloudLab/frostfs-s3-gw
[TrueCloudLab#28] Add generated deb builder files to gitignore, and fix typo
Signed-off-by: Aleksey Pastukhov <a.pastukhov@yadro.com>
This commit is contained in:
parent
8d9d1f9235
commit
744b52322d
3 changed files with 10 additions and 2 deletions
9
.gitignore
vendored
9
.gitignore
vendored
|
@ -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/
|
||||
|
||||
|
|
|
@ -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
2
debian/changelog
vendored
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue