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

Fetch proxy with specific arch #4739

Merged
merged 3 commits into from
Jul 14, 2020
Merged

Conversation

aliariff
Copy link
Contributor

@aliariff aliariff commented Jul 9, 2020

@cpretzer @olix0r

Problem:
The linkerd2-proxy starting to release artifacts in multi-architecture (linkerd/linkerd2-proxy#593). The naming of the release artifacts now included the architecture name. The current proxy fetcher in linkerd2 repo does not follow that naming convention.

Solution:
Adjust the proxy fetcher to retrieve the amd64 version for now.

Note:
This PR must be merged after linkerd/linkerd2-proxy#593. And a new release tag will be published for the proxy and adjustment in file .proxy-version need to be made.

Signed-off-by: Ali Ariff ali.ariff12@gmail.com

Signed-off-by: Ali Ariff <ali.ariff12@gmail.com>
@aliariff aliariff requested a review from a team as a code owner July 9, 2020 16:33
Copy link
Member

@olix0r olix0r left a comment

Choose a reason for hiding this comment

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

Tested that we can properly update with git-commit-proxy-version

@olix0r
Copy link
Member

olix0r commented Jul 13, 2020

@aliariff You can update .proxy-version to reference v2.104.1 and, once that release is complete, this branch should pass CI.

@olix0r olix0r requested a review from a team July 14, 2020 00:06
Copy link
Contributor

@cpretzer cpretzer left a comment

Choose a reason for hiding this comment

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

LGTM thanks @aliariff

@olix0r olix0r merged commit d457178 into linkerd:main Jul 14, 2020
han-so1omon pushed a commit to han-so1omon/linkerd2 that referenced this pull request Jul 15, 2020
linkerd/linkerd2-proxy#593 changed the proxy
release process to produce platform-specific binaries.

This change modifies the bin/fetch-proxy script to fetch amd64-specific
binaries. The proxy version has been updated to v1.104.1, which includes
no code changes since v1.104.0.

Signed-off-by: Ali Ariff <ali.ariff12@gmail.com>
Signed-off-by: Eric Solomon <errcsool@engineer.com>
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.

None yet

3 participants