Commit Graph

772 Commits

Author SHA1 Message Date
David Dworken
1aa08a3a4d Turns out slsa verifier hasn't been updated yet, see https://github.com/slsa-framework/slsa-verifier/pull/37 2022-04-24 21:07:20 -07:00
David Dworken
7a1162bf75 Release: finish releasing v0.45 2022-04-24 20:47:04 -07:00
David Dworken
5cadf24c9c Release darwin-arm64 v0.45 2022-04-24 20:47:04 -07:00
David Dworken
2d3729578a Release darwin-amd64 v0.45 2022-04-24 20:47:04 -07:00
David Dworken
4d2ad07ede Release linux-amd64 v0.45 2022-04-24 20:47:04 -07:00
David Dworken
602e921f7f Release: start releasing v0.45 2022-04-24 20:47:04 -07:00
David Dworken
aa806878ed Rename slsa builder file since the upstream repo renamed it 2022-04-24 20:46:48 -07:00
David Dworken
5daca98618 Release: finish releasing v0.44 2022-04-24 20:39:49 -07:00
David Dworken
632d81c72e Release darwin-arm64 v0.44 2022-04-24 20:39:49 -07:00
David Dworken
1f2b2c7f65 Release darwin-amd64 v0.44 2022-04-24 20:39:49 -07:00
David Dworken
80251d6fb4 Release linux-amd64 v0.44 2022-04-24 20:39:49 -07:00
David Dworken
2ad9439fbe Release: start releasing v0.44 2022-04-24 20:39:49 -07:00
David Dworken
a60785955a Update workflow name 2022-04-24 20:39:40 -07:00
David Dworken
7fbe888059 Whoops, same messed up dash as before 2022-04-24 20:36:46 -07:00
David Dworken
a98c31be46 Swap the cert to be encrypted with a password 2022-04-24 20:34:44 -07:00
David Dworken
b853973db1 Run commands in one step to reduce waiting time 2022-04-24 10:06:06 -07:00
David Dworken
bcbb6eaf28 Fix CLI arg to base 64 decode 2022-04-24 09:45:15 -07:00
David Dworken
5a31c6f96b Enable manually running the sign workflow 2022-04-24 09:42:12 -07:00
David Dworken
7727e2c86d First attempt at codesigning for macos in github actions 2022-04-24 09:40:28 -07:00
David Dworken
12a2970590 Release: finish releasing v0.43 2022-04-21 22:52:55 -07:00
David Dworken
97b1798b13 Release darwin-arm64 v0.43 2022-04-21 22:52:54 -07:00
David Dworken
84a70a3e06 Release darwin-amd64 v0.43 2022-04-21 22:52:54 -07:00
David Dworken
3f2bb416f0 Release linux-amd64 v0.43 2022-04-21 22:52:54 -07:00
David Dworken
fe6ff7d8c7 Release: start releasing v0.43 2022-04-21 22:52:54 -07:00
David Dworken
ff419e71f9 More debugging info for failing to install the update 2022-04-21 22:52:38 -07:00
David Dworken
da29b95d77 Release: finish releasing v0.42 2022-04-21 22:26:05 -07:00
David Dworken
725c1f7cb8 Release darwin-arm64 v0.42 2022-04-21 22:26:05 -07:00
David Dworken
282110fb13 Release darwin-amd64 v0.42 2022-04-21 22:26:05 -07:00
David Dworken
34b3807e01 Release linux-amd64 v0.42 2022-04-21 22:26:05 -07:00
David Dworken
d02f16ae69 Release: start releasing v0.42 2022-04-21 22:26:05 -07:00
David Dworken
980d299543 Run the command in the background for zsh 2022-04-21 22:25:24 -07:00
David Dworken
be27d190c6 Improve the code for the /download API endpoint so that it auto-decrements the tag until it finds a valid version 2022-04-21 22:02:28 -07:00
David Dworken
39edd4b0f2 Release: finish releasing v0.41 2022-04-21 21:10:40 -07:00
David Dworken
dca4957912 Release darwin-arm64 v0.41 2022-04-21 21:10:40 -07:00
David Dworken
fc2061700c Release darwin-amd64 v0.41 2022-04-21 21:10:40 -07:00
David Dworken
1edaecb472 Release linux-amd64 v0.41 2022-04-21 21:10:40 -07:00
David Dworken
41154f46bd Release: start releasing v0.41 2022-04-21 21:10:40 -07:00
David Dworken
fe93be79f4 Support a host: atom as an alias for the hostname: atom 2022-04-21 21:10:25 -07:00
David Dworken
a8d4e17b66 Release: finish releasing v0.40 2022-04-20 22:36:33 -07:00
David Dworken
a8945e819f Release darwin-arm64 v0.40 2022-04-20 22:36:33 -07:00
David Dworken
4f1dec4619 Release darwin-amd64 v0.40 2022-04-20 22:36:33 -07:00
David Dworken
bcce5f065a Release linux-amd64 v0.40 2022-04-20 22:36:33 -07:00
David Dworken
51ed260c5b Release: start releasing v0.40 2022-04-20 22:36:33 -07:00
David Dworken
6a18504755 Enable WAL for increased concurrency, and add additional expectedOutput option for testDisplayTable 2022-04-20 22:13:10 -07:00
David Dworken
edfbf7769e Fix updating on m1 darwin
For some reason, calling unlink() on the binary causes all future spawned processes to die with a "signal: killed" error. I have no idea why this happens, but it doesn't seem to be necessary to call
unlink on darwin, so I'm just tweaking this to not call unlink on darwin. Also remove tidy from the pre-commit since macos ships with a truly ancient version of tidy
2022-04-20 21:57:37 -07:00
David Dworken
94c88c76fe Skip testUpdate when running on linux/arm64 since that isn't a supported platform 2022-04-20 20:56:01 -07:00
David Dworken
8b364dcf53 Release: finish releasing v0.39 2022-04-20 17:29:27 -07:00
David Dworken
5bfaff8ed8 Release darwin-arm64 v0.39 2022-04-20 17:29:27 -07:00
David Dworken
52d27d2e5d Release darwin-amd64 v0.39 2022-04-20 17:29:27 -07:00
David Dworken
6ae8d5a348 Release linux-amd64 v0.39 2022-04-20 17:29:27 -07:00