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

fix: fix values.schema.json for extraArgs #366

Merged
merged 2 commits into from
Mar 11, 2024

Conversation

kvanzuijlen
Copy link
Contributor

what

Fixes #365. This changes the array item type back to string for extraArgs, which seems to have been erroneously changed in #356

why

Even if this wasn't erroneously, it should've been a breaking change.

tests

references

@kvanzuijlen kvanzuijlen requested a review from a team as a code owner March 11, 2024 10:25
@kvanzuijlen kvanzuijlen changed the title chore: Fix values.schema.json fix: fix values.schema.json Mar 11, 2024
@kvanzuijlen kvanzuijlen changed the title fix: fix values.schema.json fix: fix values.schema.json for extraArgs Mar 11, 2024
@MarkDPierce
Copy link

pfft im over here troubleshooting and tracking down the problem and you ninja a PR for the change <3

@GMartinez-Sisti
Copy link
Member

Hi @kvanzuijlen, this was indeed by mistake, thank you for the fix 🙏. We can add a CI test file to create these annotations and make sure this doesn’t get reverted. If you can add it to the PR I appreciate it, otherwise we’ll do it later.

@kvanzuijlen
Copy link
Contributor Author

Hi @GMartinez-Sisti,

I was already planning on adding some CI tests (not only for this one) at a later moment, but I won't be available for the next 2 weeks.

@GMartinez-Sisti
Copy link
Member

Hi @GMartinez-Sisti,

I was already planning on adding some CI tests (not only for this one) at a later moment, but I won't be available for the next 2 weeks.

Whenever you can it's perfect 😄. Thank you!

@GMartinez-Sisti GMartinez-Sisti merged commit 656cf40 into runatlantis:main Mar 11, 2024
2 checks passed
@kvanzuijlen kvanzuijlen deleted the patch-2 branch March 11, 2024 13:42
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.

extraArgs.0: Invalid type. Expected: object, given: string
3 participants