Releases: kalgurn/kubeconfig-manager
Releases · kalgurn/kubeconfig-manager
v0.5.8 Dependencies bump
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
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
Description
- Minor fix for the export function
- Edited dependabot config
- Edited Readme
Changelog
- 547bcd8 Fix for export function
- Kostiantyn Kulbachnyi kostiantyn@kulbachnyi.com
- fbd7043 Updated dependant config
- Kostiantyn Kulbachnyi 38934525+kalgurn@users.noreply.github.com
- 9babd1d README updated
- Kostiantyn Kulbachnyi kostiantyn@kulbachnyi.com
v0.5.4
Description
- Trailing slash is always removed from the rancher url
Changelog
- 9632a93 added fix for trailing slash in Rancher URL. Removed azure debug
- Kostiantyn Kulbachnyi kostiantyn@kulbachnyi.com
Added AKS functionality
Description
- This is a release description
Changelog
- added basic functionality to download kubeconfig from Azure
- added very basic tests
- cleaned code smells
- updated readme
- added dependabot checks for github actions updates
- Kostiantyn Kulbachnyi kostiantyn@kulbachnyi.com
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
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
Description
Changelog
- be0c8f4 set bump version as a patch version
- Kostiantyn Kulbachnyi kostiantyn@kulbachnyi.com
Refactored command module
Description
- The command module was rewritten, so as tests and a module to work with kubeconfig
Initial release
Description
- This is a release description
Changelog
- ede2315 removed dry-run instruction from the release workflow
- Kostiantyn Kulbachnyi kostiantyn@kulbachnyi.com
- 87a4906 added config for the future use
- Kostiantyn Kulbachnyi kostiantyn@kulbachnyi.com
- 6d6d698 - Added proper workflows - Added template - Minor changes
- Kostiantyn Kulbachnyi kostiantyn@kulbachnyi.com
- 5fdfcce added basic semver attempt
- Kostiantyn Kulbachnyi kostiantyn@kulbachnyi.com