-
Notifications
You must be signed in to change notification settings - Fork 238
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
feat(chart/data-prepper): Bump appVersion to 2.10.1 #627
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: Jan Høydahl <[email protected]>
Signed-off-by: Jan Høydahl <[email protected]>
@@ -15,13 +15,13 @@ type: application | |||
# This is the chart version. This version number should be incremented each time you make changes | |||
# to the chart and its templates, including the app version. | |||
# Versions are expected to follow Semantic Versioning (https://semver.org/) | |||
version: 0.1.0 | |||
version: 0.1.2 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I somewhat arbitrarily picked v0.1.2 here since I have another PR open where I picked 0.1.1.
What is the recommendation for picking versions here?
@@ -4,7 +4,11 @@ All notable changes to this project will be documented in this file. | |||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), | |||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). | |||
|
|||
## [Unreleased] | |||
## [0.1.2] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@janhoy thanks for the PR, the releases are all incremental (https://artifacthub.io/packages/helm/opensearch-project-helm-charts/data-prepper). Since this PR #631 is merged, can you please update this to [0.2.1]
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Following up here, @janhoy please take a look we can get this merged.
Thanks
@getsaurabh02
Description
Current chart has 2.8 as default.
Issues Resolved
Check List
For any changes to files within Helm chart directories:
CHANGELOG.md
updated to reflect changeBy submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.