Skip to content

Backport(v1.16): gem: fix uri gem version to keep IPv6 tests (#5142)#5143

Closed
Watson1978 wants to merge 1 commit intov1.16from
backport-to-1.16/pr5142
Closed

Backport(v1.16): gem: fix uri gem version to keep IPv6 tests (#5142)#5143
Watson1978 wants to merge 1 commit intov1.16from
backport-to-1.16/pr5142

Conversation

@Watson1978
Copy link
Contributor

Backport #5142

Which issue(s) this PR fixes:
Related to #5141

What this PR does / why we need it:
Since uri 1.1.0, Net::HTTP will cause a URI::InvalidComponentError if we use IPv6 address.
To avoid the error, this PR will fix uri version to 1.0.x.

Docs Changes:

Release Note:

**Which issue(s) this PR fixes**:
Related to #5141

**What this PR does / why we need it**:
Since uri 1.1.0, `Net::HTTP` will cause a `URI::InvalidComponentError`
if we use IPv6 address.
To avoid the error, this PR will fix uri version to 1.0.x.

**Docs Changes**:

**Release Note**:

Signed-off-by: Shizuo Fujita <fujita@clear-code.com>
@Watson1978 Watson1978 requested review from daipom and kenhys November 6, 2025 02:27
@Watson1978 Watson1978 added this to the v1.16.11 milestone Nov 6, 2025
@Watson1978
Copy link
Contributor Author

We added a dependency to uri gem on Fluentd 1.19 in #4774.
However, it does not exist in Fluentd 1.16.

So, Fluentd 1.16 does not need this backport.

@Watson1978 Watson1978 closed this Nov 6, 2025
@Watson1978 Watson1978 removed this from the v1.16.11 milestone Nov 6, 2025
@Watson1978 Watson1978 deleted the backport-to-1.16/pr5142 branch November 6, 2025 03:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

Comments