Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign up[BUG] #52359 was fixed for develop, but not merged to master #58313
Comments
Yes, we are aware and need to clean up for sure, thank you for the issue! |
@wegenerbenjamin for this piece: " The issue #52359 was fixed and merged into develop" we have the original PR#52630 on the project board to be ported to master here https://github.com/saltstack/salt/projects/5?card_filter_query=52360 and we will eventually get to this and if you would like to help us, please consider opening a PR port to master branch, thank you! |
@wegenerbenjamin for this: "I couldn't find any information on how open fixes/changes from develop will be moved into master." you are correct! The Core team did announce back when this was done, but we do not have documentation on this today, but we will take that up in the next major release to at least publish a blog post or perhaps we will put something sooner on the https://github.com/saltstack/community/wiki |
Places where
|
The issue #52359 was fixed and merged into
develop
, but no further steps have been taken to bring the changes to themaster
branch; the bug is still present in the latest version.https://docs.saltstack.com/en/latest/topics/development/git/index.html states
develop
as the main development branch, but https://docs.saltstack.com/en/latest/topics/development/contributing.html#which-salt-branch mentionsmaster
as the sole development branch. I was told in a different issue thatmaster
is the development branch.I couldn't find any information on how open fixes/changes from
develop
will be moved intomaster
.