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 ordering of input-manifests being scrambled, closes #29 #30

Merged
merged 1 commit into from
Oct 8, 2024

Conversation

kaessert
Copy link
Contributor

@kaessert kaessert commented Oct 6, 2024

Description of your changes

Keeps ordering of input-manifest files intact by using a slice instead of a map.

Fixes #29

I have:

  • Run make reviewable test to ensure this PR is ready for review.

How has this code been tested

Copy link
Member

@sergenyalcin sergenyalcin left a comment

Choose a reason for hiding this comment

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

Thanks @kaessert for handling and fixing this issue. LGTM!

@kaessert kaessert force-pushed the fix_manifest_ordering branch from 7087b86 to 937254d Compare October 8, 2024 09:01
@sergenyalcin sergenyalcin merged commit 7e8ad3e into crossplane:main Oct 8, 2024
6 checks passed
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.

Argument ordering for manifest-files is scrambled
2 participants