Commit Graph
76 Commits
Author SHA1 Message Date
Søren SchwartzandGitHub d1e09fd168 Fix indention (#203)
Signed-off-by: Søren Schwartz <40674593+3schwartz@users.noreply.github.com>
2024-07-01 14:17:08 +00:00
dependabot[bot]GitHubdependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
653ba944d4 Bump actions/checkout in the actions group across 1 directory (#201)
Bumps the actions group with 1 update in the / directory: [actions/checkout](https://github.com/actions/checkout).


Updates `actions/checkout` from 4.1.5 to 4.1.7
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/44c2b7a8a4ea60a981eaca3cf939b5f4305c123b...692973e3d937129bcbf40652eb9f2f61becf3332)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: actions
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-13 15:18:19 +02:00
dependabot[bot]GitHubdependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
45af99f369 Bump actions/checkout from 4.1.4 to 4.1.5 in the actions group (#192)
Bumps the actions group with 1 update: [actions/checkout](https://github.com/actions/checkout).


Updates `actions/checkout` from 4.1.4 to 4.1.5
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/0ad4b8fadaa221de15dcec353f45205ec38ea70b...44c2b7a8a4ea60a981eaca3cf939b5f4305c123b)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: actions
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-08 00:40:37 +02:00
Maarten BlokkerandGitHub 95930dc2bf Update checkout action to v4 tag in README.md (#187)
Signed-off-by: Maarten Blokker <maarten.blokker@outlook.com>
2024-04-28 14:54:50 +02:00
dependabot[bot]GitHubdependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
0eba7f523f Bump actions/checkout from 4.1.3 to 4.1.4 in the actions group (#190)
Bumps the actions group with 1 update: [actions/checkout](https://github.com/actions/checkout).


Updates `actions/checkout` from 4.1.3 to 4.1.4
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/1d96c772d19495a3b5c517cd2bc0cb401ea0529f...0ad4b8fadaa221de15dcec353f45205ec38ea70b)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: actions
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-24 23:37:44 +02:00
dependabot[bot]GitHubdependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
09492f4b96 Bump actions/checkout from 4.1.2 to 4.1.3 in the actions group (#189)
Bumps the actions group with 1 update: [actions/checkout](https://github.com/actions/checkout).


Updates `actions/checkout` from 4.1.2 to 4.1.3
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/9bb56186c3b09b4f86b1c65136769dd318469633...1d96c772d19495a3b5c517cd2bc0cb401ea0529f)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: actions
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-19 21:41:33 +02:00
dependabot[bot]GitHubdependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
13fe82a514 Bump the actions group with 1 update (#182)
Bumps the actions group with 1 update: [actions/checkout](https://github.com/actions/checkout).


Updates `actions/checkout` from 4.1.1 to 4.1.2
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/b4ffde65f46336ab88eb53be808477a3936bae11...9bb56186c3b09b4f86b1c65136769dd318469633)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: actions
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-12 21:08:41 +01:00
Arthur SandGitHub 6203d709ca Add --skip-upload input with latest helm/chart-releaser-action (#143)
* feat: add option --skip-upload, to not handle index.yaml for OCI charts

Signed-off-by: acuD1 <arsciand@student.42.fr>

* docs: update README.md for --skip-upload

Signed-off-by: acuD1 <arsciand@student.42.fr>

---------

Signed-off-by: acuD1 <arsciand@student.42.fr>
2023-11-20 12:59:41 +01:00
dependabot[bot]GitHubdependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
a917fd15b2 Bump actions/checkout from 3.6.0 to 4.1.1 (#174)
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.6.0 to 4.1.1.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/f43a0e5ff2bd294095638e18286ca9a3d1956744...b4ffde65f46336ab88eb53be808477a3936bae11)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-11-02 17:47:43 +01:00
Carlos Tadeu Panato JuniorandGitHub 0c13a653b8 bump cr to 1.6.1 and add dependabot config (#173)
Signed-off-by: cpanato <ctadeu@gmail.com>
2023-11-02 17:45:56 +01:00
Carlos Tadeu Panato JuniorandGitHub d17b190701 fix packages_with_index flag (#172)
Signed-off-by: cpanato <ctadeu@gmail.com>
2023-10-31 08:21:00 +01:00
michalbiesekandGitHub ed43eb3036 Add --pages-branch parameter (#156)
Ref:
  helm/chart-releaser@378f527
  helm/chart-releaser@cb0563b

Signed-off-by: Michal Biesek <michalbiesek@gmail.com>
2023-09-05 09:10:00 +02:00
michalbiesekandGitHub 5b8970c96f Extend show_help with packages-with-index (#160)
- add missing option description in usage message

Ref: 3e08cca

Signed-off-by: Michal Biesek <michalbiesek@gmail.com>
2023-09-04 18:03:19 +02:00
michalbiesekandGitHub 8120a7a083 README: Fix default chart-releaser version (#155)
* README: Fix default chart-releaser version

Ref: fdfc0aa

Signed-off-by: Michal Biesek <michalbiesek@gmail.com>


---------

Signed-off-by: Michal Biesek <michalbiesek@gmail.com>
2023-09-04 12:43:59 +02:00
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
5f8660e6e9 Add flag skip-existing to skip upload if release exists (#134)
* add skip-existing option

Signed-off-by: Alexandre Nicolaie dit Clairville <alexandre.nicolaie@gmail.com>

---------

Signed-off-by: Alexandre Nicolaie dit Clairville <alexandre.nicolaie@gmail.com>
Signed-off-by: Alexandre NICOLAIE <xunleii@users.noreply.github.com>
Co-authored-by: Carlos Tadeu Panato Junior <ctadeu@gmail.com>
2023-04-25 15:04:52 +02:00
Luis GraciaandGitHub db5211eb38 Support actions triggered by a tag (#96)
The original helm/chart-releaser-action does not work on actions triggered by a tag because the `lookup_changed_charts` will never find differences in the charts. The problem is that `lookup_latest_tag` returns the tag that triggered the action, which is the current commit analyzed by `lookup_changed_charts`.

This simple solution skips the current (tagged) commit when searching for tags.

Signed-off-by: Luis Gracia <lgraval@gmail.com>
2023-03-24 12:08:40 +01: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
89fff88708 Remove deprecated charts-repo-url option (#123)
* Remove deprecated charts-repo-url option

Signed-off-by: James Tanner-McLeod <james.tanner@tanndev.com>

* empty commit to trigger ci

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

Signed-off-by: James Tanner-McLeod <james.tanner@tanndev.com>
Signed-off-by: David J. M. Karlsen <david@davidkarlsen.com>
Co-authored-by: David J. M. Karlsen <david@davidkarlsen.com>
2022-11-30 18:41:42 +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
João SilvaandGitHub 974a6950cd fix: cache directory path always in PATH env (#99) 2022-02-02 20:48:29 +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
Chris SmithandGitHub 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 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 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
Reinhard NägeleandGitHub 072a634d5a Add config option (#50) 2020-10-29 22:10:35 +01:00
Reinhard NägeleandGitHub ae4e3d41de Use built-in package and upload functionality (#48) 2020-10-29 22:07:36 +01:00
Luke CarrierandGitHub 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 SorefandGitHub 39ca3e607f Remove stray quote (#51)
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
2020-10-26 22:11:02 +01:00
Bharat KunwarandGitHub 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 NugrahaandGitHub 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
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