Commit Graph
36 Commits
Author SHA1 Message Date
Markus FroschandGitHub 9a61313dc0 docs: add skip_existing to README (#158)
Signed-off-by: Markus Frosch <markus@lazyfrosch.de>
2023-09-04 12:37:49 +02:00
Valeriano ManasseroandGitHub 3e08cca25b Added: --packages-with-index parameter (#148)
* Added: --packages-with-index parameter

Signed-off-by: Valeriano Manassero <14011549+valeriano-manassero@users.noreply.github.com>
---------

Signed-off-by: Valeriano Manassero <14011549+valeriano-manassero@users.noreply.github.com>
2023-09-04 12:36:55 +02:00
Nathan J MehlandGitHub 2504907988 Add changed_charts and chart_version outputs (#130)
* Add `changed_charts` and `chart_version` outputs

This should let downstream steps make conditional decisions
based on what we found.

Also: fix a confusing double-negative test in main().

Signed-off-by: Nathan J. Mehl <n@oden.io>

---------

Signed-off-by: Nathan J. Mehl <n@oden.io>
2023-07-11 14:12:27 +02:00
Kevin ParkandGitHub 4b85f2c82c Remove deprecated charts_repo_url inputs in doc (#137)
Signed-off-by: Kevin Park <krapi0314@gmail.com>
2023-07-06 10:17:16 +02:00
Michael KrieseandGitHub 3f9ae38619 Remove charts_repo_url from readme (#144)
Signed-off-by: Michael Kriese <michael.kriese@visualon.de>
2023-06-27 17:51:27 +02:00
Carlos Tadeu Panato JuniorandGitHub fdfc0aa11c bump to use chart-releaser v1.6.0 (#146)
Signed-off-by: cpanato <ctadeu@gmail.com>
2023-06-27 17:48:59 +02:00
Simon LandGitHub 31bbcdca8b Allow to mark the published github release as latest (#135)
* Allow to mark the published github release as latest

Signed-off-by: Simon L <szaimen@e.mail.de>
2023-03-24 11:56:51 +01:00
Carlos Tadeu Panato JuniorandGitHub be16258da8 default action to cr v1.5.0 (#127)
Signed-off-by: cpanato <ctadeu@gmail.com>

Signed-off-by: cpanato <ctadeu@gmail.com>
2023-01-06 16:36:19 +01:00
Gary MorseandGitHub 38cfeacdbb add skip-packaging option (#109)
Signed-off-by: Gary Morse <gmorse81@gmail.com>

Signed-off-by: Gary Morse <gmorse81@gmail.com>
2022-11-23 13:15:26 +01:00
Carlos Tadeu Panato JuniorandGitHub 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
David J. M. KarlsenandGitHub 6d70e8546c document required permissions (#114)
* document required permissions

Signed-off-by: David J. M. Karlsen <david@davidkarlsen.com>

* add link to docs

Signed-off-by: David J. M. Karlsen <david@davidkarlsen.com>
2022-06-08 09:21:34 +02:00
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
Allison DoamiandGitHub 1fa3377857 docs: Add prerequisite to README (#101) 2022-01-07 09:42:23 +01:00
Moritz Schmitz von HülstandGitHub 6eec360873 Remove reference to github api, add documentation for chart-releaser cli (#77)
* remove reference to github api, add documentation for chart-releaser cli

Signed-off-by: Moritz Schmitz von Hülst <moritz@hauptstadtoffice.com>
2021-07-27 09:45:20 +02: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 a996acef7b Update default branch reference from master to main (#79)
Signed-off-by: Carlos Panato <ctadeu@gmail.com>
2021-04-21 11:58:06 +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
c3d308d0c5 Fix action version in README (#59)
Co-authored-by: Reinhard Nägele <unguiculus@gmail.com>
2020-11-08 16:56:57 +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 072a634d5a Add config option (#50) 2020-10-29 22:10:35 +01:00
David J. M. KarlsenandGitHub 42a825d491 fix checkout action, needs history (#35)
Signed-off-by: David Karlsen <david@davidkarlsen.com>
2020-08-29 20:36:07 +02: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
Stuart P. BentleyandGitHub cb4a7d9993 Use provided GITHUB_TOKEN instead of custom PAT (#26)
Signed-off-by: Stuart P. Bentley <s@stuartpb.com>
2020-08-09 23:36:35 +02:00
Timothy ClarkeandGitHub a2cb342e3a Updated README adding referance to gh-pages (#32)
Signed-off-by: Timothy Clarke <Timothy.Clarke@ServerBox.co.uk>
2020-07-26 12:25:05 +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
Carlos Tadeu Panato JuniorandReinhard Nägele b52ca56807 Update readme to use v1.0.0-alpha.2 (#9)
Signed-off-by: Carlos Panato <ctadeu@gmail.com>
2020-01-10 16:27:33 +01:00
Reinhard Naegele da16ecac9b Fix inputs in readme
Signed-off-by: Reinhard Naegele <unguiculus@gmail.com>
2019-12-21 11:28:16 +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 be9c1b2453 Update actions tag
Signed-off-by: Scott Rigby <scott@r6by.com>
2019-12-08 18:40:28 -05:00
Scott Rigby 59eb1e0361 Remove obselete values note
Signed-off-by: Scott Rigby <scott@r6by.com>
2019-12-08 16:32:03 -05:00
Scott Rigby 5c0f6c0acc Remove obselete values
Signed-off-by: Scott Rigby <scott@r6by.com>
2019-12-08 16:31:16 -05:00
Scott Rigby c21af0f776 Update Actions bug link
Signed-off-by: Scott Rigby <scott@r6by.com>
2019-12-08 16:04:13 -05:00
Scott Rigby 4e1d0c2d2f Update example workflow
Signed-off-by: Scott Rigby <scott@r6by.com>
2019-12-08 16:01:22 -05:00
Scott Rigby 209b778570 Fix COC link
Signed-off-by: Scott Rigby <scott@r6by.com>
2019-12-07 14:32:18 -05:00
Scott Rigby 8b61200f6b Initial Readme
Signed-off-by: Scott Rigby <scott@r6by.com>
2019-11-24 11:32:13 -05:00