Skip to content

Releases: cockpit-project/cockpit

0.44

20 Mar 21:00
0.44
Compare
Choose a tag to compare
0.44 Pre-release
Pre-release
 * Use GZip compression when serving files
 * Package debug files separately
 * Use shadow-utils to manage local accounts
 * Use require.js as module loader
 * Set the server time
 * Use more of modern Patternfly
 * Protocol cleanup
 * Fix build on CentOS
 * Better testing
 * Lots of bug fixes

0.43

18 Mar 09:43
0.43
Compare
Choose a tag to compare
0.43 Pre-release
Pre-release
 * Angular based Kubernetes dashboard
 * New patternfly on the login screen
 * Use requirejs to load modules
 * New simpler mechanism for branding
 * Tons of build and testing fixes

0.42

14 Mar 14:44
0.42
Compare
Choose a tag to compare
0.42 Pre-release
Pre-release
 * Use correct user shell in terminal
 * Basic RHEL subscription support as an optional module
 * New testing CI system
 * Lots of other fixes

0.41

04 Mar 15:14
0.41
Compare
Choose a tag to compare
0.41 Pre-release
Pre-release
 * Implement new navigation with multiple dash boards
 * Default to server summary page when logging into Cockpit
 * New cockpit.jump() javascript API
 * Packages can now add menu items
 * Send ETag and checksum redirects when serving HTTP resources
 * Add a DBus API to bridge for getting server time
 * Start updating Patternfly in some components
 * Watch kubernetes using its watch API
 * Further simplification of Cockpit packages
 * Tons of other fixes

0.40

26 Feb 15:58
0.40
Compare
Choose a tag to compare
0.40 Pre-release
Pre-release
 * Disable use of SSL 3, TLS 1.0 and older ciphers like RC4
 * Remove use of outdated font file formats
 * PCP logic runs in its own process instead of cockpit-bridge
 * Simplify our package logic and simpler URLs
 * Update bootstrap version

0.39

19 Feb 16:45
0.39
Compare
Choose a tag to compare
0.39 Pre-release
Pre-release
 * Linking of docker containers
 * Docker run dialog validation
 * Show available docker space
 * Shutdown button is now on server page
 * Show archived metric data in the graphs when available
 * Disable UI elements when user does not have permission
 * Fix embedding Cockpit components in foreign page
 * DMI and shutdown code no longer in cockpitd legacy daemon
 * Metrics channel protocol fine tuning
 * Directory monitoring protocol fine tuning
 * No TTY for cockpit-bridge session
 * Lots of other bug fixes

0.38: Docker UI tweaks

28 Jan 13:10
0.38
Compare
Choose a tag to compare
Pre-release
  • Efficient deletion of multiple containers
  • Docker UI tweaks
  • Update transport diagram
  • New APIs: cockpit.permission(), cockpit.message()
  • Changed behavior of cockpit.locale()
  • Lots of bug fixes

0.37

22 Jan 14:38
0.37
Compare
Choose a tag to compare
0.37 Pre-release
Pre-release
 * Reworked UI and behavior for exposing docker ports
 * Add reset button for Terminal and show title text
 * Use PCP to populate dashboard graphs
 * Initial Kubernetes proof of concept plugin
 * Fix layout breaks
 * Add support for peer-to-peer DBus with bridge
 * Lots of testing fixes
 * Lots of build and warning fixes

0.36

12 Jan 11:07
0.36
Compare
Choose a tag to compare
0.36 Pre-release
Pre-release
 * Some minor protocol refactoring
 * Fix regressions forwarding Cockpit messages
 * Consistent file system size units
 * Style fixes on admin panels
 * Fix crasher in cockpitd
 * Several testing fixes

0.35

16 Dec 10:35
0.35
Compare
Choose a tag to compare
0.35 Pre-release
Pre-release
 * Interactive debugging mode for cockpit protocol
 * Support HTTP keep alives for local services
 * Proof of concept for showing noVNC via Cockpit
 * Proof of concept for talking to CIM and OpenLMI
 * Document how to change the Cockpit TCP port
 * Other fixes