Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Patch incorrect local IPv4 address #334

Merged
merged 1 commit into from
Jan 18, 2024

Conversation

chrisdoherty4
Copy link
Member

Closes #325

When requesting the EC2 /local-ipv4 endpoint the first address was always being returned irrespective of whether a private address existed on the Hardware resource.

When requesting the EC2 /local-ipv4 endpoint the first address was
always being returned irrespective of whether a private address existed
on the Hardware resource.

Signed-off-by: Chris Doherty <chris.doherty4@gmail.com>
Copy link

codecov bot commented Jan 18, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (db71be0) 77.85% compared to head (ccc2ddb) 77.85%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #334   +/-   ##
=======================================
  Coverage   77.85%   77.85%           
=======================================
  Files          18       18           
  Lines         429      429           
=======================================
  Hits          334      334           
  Misses         82       82           
  Partials       13       13           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@jacobweinstock jacobweinstock added the kind/bug Categorizes issue or PR as related to a bug. label Jan 18, 2024
@chrisdoherty4
Copy link
Member Author

@mergify queue

Copy link
Contributor

mergify bot commented Jan 18, 2024

queue

✅ The pull request has been merged automatically

The pull request has been merged automatically at b3423a0

@chrisdoherty4
Copy link
Member Author

@mergify backport v0.12

Copy link
Contributor

mergify bot commented Jan 18, 2024

backport v0.12

✅ Backports have been created

@mergify mergify bot merged commit b3423a0 into tinkerbell:main Jan 18, 2024
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Categorizes issue or PR as related to a bug.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

PublicIPv4 of EC2Instance always takes 1st IP address from Hardware
2 participants