Skip to content

Latest commit

 

History

History
101 lines (62 loc) · 7.88 KB

CHANGELOG.md

File metadata and controls

101 lines (62 loc) · 7.88 KB

Changelog

1.2.4 (2024-01-10)

Bug Fixes

  • detect & skip python install if not necessary (#85) (81b5d2c)

1.2.3 (2023-06-18)

Bug Fixes

  • check for both python3 and python in exec-env (#78) (502fd1c)
  • kubectl with gke-gcloud-auth-plugin, unbound variable (#77) (d13787e)

1.2.2 (2022-11-14)

Bug Fixes

  • fix nextPageToken regexp in list-all, #70 (#72) (335b3ff)
  • require python3 instead of python (9d7ff92)

1.2.1 (2022-08-30)

Bug Fixes

1.2.0 (2022-06-30)

Features

1.1.0 (2021-07-20)

Features

1.0.2 (2021-06-15)

Bug Fixes

  • bump tool versions (d50910b)
  • release please uses PAT (bf88bab)
  • rm release-please workflow trigger from build (38ab6f1)
  • use custom sort func for portability (#46) (6002e50)

1.0.1 (2021-05-31)

Bug Fixes

1.0.0 (2021-05-31)

Features

  • check dependencies, use pre-remove and post-add scripts (0d8f298)
  • correctly error when no version found (44995e1)
  • init asdf plugin commands (c1eb106)
  • notify users on uninstall their gcloud proj configs still p… (#15) (29619a7)
  • robust list-all version fetching (376d025)
  • run shell format on lint (e7c66a0)
  • use asdf exec-env to set CLOUDSDK_PYTHON on each gcloud cmd… (#14) (0a30972)
  • working mvp (dbf95e0)

Bug Fixes