Releases: Bisnode/kubectl-tbac
Releases · Bisnode/kubectl-tbac
v1.0.8
v1.0.7
Merge pull request #54 from Bisnode/bump-tbac-version Auto bump tbac version
v1.0.6
Merge pull request #52 from Bisnode/dependabot/go_modules/github.com/…
v1.0.5
Merge pull request #49 from Bisnode/dependabot/go_modules/github.com/…
v1.0.4
Merge pull request #53 from Bisnode/create-release Create auto releases
v1.0.3
- Feature: Added
--export
flag to get secret command to get the create command. Useful to export and create a new similar secret. - Fix: Don't patch secret if no patch data provided.
v1.0.2
- Bug fix: Fixed an issue where members of multiple teams couldn't select namespace.
- New version command added:
kubectl tbac version
v1.0.1
- Time created now remains the same after removal of a key in
kubectl tbac patch
command - The flag
--namespace
now overrides all assumptions based on jwt and other flags.
v1.0.0
- Import package github.com/Bisnode/kubectl-login/util to lookup token since it's dependent on how kubectl-login store the token. This is a requirement if using kubectl-login v1.1.0 or later.
- Set fixed version on go-client
- Allow end user to set app label different than secret name on secret creation
v0.2.0
- Added last modified timestamp on
create
andpatch
secrets. - Improved output on
kubectl tbac get secrets <secret-name>
command. - Only display Opaque secrets when listing secrets using
kubectl tbac get secrets
command.