Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(helm): bump chart version according to semver #2109

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

M0NsTeRRR
Copy link

@M0NsTeRRR M0NsTeRRR commented Oct 26, 2024

Description

This is the first step for addressing Stirling-PDF issue #2107.

The new script will set both the application version (as before) and the chart version (new functionality) as follows:

  • When the application major version is updated, the chart's major version is incremented (minor and patch will be set to 0).
  • When the application minor version is updated, the chart's minor version is incremented (patch will be set to 0).
  • When the application patch version is updated, the chart's patch version is incremented.

I’ve assumed that Stirling follows Semantic Versioning (SemVer) in the Gradle file.

Checklist

  • I have read the Contribution Guidelines
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • My changes generate no new warnings
  • I have read the section Add New Translation Tags (for new translation tags only)

@dosubot dosubot bot added the size:M This PR changes 30-99 lines, ignoring generated files. label Oct 26, 2024
@dosubot dosubot bot added the enhancement New feature or request label Oct 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request Github size:M This PR changes 30-99 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant