-
Notifications
You must be signed in to change notification settings - Fork 333
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
No releases since December 2020 #291
Comments
@mauriciopoppe @cofyc could you take a look at #289 and follow up on the attached PR to fix your |
I added /ok-to-test to the test-infra PR, unfortunately I don't have permissions to approve it @cofyc I saw that there are release instructions in https://github.com/kubernetes-sigs/sig-storage-local-static-provisioner/blob/master/RELEASE.md but are missing info about the changes needed in the helm chart, what do you suggest to do for a release, we're trying to have a new release with a newer version of the debian-base image in #295 |
I read the Chart releaser code and it wipes out the existing charts in the branch and does everything from scratch with the latest tag only, this means that across releases only the latest chart will be visible which is a problem. A few workarounds:
|
I misunderstood what the chart releaser Github action does, it's creating a Github release with the chart for the latest tag and hosting a Repository Index yaml file in gh-pages, it looks like we'd need to configure it so that it takes the Changelog from #300, I'm a little bit concerned about it being able to create a git tags automatically from changes in the chart version. |
@mauriciopoppe chart releaser is the idiomatic way to do this. I'd be happy to look at your CI to check out the pattern? RE the changelog, you'd need a separate one for the chart as it's a separate release artifact. I'd suggest having a look at the ExternalDNS repo as a good example of this workflow. |
The Kubernetes project currently lacks enough contributors to adequately respond to all issues and PRs. This bot triages issues and PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle stale |
The Kubernetes project currently lacks enough active contributors to adequately respond to all issues and PRs. This bot triages issues and PRs according to the following rules:
You can:
Please send feedback to sig-contributor-experience at kubernetes/community. /lifecycle rotten |
https://github.com/kubernetes-sigs/sig-storage-local-static-provisioner/releases/tag/v2.5.0 is released last month. |
What happened:
There have been no releases since December 2020 despite there being a number of commits since then. Is this project still maintained and are you expecting to release these changes at any point soon?
What you expected to happen:
n/a
How to reproduce it:
n/a
Anything else we need to know?:
n/a
Environment:
n/a
The text was updated successfully, but these errors were encountered: