Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
ec2-instance-selector-windows-amd64.tar.gz | 2024-10-14 | 9.6 MB | |
ec2-instance-selector-windows-amd64 | 2024-10-14 | 39.7 MB | |
ec2-instance-selector-linux-arm64.tar.gz | 2024-10-14 | 8.3 MB | |
ec2-instance-selector-linux-arm64 | 2024-10-14 | 35.2 MB | |
ec2-instance-selector-linux-arm.tar.gz | 2024-10-14 | 8.1 MB | |
ec2-instance-selector-linux-amd64.tar.gz | 2024-10-14 | 9.4 MB | |
ec2-instance-selector-linux-arm | 2024-10-14 | 32.9 MB | |
ec2-instance-selector-linux-amd64 | 2024-10-14 | 38.8 MB | |
ec2-instance-selector-darwin-arm64.tar.gz | 2024-10-14 | 8.9 MB | |
ec2-instance-selector-darwin-arm64 | 2024-10-14 | 36.3 MB | |
ec2-instance-selector-darwin-amd64.tar.gz | 2024-10-14 | 9.7 MB | |
ec2-instance-selector-darwin-amd64 | 2024-10-14 | 39.8 MB | |
README.md | 2024-10-14 | 9.0 kB | |
v3.0.0 source code.tar.gz | 2024-10-14 | 174.5 kB | |
v3.0.0 source code.zip | 2024-10-14 | 234.5 kB | |
Totals: 15 Items | 277.2 MB | 0 |
What's Changed
- Updated to aws-sdk-go-v2
- Support querying for instance type generation
ec2-instance-selector --generation-min=3 --generation-max=5
- Only show current spot price instead of 30 day average. Calculating the 30 day avg was resulting in a lot of API calls and slowing the CLI down a lot!
- Turn off the local cache by default. Since ec2-instance-selector is only showing the current spot price, the CLI is much snappier, so no need for the local-cache for most use-cases. You can still enable it via CLI options.
- Deprecate the
--service eks
flag since EKS supports all instance types and the way it was checking was not the most up-to-date state anyways. - Upgrade go version to 1.23
Full Changelog
- dependabot config by @bwagner5 in https://github.com/aws/amazon-ec2-instance-selector/pull/166
- 🥑🤖 v2.4.1 release prep by @bwagner5 in https://github.com/aws/amazon-ec2-instance-selector/pull/165
- fix gh action dependabot tests by @bwagner5 in https://github.com/aws/amazon-ec2-instance-selector/pull/172
- Bump gopkg.in/ini.v1 from 1.57.0 to 1.67.0 by @dependabot in https://github.com/aws/amazon-ec2-instance-selector/pull/171
- Bump github.com/aws/aws-sdk-go from 1.44.59 to 1.44.190 by @dependabot in https://github.com/aws/amazon-ec2-instance-selector/pull/173
- Bump github.com/spf13/pflag from 1.0.3 to 1.0.5 by @dependabot in https://github.com/aws/amazon-ec2-instance-selector/pull/170
- Bump github.com/imdario/mergo from 0.3.11 to 0.3.13 by @dependabot in https://github.com/aws/amazon-ec2-instance-selector/pull/168
- Bump github.com/charmbracelet/lipgloss from 0.5.0 to 0.6.0 by @dependabot in https://github.com/aws/amazon-ec2-instance-selector/pull/167
- Bump github.com/evertras/bubble-table from 0.14.4 to 0.14.8 by @dependabot in https://github.com/aws/amazon-ec2-instance-selector/pull/183
- Bump github.com/aws/aws-sdk-go from 1.44.190 to 1.44.204 by @dependabot in https://github.com/aws/amazon-ec2-instance-selector/pull/182
- Bump github.com/spf13/cobra from 0.0.7 to 1.6.1 by @dependabot in https://github.com/aws/amazon-ec2-instance-selector/pull/175
- Bump go.uber.org/multierr from 1.1.0 to 1.9.0 by @dependabot in https://github.com/aws/amazon-ec2-instance-selector/pull/185
- Bump github.com/aws/aws-sdk-go from 1.44.204 to 1.44.214 by @dependabot in https://github.com/aws/amazon-ec2-instance-selector/pull/187
- deprecate --service eks by @bwagner5 in https://github.com/aws/amazon-ec2-instance-selector/pull/191
- Bump github.com/aws/aws-sdk-go from 1.44.214 to 1.44.234 by @dependabot in https://github.com/aws/amazon-ec2-instance-selector/pull/195
- Bump github.com/imdario/mergo from 0.3.13 to 0.3.15 by @dependabot in https://github.com/aws/amazon-ec2-instance-selector/pull/197
- Bump github.com/charmbracelet/bubbles from 0.13.0 to 0.15.0 by @dependabot in https://github.com/aws/amazon-ec2-instance-selector/pull/176
- Bump github.com/charmbracelet/lipgloss from 0.6.0 to 0.7.1 by @dependabot in https://github.com/aws/amazon-ec2-instance-selector/pull/189
- Bump github.com/charmbracelet/bubbletea from 0.23.1 to 0.24.0 by @dependabot in https://github.com/aws/amazon-ec2-instance-selector/pull/198
- Bump github.com/evertras/bubble-table from 0.14.8 to 0.15.2 by @dependabot in https://github.com/aws/amazon-ec2-instance-selector/pull/202
- Bump github.com/aws/aws-sdk-go from 1.44.234 to 1.44.262 by @dependabot in https://github.com/aws/amazon-ec2-instance-selector/pull/200
- Bump github.com/spf13/cobra from 1.6.1 to 1.7.0 by @dependabot in https://github.com/aws/amazon-ec2-instance-selector/pull/201
- Bump github.com/imdario/mergo from 0.3.15 to 0.3.16 by @dependabot in https://github.com/aws/amazon-ec2-instance-selector/pull/204
- Bump github.com/aws/aws-sdk-go from 1.44.262 to 1.44.271 by @dependabot in https://github.com/aws/amazon-ec2-instance-selector/pull/206
- Bump github.com/charmbracelet/bubbletea from 0.24.0 to 0.24.1 by @dependabot in https://github.com/aws/amazon-ec2-instance-selector/pull/205
- fix README tests by @cjerad in https://github.com/aws/amazon-ec2-instance-selector/pull/211
- Bump github.com/aws/aws-sdk-go-v2/service/ec2 from 1.57.0 to 1.98.0 by @dependabot in https://github.com/aws/amazon-ec2-instance-selector/pull/210
- Bump github.com/aws/aws-sdk-go from 1.44.271 to 1.44.276 by @dependabot in https://github.com/aws/amazon-ec2-instance-selector/pull/212
- Bump github.com/charmbracelet/bubbles from 0.15.0 to 0.16.1 by @dependabot in https://github.com/aws/amazon-ec2-instance-selector/pull/208
- Bump github.com/aws/aws-sdk-go-v2/service/pricing from 1.17.0 to 1.19.6 by @dependabot in https://github.com/aws/amazon-ec2-instance-selector/pull/207
- Go version update by @cjerad in https://github.com/aws/amazon-ec2-instance-selector/pull/213
- Bump github.com/aws/aws-sdk-go from 1.44.276 to 1.44.280 by @dependabot in https://github.com/aws/amazon-ec2-instance-selector/pull/216
- Bump github.com/charmbracelet/bubbletea from 0.24.1 to 0.24.2 by @dependabot in https://github.com/aws/amazon-ec2-instance-selector/pull/218
- Bump github.com/aws/aws-sdk-go-v2/service/ec2 from 1.98.0 to 1.99.0 by @dependabot in https://github.com/aws/amazon-ec2-instance-selector/pull/217
- Bump github.com/aws/aws-sdk-go-v2/config from 1.17.6 to 1.18.25 by @dependabot in https://github.com/aws/amazon-ec2-instance-selector/pull/215
- Bump github.com/aws/aws-sdk-go-v2/service/ec2 from 1.99.0 to 1.100.1 by @dependabot in https://github.com/aws/amazon-ec2-instance-selector/pull/223
- Bump github.com/aws/aws-sdk-go-v2/config from 1.18.25 to 1.18.27 by @dependabot in https://github.com/aws/amazon-ec2-instance-selector/pull/221
- Bump github.com/aws/aws-sdk-go-v2/service/ec2 from 1.100.1 to 1.102.0 by @dependabot in https://github.com/aws/amazon-ec2-instance-selector/pull/224
- Bump github.com/aws/aws-sdk-go from 1.44.280 to 1.44.289 by @dependabot in https://github.com/aws/amazon-ec2-instance-selector/pull/226
- Bump github.com/aws/aws-sdk-go-v2/service/pricing from 1.19.6 to 1.20.0 by @dependabot in https://github.com/aws/amazon-ec2-instance-selector/pull/225
- Bump github.com/muesli/termenv from 0.15.1 to 0.15.2 by @dependabot in https://github.com/aws/amazon-ec2-instance-selector/pull/228
- fix profile and region arguments by @cjerad in https://github.com/aws/amazon-ec2-instance-selector/pull/234
- Bump github.com/aws/aws-sdk-go-v2/service/ec2 from 1.102.0 to 1.105.1 by @dependabot in https://github.com/aws/amazon-ec2-instance-selector/pull/240
- Bump github.com/aws/aws-sdk-go from 1.44.289 to 1.44.306 by @dependabot in https://github.com/aws/amazon-ec2-instance-selector/pull/241
- Bump github.com/aws/aws-sdk-go from 1.44.306 to 1.45.6 by @dependabot in https://github.com/aws/amazon-ec2-instance-selector/pull/264
- Bump github.com/aws/aws-sdk-go-v2/config from 1.18.27 to 1.18.39 by @dependabot in https://github.com/aws/amazon-ec2-instance-selector/pull/263
- Bump github.com/aws/aws-sdk-go-v2/service/pricing from 1.20.0 to 1.21.6 by @dependabot in https://github.com/aws/amazon-ec2-instance-selector/pull/258
- Bump github.com/aws/aws-sdk-go-v2/service/ec2 from 1.105.1 to 1.117.0 by @dependabot in https://github.com/aws/amazon-ec2-instance-selector/pull/265
- Update README.md by @jvasquezv in https://github.com/aws/amazon-ec2-instance-selector/pull/174
- Bump github.com/aws/aws-sdk-go from 1.45.6 to 1.46.6 by @dependabot in https://github.com/aws/amazon-ec2-instance-selector/pull/286
- Bump github.com/aws/aws-sdk-go-v2/service/ec2 from 1.117.0 to 1.128.0 by @dependabot in https://github.com/aws/amazon-ec2-instance-selector/pull/287
- Bump github.com/aws/aws-sdk-go-v2/config from 1.18.39 to 1.19.1 by @dependabot in https://github.com/aws/amazon-ec2-instance-selector/pull/288
- Bump github.com/aws/aws-sdk-go-v2 from 1.21.2 to 1.24.0 by @dependabot in https://github.com/aws/amazon-ec2-instance-selector/pull/309
- Bump github.com/aws/aws-sdk-go-v2/config from 1.19.1 to 1.26.1 by @dependabot in https://github.com/aws/amazon-ec2-instance-selector/pull/312
- Update README.md by @manuasir in https://github.com/aws/amazon-ec2-instance-selector/pull/335
- fetch spot current price to speed up loading data without caching by @bwagner5 in https://github.com/aws/amazon-ec2-instance-selector/pull/351
- upgrade to v3 by @bwagner5 in https://github.com/aws/amazon-ec2-instance-selector/pull/357
New Contributors
- @dependabot made their first contribution in https://github.com/aws/amazon-ec2-instance-selector/pull/171
- @cjerad made their first contribution in https://github.com/aws/amazon-ec2-instance-selector/pull/211
- @jvasquezv made their first contribution in https://github.com/aws/amazon-ec2-instance-selector/pull/174
- @manuasir made their first contribution in https://github.com/aws/amazon-ec2-instance-selector/pull/335
Full Changelog: https://github.com/aws/amazon-ec2-instance-selector/compare/v2.4.1...v3.0.0