diff options
author | Stef Walter <stefw@redhat.com> | 2015-10-08 10:44:14 +0200 |
---|---|---|
committer | Stef Walter <stefw@redhat.com> | 2015-10-08 10:44:14 +0200 |
commit | 4ac37039be9f1675b7b07760ccf06c89a837309f (patch) | |
tree | 76789b4fea3ca5c90c9a2b2f1dd02c09e503d0f2 /content/cockpit | |
parent | be685c426d279c806cf75573e4e07b6c8a344fdf (diff) |
Cockpit 0.79
Diffstat (limited to 'content/cockpit')
-rw-r--r-- | content/cockpit/cockpit-0.78.md | 2 | ||||
-rw-r--r-- | content/cockpit/cockpit-0.79.md | 43 |
2 files changed, 44 insertions, 1 deletions
diff --git a/content/cockpit/cockpit-0.78.md b/content/cockpit/cockpit-0.78.md index 02cf340..3d9b54e 100644 --- a/content/cockpit/cockpit-0.78.md +++ b/content/cockpit/cockpit-0.78.md @@ -36,7 +36,7 @@ A CPU usage bug in Cockpit 0.77 was fixed. ### From the future -Marius has done some really cool work on iSCSI. It's not yet in a Cockpit release, but take a peak here: +Marius has done some really cool work on iSCSI. It's not yet in a Cockpit release, but take a peek here: <iframe width="640" height="480" src="https://www.youtube.com/embed/N1Lw2OVLDoo?rel=0" frameborder="0" allowfullscreen></iframe> diff --git a/content/cockpit/cockpit-0.79.md b/content/cockpit/cockpit-0.79.md new file mode 100644 index 0000000..b67e3a3 --- /dev/null +++ b/content/cockpit/cockpit-0.79.md @@ -0,0 +1,43 @@ +Title: Cockpit 0.79 Released +Date: 2015-10-07 22:23 +Tags: cockpit, linux, technical +Slug: cockpit-0.79 +Summary: Cockpit releases every week. This week it was 0.79 + +Cockpit releases every week. This week it was 0.79 + +### Vagrant File + +Cockpit now has a vagrant file. If you want to checkout the latest +Cockpit, test pull requests, or hack on Cockpit, you can: + + :::text + $ sudo vagrant up + +... in a Cockpit git repo. There's a +[tutorial with more information](http://stef.thewalter.net/cockpit-vagrantfile.html) + + +### Testing with libvirt + +Dominik migrated the Cockpit integration tests to run on libvirt, rather +than using Qemu directly. This makes the tests more portable, and is an +important step towards running them distributed. + + +### From the future + +Marius has done some work on configuring NTP servers. Hopefully this will +be in a release soon: + +<iframe width="640" height="480" src="https://www.youtube.com/embed/aZ1Nm2ZkW3Q?rel=0" frameborder="0" allowfullscreen></iframe> + + +### Try it out + +Cockpit 0.79 is available now: + + * [Source Tarball](https://github.com/cockpit-project/cockpit/releases/tag/0.79) + * [Fedora 23 and Fedora Rawhide](https://bodhi.fedoraproject.org/updates/FEDORA-2015-7e1880ba02) + * [COPR for Fedora 21, 22, CentOS and RHEL](https://copr.fedoraproject.org/coprs/sgallagh/cockpit-preview/) + |