Releases: garethjevans/kubectl-permissions
Releases · garethjevans/kubectl-permissions
v0.2.1
v0.2.0
Merge pull request #161 from garethjevans/show-secrets feat: allow all secrets associated to a service account to be displayed
v0.1.0
Changelog
- eedba9c Merge pull request #70 from garethjevans/better-match-tests
- 643db32 fix: a rolebinding can also specify a cluster role
- 1b01cc6 fix: correct matching logic
- aaaf087 chore: improved integration tests for miss-matches
- b0de77b chore: improve role matching when namespace is not specified
- fe11c38 Merge pull request #68 from garethjevans/better-error-on-no-args
- 9aecc5c Merge pull request #62 from garethjevans/dependabot/go_modules/k8s.io/cli-runtime-0.26.0
- d177e64 chore(deps): bump k8s.io/cli-runtime from 0.25.4 to 0.26.0
- a00aad4 Merge pull request #69 from garethjevans/kind-1.26
- 4a8718a chore: also test on k8s 1.26
- 3473300 fix: improve error message when there are zero args
- b008bfa Merge pull request #64 from garethjevans/dependabot/go_modules/github.com/onsi/ginkgo/v2-2.6.0
- 132b4b2 Merge pull request #66 from garethjevans/dependabot/go_modules/github.com/kyokomi/emoji/v2-2.2.11
- 3a20925 Merge pull request #63 from garethjevans/dependabot/go_modules/k8s.io/client-go-0.26.0
- 13839e8 chore(deps): bump github.com/kyokomi/emoji/v2 from 2.2.10 to 2.2.11
- ce75333 chore(deps): bump github.com/onsi/ginkgo/v2 from 2.5.1 to 2.6.0
- d288067 chore(deps): bump k8s.io/client-go from 0.25.4 to 0.26.0
- 73066b8 Merge pull request #61 from cagiti/sign_and_gen_sbom
- c17a42c Adds binary signing via goreleaser and verification instructions
- 3fdab46 Merge pull request #60 from garethjevans/dependabot/go_modules/github.com/onsi/ginkgo/v2-2.5.1
- 4386b8e chore(deps): bump github.com/onsi/ginkgo/v2 from 2.5.0 to 2.5.1
- ae70d3e Merge pull request #53 from garethjevans/dependabot/github_actions/golangci/golangci-lint-action-3
- 5ccd651 Merge pull request #58 from garethjevans/dependabot/go_modules/github.com/onsi/gomega-1.24.1
- 970c563 Merge pull request #59 from garethjevans/dependabot/go_modules/k8s.io/cli-runtime-0.25.4
- 721023e chore(deps): bump k8s.io/cli-runtime from 0.25.3 to 0.25.4
- 4601172 chore(deps): bump github.com/onsi/gomega from 1.24.0 to 1.24.1
- 2c6b417 Merge pull request #57 from garethjevans/dependabot/go_modules/github.com/onsi/ginkgo/v2-2.5.0
- b44f466 Merge pull request #56 from garethjevans/dependabot/go_modules/k8s.io/api-0.25.4
- 2d92dbd chore(deps): bump github.com/onsi/ginkgo/v2 from 2.4.0 to 2.5.0
- 3535902 chore(deps): bump k8s.io/api from 0.25.3 to 0.25.4
- c926839 Merge pull request #54 from garethjevans/dependabot/go_modules/github.com/onsi/gomega-1.24.0
- 6623cce chore(deps): bump github.com/onsi/gomega from 1.23.0 to 1.24.0
- 75edfde chore(deps): bump golangci/golangci-lint-action from 2 to 3
v0.0.6
What's Changed
- chore(deps): bump rajatjindal/krew-release-bot from 0.0.25 to 0.0.43 by @dependabot in #46
- chore(deps): bump actions/setup-go from 2 to 3 by @dependabot in #49
- chore(deps): bump goreleaser/goreleaser-action from 1 to 3 by @dependabot in #50
- chore(deps): bump actions/checkout from 2 to 3 by @dependabot in #48
- chore(deps): bump azure/setup-kubectl from 1 to 3 by @dependabot in #47
- chore(deps): bump github.com/spf13/cobra from 1.6.0 to 1.6.1 by @dependabot in #52
- chore(deps): bump github.com/onsi/gomega from 1.22.1 to 1.23.0 by @dependabot in #51
Full Changelog: v0.0.5...v0.0.6
v0.0.5
What's Changed
- chore: add manual installation instructions by @garethjevans in #38
- chore: adding some status badges to the readme by @garethjevans in #39
- chore: update gomod name by @garethjevans in #42
- chore: set a better development version when building locally by @garethjevans in #43
- feat: improvements for invalid role definitions by @garethjevans in #45
Full Changelog: v0.0.4...v0.0.5
v0.0.4
What's Changed
- fix: avoid using a shallow clone when releasing by @garethjevans in #13
- chore: pause auto update of krew index by @garethjevans in #14
- Specify minimum args by @cagiti in #17
- Support multiple api groups per resource by @cagiti in #18
- chore: enable basic testing on kind by @garethjevans in #19
- chore: run integration test after deploying kind by @garethjevans in #20
- feat: jazz up the output by @cagiti in #21
- chore: adding tests for aggregated roles by @garethjevans in #22
- fix: handle cobra args correctly by @garethjevans in #23
- feat: load cloud auth plugins by @garethjevans in #25
- chore: improve help text to be kubectl relative by @garethjevans in #26
- chore(deps): bump k8s.io/client-go from 0.25.2 to 0.25.3 by @dependabot in #29
- chore(deps): bump k8s.io/cli-runtime from 0.25.2 to 0.25.3 by @dependabot in #28
- chore(deps): bump github.com/spf13/cobra from 1.5.0 to 1.6.0 by @dependabot in #30
- chore(deps): bump github.com/onsi/ginkgo/v2 from 2.1.6 to 2.4.0 by @dependabot in #32
- chore: update .krew.yaml to match krew index by @garethjevans in #34
- chore: adding a
--version
flag by @garethjevans in #36 - chore: enable krew release automation by @garethjevans in #35
New Contributors
- @cagiti made their first contribution in #17
- @dependabot made their first contribution in #29
Full Changelog: v0.0.3...v0.0.4
v0.0.3
What's Changed
- chore: improved test data by @garethjevans in #10
- chore: adding apache2 license by @garethjevans in #11
- chore: enable krew release after goreleaser by @garethjevans in #12
Full Changelog: v0.0.2...v0.0.3
v0.0.2
chore: updating goreleaser config to point to main file
v0.0.1
Merge pull request #9 from garethjevans/krew chore: adding krew release workflow