-
v0.3.0 Stable
released this
2022-05-09 20:55:41 +00:00 | 110 commits to master since this release0.3.0 (2022-05-09)
Changes
initcommand and it's dynamic config generator was deprecated in favor of static config samples
Downloads
-
v0.3.0-beta2 Stable
released this
2022-01-13 22:58:36 +00:00 | 122 commits to master since this release0.3.0-beta2 (2022-01-14)
Fixes
- Fix a bug where supplying an empty target filter would exclude all retrieved instances
Downloads
-
v0.3.0-beta1 Stable
released this
2022-01-13 11:20:52 +00:00 | 128 commits to master since this release0.3.0-beta1 (2022-01-13)
Breaking changes
Pretty much complete project pivot and no retro compatibility with previous versions. SSH support was dropped completely and an agent (Portal) was introduced.
You can refer to the README for updated installation and usage info.Downloads
-
v0.2.2 Stable
released this
2021-08-01 20:50:47 +00:00 | 146 commits to master since this release0.2.2 (2021-08-01)
Improvements
- Bump Go version to 1.17rc1 and replace
--filterflag with--targetand add a number of minor output tweaks (#53)
Downloads
- Bump Go version to 1.17rc1 and replace
-
v0.2.1 Stable
released this
2021-07-06 06:45:56 +00:00 | 162 commits to master since this release0.2.1 (2021-07-06)
Improvements
- Don't start the progress indicator if the log level is debug or lower (#52)
Downloads
-
v0.2.0 Stable
released this
2021-07-04 21:32:10 +00:00 | 164 commits to master since this releaseThis release changes the format of the private key file. Speedrun will not be able to read keys created with earlier releases therefore you should generate a new one via
speedrun key init0.2.0 (2021-07-04)
Features
- It's now possible to use the
--use-osloginflag with thekey authorizeandruncommand to use OS Login based authentication instead of the default method which adds the public key to the project metadata. In this mode the public key is added to the list of authorized keys of the user associated with the GOOGLE_APPLICATION_CREDENTIALS instead. (#50) - A progress indicator is now visible when using the
runcommand (#44)
Improvements
- Confirm private key creation (#45)
- Pass version information via ldflags (#43)
- Suppress help on error (#46)
- Wrap key type to b64 (#51)
Fixes
- Fix progress output (#48)
Downloads
- It's now possible to use the
-
v0.1.1 Stable
released this
2021-03-28 14:25:37 +00:00 | 174 commits to master since this release0.1.1 (2021-03-28)
Improvements
- Fetch home explicitly rather than expanding $HOME (#41)
- Remove dead code
Fixes
- Handle results pagination correctly (#35)
Downloads
-
v0.1.0 Stable
released this
2021-03-21 22:45:01 +00:00 | 187 commits to master since this release0.1.0 (2021-03-21)
First usable release
Downloads