Skip to content

Releases: FairwindsOps/rbac-manager

v0.10.2

28 Sep 17:22
1f928de
Compare
Choose a tag to compare

Changelog

93768c9 Managed by Terraform
757671b remove codecov (#221)
523b22a remove codecov for realz (#222)
dd37719 Update README.md (#229)
384492b Update documentation from template (#245)
8461f2e Upgrade to GitHub-native Dependabot (#224)
f9df9ae Update README.md (#248)
dbb2696 Bump github.com/prometheus/client_golang from 1.9.0 to 1.11.0 (#246)
1f928de Update documentation from template (#250)

v0.10.0

02 Apr 14:55
ad2dc70
Compare
Choose a tag to compare

Changes since v0.9.4:

9c83948 update all.yaml to use recent v0.9.4 release (#140)
26ccec7 Enable all known auth methods (#143)
585b83e Bump sigs.k8s.io/controller-runtime from 0.6.0 to 0.6.2 (#142)
337083f Bump sigs.k8s.io/controller-runtime from 0.6.2 to 0.6.3 (#146)
fe1cf2e delete vendor folder and dep files (#147)
8136b4c Add brief design doc (#150)
4ef3d0c updating CRD apiversion to v1 (#156)
e02e12f fix typo (#161)
ad2dc70 Update dependencies and change metrics port (#162)

v0.9.4

30 Jun 16:40
5eba4d0
Compare
Choose a tag to compare

Changelog

c32bde4 fixing #53 and #106 (#128)
1cbb570 adjusting circleci config (#130)
d8f75e0 Bump sigs.k8s.io/controller-runtime from 0.5.1 to 0.5.2 (#131)
77be9dc Update README.md (#133)
aefc96f Fix slack link (#136)
6c341d8 Bump sigs.k8s.io/controller-runtime from 0.5.2 to 0.6.0 (#134)
dff4907 Add note about capitalization in README under examples (#138)
5eba4d0 Update x/text to 0.3.3 for CVE (#139)

v0.9.3

18 Mar 15:28
216f235
Compare
Choose a tag to compare

Changelog

0e00b69 update yaml manifest to v0.9.2 (#122)
7b2c353 remove mjhuber as codeowner (#123)
fc128e8 Update README.md (#124)
5981c3c Bump sigs.k8s.io/controller-runtime from 0.1.11 to 0.5.1 (#125)
216f235 using numeric user in Dockerfile for PSP (#127)

v0.9.2 - Major BugFix

27 Feb 18:10
5747b45
Compare
Choose a tag to compare

Changelog

5747b45 Fixes #119 - Major bug which will cause deletion and re-creation of a service account

v0.9.1

05 Feb 16:38
afd4cb5
Compare
Choose a tag to compare

Changelog

4201a4a Adding stalebot config (#108)
21b987a add go.mod and go.sum; update to go 1.13 (#107)
1ef67d0 initializing klog flags that should make packages using it log errors to stderr instead of file (#115)
afd4cb5 formatting all imports and resolving golangci-lint issues (#116)

v0.9.0

05 Nov 20:42
Compare
Choose a tag to compare

Added:

  • You can now specify service account image pull secrets
  • Versioning now happens automagically. Thanks @RaSerge

0.8.4

25 Oct 19:27
Compare
Choose a tag to compare

New Features:

  • bump sigs.k8s.io/controller-runtime to 0.3.0
  • Added a metrics endpoint
    thanks @msiuts!

0.8.3

27 Sep 14:56
Compare
Choose a tag to compare
Fixes:
* Added mutex to prevent reconciler loops from overlapping. Fixes #77.
Thanks @msiuts!

0.8.2

12 Sep 21:28
Compare
Choose a tag to compare
Fixed:
* Reverted breaking label selector change.
* Corrected version in log output