[PR #47] [CLOSED] Bump fortio.org/fortio from 1.54.0 to 1.55.1 #54

Closed
opened 2026-03-15 16:07:18 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/fortio/dnsping/pull/47
Author: @dependabot[bot]
Created: 6/26/2023
Status: Closed

Base: mainHead: dependabot/go_modules/fortio.org/fortio-1.55.1


📝 Commits (1)

  • ed2d164 Bump fortio.org/fortio from 1.54.0 to 1.55.1

📊 Changes

2 files changed (+13 additions, -13 deletions)

View changed files

📝 go.mod (+4 -4)
📝 go.sum (+9 -9)

📄 Description

Bumps fortio.org/fortio from 1.54.0 to 1.55.1.

Release notes

Sourced from fortio.org/fortio's releases.

Fortio 1.55.1

What's Changed

  • Use fixed log package for log.Printf, remove bogus \n in log.Printf (fortio/fortio#775)
  • Change all the http client logs (info level and up) to structured (fortio/fortio#778)

Full Changelog: https://github.com/fortio/fortio/compare/v1.55.0...v1.55.1

Fortio 1.55.0

What's Changed

  • Big change is to be using JSON structured logging (unless calling -json-log=false) (fortio/fortio#768)
    • Also add log-errors=on option setting to rest api and web UI
    • Also add the runid to the structured logs (run=...) so errors from specific runs can be identified even if more than one are currently running

Structured JSON logging is coming from fortio.org/log 1.4.0 / fortio/log#22 - it includes http request logging in that format too (log.LogRequest)

Other changes:

Full Changelog: https://github.com/fortio/fortio/compare/v1.54.3...v1.55.0

Fortio 1.54.3

What's Changed

Full Changelog: https://github.com/fortio/fortio/compare/v1.54.2...v1.54.3

Fortio 1.54.2

What's Changed

  • Fix long standing boundary condition rare bug with histogram buckets (in #746)
  • Fix error handling so passing an invalid -payload-file cause fortio to not proceed with curl/load test (abort, fixes #748 )
  • Dep updates

Full Changelog: https://github.com/fortio/fortio/compare/v1.54.1...v1.54.2

Fortio 1.54.1

What's Changed

  • Use newer go 1.20.3 (security fixes plus switch from 1.19) and corresponding new lints(fortio/fortio#743)

Note the linter identified an incompatible change needed:

func HandleCall[Q any](https://github.com/fortio/fortio/blob/HEAD/w http.ResponseWriter, r *http.Request) (*Q, error) {

to

</tr></table> 

... (truncated)

Commits
  • b80d012 change all the http client logs (info level and up) to structured (#778)
  • f3daaea use fixed log package for log.Printf, remove bogus \n in log.Printf (#775)
  • c8fbd00 Bump google.golang.org/grpc from 1.55.0 to 1.56.0 (#771)
  • 51cff93 Bump docker/setup-buildx-action from 2.6.0 to 2.7.0 (#773)
  • 60c2251 Bump docker/build-push-action from 4.1.0 to 4.1.1 (#772)
  • 2d2e1b3 Bump docker/login-action from 2.1.0 to 2.2.0 (#774)
  • 7d76c8e using json structured logging, add log-errors option setting to rapi and UI...
  • 9e5da81 Bump golang.org/x/net from 0.10.0 to 0.11.0 (#769)
  • 690092b Bump docker/build-push-action from 4.0.0 to 4.1.0 (#764)
  • c7d2db5 Bump docker/setup-buildx-action from 2.5.0 to 2.6.0 (#765)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/fortio/dnsping/pull/47 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 6/26/2023 **Status:** ❌ Closed **Base:** `main` ← **Head:** `dependabot/go_modules/fortio.org/fortio-1.55.1` --- ### 📝 Commits (1) - [`ed2d164`](https://github.com/fortio/dnsping/commit/ed2d164e5d87ef20d23628e2b287a882db4e0cb3) Bump fortio.org/fortio from 1.54.0 to 1.55.1 ### 📊 Changes **2 files changed** (+13 additions, -13 deletions) <details> <summary>View changed files</summary> 📝 `go.mod` (+4 -4) 📝 `go.sum` (+9 -9) </details> ### 📄 Description Bumps [fortio.org/fortio](https://github.com/fortio/fortio) from 1.54.0 to 1.55.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/fortio/fortio/releases">fortio.org/fortio's releases</a>.</em></p> <blockquote> <h2>Fortio 1.55.1</h2> <h2>What's Changed</h2> <ul> <li>Use fixed log package for log.Printf, remove bogus \n in log.Printf (<a href="https://redirect.github.com/fortio/fortio/pull/775">fortio/fortio#775</a>)</li> <li>Change all the http client logs (info level and up) to structured (<a href="https://redirect.github.com/fortio/fortio/pull/778">fortio/fortio#778</a>)</li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/fortio/fortio/compare/v1.55.0...v1.55.1">https://github.com/fortio/fortio/compare/v1.55.0...v1.55.1</a></p> <h2>Fortio 1.55.0</h2> <h2>What's Changed</h2> <ul> <li>Big change is to be using JSON structured logging (unless calling <code>-json-log=false</code>) (<a href="https://redirect.github.com/fortio/fortio/pull/768">fortio/fortio#768</a>) <ul> <li>Also add <code>log-errors=on</code> option setting to rest api and web UI</li> <li>Also add the runid to the structured logs (run=...) so errors from specific runs can be identified even if more than one are currently running</li> </ul> </li> </ul> <p>Structured JSON logging is coming from <a href="https://github.com/fortio/log/releases/tag/v1.4.0">fortio.org/log 1.4.0 </a> / <a href="https://redirect.github.com/fortio/log/pull/22">fortio/log#22</a> - it includes http request logging in that format too (log.LogRequest)</p> <p>Other changes:</p> <ul> <li>go1.20.5 build image (<a href="https://redirect.github.com/fortio/fortio/pull/762">fortio/fortio#762</a>)</li> <li>dependency updates</li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/fortio/fortio/compare/v1.54.3...v1.55.0">https://github.com/fortio/fortio/compare/v1.54.3...v1.55.0</a></p> <h2>Fortio 1.54.3</h2> <h2>What's Changed</h2> <ul> <li>Rebuilt with Go 1.20.4 (<a href="https://redirect.github.com/fortio/fortio/pull/755">fortio/fortio#755</a>)</li> <li>Remove non idiomatic use of new() and use recommended var buf bytes.Buffer directly (<a href="https://redirect.github.com/fortio/fortio/pull/751">fortio/fortio#751</a>)</li> <li>Dependency updates</li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/fortio/fortio/compare/v1.54.2...v1.54.3">https://github.com/fortio/fortio/compare/v1.54.2...v1.54.3</a></p> <h2>Fortio 1.54.2</h2> <h2>What's Changed</h2> <ul> <li>Fix long standing boundary condition rare bug with histogram buckets (in <a href="https://redirect.github.com/fortio/fortio/issues/746">#746</a>)</li> <li>Fix error handling so passing an invalid <code>-payload-file</code> cause fortio to not proceed with curl/load test (abort, fixes <a href="https://redirect.github.com/fortio/fortio/issues/748">#748</a> )</li> <li>Dep updates</li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/fortio/fortio/compare/v1.54.1...v1.54.2">https://github.com/fortio/fortio/compare/v1.54.1...v1.54.2</a></p> <h2>Fortio 1.54.1</h2> <h2>What's Changed</h2> <ul> <li>Use newer go 1.20.3 (security fixes plus switch from 1.19) and corresponding new lints(<a href="https://redirect.github.com/fortio/fortio/pull/743">fortio/fortio#743</a>)</li> </ul> <p>Note the linter identified an incompatible change needed:</p> <pre lang="golang"><code>func HandleCall[Q any](https://github.com/fortio/fortio/blob/HEAD/w http.ResponseWriter, r *http.Request) (*Q, error) { </code></pre> <p>to</p> <pre lang="golang"><code>&lt;/tr&gt;&lt;/table&gt; </code></pre> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/fortio/fortio/commit/b80d012cd7ee3df17e3e9f1ec644efb68abab47d"><code>b80d012</code></a> change all the http client logs (info level and up) to structured (<a href="https://redirect.github.com/fortio/fortio/issues/778">#778</a>)</li> <li><a href="https://github.com/fortio/fortio/commit/f3daaea7d78ee5459f441d94f1c0b2561f1e8e18"><code>f3daaea</code></a> use fixed log package for log.Printf, remove bogus \n in log.Printf (<a href="https://redirect.github.com/fortio/fortio/issues/775">#775</a>)</li> <li><a href="https://github.com/fortio/fortio/commit/c8fbd00fb9118d16902e2fc262603766d983520b"><code>c8fbd00</code></a> Bump google.golang.org/grpc from 1.55.0 to 1.56.0 (<a href="https://redirect.github.com/fortio/fortio/issues/771">#771</a>)</li> <li><a href="https://github.com/fortio/fortio/commit/51cff93d827e6779463d5260f893ec4f85766054"><code>51cff93</code></a> Bump docker/setup-buildx-action from 2.6.0 to 2.7.0 (<a href="https://redirect.github.com/fortio/fortio/issues/773">#773</a>)</li> <li><a href="https://github.com/fortio/fortio/commit/60c22518cebe7b97a2efb9d62d2121ad8c1be0ba"><code>60c2251</code></a> Bump docker/build-push-action from 4.1.0 to 4.1.1 (<a href="https://redirect.github.com/fortio/fortio/issues/772">#772</a>)</li> <li><a href="https://github.com/fortio/fortio/commit/2d2e1b36b5c005b2e964c4716df72178568dca7d"><code>2d2e1b3</code></a> Bump docker/login-action from 2.1.0 to 2.2.0 (<a href="https://redirect.github.com/fortio/fortio/issues/774">#774</a>)</li> <li><a href="https://github.com/fortio/fortio/commit/7d76c8ef1ea2b66f736b3d54d093ed0d2ce2a768"><code>7d76c8e</code></a> using json structured logging, add <code>log-errors</code> option setting to rapi and UI...</li> <li><a href="https://github.com/fortio/fortio/commit/9e5da817e663e83351d96e0264b970eb56e97bcb"><code>9e5da81</code></a> Bump golang.org/x/net from 0.10.0 to 0.11.0 (<a href="https://redirect.github.com/fortio/fortio/issues/769">#769</a>)</li> <li><a href="https://github.com/fortio/fortio/commit/690092bf06b7b9bc770040869da9d16e59518185"><code>690092b</code></a> Bump docker/build-push-action from 4.0.0 to 4.1.0 (<a href="https://redirect.github.com/fortio/fortio/issues/764">#764</a>)</li> <li><a href="https://github.com/fortio/fortio/commit/c7d2db5ea9e2e6faa98560ca1e5ca04b9bdba8ee"><code>c7d2db5</code></a> Bump docker/setup-buildx-action from 2.5.0 to 2.6.0 (<a href="https://redirect.github.com/fortio/fortio/issues/765">#765</a>)</li> <li>Additional commits viewable in <a href="https://github.com/fortio/fortio/compare/v1.54.0...v1.55.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=fortio.org/fortio&package-manager=go_modules&previous-version=1.54.0&new-version=1.55.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-15 16:07:18 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/dnsping#54
No description provided.