|
| 1 | +## Release 1.13.1 |
| 2 | + |
| 3 | +This release fixes a bug on 'kubernetes describe' operations, where |
| 4 | +the probe would spin re-opening a connection to the UI again and again |
| 5 | +after the operation had finished. |
| 6 | + |
| 7 | +Also removes some obsolete code which connected to the unsecured local |
| 8 | +kubelet port in Kubernetes; please update your configuration to a |
| 9 | +single probe to talk to Kubernetes for the whole cluster if you |
| 10 | +haven't already. Thanks to @CiMaol for this contribution. |
| 11 | + |
| 12 | +### Bug fixes |
| 13 | + |
| 14 | +- Stop 'kubernetes describe' operations spinning |
| 15 | + [#3784](https://github.com/weaveworks/scope/pull/3784) |
| 16 | +- Probe: skip publishing empty reports when publish rate is higher than collection rate |
| 17 | + [#3774](https://github.com/weaveworks/scope/pull/3774) |
| 18 | + |
| 19 | +### Improvements |
| 20 | + |
| 21 | +- Probe no longer talks to local kubelet |
| 22 | + [#3754](https://github.com/weaveworks/scope/pull/3754) |
| 23 | +- Track rounding error in multitenant billing calculation |
| 24 | + [#3779](https://github.com/weaveworks/scope/pull/3779) |
| 25 | + |
| 26 | +### Performance |
| 27 | + |
| 28 | +- Multitenant: merge incoming reports in collector, to save IO and query time |
| 29 | + [#3780](https://github.com/weaveworks/scope/pull/3780) |
| 30 | + [#3781](https://github.com/weaveworks/scope/pull/3781) |
| 31 | + [#3782](https://github.com/weaveworks/scope/pull/3782) |
| 32 | + |
| 33 | +### Dependencies |
| 34 | + |
| 35 | +- update html-webpack-plugin to most recent stable |
| 36 | + [#3776](https://github.com/weaveworks/scope/pull/3776) |
| 37 | +- downgrade fluent-logger-golang library used in multitenant mode |
| 38 | + [#3772](https://github.com/weaveworks/scope/pull/3772) |
| 39 | + |
| 40 | + |
1 | 41 | ## Release 1.13.0
|
2 | 42 |
|
3 | 43 | This release brings a few bug-fixes and number of performance
|
|
0 commit comments