Skip to content

v1.10.0

Compare
Choose a tag to compare
@github-actions github-actions released this 15 Oct 03:29
· 277 commits to master since this release
ab232b1

Upgrade

v1.10.0 needs to update MySQL columns before previous releases.

ALTER TABLE `runner_detail` ADD COLUMN `runner_user` varchar(255) AFTER `resource_type`;
ALTER TABLE `runner_detail` ADD COLUMN `runner_version` varchar(255) AFTER `runner_user`;
ALTER TABLE `runner_detail` ADD COLUMN `provider_url` varchar(255) AFTER `runner_version`;

Changelog

ab232b1 Merge pull request #112 from whywaita/fix/109
f64f4cf Support blank values
3db2b75 Implement UpdateParam in web
4b8c15f Fix lint
af2b56a Implement to remove ephemeral runner
974b7fd Enable --ephemeral if support runner version