Skip to content

Changelog cockpit (164-1)

2018

cockpit (164-1) unstable; urgency=medium

   * New upstream release:
     - Storage: Move NFS management into new details page
     - System: Show available package updates and missing registration
     - System: Fix inconsistent tooltips
     - Logs: Change severities to officially defined syslog levels
     - Machines: Add error notifications
     - Accessibility improvements
     - Reloading the page in the browser now reloads Cockpit package manifests

cockpit (163-1) unstable; urgency=medium

   * New upstream release:
     - Drop "Transfer data asynchronously" VDO option on Storage page
     - Hide Docker storage pool reset button when it cannot work properly
     - Update jQuery to version 3.3.1 (deprecated cockpit API!)

cockpit (162-1) unstable; urgency=medium

   * New upstream release:
     - Show pod name and disks of VMs running in Kubernetes
     - Tighten up the default Content-Security-Policy

cockpit (161-1) unstable; urgency=medium

   * New upstream release:
     - New VMs can be created on Machines page
     - VMs running in Kubernetes can now be deleted
     - Improve LVM volume resizing
     - Add new Hardware Information page
     - Load Application metadata (Appstream) packages on demand on Debian/Ubuntu
     - Stop advertising and supporting cockpit-bundled jQuery library

cockpit (160-1) unstable; urgency=medium

   * New upstream release:
     - Add kubevirt Virtual Machines overview
     - Redesign package list on Software Updates page and show RHEL Errata
     - Install AppStream collection metadata packages on demand on Apps page
     - Add AppStream metadata to cockpit-sosreport for showing up on Apps page
     - Change CPU graphs to use "100%" for a fully loaded multi-processor system
     - Show storage, network, and other numbers with 3 digits of precision
     - Add an example bastion container

cockpit (159-1) unstable; urgency=medium

   * New upstream release:
     - Configure data deduplication with VDO devices on Storage page
     - Add serial console to virtual Machines page and redesign the
       Consoles tab
     - Show more error message details for failures on virtual Machines page

2017

cockpit (158-1) unstable; urgency=medium

   * New upstream release:
     - Add check boxes for common NFS mount options
     - Clarify Software Update status if only security updates are available
     - Create self-signed certificates with SubjectAltName

cockpit (157-1) unstable; urgency=medium

   * New upstream release:
     - Add Networks tab to overview on Machines page
     - The Apps page now displays SVG app icons

cockpit (156-1) unstable; urgency=medium

   * New upstream release:
     - Redesign navigation and support mobile browsing
     - Use /etc/cockpit/krb5.keytab if present to support alternate keytabs
     - Add project homepage link to Apps page
     - Maintain issue(5) file with current Cockpit status

cockpit (155-1) unstable; urgency=medium

   * New upstream release:
     - Add NFS client support to the Storage page
     - Fix Terminal rendering issues in Chrome
     - Prevent closing Terminal with Ctrl+W when focused

cockpit (154-1) unstable; urgency=medium

   * New upstream release:
     - Center the "Disconnected" message in the content area
     - Remove long-obsolete "./configure --branding" option

cockpit (153-1) unstable; urgency=medium

   * New upstream release:
     - Clean up rpmlint/lintian errors in the packages

cockpit (152-1) unstable; urgency=medium

   * New upstream release:
     - Add Applications page
     - Add automatic update configuration for dnf to Software Updates
     - Fix cockpit-bridge crash if /etc/os-release does not exist

