|
| 1 | +## Release 1.12.0 |
| 2 | + |
| 3 | +### Highlights |
| 4 | + |
| 5 | +Supports Kubernetes 'v1' object types that are needed for Kubernetes |
| 6 | +1.16 and drops support for obsolete 'v1beta' types. |
| 7 | + [#3691](https://github.com/weaveworks/scope/pull/3691) |
| 8 | + |
| 9 | +The serialisation format changes: DNS data was accidentally renamed |
| 10 | +'nodes' in release 1.11.6, and this release changes it back to 'DNS'. |
| 11 | + [#3713](https://github.com/weaveworks/scope/pull/3713) |
| 12 | + |
| 13 | +Thanks to everyone who contributed to this release: @bensooraj, |
| 14 | +@chandankumar4, @imazik, @oleggator and @qiell. |
| 15 | + |
| 16 | +### Minor improvements |
| 17 | + |
| 18 | +- Allow user to disable plugins via command-line flag. |
| 19 | + [#3703](https://github.com/weaveworks/scope/pull/3703) |
| 20 | +- In the UI, replace JSON.stringify with json-stable-stringify |
| 21 | + [#3701](https://github.com/weaveworks/scope/pull/3701) |
| 22 | + |
| 23 | +### Bugs and security fixes |
| 24 | + |
| 25 | +- fix: report http error if /api call fails |
| 26 | + [#3702](https://github.com/weaveworks/scope/pull/3702) |
| 27 | +- Fix a rare crash in the ebpf connection tracker by feeding initial connections synchronously on restart. |
| 28 | + [#3712](https://github.com/weaveworks/scope/pull/3712) |
| 29 | +- Fix typos in debugging format strings |
| 30 | + [#3695](https://github.com/weaveworks/scope/pull/3695) |
| 31 | + |
| 32 | +### Performance improvements |
| 33 | + |
| 34 | +- handle IP addresses in binary rather than strings |
| 35 | + [#3696](https://github.com/weaveworks/scope/pull/3696) |
| 36 | +- In the multitenant app, save IO by keeping rapid-update data outside of the persistent store. |
| 37 | + [#3716](https://github.com/weaveworks/scope/pull/3716) |
| 38 | + |
| 39 | +### Dependencies updates |
| 40 | + |
| 41 | +- Update Go version to 1.13.0 |
| 42 | + [#3692](https://github.com/weaveworks/scope/pull/3692) |
| 43 | + [#3698](https://github.com/weaveworks/scope/pull/3698) |
| 44 | +- Update google/gopacket library |
| 45 | + [#3606](https://github.com/weaveworks/scope/pull/3606) |
| 46 | +- Update NodeJS to 8.12.0 and various javascript libraries |
| 47 | + [#3685](https://github.com/weaveworks/scope/pull/3685) |
| 48 | + [#3690](https://github.com/weaveworks/scope/pull/3690) |
| 49 | + [#3719](https://github.com/weaveworks/scope/pull/3719) |
| 50 | + [#3726](https://github.com/weaveworks/scope/pull/3726) |
| 51 | + |
| 52 | +Build and CI improvements: |
| 53 | + |
| 54 | +- Run UI build container as current user to avoid files being owned by root. |
| 55 | + [#3635](https://github.com/weaveworks/scope/pull/3635) |
| 56 | +- Replace SASS files with CSS and JavaScript |
| 57 | + [#3700](https://github.com/weaveworks/scope/pull/3700) |
| 58 | +- Remove obsolete -e flag from docker login in CI |
| 59 | + [#3708](https://github.com/weaveworks/scope/pull/3708) |
| 60 | +- Fix favicon.ico in UI dev mode |
| 61 | + [#3705](https://github.com/weaveworks/scope/pull/3705) |
| 62 | +- Refactor report reading to make the code simpler |
| 63 | + [#3687](https://github.com/weaveworks/scope/pull/3687) |
| 64 | +- Don't import fonts when Scope UI is embedded. |
| 65 | + [#3704](https://github.com/weaveworks/scope/pull/3704) |
| 66 | + |
| 67 | + |
1 | 68 | ## Release 1.11.6
|
2 | 69 |
|
3 | 70 | This is largely a performance improvement release: the biggest change
|
|
0 commit comments