Merge pull request #3610 from weaveworks/release-1.11

Release 1.11.0
This commit is contained in:
Filip Barl
2019-05-21 16:14:56 +02:00
committed by GitHub
2 changed files with 43 additions and 2 deletions
+41
View File
@@ -1,3 +1,44 @@
## Release 1.11.0
### Highlights
- Add describe control to all Kubernetes resources [#3589](https://github.com/weaveworks/scope/pull/3589)
- Show Kubernetes jobs [#3609](https://github.com/weaveworks/scope/pull/3609)
Thanks to everyone who contributed to this release: @Deepak1100, @SaifRehman, @awolde, @bboreham, @bia, @dholbach, @fbarl, @foot, @guyfedwards, @jrryjcksn, @leavest, @n0rig, @najeal, @paulmorabito, @qiell, @qurname2, @rade, @satyamz, @shindanim, @tiriplicamihai, @tvvignesh, @xrgy.
Special thanks to @qiell and @satyamz for implementing both features!
### Minor improvements
- Conditional report censoring [#3571](https://github.com/weaveworks/scope/pull/3571)
- Add a confirmation dialog for deleting a pod [#3572](https://github.com/weaveworks/scope/pull/3572)
- Add OpenTracing span for report.ReadBinary() [#3598](https://github.com/weaveworks/scope/pull/3598)
- Add metrics for report size and count per tenant [#3599](https://github.com/weaveworks/scope/pull/3599)
### Bugs and security fixes
- Security fixes in dev dependencies [#3578](https://github.com/weaveworks/scope/pull/3578)
- Use Time Travel context when downloading raw reports [#3582](https://github.com/weaveworks/scope/pull/3582)
- Fix bug Chrome 56+ can't prevent default wheel events [#3593](https://github.com/weaveworks/scope/pull/3593)
- Fix dnssnooper probe for multiple CNAMEs [#3566](https://github.com/weaveworks/scope/pull/3566)
- Fix build-pkg script [#3587](https://github.com/weaveworks/scope/pull/3587)
### Dependencies updates
- Upgrade to Webpack 4 [#3580](https://github.com/weaveworks/scope/pull/3580)
- Upgrade client-go version to 10.0.0 [#3588](https://github.com/weaveworks/scope/pull/3588)
- Upgrade ui-components and some of similar dependencies [#3574](https://github.com/weaveworks/scope/pull/3574)
- Remove materialize-css JS dep [#3596](https://github.com/weaveworks/scope/pull/3596)
### Documentation and examples
- The path is actually examples/k8s [#3586](https://github.com/weaveworks/scope/pull/3586)
- Update examples/k8s RBAC permissions [#3595](https://github.com/weaveworks/scope/pull/3595)
- Update example yamls to probe Kubernetes once per cluster [#3569](https://github.com/weaveworks/scope/pull/3569)
- Add CPU and memory requests to example Kubernetes manifests [#3570](https://github.com/weaveworks/scope/pull/3570)
- Extend FAQ with basic auth through environment variables [#3575](https://github.com/weaveworks/scope/pull/3575)
## Release 1.10.2
This release has a security fix, a few bug-fixes and some other minor
+2 -2
View File
@@ -112,7 +112,7 @@ After its been launched, open your browser to `http://localhost:4040`.
**Docker Compose Format Version 1:**
scope:
image: weaveworks/scope:1.10.2
image: weaveworks/scope:1.11.0
net: "host"
pid: "host"
privileged: true
@@ -128,7 +128,7 @@ After its been launched, open your browser to `http://localhost:4040`.
version: '2'
services:
scope:
image: weaveworks/scope:1.10.2
image: weaveworks/scope:1.11.0
network_mode: "host"
pid: "host"
privileged: true