This file is used to list changes made in each version of hyper-kube-config.
- [Zane Williamson]
- Adding support for IAM Authentication to hyperkube
- Adding additional cli flags for
--hyperkube-url
,--hyperkube-stage
,--aws-profile
,--aws-region
,--x-api-key
- Cryptography package security fix
- [Christopher Zorn]
- Fix json serialization of set objects in cluster metadata return
- [Nolan Emirot]
- Add travis stages (test, lint)
- [Christopher Zorn]
- Make sure returned json in lambda handlers are consistent in cluster status handlers.
- Make sure stdout in cli tool is valid json
- Add support for multiple environments for a cluster. This allows for tagging workload environments along with cluster environments.
- [Zane Williamson] - Moving moto to dev-packages, changing short flag for environment from '-g' to '-e' (breaking change)
- [Christopher Zorn] - Adding tests, adding get-cluster-for-environment lookup, new storage module
- [Swarup Donepudi]
- Provide the option to user for
get
andget-all
to merge with existing~/.kube/config
or whatever the user passes using the option-k
- Provide the option to user for
- [Nolan Emirot]
- Sort cluster list output in kubectl hyperkube
- [Zane Williamson, Christopher Zorn]
- Allow cluster-authority-data to be an optional input
- updating dependencies
- Flake changes, also run flake in travis
- [Swarup Donepudi]
- Fix reading from default config
- [Zane Williamson]
- Fixing get and get all commands
- [Zane Williamson]
- Adding support for adding CA key for k8s cluster
- [Zane Williamson]
- Adding get-all command: retrieve and concatenate all cluster configs into one config
- [Zane Williamson]
- Adding support to store and associate Pems to a cluster
- Adding support to set and get arbitrary status and environment strings to a cluster
- [Akshay Raj] - Fixed fixed YAMLLoadWarning
- [Zane Williamson] - Updating to handle 404 response with exit code 1
- [Zane Williamson] - Initial release to PyPi