Skip to content

Releases: whywaita/myshoes

v1.10.5

17 Jan 02:31
f62d487
Compare
Choose a tag to compare

Changelog

  • f62d487 Merge pull request #127 from whywaita/feat/metrics-rate-limit
  • fc27460 need to store remaining
  • 6376ac1 don't need to store metrics in not configured rate limit
  • 6d8af93 Update metrics of rate limit when token update
  • cb3ee6b Add metrics for rate limit
  • a18b50d Merge pull request #125 from whywaita/update-readme202112
  • 061d5d1 Update README

v1.10.4

03 Dec 07:30
356cfaf
Compare
Choose a tag to compare

Changelog

  • 356cfaf Merge pull request #124 from whywaita/fix/122-2
  • e9d3df6 need to unwrap
  • e03b653 Merge pull request #123 from whywaita/fix/122
  • 2f13e70 will delete from runners_runing if not found from shoes

v1.10.3

25 Nov 02:35
4034fca
Compare
Choose a tag to compare

Changelog

4034fca Merge pull request #120 from whywaita/fix/more-conditional-get
d79454f rename
8b21f23 Logging NotModified when response 304
b8afcb6 Use httpcache in gh.NewClient

v1.10.2

10 Nov 07:27
de869db
Compare
Choose a tag to compare

Changelog

de869db Merge pull request #119 from whywaita/fix/118
b8933df Use conditional GET by httpcache
0933df7 Merge pull request #117 from whywaita/refactor/security-update-202111
551d9b1 Update libary version

v1.10.1

01 Nov 07:02
1212edd
Compare
Choose a tag to compare

Changelog

1212edd Merge pull request #116 from whywaita/fix/114
8c920d4 Use value (2)
873087e Check only target
2f01852 Use value
cb85bf5 Use same delete logic in mode once as a mode epehemeral
bc506fd Merge pull request #115 from whywaita/fix/113
af65f6d call getSetupScript before shoes.GetClient(). GetClient launch shoes-provider, but it's not need if failure getSetupScript. e.g.) uninstall GitHub Apps

v1.10.0

15 Oct 03:29
ab232b1
Compare
Choose a tag to compare

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

v1.9.11

14 Oct 06:13
25fb1d7
Compare
Choose a tag to compare

Changelog

25fb1d7 Merge pull request #111 from whywaita/fix/28
0a64b60 Expose config value
5ff0197 Add expired_at
39424fd disable --ephemeral
e6a74ff Fix lint
4552e4f Support --ephemeral newer v2.282.0
34e91de use extracted cache
ea6508f getting register token in myshoes
90f9708 Switch to text/template
5d22108 Merge pull request #110 from whywaita/refactor/err-msg
00391c0 more information in err response

v1.9.10

30 Sep 06:19
9e3ca6d
Compare
Choose a tag to compare

Changelog

9e3ca6d Merge pull request #108 from whywaita/fix/106
de6e82c Fix typo
a8d2a82 more slowly
f835f77 Separate metrics
30351cf Add metrics semaphore value
1ad97a1 Add MAX_CONNECTIONS_TO_BACKEND
dfd21fc use errgroup
eb3b1eb check duplicate job
01890b8 Switch to dispatcher-worker method

v1.9.9

28 Sep 05:30
01a1029
Compare
Choose a tag to compare

Changelog

01a1029 Merge pull request #105 from jonico/patch-2
97f8192 Adding awesome-runners badge
4f92dd0 Merge pull request #104 from whywaita/fix/102
41274d1 Token updator need to run always, but a same loop block other logic

v1.9.8

22 Sep 01:23
9e3f92e
Compare
Choose a tag to compare

Changelog

9e3f92e Merge pull request #103 from whywaita/fix/gh-enterprise-endpoint
dc29ad7 change to using function
34b1b04 GenerateGitHubAppsToken needs a GitHub Apps client