|
| 1 | +## Release 1.13.2 |
| 2 | + |
| 3 | +Mostly updates to dependencies, plus a couple of small improvements. |
| 4 | + |
| 5 | +Thanks to everyone who contributed to this release: @gaby, @Kielek, @knrt10 |
| 6 | + |
| 7 | +### Enhancements |
| 8 | +- Set hostname to Kubernetes node name |
| 9 | + [#3827](https://github.com/weaveworks/scope/pull/3827) |
| 10 | +- Stop rendering if Context is cancelled |
| 11 | + [#3801](https://github.com/weaveworks/scope/pull/3801) |
| 12 | + |
| 13 | +### Bug fixes |
| 14 | +- Only mount plugins directory if it exists |
| 15 | + [#3825](https://github.com/weaveworks/scope/pull/3825) |
| 16 | +- Multitenant billing: cope with spy-interval set longer than publish-interval |
| 17 | + [#3796](https://github.com/weaveworks/scope/pull/3796) |
| 18 | +- Multitenant query: don't drop topologies so much |
| 19 | + [#3791](https://github.com/weaveworks/scope/pull/3791) |
| 20 | +- Multitenant: scan container command-lines as well as process |
| 21 | + [#3789](https://github.com/weaveworks/scope/pull/3789) |
| 22 | + |
| 23 | +### Dependencies updates |
| 24 | + |
| 25 | +- Update alpine base image to 3.13 |
| 26 | + [#3838](https://github.com/weaveworks/scope/pull/3838) |
| 27 | +- Update build tools including Go 1.16.2 |
| 28 | + [#3833](https://github.com/weaveworks/scope/pull/3833) |
| 29 | + [#3797](https://github.com/weaveworks/scope/pull/3797) |
| 30 | + [#3821](https://github.com/weaveworks/scope/pull/3821) |
| 31 | +- update lodash to 4.17.20 (CVE-2020-8203) |
| 32 | + [#3831](https://github.com/weaveworks/scope/pull/3831) |
| 33 | +- update dot-prop, webpack and terser-webpack-plugin |
| 34 | + [#3816](https://github.com/weaveworks/scope/pull/3816) |
| 35 | +- bump http-proxy from 1.16.2 to 1.18.1 in /client |
| 36 | + [#3819](https://github.com/weaveworks/scope/pull/3819) |
| 37 | +- bump elliptic from 6.4.0 to 6.5.3 in /client |
| 38 | + [#3814](https://github.com/weaveworks/scope/pull/3814) |
| 39 | +- bump lodash from 4.17.15 to 4.17.19 in /client |
| 40 | + [#3812](https://github.com/weaveworks/scope/pull/3812) |
| 41 | +- Update to most recent weaveworks/ui-components |
| 42 | + [#3795](https://github.com/weaveworks/scope/pull/3795) |
| 43 | +- update JS kind-of to 6.0.3 |
| 44 | + [#3785](https://github.com/weaveworks/scope/pull/3785) |
| 45 | + |
| 46 | +### Build & test |
| 47 | + |
| 48 | +- Run AWS CLI from a container image |
| 49 | + [#3841](https://github.com/weaveworks/scope/pull/3841) |
| 50 | +- Remove obsolete dependency github.com/fatih/hclfmt |
| 51 | + [#3834](https://github.com/weaveworks/scope/pull/3834) |
| 52 | + |
| 53 | + |
1 | 54 | ## Release 1.13.1
|
2 | 55 |
|
3 | 56 | This release fixes a bug on 'kubernetes describe' operations, where
|
|
0 commit comments