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

[CI] Support Edge Releases with Remote Provider #7913

Merged

Conversation

theBeginner86
Copy link
Member

@theBeginner86 theBeginner86 commented Jun 21, 2023

Notes for Reviewers

This PR updates the edge release workflow for

  1. Seeding the latest Git tag in Meshery Server so that it can be checked by the remote provider for min compatibility
  2. Update Docker image tagging to add support versioned edge releases.

Would allow edge release users to use any remote provider while logging into Meshery

This PR fixes #7850

Signed commits

  • Yes, I signed my commits.

Signed-off-by: Pranav Singh <pranavsingh02@hotmail.com>
@github-actions github-actions bot added the area/ci Continuous Integration label Jun 21, 2023
@github-actions
Copy link

@@ -27,10 +27,13 @@ jobs:
password: ${{ secrets.DOCKER_PASSWORD }}
- name: Docker edge build & tag
run: |
DOCKER_BUILDKIT=1 docker build -f install/docker/Dockerfile --no-cache -t ${{ secrets.IMAGE_NAME }}:edge-latest --build-arg TOKEN=${{ secrets.GLOBAL_TOKEN }} --build-arg GIT_COMMITSHA=${GITHUB_SHA::8} --build-arg GIT_VERSION="edge-latest" --build-arg RELEASE_CHANNEL=${RELEASE_CHANNEL} .
Copy link
Member

Choose a reason for hiding this comment

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

The edge-latest still gets included, right? We're just adding a release number tag, too.

Copy link
Member

Choose a reason for hiding this comment

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

Can you offer an example of what the "release number" will be for an edge release? edge-v0.6.99-1? Or are we going to keep overwriting the same tag edge-v0.6.99 until a new stable release is made?

Copy link
Member

Choose a reason for hiding this comment

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

I see that the latter is true. ✅

@leecalcote leecalcote merged commit 2bab93b into meshery:master Jun 23, 2023
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/ci Continuous Integration
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[CI] Enhance Edge Release Channel with Versioning
2 participants