Skip to content

Releases: kalgurn/kubeconfig-manager

v0.5.8 Dependencies bump

11 Dec 07:59
1411126

Choose a tag to compare

What's Changed

  • #patch: Bump k8s.io/client-go from 0.22.4 to 0.23.0 by @dependabot in #17

Full Changelog: v0.5.7...v0.5.8

Bump k8s.io/client-go from 0.22.2 to 0.22.3

03 Nov 07:58
5537b8d

Choose a tag to compare

Description

Bump k8s.io/client-go from 0.22.2 to 0.22.3

Changelog

  • 5c87ebd #patch: Bump k8s.io/client-go from 0.22.2 to 0.22.3
    • dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

v0.5.5

07 Oct 09:37
547bcd8

Choose a tag to compare

Description

  • Minor fix for the export function
  • Edited dependabot config
  • Edited Readme

Changelog

v0.5.4

02 Oct 06:08

Choose a tag to compare

Description

  • Trailing slash is always removed from the rancher url

Changelog

Added AKS functionality

01 Oct 08:58

Choose a tag to compare

Description

  • This is a release description

Changelog

499d495

  • added basic functionality to download kubeconfig from Azure
  • added very basic tests
  • cleaned code smells
  • updated readme
  • added dependabot checks for github actions updates

This subcommand requires additional Azure environment variables to be set:

  • SUBSCRIPTION_ID - subscription ID where your cluster is located
  • TENANT_ID - Azure tenant ID
  • CLIENT_ID - client ID for service-principal
  • CLIENT_SECRET secret for the service principal

How to use

kcmanager add aks --resource-group=[Azure RG name] --cluster=[cluster name] --admin[true if set]

v0.4.3: Bump k8s.io/client-go from 0.21.2 to 0.22.2 #8

30 Sep 17:12
3eb3a34

Choose a tag to compare

Description

  • This is a release description

Changelog

  • 8bb4413 Bump k8s.io/client-go from 0.21.2 to 0.22.2
    • dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

v0.4.2

30 Sep 16:45

Choose a tag to compare

Description

Changelog

Refactored command module

28 Sep 14:29
4225d14

Choose a tag to compare

Description

  • The command module was rewritten, so as tests and a module to work with kubeconfig

Initial release

29 Aug 12:38
417ce7c

Choose a tag to compare

Description

  • This is a release description

Changelog