cockpit (151-1) unstable; urgency=medium

   * New upstream release:
     - Support loading SSH keys from arbitrary paths
   * Ignore PhantomJS crashes in avocado autopkgtest
     checklogin-basic.py causes a PhantomJS crash on Ubuntu artful on amd64
     which does not reproduce in QEMU. (Closes: #873241)
   * Add smoke autopkgtest that can run in containers.
     Add a simple test of cockpit-bridge and the login page to ensure that
     packages have the right dependencies and contents, and that the systemd
     units are set up correctly to get a login page on
     https://localhost:9090.
     This can also run in a container and thus in Debian's CI and on all
     Ubuntu architectures.

cockpit (150-2) unstable; urgency=medium

   * Drop nodejs-legacy autopkgtest dependency. That package ceased to exist,
     and the tests don't need the /usr/bin/node binary.

cockpit (150-1) unstable; urgency=medium

   * New upstream release 149:
     - Support sending non-maskable interrupt to VMs
     - Add information about non-met conditions for systemd services
     - Clear cockpit cookie on logout
   * New upstream release 150:
     - Automatically enable and start newly created timers on the Services page

cockpit (148-1) unstable; urgency=medium

   * New upstream release:
     - Fix navigation and various JavaScript errors with Internet Explorer
     - Detect unregistered RHEL systems on Software Updates page
     - debian/copryight: Add missing copyrights and licenses (Closes: #869934)

cockpit (147-1) unstable; urgency=medium

   * New upstream release:
     - Add configuration of account locking and password expiry to Accounts
       page
     - Consistently ignore loopback traffic on all network load graphs
     - Fix the Kdump page in Internet Exporer

cockpit (146-1) unstable; urgency=medium

   * New upstream release:
     - Show recent updates and live update log on Software Updates page
     - Improve available Software Updates table layout for small/mobile screens
     - Support OAuth Kubernetes logins to work with Google Compute Engine
     - Fix reporting ABRT crashes that are already known to the server
     - Scroll the virtual machine VNC console into view automatically

cockpit (145-1) unstable; urgency=medium

   * New upstream release:
     - Resize the terminal dynamically to use all available space
     - Let the Machines page update immediately after changes
     - Add delete VM functionality to the Machines page
     - Retire support for external Machines provider API
     - Always recommend rebooting after applying Software Updates
     - Group D-Bus channels to avoid hitting connection limits
     - Fix building on Fedora Rawhide/glibc 2.25.90

cockpit (144-1) unstable; urgency=medium

   * New upstream release:
     - Add ability to cancel software updates while it is safe
     - Show progress of "Refreshing package information" on the Software Updates
       page
     - Add ABRT integration to the System page
     - Fix Machines page to only react to primary mouse button clicks on Firefox

cockpit (143-1) unstable; urgency=medium

   * New upstream release:
     - Add "Software Updates" page for package (rpm/deb) based operating
       systems
     - Fix cockpit-machines package to make inline VNC console actually work

cockpit (142-1) unstable; urgency=medium

   * New upstream release:
     - Virtual machines display an interactive console, either in browser, or a
       popup viewer
     - Fix Virtual Machines operations on non-English locales
     - Add documentation explaining how to grant/restrict access via polkit
       rules

cockpit (141-2) unstable; urgency=medium

   * Fix autopkgtest:
     - Latest avocado now requires python-libvirt, add it as test dependency.
     - Use the packaged phantomjs instead of phantomjs-prebuilt as that is only
       available for x86_64; this should make the tests work on other
       architectures too. The Debian/Ubuntu phantomjs package is built with Qt
       support, so run under $QT_QPA_PLATFORM=offscreen to work in a headless
       test environment.
     - Drop stray "sudo" command. The test already runs as root, this was a
       copy&paste leftover.

cockpit (141-1) unstable; urgency=medium

   * New upstream release:
     - Attempt to tear down used partitions when formatting disks
     - Show the correct known_hosts path on missing/mismatching host keys
     - Set HTML content type when serving login page, for better reverse proxy
       operation
     - Fix Kubernetes page incompatibility with recent Firefox versions
     - Set the system:authenticated role on anonymous Kubernetes projects

cockpit (140-1) unstable; urgency=medium

   * New upstream release:
     - Use SSCG to generate SSL certificates if available
     - Add a "cockpit-bridge --rules" option to output the rules
     - Allow auth commands to store credentials for future challenges
     - Allow users to change Docker container environment variables
     - Disable shutdown/reboot button for unprivileged users on the System page
     - Fix binary channel data for child iframes, used e. g. in Docker terminals
     - Don't install broken branding symlinks. (Closes: #859870)
   * Drop cockpit-pcp package. It wasn't meant to be packaged as long as pcp is
     not in testing.

cockpit (139-1) unstable; urgency=medium

   * New upstream release:
     - Show more information about virtual machines, such as boot order
     - Fix enablement of timer systemd units created on Services page
     - Fix Storage crash on multiple iSCSI sessions
     - cockpit-docker is now installable with docker-ce or other alternatives
     - Hide docker push commands on Registry image pages for  "pull" roles

cockpit (138-1) unstable; urgency=medium

   * New upstream release:
     - Only allow mdraid disk removal when it won't destroy data
     - Allow DN style usernames in the Kubernetes dashboard
     - Simplify protocol that cockpit talks to session authentication processes
   * Sync packaging with upstream.

cockpit (137-3) unstable; urgency=medium

   * Build with autoreconf.
     This will make the previous patches actually effective, and also ensure
     good architecture support.

cockpit (137-2) unstable; urgency=medium

   * Cherry-pick upstream patches to fix build with inaccessible home directory.
     Fixes FTBFS on most architectures.

cockpit (137-1) unstable; urgency=medium

   * New upstream release:
     - Does not use kernel keyring any more, thus this should fix the FTBFS on
       mips/mipsel and Ubuntu armhf.
   * Update packaging for moving from pam_reauthorize.so and cockpit-polkit
     to cockpit-askpass helper.
   * Fix autopkgtest on Ubuntu
   * Run cockpit-ws unprivileged under cockpit-ws user
   * Lower cockpit-docker Recommends to Suggests
   * Upload to unstable, with the above fixes it should be good enough for more
     wide-scale testing.

cockpit (134-1) experimental; urgency=medium

   * Initial release. (Closes: #820107)