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

.github: Update main branch version to v2.0.0-main #10581

Merged
merged 3 commits into from
Feb 6, 2025

Conversation

timflannagan
Copy link
Member

Description

Replace the v0.0.0-main tagging convention that was introduced with the #10540 changes in favor of the v2.0.0-main tag in the release GHA workflow. Previously, the v0.0.0-main tag was a introduced as 1. a workaround to helm chart requiring valid semver tags, and 2. a placeholder until we formed consensus around the desired tagging convention going forward.

Related to #10559.

Checklist:

  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • I have added tests that prove my fix is effective or that my feature works

@timflannagan
Copy link
Member Author

Testing this in my fork first. Let's figure out any gaps with this tagging structure and whether there's any impact to module imports with v2+ versions.

Copy link
Member Author

Choose a reason for hiding this comment

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

TODO: Need to update the "v0.0.0-main" reference in the release notes conditional too. See https://github.com/timflannagan/kgateway/releases/tag/v2.0.0-main.

@@ -4,7 +4,7 @@ on:
push:
tags:
- 'v*'
- '!v0.0.0-main'
- '!v2.0.0-main'
Copy link
Contributor

Choose a reason for hiding this comment

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

will this stay at 2.0.0-main as long as we are on 2.x? or do we need to update to 2.1.0-main etc, in the future?

@jenshu jenshu added this pull request to the merge queue Feb 6, 2025
Merged via the queue into kgateway-dev:main with commit 322714e Feb 6, 2025
9 checks passed
@timflannagan timflannagan deleted the release/update-main-tag branch February 6, 2025 21:32
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.

3 participants