Commit Graph
13 Commits
Author SHA1 Message Date
Carlos Tadeu Panato JuniorandGitHub 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 JuniorandGitHub 6208805565 update chart-releaser to v1.3.0 (#98) 2022-02-02 20:49:33 +01:00
Carlos Tadeu Panato JuniorandGitHub 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 JuniorandGitHub 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ägeleandGitHub 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ägeleandGitHub 7e3f32e98a Add missing config option to action.yml (#53)
Signed-off-by: Reinhard Nägele <unguiculus@gmail.com>
2020-10-30 18:59:02 +01:00
Scott RigbyandGitHub 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
Reinhard NägeleandGitHub 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
Reinhard NägeleandGitHub 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
Scott Rigby 4bfd6b0117 Update action icon
Signed-off-by: Scott Rigby <scott@r6by.com>
2019-12-08 18:18:16 -05:00
Scott Rigby 64c7e45282 Update action medatata
Signed-off-by: Scott Rigby <scott@r6by.com>
2019-12-08 17:45:48 -05: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
Reinhard Naegele b000906c7a Add chart-releaser action
Signed-off-by: Reinhard Naegele <unguiculus@gmail.com>
2019-11-22 16:00:54 +01:00