Skip to content

Releases: docker/hub-tool

v0.4.6

06 Mar 17:10
74bc560
Compare
Choose a tag to compare
Merge pull request #222 from docker/fix-e2e-v2

Comment E2E and linter steps in release pipeline, as we already did a…

v0.4.5

22 Jul 14:55
d383e72
Compare
Choose a tag to compare

Fix

  • Fix user access token deletion (#205 fixing #186 )
  • Fix repo rm command not working (#203 fixing #178 )

Code

  • Moving credentials from internal to pkg (#209 )

v0.4.4

18 Nov 10:19
c9cb0ac
Compare
Choose a tag to compare

Improvements

  • Allow http.Client to be replaced #189

Fix

  • Fix login issue #192

v0.4.3

15 Sep 13:03
a01a01b
Compare
Choose a tag to compare

Improvements

  • Get the rate limiting source IP even with no limit #184

v0.4.2

06 Sep 15:32
133c07e
Compare
Choose a tag to compare

Improvements

  • Move hub client from package internal to pkg #182

v0.4.1

05 May 16:32
5051946
Compare
Choose a tag to compare

Improvements

  • Add darwin/arm64 m1 support + bump to golang 1.16.3 #173

v0.4.0

05 May 16:16
f3b59e2
Compare
Choose a tag to compare
v0.4.0 Pre-release
Pre-release

Improvements

  • Add darwin/arm64 m1 support + bump to golang 1.16.3 #173

v0.3.1

12 Mar 10:02
7008981
Compare
Choose a tag to compare

Fixes

  • Fix org teams and members output #171

v0.3.0

20 Jan 14:29
4b740d3
Compare
Choose a tag to compare

Improvements

  • Added an optional argument to account info command to check status about an organization
  • Added a --platform flag to tag inspect command to inspect a specific platform if the image is a multi-arch image
  • Rewrite tag inspect command output if the image is a multi-arch image, to better fit with manifest output

Fixes

  • Fixes some indentation issues #148

v0.2.0

02 Dec 14:49
0edf43a
Compare
Choose a tag to compare

Improvements

  • Add Hub 2FA support, with new commands login and logout #120 #126 #123 #137 #139
  • Assume latest if no tag specified on tag rm #113
  • Better handle Ctrl+C #116
  • Improve error message returned by server #117
  • Added logging with --trace and --verbose flags #118
  • Improved UX on tag/repo rm commands #119
  • Prompt if username is empty on login #132
  • Show current rate limiting with new command account rate-limiting #129

Fixes

  • Correct input colors #131
  • Add list alias for all ls commands #136
  • Fix token commands UX: Merge pull request #138 from docker/token-activate #138