Skip to content

Conversation

@akerouanton
Copy link
Member

- What I did

Follow-up:

Commit 964155c tried to enclose all IPv6 addresses within brackets but missed some cases. This commit fixes that, and adds a few test cases.

- How I did it

- How to verify it

New unit tests.

- Description for the changelog

- Fix an issue preventing some IPv6 addresses shown by `docker ps` to be properly bracketed
Commit 964155c tried to enclose all IPv6 addresses within brackets but
missed some cases. This commit fixes that, and adds a few test cases.

Signed-off-by: Albin Kerouanton <[email protected]>
@codecov-commenter
Copy link

codecov-commenter commented Sep 23, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 59.74%. Comparing base (d47c36d) to head (3e27146).
Report is 89 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #5468      +/-   ##
==========================================
- Coverage   60.93%   59.74%   -1.20%     
==========================================
  Files         304      345      +41     
  Lines       21348    23431    +2083     
==========================================
+ Hits        13009    13999     +990     
- Misses       7409     8458    +1049     
- Partials      930      974      +44     
Copy link
Collaborator

@laurazard laurazard left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link
Member

@thaJeztah thaJeztah left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@thaJeztah thaJeztah merged commit 9d478be into docker:master Sep 23, 2024
@thaJeztah thaJeztah added this to the 28.0.0 milestone Sep 23, 2024
@akerouanton akerouanton deleted the fix-ps-ipv6 branch September 23, 2024 13:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

4 participants