You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* GH action for updating logstash version
This commit adds a GH action for bumping the logstash version. It uses the
updatescli based on a suggestion for how the beats team is doing file updates.
There is a workflow_dispatch trigger that accepts a new logstash version. Both
the versions.yml and lock file are updated. If it is a branch where we are not
vendoring a lockfile that file is skipped without failing the workflow step.
* use stub workflow to test
* Separate step when modifying
* dont track temp updatecli file and install action
* restore stub
* Refactor updatecli workflow
use pattern suggested in code review
* Use test stub to validate changes
* fix inputs section
* fix branch
* dont fail if file is not present
* try with no global conditionals
* file condition
* name conditional
* split into separate pipeline files
* remove unused scmid
* no explicit pr action?
* add back PR
* try sources pattern
* explicitly connect target with scmid
* ensure lock file lookup executes from checkout
* Cleanup
* test
* restore LOGSTASH_BRANCH
* codereview feedback
0 commit comments