summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStef Walter <stefw@redhat.com>2015-12-04 13:11:34 +0100
committerStef Walter <stefw@redhat.com>2015-12-04 13:11:34 +0100
commit577e07793df3ebecbf23078001848afb884fb8e0 (patch)
treedd234005a2ac0b7841d6af20d1fb5869c0826159
parent015129d2514e112416058f2fdb659eb968204192 (diff)
Cockpit 0.86
-rw-r--r--content/cockpit/cockpit-0.85.md2
-rw-r--r--content/cockpit/cockpit-0.86.md34
2 files changed, 35 insertions, 1 deletions
diff --git a/content/cockpit/cockpit-0.85.md b/content/cockpit/cockpit-0.85.md
index 773455f..6c1810c 100644
--- a/content/cockpit/cockpit-0.85.md
+++ b/content/cockpit/cockpit-0.85.md
@@ -1,5 +1,5 @@
Title: Cockpit 0.85 Released
-Date: 2015-11-19 11:24
+Date: 2015-11-27 11:24
Tags: cockpit, linux, technical
Slug: cockpit-0.85
Summary: Cockpit releases every week. This week it was 0.85
diff --git a/content/cockpit/cockpit-0.86.md b/content/cockpit/cockpit-0.86.md
new file mode 100644
index 0000000..b40e62d
--- /dev/null
+++ b/content/cockpit/cockpit-0.86.md
@@ -0,0 +1,34 @@
+Title: Cockpit 0.86 Released
+Date: 2015-12-04 13:04
+Tags: cockpit, linux, technical
+Slug: cockpit-0.86
+Category: Cockpit
+Summary: Cockpit releases every week. This week it was 0.86
+
+Cockpit releases every week. This week it was 0.86.
+
+### SOS Reporting
+
+Users can now prepare an SOS Report containing information about the system and send it to their support representative.
+
+<iframe width="640" height="480" src="https://www.youtube.com/embed/-6rfWUoOQbs?rel=0" frameborder="0" allowfullscreen></iframe>
+
+### From the future
+
+Stef has done work to cleanup the Javascript dependencies of Cockpit. Broadly these fall into two categories:
+
+* Development dependencies: only used while developing Cockpit, not even used while building the tarball. These are ```node_modules```
+
+* Runtime dependencies: used while Cockpit is running and built
+into the various Cockpit packages. These are ```bower_components```
+
+The latter should be replaceable at build-time. The cleanup work moves in this direction, but it's not complete yet.
+
+### Try it out
+
+Cockpit 0.86 is available now:
+
+ * [Source Tarball](https://github.com/cockpit-project/cockpit/releases/tag/0.85)
+ * [Fedora 23 and Fedora Rawhide](https://bodhi.fedoraproject.org/updates/FEDORA-2015-36d1df063f)
+ * [COPR for Fedora 22, CentOS and RHEL](https://copr.fedoraproject.org/coprs/g/cockpit/cockpit-preview/)
+