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

Update dependencies #344

Merged
merged 10 commits into from
Oct 9, 2023
Merged

Conversation

jacobweinstock
Copy link
Member

@jacobweinstock jacobweinstock commented Sep 29, 2023

Description

This version provides improved logging and simplified server functions and methods. Also update all direct and transitive deps and add a dependabot config.

Why is this needed

Fixes: #

How Has This Been Tested?

How are existing users impacted? What migration steps/scripts do we need?

Checklist:

I have:

  • updated the documentation and/or roadmap (if required)
  • added unit or e2e tests
  • provided instructions on how to upgrade

This version provides improved logging and
simpilfied server functions and methods.

Signed-off-by: Jacob Weinstock <[email protected]>
@jacobweinstock
Copy link
Member Author

Hey @chrisdoherty4, mind checking this one out when you have some cycles?

cmd/smee/main.go Outdated
Comment on lines 226 to 228
defer func() {
_ = conn.Close()
}()
Copy link
Member

Choose a reason for hiding this comment

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

Does this throw a linter error when defering conn.Close() directly? If so, can we just use //nolint: ...?

Copy link
Member Author

Choose a reason for hiding this comment

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

its does. sure thing, will update.

Copy link
Member Author

Choose a reason for hiding this comment

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

hmmm....actually i dont think the linting will complain. i must have just done it assuming the linter would complain. regardless, i've updated it.

chrisdoherty4
chrisdoherty4 previously approved these changes Oct 4, 2023
Copy link
Member

@chrisdoherty4 chrisdoherty4 left a comment

Choose a reason for hiding this comment

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

1 minor comment.

Signed-off-by: Jacob Weinstock <[email protected]>
Signed-off-by: Jacob Weinstock <[email protected]>
Signed-off-by: Jacob Weinstock <[email protected]>
We were asking for an IP but showing a URL.

Signed-off-by: Jacob Weinstock <[email protected]>
@jacobweinstock
Copy link
Member Author

jacobweinstock commented Oct 5, 2023

Hey @chrisdoherty4. Sorry, couple minor updates to this one since you last reviewed. Thanks!

Signed-off-by: Jacob Weinstock <[email protected]>
Signed-off-by: Jacob Weinstock <[email protected]>
Signed-off-by: Jacob Weinstock <[email protected]>
Signed-off-by: Jacob Weinstock <[email protected]>
@jacobweinstock jacobweinstock changed the title Update to latest tinkerbell/dhcp lib: Update dependencies Oct 6, 2023
Signed-off-by: Jacob Weinstock <[email protected]>
@mergify mergify bot merged commit 970abbb into tinkerbell:main Oct 9, 2023
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ready-to-merge Signal to Mergify to merge the PR.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants