Skip to content

Releases: rancher/wrangler

v0.8.9

11 Nov 22:26
a8647af
Compare
Choose a tag to compare

What's Changed

  • fixed permissions errors when applying multiple namespaces by @paynejacob in #183

New Contributors

Full Changelog: v0.8.8...v0.8.9

v0.8.8

04 Nov 02:44
9460166
Compare
Choose a tag to compare

Added new signals pkg with shutdown func for windows services. The SetupSignalHandler now returns a channel so if you are using something like...

ctx := signals.SetupSignalHandler(context.Background())

There is now a func that returns the context that will do the context.Background call for you so switch to

ctx := signals.SetupSignalContext()

v0.8.7: Merge pull request #181 from dramich/applylogs

14 Oct 21:16
bf9045f
Compare
Choose a tag to compare

v0.8.5: Merge pull request #174 from watjt/bugfix_ticker_context

04 Aug 23:03
1013bc2
Compare
Choose a tag to compare
fix goroutine leaks, when using 'for range ticker.Context()' in gorou…

v0.8.4: Merge pull request #177 from dramich/getselector

03 Aug 15:10
8247b50
Compare
Choose a tag to compare

v0.8.3: Merge pull request #170 from ryansann/generate

02 Jul 21:09
35ed296
Compare
Choose a tag to compare

v0.8.2: Merge pull request #169 from ryansann/webhook-access-logging

02 Jul 20:39
ae4c41f
Compare
Choose a tag to compare
Add middleware to wrap webhook handlers for additional debug logging

v0.8.1: Merge pull request #168 from ryansann/lasso-update

02 Jul 20:35
a2ea511
Compare
Choose a tag to compare

v0.8.0

21 Apr 20:09
Compare
Choose a tag to compare
Update vendor

v0.7.2: Merge pull request #131 from ibuildthecloud/master

02 Oct 21:06
c4a5631
Compare
Choose a tag to compare
Don't blank out object on failed status update