github.com/corneliusweig/rakkess
v0.5.1
#1257 most downloaded on Go modules
corneliusweig/rakkess
What this package is like to depend on
Last release 4 years ago
no release in 18 months
Release timing varies
gaps range from 2 weeks to 13 months
Nearly every release is documented
notes for 15 of 15 stable releases
Nothing withdrawn
no release was ever pulled
7 years old
24 releases · first in 2019
0 releases in the last 12 months
see the full history below
Release timeline
24 releases · Feb 2019 to Nov 2022Releases
latest 24-
v0.5.118 Nov 2022Release notes
Open source →What's Changed
- Bump cobra to v1.2.1 by @darklore in #153
- Bump k8s.io/klog/v2 from 2.9.0 to 2.20.0 by @dependabot in #154
- Bump k8s.io/klog/v2 from 2.20.0 to 2.30.0 by @dependabot in #155
- Fix extra lines in output (issue #156) by @Dliv3 in #158
- Bump k8s.io/klog/v2 from 2.30.0 to 2.80.1 by @dependabot in #166
New Contributors
- @darklore made their first contribution in #153
- @dependabot made their first contribution in #154
- @Dliv3 made their first contribution in #158
Full Changelog: v0.5.0...v0.5.1
-
v0.5.1-0.20221118223729-ddad690099f018 Nov 2022 pre-releaseNothing published for this version
-
v0.5.1-0.20211101104352-ac715a76748201 Nov 2021 pre-releaseNothing published for this version
-
v0.5.1-0.20210909203650-6cec72992cdd09 Sep 2021 pre-releaseNothing published for this version
-
v0.5.1-0.20210814183349-dbdd1c98f2ab14 Aug 2021 pre-releaseNothing published for this version
-
v0.5.024 Jul 2021Release notes
Open source →Include arm64-darwin assets in fileset for release
Signed-off-by: GitHub <[email protected]>
-
v0.4.8-0.20210710125321-bae78ce6aac510 Jul 2021 pre-releaseNothing published for this version
-
v0.4.8-0.20210409234613-127f410f1a6209 Apr 2021 pre-releaseNothing published for this version
-
v0.4.713 Feb 2021Release notes
Open source →Release notes
Open source → -
v0.4.605 Dec 2020Release notes
Open source →* Update dependencies k8s -> 0.19.4 [#105](#105)
* Bump golangci-lint to 1.31.0 [#94](#94)
* Bump github.com/spf13/cobra from 1.0.0 to 1.1.0 [#93](#93)
* Bump k8s.io dependencies from 0.18.8 to 0.19.2 [#91](#91)Thanks to all the contributors for this release:
- Cornelius Weig
- dependabot-preview[bot] -
v0.4.516 Aug 2020Release notes
Open source →- Strip custom throttling #75
- Bump non-k8s dependencies #63
- Use UPX to reduce size of distributed binaries #57
- Upgrade kubernetes dependencies to 1.18.8 #74
- Bump CI tools #73
- Bump github.com/spf13/cobra from 0.0.5 to 0.0.7 #61
- Bump github.com/pkg/errors from 0.8.1 to 0.9.1 #60
- Switch to actions/setup-go@v2 to avoid PATH hack #56
- Un-LFS this repository #55
Release notes
Open source →- Strip custom throttling #75
- Bump non-k8s dependencies #63
- Use UPX to reduce size of distributed binaries #57
- Upgrade kubernetes dependencies to 1.18.8 #74
- Bump CI tools #73
- Bump github.com/spf13/cobra from 0.0.5 to 0.0.7 #61
- Bump github.com/pkg/errors from 0.8.1 to 0.9.1 #60
- Switch to actions/setup-go@v2 to avoid PATH hack #56
- Un-LFS this repository #55
-
v0.4.5-0.20200607200324-04d5f423c29c07 Jun 2020 pre-releaseNothing published for this version
-
v0.4.408 Feb 2020Release notes
Open source → -
v0.4.330 Jan 2020Release notes
Open source →v0.4.3 - 27/01/2020
When rakkess is not able to fetch the full list of resources, it will now print a friendly warning that the result may be incomplete and continue instead of bailing out.
-
v0.4.210 Nov 2019Release notes
Open source →- Reduce download size when installing via
krew#44 - Pin version of release-notes helper #43
- Show the correct command name when built for
krew#42 - Use native cobra zsh completion script generator instead of wrapper script #40
- Add script to generate release notes #39
- Setup travis releases #37
- Bump golangci-lint to 1.21.0 #36
- Upgrade k8s dependencies to v1.16.2 #38
Release notes
Open source →v0.4.2 - 11/10/2019
- Reduce download size when installing via
krew#44 - Pin version of release-notes helper #43
- Show the correct command name when built for
krew#42 - Use native cobra zsh completion script generator instead of wrapper script #40
- Add script to generate release notes #39
- Setup travis releases #37
- Bump golangci-lint to 1.21.0 #36
- Upgrade k8s dependencies to v1.16.2 #38
- Reduce download size when installing via
-
v0.4.101 Jul 2019Release notes
Open source →v0.4.1 - 1/7/2019
- Update kubernetes dependencies to 1.15 #33
- Allow arbitrary verbs in the resource subcommand #32
- Allow to override build date with
SOURCE_DATE_EPOCH#31
Huge thanks goes out the contributors for this release:
- Bernhard M. Wiedemann
- Cornelius Weig
-
v0.4.1-pre28 Jun 2019 pre-releaseRelease notes
Open source →PodSecurityPolicies usually have a ClusterRole with verb "use". As the verbs in clusterroles is arbitrary anyway, it is now allowed to evaluate for arbitrary words.
-
v0.4.1-0.20190628231249-b4dd5977624d28 Jun 2019 pre-releaseNothing published for this version
-
v0.4.026 Apr 2019Release notes
Open source →v0.4.0 - 26/4/2019
This release adds a named mode for sub-command
rakkess resource. Instead of showing all subjects who have access to a given resource kind, it shows the access for a particular resource instance. See it in action here.
Merged pull requests
-
v0.3.024 Apr 2019Release notes
Open source →v0.3.0 - 24/4/2019
This release comes with the new subcommand
rakkess resource. Instead of showing the access rights for the current user, this subcommand shows all subjects that have access to a given resource. See it in action here.In addition, the
--verbsflag learned the wildcards*andallto match all verbs.Last but not least,
rakkessnow makes it easier to review rights for a service-account with the--saflag (doc).
Merged pull requests
-
v0.2.114 Apr 2019 -
v0.2.004 Mar 2019Release notes
Open source →v0.2.0 - 4/3/2019
- Explicitly enable color escape sequences on windows #9
- Option to display results as ASCII text #8
- Distribute stripped and therefore smaller binaries #11
- Enable
-raceflag for dev builds #10
Huge thanks goes out the contributors for this release:
- Cornelius Weig
- Ivan Towlson
-
v0.1.127 Feb 2019Release notes
Open source →v0.1.1 - 27/2/2019
- Support all auth plugins (oidc, azure, gcp, openstack) #4
- Fix OIDC cluster auth not supported #3
- Improve readme instructions around the
krewinstallation method #2
Huge thanks goes the contributors for this release:
- Cornelius Weig
- Michael Gasch
-
v0.1.025 Feb 2019Release notes
Open source →v0.1.0 - 25/2/2019
-
initial release
-
supports custom flags:
namespace: only consider resources from namespace and show only namespaced resources.verbs: a list of valid kubernetes resource verbs. Shows access for these given verbs instead of the defaultlist,create,update, anddeleteverbosity: to set the log level
-
sub-commands:
completionfor command-line completion scripts (bash and zsh)versionto retrieve version information. (Note:rakkess version --fullprints a lot more than just version)helpto show a help text
-