helm-push icon indicating copy to clipboard operation
helm-push copied to clipboard

Update version in plugin.yaml for tag 0.10.2

Open dani-CO-CN opened this issue 2 years ago • 6 comments

It seems that in the last (0.10.2) release the version in plugin.yaml was not increased and is still on version v0.10.1

https://github.com/chartmuseum/helm-push/blob/v0.10.2/plugin.yaml#L2

name: "cm-push"
version: "0.10.1"
usage: "Please see https://github.com/chartmuseum/helm-push for usage"
description: "Push chart package to ChartMuseum"
....

dani-CO-CN avatar Mar 02 '22 08:03 dani-CO-CN

thanks for reporting this @dani-CO-CN, looks like the v0.10.2 tag is missing the commit that bumped that version 🤔

cbuto avatar Mar 09 '22 15:03 cbuto

when you install the plugin, I believe helm looks directly at whats on main branch.

@dani-CO-CN is this making plugin unusable in any way? Or just noting the discrepancy?

jdolitsky avatar Mar 09 '22 16:03 jdolitsky

to be clear - this version should have been bumped prior to release, and that is my mistake

jdolitsky avatar Mar 09 '22 16:03 jdolitsky

No, not that i know of. I just ran the install in a ci pipeline with a tagged version of helm-push and the installer kept telling me that it installed v0.10.1, took me a while to figure out what was going on :smile:

helm plugin install --version=v0.10.2 https://github.com/chartmuseum/helm-push

dani-CO-CN avatar Mar 09 '22 17:03 dani-CO-CN

First of all, thanks for this plugin, works grat.

Any updates on this topic? I see that the plugin.yml has been updated in the main repo but hasn't been released yet.

mmontes11 avatar Apr 09 '22 16:04 mmontes11

@jdolitsky could you please take a look? It's specially important since only 0.10.2 has the arm64 version as opposed to 0.10.1. Thanks!

outime avatar Jun 23 '22 14:06 outime