[PR #55] [MERGED] Bump fortio.org/fortio from 1.57.0 to 1.57.4 #56

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

📋 Pull Request Information

Original PR: https://github.com/fortio/dnsping/pull/55
Author: @dependabot[bot]
Created: 7/25/2023
Status: Merged
Merged: 7/25/2023
Merged by: @ldemailly

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


📝 Commits (1)

  • 134ea3e Bump fortio.org/fortio from 1.57.0 to 1.57.4

📊 Changes

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

View changed files

📝 go.mod (+3 -3)
📝 go.sum (+6 -6)

📄 Description

Bumps fortio.org/fortio from 1.57.0 to 1.57.4.

Release notes

Sourced from fortio.org/fortio's releases.

Fortio 1.57.4

What's Changed

  • Save the async result file even on init error (like invalid host/target) - fixes #796 (fortio/fortio#797)

Also update to fortio.org/log and scli with support for logging goRoutine ID (r= in json logs, [] after timestamp in colorized output)

Full Changelog: https://github.com/fortio/fortio/compare/v1.57.3...v1.57.4

Fortio 1.57.3

What's Changed

  • Rebuilt with go 1.20.6 (security fix)

(1.57.1 and .2 were miss build due to #793 / docker ce upstream image error)

Full Changelog: https://github.com/fortio/fortio/compare/v1.57.0...v1.57.3

Commits
  • 67b7744 Save the async result file even on init error (like invalid host/target) (#797)
  • baf9fac Bump docker/setup-buildx-action from 2.9.0 to 2.9.1 (#795)
  • c1c5e58 fix #793, ppc64le is back (#794)
  • 157dfd3 fix workflow too (#792)
  • e541e39 update to go1.20.6 - had to drop linux/ppc64le for now as there was some down...
  • abdbd19 Bump docker/setup-buildx-action from 2.8.0 to 2.9.0 (#790)
  • See full diff 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 will merge this PR once CI passes on it, as requested by @ldemailly.


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/55 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 7/25/2023 **Status:** ✅ Merged **Merged:** 7/25/2023 **Merged by:** [@ldemailly](https://github.com/ldemailly) **Base:** `main` ← **Head:** `dependabot/go_modules/fortio.org/fortio-1.57.4` --- ### 📝 Commits (1) - [`134ea3e`](https://github.com/fortio/dnsping/commit/134ea3ee5dab7702b3d9373e46c94e1b77e55bd5) Bump fortio.org/fortio from 1.57.0 to 1.57.4 ### 📊 Changes **2 files changed** (+9 additions, -9 deletions) <details> <summary>View changed files</summary> 📝 `go.mod` (+3 -3) 📝 `go.sum` (+6 -6) </details> ### 📄 Description Bumps [fortio.org/fortio](https://github.com/fortio/fortio) from 1.57.0 to 1.57.4. <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.57.4</h2> <h2>What's Changed</h2> <ul> <li>Save the async result file even on init error (like invalid host/target) - fixes <a href="https://redirect.github.com/fortio/fortio/issues/796">#796</a> (<a href="https://redirect.github.com/fortio/fortio/pull/797">fortio/fortio#797</a>)</li> </ul> <p>Also update to fortio.org/log and scli with support for logging goRoutine ID (<code>r=</code> in json logs, <code>[]</code> after timestamp in colorized output)</p> <p><strong>Full Changelog</strong>: <a href="https://github.com/fortio/fortio/compare/v1.57.3...v1.57.4">https://github.com/fortio/fortio/compare/v1.57.3...v1.57.4</a></p> <h2>Fortio 1.57.3</h2> <h2>What's Changed</h2> <ul> <li>Rebuilt with go 1.20.6 (security fix)</li> </ul> <p>(1.57.1 and .2 were miss build due to <a href="https://redirect.github.com/fortio/fortio/issues/793">#793</a> / docker ce upstream image error)</p> <p><strong>Full Changelog</strong>: <a href="https://github.com/fortio/fortio/compare/v1.57.0...v1.57.3">https://github.com/fortio/fortio/compare/v1.57.0...v1.57.3</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/fortio/fortio/commit/67b7744c810d8520599076765f037009164c9f8f"><code>67b7744</code></a> Save the async result file even on init error (like invalid host/target) (<a href="https://redirect.github.com/fortio/fortio/issues/797">#797</a>)</li> <li><a href="https://github.com/fortio/fortio/commit/baf9facde964fac1362f2d1d77d871319592141f"><code>baf9fac</code></a> Bump docker/setup-buildx-action from 2.9.0 to 2.9.1 (<a href="https://redirect.github.com/fortio/fortio/issues/795">#795</a>)</li> <li><a href="https://github.com/fortio/fortio/commit/c1c5e58906de3bb19779c1545d3a70bd649b3e63"><code>c1c5e58</code></a> fix <a href="https://redirect.github.com/fortio/fortio/issues/793">#793</a>, ppc64le is back (<a href="https://redirect.github.com/fortio/fortio/issues/794">#794</a>)</li> <li><a href="https://github.com/fortio/fortio/commit/157dfd34009318985d8b4b2e1952039864c51808"><code>157dfd3</code></a> fix workflow too (<a href="https://redirect.github.com/fortio/fortio/issues/792">#792</a>)</li> <li><a href="https://github.com/fortio/fortio/commit/e541e399f66bd207dcc2fc660469f191e448318c"><code>e541e39</code></a> update to go1.20.6 - had to drop linux/ppc64le for now as there was some down...</li> <li><a href="https://github.com/fortio/fortio/commit/abdbd19c797965cccab3a0b784d8474ad71819cf"><code>abdbd19</code></a> Bump docker/setup-buildx-action from 2.8.0 to 2.9.0 (<a href="https://redirect.github.com/fortio/fortio/issues/790">#790</a>)</li> <li>See full diff in <a href="https://github.com/fortio/fortio/compare/v1.57.0...v1.57.4">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.57.0&new-version=1.57.4)](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 will merge this PR once CI passes on it, as requested by @ldemailly. [//]: # (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:34 +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#56
No description provided.