Skip to content

Releases: corneliusweig/rakkess

v0.5.1

18 Nov 22:49
ddad690
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.5.0...v0.5.1

Release v0.5.0

25 Jul 09:18
Compare
Choose a tag to compare
Include arm64-darwin assets in fileset for release

Signed-off-by: GitHub <[email protected]>

Release v0.4.7

13 Feb 16:48
Compare
Choose a tag to compare
  • Upgrade dependencies #125
  • Remove UPX postprocessing for Darwin builds #124

Release v0.4.6

05 Dec 21:33
Compare
Choose a tag to compare
* Update dependencies k8s -> 0.19.4 [#105](https://github.com/corneli…

Release v0.4.5

16 Aug 22:33
Compare
Choose a tag to compare
  • 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.4 8/2/2020

08 Feb 22:51
Compare
Choose a tag to compare
  • Update release instructions #54
  • Fix build script after package rename #53

Release v0.4.3

30 Jan 23:12
Compare
Choose a tag to compare
Work around bug in rajatjindal/krew-release-bot

v0.4.2

10 Nov 14:04
Compare
Choose a tag to compare
  • 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

v0.4.1 - 1/7/2019

01 Jul 21:34
Compare
Choose a tag to compare
  • 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.0 - 26/4/2019

26 Apr 17:27
Compare
Choose a tag to compare

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.

rakess resource


Merged pull requests

  • Increase test coverage #29
  • Extend the resource sub-command to select a particular object #28