|
| 1 | +--- |
| 2 | +title: Cockpit 178 |
| 3 | +author: mvo |
| 4 | +date: 2018-09-19 |
| 5 | +tags: cockpit linux |
| 6 | +slug: cockpit-178 |
| 7 | +category: release |
| 8 | +summary: Fixed crashers and dropped KubeVirt support |
| 9 | +comments: 'true' |
| 10 | +--- |
| 11 | + |
| 12 | +Cockpit is the [modern Linux admin interface](https://cockpit-project.org/). We |
| 13 | +release regularly. Here are the release notes from version 178. |
| 14 | + |
| 15 | +### KubeVirt support has been removed |
| 16 | + |
| 17 | +Cockpit ships `cockpit-kubernetes` for managing Kubernetes and |
| 18 | +OpenShift deployments. Since its introduction, important points have |
| 19 | +come to light: |
| 20 | + |
| 21 | +- The OpenShift Console is adding support for |
| 22 | +[KubeVirt](http://kubevirt.io/). It will become _the_ place for |
| 23 | +managing KubeVirt-based VMs that run in OpenShift. |
| 24 | + |
| 25 | +- `cockpit-kubernetes` has been in maintenance mode for a while. It |
| 26 | +is difficult to support, as it uses a very old version of Angular. |
| 27 | + |
| 28 | +- We haven't been able to build a recent kubevirt-enabled OpenShift image in four months. (Issues [#9479](https://github.com/cockpit-project/cockpit/issues/9479) & [#9638](https://github.com/cockpit-project/cockpit/pull/9638).) As a result, it is impossible to test recent KubeVirt versions. |
| 29 | + |
| 30 | +- Community interest has waned on KubeVirt support in Cockpit. |
| 31 | + |
| 32 | +As a result, we have removed KubeVirt support from |
| 33 | +`cockpit-kubernetes` in this release. In the future, we will likely |
| 34 | +remove all of `cockpit-kubernetes`. |
| 35 | + |
| 36 | +#### Migration path |
| 37 | + |
| 38 | +Fedora 29 will keep `cockpit-kubernetes`, but it will be dropped from the "rawhide" rolling release. (Rawhide is the name of the unstable version of Fedora. For the immediate future, it is currently what will become Fedora 30). Thus, `cockpit-kubernetes` will still be supported for approximately the next year-and-a-half. |
| 39 | + |
| 40 | +During this time, the Cockpit team suggests migrating to [OpenShift Console's native KubeVirt support](https://blog.openshift.com/a-first-look-at-kubevirt/). |
| 41 | + |
| 42 | +### Stabilization & security fixes |
| 43 | + |
| 44 | +Cockpit 178 also includes several minor stabilization improvements and [a denial of service security fix](https://github.com/cockpit-project/cockpit/issues/10003). |
| 45 | + |
| 46 | +### Try it out |
| 47 | + |
| 48 | +Cockpit 178 is available now: |
| 49 | + |
| 50 | + * [For your Linux system](https://cockpit-project.org/running.html) |
| 51 | + * [Source Tarball](https://github.com/cockpit-project/cockpit/releases/tag/178) |
| 52 | + * [Fedora 28](https://bodhi.fedoraproject.org/updates/cockpit-178-1.fc28) |
0 commit comments