Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CHANGELOG: release 0.30.1 #967

Merged
merged 2 commits into from
Jun 19, 2024
Merged

CHANGELOG: release 0.30.1 #967

merged 2 commits into from
Jun 19, 2024

Conversation

roman-khimov
Copy link
Member

No description provided.

Signed-off-by: Roman Khimov <[email protected]>
Copy link

codecov bot commented Jun 19, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 26.63%. Comparing base (ebaaa70) to head (bbde4d9).
Report is 3 commits behind head on master.

Current head bbde4d9 differs from pull request most recent head 7d727d4

Please upload reports for the commit 7d727d4 to get more accurate results.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #967      +/-   ##
==========================================
- Coverage   26.66%   26.63%   -0.03%     
==========================================
  Files          88       88              
  Lines       14385    14400      +15     
==========================================
  Hits         3836     3836              
- Misses      10120    10135      +15     
  Partials      429      429              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

smallhive
smallhive previously approved these changes Jun 19, 2024
cmd/s3-gw/app_settings.go:411:37  revive  unused-parameter: parameter 't' seems to be unused, consider removing or renaming it as _

Signed-off-by: Roman Khimov <[email protected]>
@@ -408,7 +408,7 @@ func newLogger(v *viper.Viper) *Logger {
if term.IsTerminal(int(os.Stdout.Fd())) {
c.EncoderConfig.EncodeTime = zapcore.ISO8601TimeEncoder
} else {
c.EncoderConfig.EncodeTime = func(t time.Time, encoder zapcore.PrimitiveArrayEncoder) {}
c.EncoderConfig.EncodeTime = func(_ time.Time, _ zapcore.PrimitiveArrayEncoder) {}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

My bad

@roman-khimov roman-khimov merged commit 0e94b57 into master Jun 19, 2024
14 of 15 checks passed
@roman-khimov roman-khimov deleted the rel-0.30.1 branch June 19, 2024 11:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants