Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: helm/chart-releaser-action
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: be16258da8010256c6e82849661221415f031968
Choose a base ref
...
head repository: helm/chart-releaser-action
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: a917fd15b20e8b64b94d9158ad54cd6345335584
Choose a head ref
  • 15 commits
  • 5 files changed
  • 11 contributors

Commits on Mar 24, 2023

  1. 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>
    szaimen authored Mar 24, 2023
    Configuration menu
    Copy the full SHA
    31bbcdc View commit details
    Browse the repository at this point in the history
  2. 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>
    luisico authored Mar 24, 2023
    Configuration menu
    Copy the full SHA
    db5211e View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2023

  1. 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>
    xunleii and cpanato authored Apr 25, 2023
    Configuration menu
    Copy the full SHA
    5f8660e View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2023

  1. bump to use chart-releaser v1.6.0 (#146)

    Signed-off-by: cpanato <ctadeu@gmail.com>
    cpanato authored Jun 27, 2023
    Configuration menu
    Copy the full SHA
    fdfc0aa View commit details
    Browse the repository at this point in the history
  2. Remove charts_repo_url from readme (#144)

    Signed-off-by: Michael Kriese <michael.kriese@visualon.de>
    viceice authored Jun 27, 2023
    Configuration menu
    Copy the full SHA
    3f9ae38 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2023

  1. Remove deprecated charts_repo_url inputs in doc (#137)

    Signed-off-by: Kevin Park <krapi0314@gmail.com>
    krapie authored Jul 6, 2023
    Configuration menu
    Copy the full SHA
    4b85f2c View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2023

  1. 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>
    n-oden authored Jul 11, 2023
    Configuration menu
    Copy the full SHA
    2504907 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2023

  1. 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>
    Valeriano Manassero authored Sep 4, 2023
    Configuration menu
    Copy the full SHA
    3e08cca View commit details
    Browse the repository at this point in the history
  2. docs: add skip_existing to README (#158)

    Signed-off-by: Markus Frosch <markus@lazyfrosch.de>
    lazyfrosch authored Sep 4, 2023
    Configuration menu
    Copy the full SHA
    9a61313 View commit details
    Browse the repository at this point in the history
  3. 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>
    michalbiesek authored Sep 4, 2023
    Configuration menu
    Copy the full SHA
    8120a7a View commit details
    Browse the repository at this point in the history
  4. 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>
    michalbiesek authored Sep 4, 2023
    Configuration menu
    Copy the full SHA
    5b8970c View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2023

  1. Add --pages-branch parameter (#156)

    Ref:
      helm/chart-releaser@378f527
      helm/chart-releaser@cb0563b
    
    Signed-off-by: Michal Biesek <michalbiesek@gmail.com>
    michalbiesek authored Sep 5, 2023
    Configuration menu
    Copy the full SHA
    ed43eb3 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2023

  1. fix packages_with_index flag (#172)

    Signed-off-by: cpanato <ctadeu@gmail.com>
    cpanato authored Oct 31, 2023
    Configuration menu
    Copy the full SHA
    d17b190 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2023

  1. bump cr to 1.6.1 and add dependabot config (#173)

    Signed-off-by: cpanato <ctadeu@gmail.com>
    cpanato authored Nov 2, 2023
    Configuration menu
    Copy the full SHA
    0c13a65 View commit details
    Browse the repository at this point in the history
  2. 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](actions/checkout@f43a0e5...b4ffde6)
    
    ---
    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>
    dependabot[bot] authored Nov 2, 2023
    Configuration menu
    Copy the full SHA
    a917fd1 View commit details
    Browse the repository at this point in the history
Loading