Skip to content

Commit

Permalink
Merge pull request #687 from redhat-marketplace/release/2.17.5
Browse files Browse the repository at this point in the history
Release/2.17.5
  • Loading branch information
dacleyra authored Oct 22, 2024
2 parents ca8bbe7 + dfc8360 commit e91c027
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion reporter/v2/pkg/reporter/upload_task.go
Original file line number Diff line number Diff line change
Expand Up @@ -132,9 +132,10 @@ func (r *UploadTask) RunGeneric(ctx context.Context) error {
continue
}

fileId := file.Id
file, err = r.fileStorage.GetFile(ctx, file.Id)
if err != nil {
logger.Error(err, "failed to get file", "id", file.Id)
logger.Error(err, "failed to get file", "id", fileId)
continue
}

Expand Down
4 changes: 2 additions & 2 deletions v2/version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@

package version

const Version = "2.17.4"
const LastVersion = "2.17.3"
const Version = "2.17.5"
const LastVersion = "2.17.4"

0 comments on commit e91c027

Please sign in to comment.