[PR #68] [CLOSED] Bump fortio.org/fortio from 1.58.0 to 1.60.1 #73

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

📋 Pull Request Information

Original PR: https://github.com/fortio/dnsping/pull/68
Author: @dependabot[bot]
Created: 9/18/2023
Status: Closed

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


📝 Commits (1)

  • 3b20522 Bump fortio.org/fortio from 1.58.0 to 1.60.1

📊 Changes

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

View changed files

📝 go.mod (+7 -7)
📝 go.sum (+14 -14)

📄 Description

Bumps fortio.org/fortio from 1.58.0 to 1.60.1.

Release notes

Sourced from fortio.org/fortio's releases.

Fortio 1.60.1

What's Changed

  • Bug fix for fortiotel / long version in fortio UI footer (Bump fortio.org/version from 1.0.2 to 1.0.3 fortio/fortio#840)
  • GRPC lib seems to have a pretty important bug fix (Bump google.golang.org/grpc from 1.58.0 to 1.58.1 fortio/fortio#841)

Full Changelog: https://github.com/fortio/fortio/compare/v1.60.0...v1.60.1

Fortio 1.60.0

What's Changed

New Contributors

Full Changelog: https://github.com/fortio/fortio/compare/v1.59.0...v1.60.0

Fortio 1.59.0

What's Changed

Full Changelog: https://github.com/fortio/fortio/compare/v1.58.0...v1.59.0

Commits
  • dcad10f Bump google.golang.org/grpc from 1.58.0 to 1.58.1 (#841)
  • 42f6cca Bump fortio.org/version from 1.0.2 to 1.0.3 (#840)
  • 616c1db Bump actions/checkout from 3.5.3 to 4.0.0 (#828)
  • 50c8564 Bump docker/setup-buildx-action from 2.9.1 to 3.0.0 (#835)
  • 7a4c975 Bump docker/setup-qemu-action from 2.2.0 to 3.0.0 (#839)
  • 580acbe Bump docker/login-action from 2.2.0 to 3.0.0 (#838)
  • 3908a08 close the cpu profile file right after stop cpu profile (#823)
  • 23800f3 Bump docker/build-push-action from 4.2.1 to 5.0.0 (#836)
  • c52758c go 1.20.8 build image (and thus govulncheck will stop complaining) (#837)
  • dcf94ed Bump docker/build-push-action from 4.1.1 to 4.2.1 (#832)
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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/68 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 9/18/2023 **Status:** ❌ Closed **Base:** `main` ← **Head:** `dependabot/go_modules/fortio.org/fortio-1.60.1` --- ### 📝 Commits (1) - [`3b20522`](https://github.com/fortio/dnsping/commit/3b20522d67b8c5a2565fc4a2818564e71e7dff50) Bump fortio.org/fortio from 1.58.0 to 1.60.1 ### 📊 Changes **2 files changed** (+21 additions, -21 deletions) <details> <summary>View changed files</summary> 📝 `go.mod` (+7 -7) 📝 `go.sum` (+14 -14) </details> ### 📄 Description Bumps [fortio.org/fortio](https://github.com/fortio/fortio) from 1.58.0 to 1.60.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.60.1</h2> <h2>What's Changed</h2> <ul> <li>Bug fix for fortiotel / long version in fortio UI footer (Bump fortio.org/version from 1.0.2 to 1.0.3 <a href="https://redirect.github.com/fortio/fortio/pull/840">fortio/fortio#840</a>)</li> <li>GRPC lib seems to have a pretty important bug fix (Bump google.golang.org/grpc from 1.58.0 to 1.58.1 <a href="https://redirect.github.com/fortio/fortio/pull/841">fortio/fortio#841</a>)</li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/fortio/fortio/compare/v1.60.0...v1.60.1">https://github.com/fortio/fortio/compare/v1.60.0...v1.60.1</a></p> <h2>Fortio 1.60.0</h2> <h2>What's Changed</h2> <ul> <li>grpc ping support compression option by <a href="https://github.com/wulianglongrd"><code>@​wulianglongrd</code></a> in <a href="https://redirect.github.com/fortio/fortio/pull/819">fortio/fortio#819</a></li> <li>go 1.20.8 build image (and <a href="https://redirect.github.com/fortio/fortio/issues/833">#833</a> and <a href="https://redirect.github.com/fortio/fortio/issues/830">#830</a> bug fixes) by <a href="https://github.com/ldemailly"><code>@​ldemailly</code></a> in <a href="https://redirect.github.com/fortio/fortio/pull/837">fortio/fortio#837</a></li> <li>cli grpc support profile option by <a href="https://github.com/wulianglongrd"><code>@​wulianglongrd</code></a> in <a href="https://redirect.github.com/fortio/fortio/pull/820">fortio/fortio#820</a></li> <li>Remove the empty file .gitmodules by <a href="https://github.com/haiyuewa"><code>@​haiyuewa</code></a> in <a href="https://redirect.github.com/fortio/fortio/pull/818">fortio/fortio#818</a></li> <li>Close the cpu profile file right after stop cpu profile by <a href="https://github.com/ldemailly"><code>@​ldemailly</code></a> in <a href="https://redirect.github.com/fortio/fortio/pull/823">fortio/fortio#823</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/haiyuewa"><code>@​haiyuewa</code></a> made their first contribution in <a href="https://redirect.github.com/fortio/fortio/pull/818">fortio/fortio#818</a></li> <li><a href="https://github.com/wulianglongrd"><code>@​wulianglongrd</code></a> made their first contribution in <a href="https://redirect.github.com/fortio/fortio/pull/820">fortio/fortio#820</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/fortio/fortio/compare/v1.59.0...v1.60.0">https://github.com/fortio/fortio/compare/v1.59.0...v1.60.0</a></p> <h2>Fortio 1.59.0</h2> <h2>What's Changed</h2> <ul> <li>Bump golang.org/x/net from 0.13.0 to 0.14.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/fortio/fortio/pull/816">fortio/fortio#816</a></li> <li>[jrpc] Add support for optional custom allowed http status codes and custom TLS options or custom http client by <a href="https://github.com/ldemailly"><code>@​ldemailly</code></a> in <a href="https://redirect.github.com/fortio/fortio/pull/817">fortio/fortio#817</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/fortio/fortio/compare/v1.58.0...v1.59.0">https://github.com/fortio/fortio/compare/v1.58.0...v1.59.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/fortio/fortio/commit/dcad10f29dab524eeb5a94c3037a63d04f101310"><code>dcad10f</code></a> Bump google.golang.org/grpc from 1.58.0 to 1.58.1 (<a href="https://redirect.github.com/fortio/fortio/issues/841">#841</a>)</li> <li><a href="https://github.com/fortio/fortio/commit/42f6cca80ddbc04e4b151646bfeb3dc6db64f335"><code>42f6cca</code></a> Bump fortio.org/version from 1.0.2 to 1.0.3 (<a href="https://redirect.github.com/fortio/fortio/issues/840">#840</a>)</li> <li><a href="https://github.com/fortio/fortio/commit/616c1dbb73fdab150cd59a9a7b43a307d08ba212"><code>616c1db</code></a> Bump actions/checkout from 3.5.3 to 4.0.0 (<a href="https://redirect.github.com/fortio/fortio/issues/828">#828</a>)</li> <li><a href="https://github.com/fortio/fortio/commit/50c85646b1a15ef56635e92cb1563cecbc497754"><code>50c8564</code></a> Bump docker/setup-buildx-action from 2.9.1 to 3.0.0 (<a href="https://redirect.github.com/fortio/fortio/issues/835">#835</a>)</li> <li><a href="https://github.com/fortio/fortio/commit/7a4c9753285107d7d56a191e14175c35afbe618e"><code>7a4c975</code></a> Bump docker/setup-qemu-action from 2.2.0 to 3.0.0 (<a href="https://redirect.github.com/fortio/fortio/issues/839">#839</a>)</li> <li><a href="https://github.com/fortio/fortio/commit/580acbe767b09b7b8aea542366043047567b7ee4"><code>580acbe</code></a> Bump docker/login-action from 2.2.0 to 3.0.0 (<a href="https://redirect.github.com/fortio/fortio/issues/838">#838</a>)</li> <li><a href="https://github.com/fortio/fortio/commit/3908a088c69f3675816e7807319ba523bec41287"><code>3908a08</code></a> close the cpu profile file right after stop cpu profile (<a href="https://redirect.github.com/fortio/fortio/issues/823">#823</a>)</li> <li><a href="https://github.com/fortio/fortio/commit/23800f334e14b46f7d1df369e5d0f888029ecf9e"><code>23800f3</code></a> Bump docker/build-push-action from 4.2.1 to 5.0.0 (<a href="https://redirect.github.com/fortio/fortio/issues/836">#836</a>)</li> <li><a href="https://github.com/fortio/fortio/commit/c52758c2d54c7afea15bf3507cb2b7184f6f81f8"><code>c52758c</code></a> go 1.20.8 build image (and thus govulncheck will stop complaining) (<a href="https://redirect.github.com/fortio/fortio/issues/837">#837</a>)</li> <li><a href="https://github.com/fortio/fortio/commit/dcf94ed1eb8fd5ba231469caf5b8a31648254546"><code>dcf94ed</code></a> Bump docker/build-push-action from 4.1.1 to 4.2.1 (<a href="https://redirect.github.com/fortio/fortio/issues/832">#832</a>)</li> <li>Additional commits viewable in <a href="https://github.com/fortio/fortio/compare/v1.58.0...v1.60.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.58.0&new-version=1.60.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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@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:08:23 +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#73
No description provided.