Carlos Tadeu Panato Junior and GitHub
98bccfd32b
bump cr to v1.4.1 ( #121 )
...
Signed-off-by: cpanato <ctadeu@gmail.com >
Signed-off-by: cpanato <ctadeu@gmail.com >
2022-09-28 12:16:49 +02:00
Carlos Tadeu Panato Junior and GitHub
a3454e46a6
update chart release action to use CR release v1.4.0 ( #106 )
...
* update chart release action to use CR release v1.4.0
Signed-off-by: cpanato <ctadeu@gmail.com >
* update based on review
Signed-off-by: cpanato <ctadeu@gmail.com >
2022-03-30 10:25:21 +02:00
Carlos Tadeu Panato Junior and GitHub
6208805565
update chart-releaser to v1.3.0 ( #98 )
2022-02-02 20:49:33 +01:00
João Silva and GitHub
974a6950cd
fix: cache directory path always in PATH env ( #99 )
2022-02-02 20:48:29 +01:00
Chris Smith and GitHub
702702f86c
Fixes an issue with chart_depth when charts_dir is . ( #83 )
...
Signed-off-by: chrisbsmith <chris.b.smith@gmail.com >
2021-06-16 14:49:55 +02:00
Carlos Tadeu Panato Junior and GitHub
c25b74a986
actions: update chart-releaser to use version v1.2.1 ( #81 )
...
Signed-off-by: Carlos Panato <ctadeu@gmail.com >
2021-05-10 17:13:54 +02:00
Carlos Tadeu Panato Junior and GitHub
120944e663
chart-releaser: update to use release 1.2.0 ( #75 )
...
Signed-off-by: Carlos Panato <ctadeu@gmail.com >
2021-02-18 10:19:03 +01:00
Reinhard Nägele and GitHub
565e7795ce
Convert to composite action and use cache dir ( #55 )
...
Switch to composite action so we can get rid of Javascript and install
cr to the cache location.
Signed-off-by: Reinhard Nägele <unguiculus@gmail.com >
2020-11-04 21:04:47 +01:00
Reinhard Nägele and GitHub
072a634d5a
Add config option ( #50 )
2020-10-29 22:10:35 +01:00
Reinhard Nägele and GitHub
ae4e3d41de
Use built-in package and upload functionality ( #48 )
2020-10-29 22:07:36 +01:00
Luke Carrier and GitHub
ee2ad4e343
Fix handling of deeply nested charts_dir ( #47 )
...
Signed-off-by: Reinhard Nägele <unguiculus@gmail.com >
2020-10-29 18:18:17 +01:00
Josh Soref and GitHub
39ca3e607f
Remove stray quote ( #51 )
...
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com >
2020-10-26 22:11:02 +01:00
Bharat Kunwar and GitHub
06d81fa7f6
Tag release with commit hash of the tip of current branch ( #42 )
...
At present, the tip of the default branch is tagged with the release.
This is not ideal if we want to make releases out of non-default
branches. Use the current commit ID as the input when invoking `cr
upload` so that the releases are tagged correctly.
Signed-off-by: Bharat Kunwar <bharat@stackhpc.com >
2020-09-25 11:19:27 +02:00
Rizky Maulana Nugraha and GitHub
74d70221cd
Fix small typo in cr.sh ( #39 )
...
Signed-off-by: Rizky Maulana Nugraha <lana.pcfre@gmail.com >
2020-09-17 17:02:17 +02:00
Scott Rigby and GitHub
97237943ef
Bump chart-releaser to v1.0.0 and prep chart-releaser-action for v1.0.0 ( #34 )
...
Signed-off-by: Scott Rigby <scott@r6by.com >
2020-08-10 23:05:31 +02:00
Chris and GitHub
8505b7acc8
Ignore directories with missing Chart.yaml ( #18 )
...
Prevents action fails when there are directories detected that do not contain charts.
(e.g. .github)
Signed-off-by: Chris <github.account@chrigel.net >
Fixed : #12
2020-04-06 18:34:49 +02:00
Reinhard Nägele and GitHub
5ecd0f7f1a
Don't try to package charts that no longer exist ( #20 )
...
Signed-off-by: Reinhard Naegele <unguiculus@gmail.com >
2020-03-28 09:16:39 +01:00
Reinhard Nägele and GitHub
c8710807ac
Update readme for release v1.0.0-rc.1 ( #17 )
...
Signed-off-by: Reinhard Naegele <unguiculus@gmail.com >
2020-03-22 21:47:59 +01:00
Bobby DeSimone and GitHub
ba84cd6d7d
Remove save flag from package command ( #14 )
...
Signed-off-by: Bobby DeSimone <bobbydesimone@gmail.com >
2020-03-22 21:36:41 +01:00
Reinhard Nägele and GitHub
590e9dd0aa
Fix docs and add missing version input ( #5 )
...
Signed-off-by: Reinhard Naegele <unguiculus@gmail.com >
2019-12-09 21:14:18 +01:00
Reinhard Naegele
5789f54dea
Remove TypeScript
...
This removes TypeScript and all dependencies and only keeps a simple
Javascript file that does not have any dependencies and can be run
directly. There is not need for an NPM build any more and we just
call a shell script via Javascript.
With this, we no longer have to commit node_modules and Javascript
compiled from TypeScript code. Also, the shell script can easily be run
directly for local testing.
Signed-off-by: Reinhard Naegele <unguiculus@gmail.com >
2019-12-02 20:32:54 +01:00