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

Uplift to nsm v1.13.2 #536

Merged
merged 2 commits into from
Jul 18, 2024
Merged

Uplift to nsm v1.13.2 #536

merged 2 commits into from
Jul 18, 2024

Conversation

zolug
Copy link
Collaborator

@zolug zolug commented Jul 16, 2024

Description

Uplift dependencies to nsm v1.13.2.

NSM interface name generator no longer relies on connection ID. Therefore, the proxy has been also modified by removing the random UUID prefix part from the connection ID used to request connections to stateless-lbs.

Issue link

Checklist

  • Purpose
    • Bug fix
    • New functionality
    • Documentation
    • Refactoring
    • CI
  • Test
    • Unit test
    • E2E Test
    • Tested manually
  • Introduce a breaking change
    • Yes (description required)
    • No

Copy link
Member

@LionelJouin LionelJouin left a comment

Choose a reason for hiding this comment

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

Could you also add the version to: test/e2e/environment/kind-operator/test-scope.yaml
This is read by the CI to find which versions to run,

go.mod Outdated Show resolved Hide resolved
Since nsm v1.13.2 the interface name generator no longer considers
the connection ID. Thus, there was not much point keeping the random
UUID prefix when creating the connection ID for proxy -> LB connection
requests. From now on old connections are looked up using nsm monitor
connection feature prior to requesting a connection to an LB.
@zolug zolug merged commit 921858b into master Jul 18, 2024
13 checks passed
@zolug zolug deleted the nsm-sdk-uplift branch August 13, 2024 13:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: No status
Development

Successfully merging this pull request may close these issues.

2 participants