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

Fix issue when listing daemonset pods #19

Merged
merged 2 commits into from
Aug 13, 2024
Merged

Fix issue when listing daemonset pods #19

merged 2 commits into from
Aug 13, 2024

Conversation

scoquelin
Copy link
Contributor

This should fix this issue where the same pod ref keeps being added to the list of matching pods instead of the ref of each different pod matching the criteria.

Closes #18

@scoquelin
Copy link
Contributor Author

@chomatdam @josmo added unit test to test the fix and confirm existing issue (test does not pass without the fix in place)

I think at this point it would be good to do a minor release after this PR is merged.

I noticed that there is a v0.5.2 published here but no corresponding release in the repo so would be a good opportunity to get things aligned.

@scoquelin scoquelin requested a review from josmo August 13, 2024 18:09
@chomatdam
Copy link

chomatdam commented Aug 13, 2024

@scoquelin maybe merging in a separate PR something like that before to get the same style as here for releases with feat/fix/chore

@scoquelin
Copy link
Contributor Author

@chomatdam OK so if I understand correctly having this in place would automate the manual process of releasing through Github UI after pushing the tag directly to the git repo ?

@scoquelin scoquelin merged commit f7aea69 into main Aug 13, 2024
2 checks passed
@scoquelin scoquelin deleted the fix-matching-pods branch August 13, 2024 18:44
@scoquelin scoquelin restored the fix-matching-pods branch August 13, 2024 18:44
@scoquelin scoquelin deleted the fix-matching-pods branch August 13, 2024 18:44
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.

Bug in listing daemonset pods
2 participants