[PR #12] [CLOSED] Bump fortio.org/fortio from 1.38.2 to 1.38.4 #19

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

📋 Pull Request Information

Original PR: https://github.com/fortio/dnsping/pull/12
Author: @dependabot[bot]
Created: 11/14/2022
Status: Closed

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


📝 Commits (1)

  • 3a5ed84 Bump fortio.org/fortio from 1.38.2 to 1.38.4

📊 Changes

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

View changed files

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

📄 Description

Bumps fortio.org/fortio from 1.38.2 to 1.38.4.

Release notes

Sourced from fortio.org/fortio's releases.

Fortio 1.38.4

What's Changed

fortio/fortio#654

  • Fixed bug with not detecting extra arguments for fortio server (so for instance fortio server loglevel verbose wasn't erroring out despite missing - (#652)
  • Fixed bug where network or other early errors in fortio curl (or fcurl) wouldn't yield exit 1 status code (#653)
  • Added tests for the above
  • Bumped some go package dependencies

Full Changelog: https://github.com/fortio/fortio/compare/v1.38.3...v1.38.4

Fortio 1.38.3

What's Changed

  • You can now override the default User-Agent or even delete it by passing -H user-agent: - also fixed proxy related issues with std go client tendency to add it's own User-Agent: when absent from the request. fortio/fortio#649
  • Resurrected the dockerhub autobuild of fortio/fortio.fcurl and fortio.echosrv smaller images.
  • Bump build image (go 1.19.3), added govulncheck, fix permissions in /go - also stop using /go/src in ci/dockerfiles - fortio/fortio#641
  • Updates to a lot of github actions, pinning updates, eliminate most CI warnings. fortio/fortio#647 + dependabot updates.

Full Changelog: https://github.com/fortio/fortio/compare/v1.38.2...v1.38.3

Commits
  • 860b2f9 added test for #652, stepped on #653 while testing the test, added test for t...
  • 08dd2ac support User-Agent change and deletion from -H, simplify UI for headers (#649)
  • 224f9c7 codeql v2 and a lot of github actions update, sha pinning in dockerfile etc (...
  • 9f500ab Bump docker/setup-buildx-action from 1.7.0 to 2.2.1 (#646)
  • 3b6e76a Bump docker/setup-qemu-action from 1.2.0 to 2.1.0 (#645)
  • 4783f61 Bump docker/login-action from 1.10.0 to 2.1.0 (#644)
  • 2d145c5 Bump docker/build-push-action from 2.5.0 to 3.2.0 (#643)
  • 7bd4442 bump build image (go 1.19.3), added govulncheck, fix permissions in /go - als...
  • 1b84463 README formatting and links correction (#636)
  • 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 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/12 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 11/14/2022 **Status:** ❌ Closed **Base:** `main` ← **Head:** `dependabot/go_modules/fortio.org/fortio-1.38.4` --- ### 📝 Commits (1) - [`3a5ed84`](https://github.com/fortio/dnsping/commit/3a5ed8427f3feeee814ebcb2ccf0cfeaaa4eaf0a) Bump fortio.org/fortio from 1.38.2 to 1.38.4 ### 📊 Changes **2 files changed** (+20 additions, -20 deletions) <details> <summary>View changed files</summary> 📝 `go.mod` (+6 -6) 📝 `go.sum` (+14 -14) </details> ### 📄 Description Bumps [fortio.org/fortio](https://github.com/fortio/fortio) from 1.38.2 to 1.38.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.38.4</h2> <h2>What's Changed</h2> <p><a href="https://github-redirect.dependabot.com/fortio/fortio/pull/654">fortio/fortio#654</a></p> <ul> <li>Fixed bug with not detecting extra arguments for fortio server (so for instance <code>fortio server loglevel verbose</code> wasn't erroring out despite missing <code>-</code> (<a href="https://github-redirect.dependabot.com/fortio/fortio/issues/652">#652</a>)</li> <li>Fixed bug where network or other early errors in <code>fortio curl</code> (or <code>fcurl</code>) wouldn't yield exit 1 status code (<a href="https://github-redirect.dependabot.com/fortio/fortio/issues/653">#653</a>)</li> <li>Added tests for the above</li> <li>Bumped some go package dependencies</li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/fortio/fortio/compare/v1.38.3...v1.38.4">https://github.com/fortio/fortio/compare/v1.38.3...v1.38.4</a></p> <h2>Fortio 1.38.3</h2> <h2>What's Changed</h2> <ul> <li>You can now override the default User-Agent or even delete it by passing <code>-H user-agent:</code> - also fixed proxy related issues with std go client tendency to add it's own User-Agent: when absent from the request. <a href="https://github-redirect.dependabot.com/fortio/fortio/pull/649">fortio/fortio#649</a></li> <li>Resurrected the dockerhub autobuild of fortio/fortio.fcurl and fortio.echosrv smaller images.</li> <li>Bump build image (go 1.19.3), added govulncheck, fix permissions in /go - also stop using /go/src in ci/dockerfiles - <a href="https://github-redirect.dependabot.com/fortio/fortio/pull/641">fortio/fortio#641</a></li> <li>Updates to a lot of github actions, pinning updates, eliminate most CI warnings. <a href="https://github-redirect.dependabot.com/fortio/fortio/pull/647">fortio/fortio#647</a> + dependabot updates.</li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/fortio/fortio/compare/v1.38.2...v1.38.3">https://github.com/fortio/fortio/compare/v1.38.2...v1.38.3</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/fortio/fortio/commit/860b2f915597a1c48e6d74e6140ff94998093593"><code>860b2f9</code></a> added test for <a href="https://github-redirect.dependabot.com/fortio/fortio/issues/652">#652</a>, stepped on <a href="https://github-redirect.dependabot.com/fortio/fortio/issues/653">#653</a> while testing the test, added test for t...</li> <li><a href="https://github.com/fortio/fortio/commit/08dd2acc5743434a27962a811780786dcc9361f6"><code>08dd2ac</code></a> support User-Agent change and deletion from -H, simplify UI for headers (<a href="https://github-redirect.dependabot.com/fortio/fortio/issues/649">#649</a>)</li> <li><a href="https://github.com/fortio/fortio/commit/224f9c7a704dc6f676f885f4159877b00ab36234"><code>224f9c7</code></a> codeql v2 and a lot of github actions update, sha pinning in dockerfile etc (...</li> <li><a href="https://github.com/fortio/fortio/commit/9f500ab017184b15eefd287e679c3483504eee32"><code>9f500ab</code></a> Bump docker/setup-buildx-action from 1.7.0 to 2.2.1 (<a href="https://github-redirect.dependabot.com/fortio/fortio/issues/646">#646</a>)</li> <li><a href="https://github.com/fortio/fortio/commit/3b6e76a5410f7940fe73455aa9bcb5d382dba8c0"><code>3b6e76a</code></a> Bump docker/setup-qemu-action from 1.2.0 to 2.1.0 (<a href="https://github-redirect.dependabot.com/fortio/fortio/issues/645">#645</a>)</li> <li><a href="https://github.com/fortio/fortio/commit/4783f6150dfd5ab58d03416f0222dc726d02b429"><code>4783f61</code></a> Bump docker/login-action from 1.10.0 to 2.1.0 (<a href="https://github-redirect.dependabot.com/fortio/fortio/issues/644">#644</a>)</li> <li><a href="https://github.com/fortio/fortio/commit/2d145c55ccbc719eca47a5dd361db433632662f9"><code>2d145c5</code></a> Bump docker/build-push-action from 2.5.0 to 3.2.0 (<a href="https://github-redirect.dependabot.com/fortio/fortio/issues/643">#643</a>)</li> <li><a href="https://github.com/fortio/fortio/commit/7bd444227e975ceffa0e5c2d9323cb913f7b624b"><code>7bd4442</code></a> bump build image (go 1.19.3), added govulncheck, fix permissions in /go - als...</li> <li><a href="https://github.com/fortio/fortio/commit/1b84463d2b3d83d92e4c45864103408c876bdca2"><code>1b84463</code></a> README formatting and links correction (<a href="https://github-redirect.dependabot.com/fortio/fortio/issues/636">#636</a>)</li> <li>See full diff in <a href="https://github.com/fortio/fortio/compare/v1.38.2...v1.38.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.38.2&new-version=1.38.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-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:05: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#19
No description provided.