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

[#353] update to next dev version #368

Merged
merged 10 commits into from
Sep 26, 2024
Merged

[#353] update to next dev version #368

merged 10 commits into from
Sep 26, 2024

Conversation

ewilkins-csi
Copy link
Contributor

No description provided.

@@ -12,19 +12,19 @@ on:
workflow_dispatch:
inputs:
releaseVersion:
description: "The version you want to release aiSSEMBLE on."
description: "Release Version"
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I: These weren't super readable in the UI so updated to shorter names

@@ -1,44 +1,21 @@
# Major Additions
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I: Draft release notes reset

@@ -254,7 +263,7 @@ public static int getIndentSpaces(List<String> yamlFileContent, int startIndex)
int index = startIndex;
while (indentSpaces == 0) {
String line = yamlFileContent.get(index).stripTrailing();
if (!StringUtils.isBlank(line)) {
if (!StringUtils.isBlank(line) && !isComment(line.trim()) && !isHelmFunction(line.trim())) {
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I: Comments and helm functions may not follow the standard YAML indentation

@@ -1,66 +1,8 @@
[
{
"group": "v1-9-0-migrations",
"group": "v1-10-0-migrations",
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I: Reset migrations

@@ -2,7 +2,6 @@
## CONFIG | Kafka Configs
########################################
kafka:
kafkaVersion: 3.8.0
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Q: no more version required?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This parameter is not valid in the base chart at all and we have no templates. So it's a completely unused property.

@ewilkins-csi ewilkins-csi merged commit 0ba29bc into dev Sep 26, 2024
@ewilkins-csi ewilkins-csi deleted the 353-next-version branch September 26, 2024 13:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants