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 set feature when adding a new root hierarchy #899

Merged
merged 1 commit into from
Aug 15, 2023

Conversation

vbehar
Copy link
Contributor

@vbehar vbehar commented Jul 2, 2021

fixes #407

with this fix, when adding a new root hierarchy, the existing root entries won't be dropped anymore

@scalen
Copy link

scalen commented Sep 16, 2021

Thanks for doing this, I really need this functionality!

@rjonsson
Copy link

This would help alot, not needing to use yq in between

@scalen
Copy link

scalen commented Oct 27, 2021

Is there any chance of this being released soon? It is such a problematic bug, and such a simple, well written solution.

cc @autrilla maybe?

@Kamahl19
Copy link
Contributor

This is a much needed fix. Thanks!

cc @ajvb could you please merge?

@ajvb ajvb added this to the v3.7.3 milestone Mar 3, 2022
@ajvb ajvb modified the milestones: v3.7.3, v3.8.0 May 2, 2022
@hiddeco hiddeco modified the milestones: v3.9.0, v3.8.0 Jul 3, 2023
@hiddeco hiddeco changed the base branch from master to main July 6, 2023 20:55
@hiddeco
Copy link
Member

hiddeco commented Aug 14, 2023

@vbehar it has been two years, but I would really like to get this merged to include it in the upcoming release.

If you can rebase your PR and sign-off on the commit, I will ensure it gets in :-).

fixes getsops#407

with this fix, when adding a new root hierarchy, the existing root entries won't be dropped anymore

Signed-off-by: Vincent Behar <v.behar@free.fr>
@vbehar
Copy link
Contributor Author

vbehar commented Aug 15, 2023

@vbehar it has been two years, but I would really like to get this merged to include it in the upcoming release.

If you can rebase your PR and sign-off on the commit, I will ensure it gets in :-).

@hiddeco ok done. and thanks for keeping this project alive!

@hiddeco hiddeco added the bug label Aug 15, 2023
Copy link
Member

@hiddeco hiddeco left a comment

Choose a reason for hiding this comment

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

Merci beaucoup @vbehar! 🌷 🥇

@hiddeco hiddeco merged commit a0aec47 into getsops:main Aug 15, 2023
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

using flag --set on new root level key, creates a new file with just the added key
6 participants