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/cmd-nsc #783

Merged
merged 1 commit into from
Apr 15, 2021

Conversation

nsmbot
Copy link
Contributor

@nsmbot nsmbot commented Apr 15, 2021

commit 0ef9cca Author: NSMBot [email protected] Date: Thu Apr 15 15:01:31 2021 +0000 Update application version to latest version from networkservicemesh/cmd-nsc@master networkservicemesh/cmd-nsc# networkservicemesh/cmd-nsc PR link: https://github.com/networkservicemesh/cmd-nsc/pull/ networkservicemesh/cmd-nsc commit message: commit 44f149c93eb9eb0f790ee2a62e573e8c6fca73c2 Author: Network Service Mesh Bot [email protected] Date: Thu Apr 15 10:01:03 2021 -0500 Update go.mod and go.sum to latest version from networkservicemesh/sd… Signed-off-by: NSMBot [email protected]

…cmd-nsc@master networkservicemesh/cmd-nsc#

networkservicemesh/cmd-nsc PR link: https://github.com/networkservicemesh/cmd-nsc/pull/

networkservicemesh/cmd-nsc commit message:
commit 44f149c93eb9eb0f790ee2a62e573e8c6fca73c2
Author: Network Service Mesh Bot <[email protected]>
Date:   Thu Apr 15 10:01:03 2021 -0500

    Update go.mod and go.sum to latest version from networkservicemesh/sd…

Signed-off-by: NSMBot <[email protected]>
@github-actions github-actions bot merged commit 8fd491c into main Apr 15, 2021
nsmbot pushed a commit that referenced this pull request Oct 7, 2024
…d-nsc-init@main

PR link: networkservicemesh/cmd-nsc-init#783

Commit: fdbe9a9
Author: Network Service Mesh Bot
Date: 2024-10-07 04:58:56 -0500
Message:
  - Update go.mod and go.sum to latest version from networkservicemesh/sdk-sriov@main (#783)
PR link: networkservicemesh/sdk-sriov#613
Commit: 599c227
Author: Network Service Mesh Bot
Date: 2024-10-07 04:47:39 -0500
Message:
    - Update go.mod and go.sum to latest version from networkservicemesh/sdk-kernel@main (#613)
PR link: networkservicemesh/sdk-kernel#684
Commit: 77b47a9
Author: Network Service Mesh Bot
Date: 2024-10-07 04:43:40 -0500
Message:
        - Update go.mod and go.sum to latest version from networkservicemesh/sdk@main (#684)
PR link: networkservicemesh/sdk#1677
Commit: 76b397f
Author: Nikita Skrynnik
Date: 2024-10-07 16:41:10 +0700
Message:
                - Use NetworkServiceResponses instead of NetworkServices in memory registry (#1677)
* use NetworkServiceResponses instead of NetworkServices in memory registry
* add a test for checking  field
* fix go lintre issues
* fix concurrency problems in the test
---------
Signed-off-by: NSMBot <[email protected]>
nsmbot pushed a commit that referenced this pull request Oct 16, 2024
…d-forwarder-sriov@main

PR link: networkservicemesh/cmd-forwarder-sriov#783

Commit: 9e8ea6d
Author: Network Service Mesh Bot
Date: 2024-10-16 06:22:41 -0500
Message:
  - Update go.mod and go.sum to latest version from networkservicemesh/sdk-sriov@main (#783)
PR link: networkservicemesh/sdk-sriov#616
Commit: a522b97
Author: Network Service Mesh Bot
Date: 2024-10-16 06:19:14 -0500
Message:
    - Update go.mod and go.sum to latest version from networkservicemesh/sdk-kernel@main (#616)
PR link: networkservicemesh/sdk-kernel#689
Commit: 40426fd
Author: Network Service Mesh Bot
Date: 2024-10-16 06:15:47 -0500
Message:
        - Update go.mod and go.sum to latest version from networkservicemesh/sdk@main (#689)
PR link: networkservicemesh/sdk#1679
Commit: 3801206
Author: Vladislav Byrgazov
Date: 2024-10-16 16:13:26 +0500
Message:
                - Updated strict IPAM and added dualstack IP pool (#1679)
* add fix for ipam
* another fix
* add a unit test for ipam issue
* add fix for ipam
* another fix
* add ip context validation
* properly delete addresses
* rework ip context validation
* temporarily skip failing tests
* fix CI issues
* fix all tests
* fix unit tests
* fix go linter issues
* cleanup
* add ipv6 unit test
* cleanup
* fix go linter issues
* Replaced strict ipam by filteripam implementation
* Added dualstack ippool, updated tests
* Fixed dualstack ippool
* Fix linter errors
* Fixed ippool test input data format
---------
Signed-off-by: NikitaSkrynnik <[email protected]>
Signed-off-by: Vladislav Byrgazov <[email protected]>
Signed-off-by: NSMBot <[email protected]>
nsmbot added a commit that referenced this pull request Oct 16, 2024
…d-forwarder-sriov@main (#12439)

PR link: networkservicemesh/cmd-forwarder-sriov#783

Commit: 9e8ea6d
Author: Network Service Mesh Bot
Date: 2024-10-16 06:22:41 -0500
Message:
  - Update go.mod and go.sum to latest version from networkservicemesh/sdk-sriov@main (#783)
PR link: networkservicemesh/sdk-sriov#616
Commit: a522b97
Author: Network Service Mesh Bot
Date: 2024-10-16 06:19:14 -0500
Message:
    - Update go.mod and go.sum to latest version from networkservicemesh/sdk-kernel@main (#616)
PR link: networkservicemesh/sdk-kernel#689
Commit: 40426fd
Author: Network Service Mesh Bot
Date: 2024-10-16 06:15:47 -0500
Message:
        - Update go.mod and go.sum to latest version from networkservicemesh/sdk@main (#689)
PR link: networkservicemesh/sdk#1679
Commit: 3801206
Author: Vladislav Byrgazov
Date: 2024-10-16 16:13:26 +0500
Message:
                - Updated strict IPAM and added dualstack IP pool (#1679)
* add fix for ipam
* another fix
* add a unit test for ipam issue
* add fix for ipam
* another fix
* add ip context validation
* properly delete addresses
* rework ip context validation
* temporarily skip failing tests
* fix CI issues
* fix all tests
* fix unit tests
* fix go linter issues
* cleanup
* add ipv6 unit test
* cleanup
* fix go linter issues
* Replaced strict ipam by filteripam implementation
* Added dualstack ippool, updated tests
* Fixed dualstack ippool
* Fix linter errors
* Fixed ippool test input data format
---------

Signed-off-by: NikitaSkrynnik <[email protected]>
Signed-off-by: Vladislav Byrgazov <[email protected]>
Signed-off-by: NSMBot <[email protected]>
Co-authored-by: NSMBot <[email protected]>
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