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 from update/networkservicemesh/sdk #80

Merged
merged 1 commit into from
Nov 9, 2022

Conversation

nsmbot
Copy link
Collaborator

@nsmbot nsmbot commented Oct 31, 2022

Update go.mod and go.sum to latest version from networkservicemesh/sdk@main
PR link: networkservicemesh/sdk#1369
Commit: fac60b4
Author: Toby Cabot
Date: 2022-10-31 04:36:15 -0400
Message:

  • ipv6 urls (# 1369)
  • Enhance FakeDNSResolver to track IP addresses
    FakeDNSResolver used to track only ports, addresses were always
    127.0.0.1. I'd like to write some unit tests for IPV6 so I need
    FakeDNSResolver to store and retrieve any address.
    As part of this work now fakeDNSResolver is better hidden, and no
    longer exported: clients/tests use NewFakeResolver() as a
    constructor, which returns a Resolver, and call AddSRVEntry() to add
    entries. This allows all client/test code to use Resolver exclusively.
    common_test.go appeared to be dead code so I deleted it. It had
    another implementation of a fake Resolver but no tests.
    Signed-off-by: Toby Cabot toby@acnodal.io
  • Enhance resolveDomain() to handle IPV6 URLs
    V6 addresses in URLs need to be wrapped in square brackets.
    Signed-off-by: Toby Cabot toby@acnodal.io
  • Fix CodeQL error
    "Incorrect conversion of an integer with architecture-dependent bit
    size from strconv.Atoi to a lower bit size type uint16 without an
    upper bound check."
    Signed-off-by: Toby Cabot toby@acnodal.io

@nsmbot nsmbot force-pushed the update/networkservicemesh/sdk branch 6 times, most recently from c4b6ca9 to f182d81 Compare November 8, 2022 11:46
…k@main

PR link: networkservicemesh/sdk#1380

Commit: e51c7ad
Author: Network Service Mesh Bot
Date: 2022-11-08 05:45:00 -0600
Message:
  - Update go.mod and go.sum to latest version from networkservicemesh/api@main (#1380)
PR link: networkservicemesh/api#150

Commit: f71f283
Author: Nikita Skrynnik
Date: 2022-11-08 17:52:51 +0700
Message:
    - add automerge reusable workflow (#150)
Signed-off-by: Nikita Skrynnik <nikita.skrynnik@xored.com>
Signed-off-by: NSMBot <nsmbot@networkservicmesh.io>

Signed-off-by: Nikita Skrynnik <nikita.skrynnik@xored.com>
Signed-off-by: NSMBot <nsmbot@networkservicmesh.io>
@nsmbot nsmbot force-pushed the update/networkservicemesh/sdk branch from f182d81 to a1d4989 Compare November 9, 2022 17:56
@nsmbot nsmbot merged commit d60a1f3 into main Nov 9, 2022
nsmbot pushed a commit to networkservicemesh/deployments-k8s that referenced this pull request Nov 9, 2022
…d-ipam-vl3@main

PR link: networkservicemesh/cmd-ipam-vl3#80

Commit: d60a1f3
Author: Network Service Mesh Bot
Date: 2022-11-09 12:00:15 -0600
Message:
  - Update go.mod and go.sum to latest version from networkservicemesh/sd…
Signed-off-by: NSMBot <nsmbot@networkservicmesh.io>
nsmbot pushed a commit to networkservicemesh/deployments-k8s that referenced this pull request Nov 9, 2022
…d-ipam-vl3@main

PR link: networkservicemesh/cmd-ipam-vl3#80

Commit: d60a1f3
Author: Network Service Mesh Bot
Date: 2022-11-09 12:00:15 -0600
Message:
  - Update go.mod and go.sum to latest version from networkservicemesh/sd…
Signed-off-by: NSMBot <nsmbot@networkservicmesh.io>
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