Skip to content

fix(argo-cd): Fix typo in changelog message for 9.0.0#3545

Closed
tgdfool2 wants to merge 2 commits intoargoproj:mainfrom
tgdfool2:fix/changelog-9
Closed

fix(argo-cd): Fix typo in changelog message for 9.0.0#3545
tgdfool2 wants to merge 2 commits intoargoproj:mainfrom
tgdfool2:fix/changelog-9

Conversation

@tgdfool2
Copy link
Copy Markdown

@tgdfool2 tgdfool2 commented Oct 20, 2025

Checklist:

  • I have bumped the chart version according to versioning
  • I have updated the documentation according to documentation
  • I have updated the chart changelog with all the changes that come with this pull request according to changelog.
  • Any new values are backwards compatible and/or have sensible default.
  • I have signed off all my commits as required by DCO.
  • I have created a separate pull request for each chart according to pull requests
  • My build is green (troubleshooting builds).

@tgdfool2 tgdfool2 changed the title Fix typo in changelog message for 9.0.0 fix: Fix typo in changelog message for 9.0.0 Oct 20, 2025
@tgdfool2 tgdfool2 changed the title fix: Fix typo in changelog message for 9.0.0 fix(argo-cd): Fix typo in changelog message for 9.0.0 Oct 20, 2025
Signed-off-by: Olivier Fournier, INI-CIT-ICL <Olivier.Fournier@swisscom.com>
Signed-off-by: Olivier Fournier, INI-CIT-ICL <Olivier.Fournier@swisscom.com>
@yu-croco
Copy link
Copy Markdown
Collaborator

yu-croco commented Oct 20, 2025

Thank you for your PR.
Can you pls handle this? You checked it but not handled.

I have updated the chart changelog with all the changes that come with this pull request according to changelog.

Comment on lines 411 to 414
configs:
cm:
params:
applicationsetcontroller.policy: 'sync'
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Can you please also fix this?

Suggested change
configs:
params:
applicationsetcontroller.policy: 'sync'

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

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

I think that this one is correct, no? All the configs.params value have been replaced, and should now be replaced with the corresponding ones under configs.cm.params, no? So I think that the doc is correct. Or am I missing something?

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

GitHub doesn't render correctly suggestion... We removed configs.params.xxxx not configs.cm.params.xxxx (e.g. configs.params."application.namespaces" ), so we want to fix like below.

current:

configs:
  cm:
    params:
      applicationsetcontroller.policy: 'sync'

fixed one:

configs:
  params:
    applicationsetcontroller.policy: 'sync'
Image

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

*We removed from values.yaml but users can override the same way as older version.

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

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

*We removed from values.yaml but users can override the same way as older version.

This means that the following configuration remains valid, right?
image

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

You mean you askedabout server.insecure ? If so, yes this is the right config.

@tgdfool2
Copy link
Copy Markdown
Author

Thank you for your PR. Can you pls handle this? You checked it but not handled.

I have updated the chart changelog with all the changes that come with this pull request according to changelog.

Of course, I'll fix this in a couple of minutes.

@yu-croco
Copy link
Copy Markdown
Collaborator

yu-croco commented Oct 20, 2025

Hi @tgdfool2 , changelog may give confusing to users so please let me finish the fix in #3546 to deliver faster. 🙏

@tgdfool2
Copy link
Copy Markdown
Author

Hi @tgdfool2 , changelog may give confusing to users so please let me finish the fix in #3546 to deliver faster. 🙏

That's great, thanks a lot!

@tgdfool2 tgdfool2 closed this Oct 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants