Skip to content

Releases: awslabs/eks-node-viewer

v0.6.0

28 Nov 17:29
Compare
Choose a tag to compare

What's Changed

  • feat: support Karpenter v1beta1 nodeclaims by @bwagner5 in #188
  • feat: add karpenter.sh/disruption taint as cordon state by @bwagner5 in #192
  • docs: Update README by @mbevc1 in #201
  • chore(deps): bump github.com/aws/aws-sdk-go from 1.45.26 to 1.48.4 by @dependabot in #206
  • chore(deps): bump github.com/aws/karpenter-core from 0.31.1-0.20231026063951-cc24f8196dfe to 0.32.2 by @dependabot in #205
  • chore(deps): bump k8s.io/apimachinery from 0.28.3 to 0.28.4 by @dependabot in #203
  • chore(deps): bump k8s.io/client-go from 0.28.3 to 0.28.4 by @dependabot in #202
  • chore(deps): bump golang.org/x/text from 0.13.0 to 0.14.0 by @dependabot in #197

Full Changelog: v0.5.0...v0.6.0

v0.5.0

20 Oct 18:17
Compare
Choose a tag to compare

Changelog

  • 6c93804 allow configuring colors
  • 06a27fe allow configuring node sort order
  • 7d89a78 chore(deps): bump github.com/aws/aws-sdk-go from 1.44.307 to 1.45.24
  • 62e1da2 chore(deps): bump github.com/aws/aws-sdk-go from 1.45.24 to 1.45.26
  • 9779708 chore(deps): bump github.com/charmbracelet/lipgloss from 0.7.1 to 0.9.1
  • 17603ee chore(deps): bump golang.org/x/net from 0.8.0 to 0.17.0
  • 952534d update attribution

v0.4.3

07 Aug 15:15
Compare
Choose a tag to compare

Changelog

  • 23ccb3a check bounds from paginator
  • 4419dea chore(deps): bump github.com/aws/aws-sdk-go from 1.44.301 to 1.44.307
  • 04066d3 chore(deps): bump k8s.io/api from 0.27.3 to 0.27.4
  • e669b7b cleanup
  • 7bf7d61 fix: report an accurate NotReady time
  • bc1a053 update attribution
  • 9b00b5d update deps

v0.4.2

20 Jul 18:26
Compare
Choose a tag to compare

Changelog

  • 7b90d87 chore(deps): bump github.com/aws/aws-sdk-go from 1.44.285 to 1.44.290
  • 230fe4d chore(deps): bump github.com/aws/aws-sdk-go from 1.44.290 to 1.44.301
  • 32aed84 docs(README.md) Karpenter name typo
  • 9b5e12e show pending pod count even if no nodes are present
  • b1dcd24 update attribution

v0.4.1

20 Jun 02:43
Compare
Choose a tag to compare

What's Changed

  • chore(deps): bump github.com/aws/aws-sdk-go from 1.44.277 to 1.44.281 by @dependabot in #131
  • chore(deps): bump github.com/charmbracelet/bubbletea from 0.24.1 to 0.24.2 by @dependabot in #132
  • feat: Use unified view by @mbevc1 in #134
  • chore(deps): bump github.com/aws/aws-sdk-go from 1.44.284 to 1.44.285 by @dependabot in #136
  • chore: update attribution by @tzneal in #135

Full Changelog: v0.4.0...v0.4.1

v0.4.0

07 Jun 15:44
1080ee7
Compare
Choose a tag to compare

Changelog

  • b5f89d2 Merge pull request #127 from awslabs/dependabot/go_modules/github.com/charmbracelet/bubbles-0.16.1
  • 8940888 Merge pull request #128 from bwagner5/paging
  • a815f72 chore(deps): bump github.com/aws/aws-sdk-go from 1.44.271 to 1.44.277 (#129)
  • 292d354 chore(deps): bump github.com/charmbracelet/bubbles from 0.15.0 to 0.16.1
  • 8b1fce3 document installing with homebrew
  • 9b8eef6 fix pricing data not printing
  • 1080ee7 update attribution (#130)

v0.3.0

02 Jun 14:09
Compare
Choose a tag to compare

What's Changed

  • chore(deps): bump github.com/aws/aws-sdk-go from 1.44.220 to 1.44.235 by @dependabot in #105
  • chore(deps): bump go.uber.org/multierr from 1.9.0 to 1.11.0 by @dependabot in #106
  • chore(deps): bump github.com/samber/lo from 1.37.0 to 1.38.1 by @dependabot in #102
  • chore(deps): bump github.com/charmbracelet/bubbletea from 0.23.2 to 0.24.0 by @dependabot in #111
  • chore(deps): bump github.com/aws/aws-sdk-go from 1.44.235 to 1.44.259 by @dependabot in #112
  • chore(deps): bump k8s.io/apimachinery from 0.25.0 to 0.27.1 by @dependabot in #109
  • chore(deps): bump k8s.io/client-go from 0.25.0 to 0.27.1 by @dependabot in #108
  • chore(deps): bump github.com/aws/aws-sdk-go from 1.44.259 to 1.44.263 by @dependabot in #113
  • chore(deps): bump github.com/charmbracelet/bubbletea from 0.24.0 to 0.24.1 by @dependabot in #119
  • chore(deps): bump github.com/aws/aws-sdk-go from 1.44.263 to 1.44.271 by @dependabot in #118
  • enable aws sdk shared config by @bwagner5 in #120
  • chore(deps): bump k8s.io/client-go from 0.27.1 to 0.27.2 by @dependabot in #117
  • add Linux arm64 and serve the window binary instead of a zip by @tzneal in #122
  • Support computed labels by @tzneal in #121
  • update attributions by @tzneal in #123

New Contributors

Full Changelog: v0.2.1...v0.3.0

v0.2.1

22 Mar 14:58
Compare
Choose a tag to compare

Changelog

  • b715d6c fix: re-price nodes after every pricing update

v0.2.0

14 Mar 14:58
Compare
Choose a tag to compare

What's Changed

  • support fetching fargate prices and reporting fargate nodes by @tzneal in #91
  • chore(deps): bump github.com/charmbracelet/lipgloss from 0.6.0 to 0.7.1 by @dependabot in #93
  • chore(deps): bump github.com/aws/aws-sdk-go from 1.44.206 to 1.44.220 by @dependabot in #95
  • update attribution by @tzneal in #97

Full Changelog: v0.1.3...v0.2.0

v0.1.3

25 Feb 00:01
Compare
Choose a tag to compare

Changelog

  • 868b271 feat: Improve status outputs