-
Notifications
You must be signed in to change notification settings - Fork 159
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
tool: Replace set-output with GITHUB_OUTPUT #4155
Conversation
CLA Assistant Lite bot All Contributors have signed the CLA. |
/cla sign |
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.
Nice catch, thank you!
@khanhtc1202 Thanks! Could you make a release in pipe-cd/actions-gh-release? |
#4157 #4161 (#4163) * Templating commit message used by Event watcher (#4120) * Added ability to teplate eventWatcher.gitRepos.commitMessage * parse template in the eventWatcher handler side * Parse template in the eventWatcher handler side * Fix html/template to text/template * There was a useless process when retrieving rules, so I omitted it. * Delete html/template * Update pkg/app/piped/eventwatcher/eventwatcher.go Co-authored-by: Khanh Tran <32532742+khanhtc1202@users.noreply.github.com> * Update pkg/app/piped/eventwatcher/eventwatcher.go Co-authored-by: Khanh Tran <32532742+khanhtc1202@users.noreply.github.com> * Using template variables are only Value and EventName. * Update pkg/app/piped/eventwatcher/eventwatcher.go Co-authored-by: knanao <nao.7ken@gmail.com> * Update pkg/app/piped/eventwatcher/eventwatcher.go Co-authored-by: knanao <nao.7ken@gmail.com> * Fix syntax error * Update pkg/app/piped/eventwatcher/eventwatcher.go Co-authored-by: Khanh Tran <32532742+khanhtc1202@users.noreply.github.com> Co-authored-by: Khanh Tran <32532742+khanhtc1202@users.noreply.github.com> Co-authored-by: knanao <nao.7ken@gmail.com> * Add environment variable expire web session (#4127) * add field session-ttl to project * edit values * reflect ttl config to session * return values * add field in document * return config * change variable name * modify document and manifest * modify docs * change minites tp hours * regen * Change build tag every time when make run/pipecd (#4130) * add unix time to tail of build tag * modify assigning * change variable name * change type pf assign * Fix docs wrong params name (#4132) * Fix pod config for envoy upstreaming termination error (#4134) * add lifecycle * add preStop to api server's manifest * return makefile * Fix Fix parseComitMsg's comment (#4135) * Add kubectl version to stage log (#4137) * Add kubectl version to stage log * Update pkg/app/piped/executor/kubernetes/kubernetes.go Co-authored-by: knanao <nao.7ken@gmail.com> Co-authored-by: knanao <nao.7ken@gmail.com> * Add pipecd builtin tags to ECS resources (#4140) * Add tags to aws resources. * Small fix * Small fix * Fix initial slice length. * Add TagResource function * Fix deploy process * Add tags to aws resources. * Small fix * Small fix * Fix initial slice length. * Add TagResource function * Fix deploy process * Delete Unnecessary blank lines * Change how to add task's tags * Delete TagResource method * Fix based on linter * Apply review * add builtin-labels * Add tagResource func * Set default value of PropagateTags * Apply review * Apply review * Add upgrade a release method for helm (#4143) * tool: Replace set-output with GITHUB_OUTPUT (#4155) * Make all changes that not be listed in ignores but placed under appDir considered as touched commit (#4157) * Release v0.41.4 (#4161) * Release v0.41.4 * Update the release note --------- Co-authored-by: funera1 <60760935+funera1@users.noreply.github.com> Co-authored-by: Khanh Tran <32532742+khanhtc1202@users.noreply.github.com> Co-authored-by: kevin55156 <68955641+kevin55156@users.noreply.github.com> Co-authored-by: Tomoki Hori <50762864+TonkyH@users.noreply.github.com> Co-authored-by: Naoki Kanatani <k12naoki@gmail.com>
@kanata2 sorry for the late, we just released a new version v2.5.0 for pipe-cd/actions-gh-release that contains your fix. Thank you! |
Thanks! |
@kanata2 |
What this PR does / why we need it:
I am getting the following warning in pipe-cd/actions-gh-release@v2.4.0.
Therefore, we have changed to use GITHUB_OUTPUT environment variable instead of set-output.
Which issue(s) this PR fixes:
N/A
Does this PR introduce a user-facing change?: