Skip to content

Releases: rancher/wrangler

v1.1.1

25 Apr 04:49
8a1858d
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.0...v1.1.1

v1.1.0

21 Feb 18:02
76adc44
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.2...v1.1.0

v1.0.0

05 Jul 18:12
5167c04
Compare
Choose a tag to compare

What's Changed

  • Breaking change to add 1.24 functionality. See: 6bd33ae

Full Changelog: v0.8.10...v1.0.0

v0.8.10

30 Nov 20:24
6970ad9
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.8.9...v0.8.10

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