Skip to content

Releases: Bisnode/kubectl-tbac

v1.0.8

27 Apr 15:00
585341b
Compare
Choose a tag to compare
Merge pull request #56 from Bisnode/improve-readme

add README.md improvement in install section

v1.0.7

18 Mar 09:56
f1b96e9
Compare
Choose a tag to compare
Merge pull request #54 from Bisnode/bump-tbac-version

Auto bump tbac version

v1.0.6

17 Mar 12:59
7193ef8
Compare
Choose a tag to compare
Merge pull request #52 from Bisnode/dependabot/go_modules/github.com/…

v1.0.5

17 Mar 12:48
fe14cb2
Compare
Choose a tag to compare
Merge pull request #49 from Bisnode/dependabot/go_modules/github.com/…

v1.0.4

17 Mar 12:42
3a029a3
Compare
Choose a tag to compare
Merge pull request #53 from Bisnode/create-release

Create auto releases

v1.0.3

20 Jul 10:38
Compare
Choose a tag to compare
  • 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

17 Jun 12:36
17a2f37
Compare
Choose a tag to compare
  • Bug fix: Fixed an issue where members of multiple teams couldn't select namespace.
  • New version command added: kubectl tbac version

v1.0.1

09 Jun 19:37
73ee27d
Compare
Choose a tag to compare
  • 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

25 May 06:09
ee7f5b9
Compare
Choose a tag to compare
  • 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

20 May 13:14
aa187de
Compare
Choose a tag to compare
  • Added last modified timestamp on create and patch secrets.
  • Improved output on kubectl tbac get secrets <secret-name> command.
  • Only display Opaque secrets when listing secrets using kubectl tbac get secrets command.