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

bug: Release workflow should play nice with GitHub Packages #2711

Open
cychiang opened this issue Jan 31, 2023 · 2 comments
Open

bug: Release workflow should play nice with GitHub Packages #2711

cychiang opened this issue Jan 31, 2023 · 2 comments
Assignees
Labels
kind/bug Categorizes issue or PR as related to a bug. lifecycle/rotten Denotes an issue or PR that has aged beyond stale and will be auto-closed.

Comments

@cychiang
Copy link
Contributor

Describe the bug

The kcp and syncer should use the same release version. In the release page, we can find the correct version of kcp and kubernetes-kcp-plugin for each release tag.

However, in the Packages for syncer, the tag for the image been override whenever there is a new commit been merged to the main branch.

In the end, it's difficult to figure it out whether the tag of the syncer is correct or not.

Steps To Reproduce

  1. Go to Release, take v0.10.0 as an example.
  2. You can find the correct binary files for kcp and kubernetes-kcp-plugins
  3. Go to Packages for syncer
  4. You're not able to find the correct version of the tag associate to kcp with v0.10.0

Expected Behaviour

I'm expecting the Installation section in the Packages should respect to the tag in releases

Additional Context

No response

@cychiang cychiang added the kind/bug Categorizes issue or PR as related to a bug. label Jan 31, 2023
@kcp-ci-bot
Copy link
Contributor

Issues go stale after 90d of inactivity.
After a furter 30 days, they will turn rotten.
Mark the issue as fresh with /remove-lifecycle stale.

If this issue is safe to close now please do so with /close.

/lifecycle stale

@kcp-ci-bot kcp-ci-bot added the lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. label Apr 15, 2024
@kcp-ci-bot
Copy link
Contributor

Stale issues rot after 30d of inactivity.
Mark the issue as fresh with /remove-lifecycle rotten.
Rotten issues close after an additional 30d of inactivity.

If this issue is safe to close now please do so with /close.

/lifecycle rotten

@kcp-ci-bot kcp-ci-bot added lifecycle/rotten Denotes an issue or PR that has aged beyond stale and will be auto-closed. and removed lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. labels May 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Categorizes issue or PR as related to a bug. lifecycle/rotten Denotes an issue or PR that has aged beyond stale and will be auto-closed.
Projects
Status: Backlog
Development

No branches or pull requests

3 participants