-
Notifications
You must be signed in to change notification settings - Fork 6
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
Add sort-label-keys
#19
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: kj455 <kaji.ibuki45@gmail.com>
8864b02
to
223974f
Compare
| timeout | Maximum amount of time to run. | no | 5m | | ||
| piped-handle-timeout | Maximum amount of time to wait for piped handle the plan preview. | no | 5m | | ||
| sort-label-keys | The application label keys to sort the results by. | no | "" | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The main change is in L71 with sort-label-keys
, but I have also added some missing options (timeout
, piped-handle-timeout
).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you so much! we've missed them...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Please wait for a moment. We'll release this feature (next week?) in the following steps:
- Merge Sort results of plan-preview pipecd#5540
- Release the new version of pipectl in pipe-cd/pipecd (v0.50.2)
- Update the image version like this
- Release the new version of actions-plan-preview 🚀
What this PR does:
Adds the
sort-label-keys
input, related to pipecd/pipecd#5540.TODO:
Once the
sort-label-keys
feature is released, update the Docker image version, as in:pipe-cd/actions-plan-preview#17.