Skip to content

Releases: ConvoyPanel/panel

v3.7.4-beta

07 Mar 03:34
Compare
Choose a tag to compare

Fixed

  • Server power commands

SHA256 Checksum

25d2c536998fb7882a29b43738a778929b809f74699bdb6a06f639afae00c483  panel.tar.gz

v3.7.3-beta

07 Mar 01:32
Compare
Choose a tag to compare

Fixed

  • Server deletion failing when the virtual machine is running

SHA256 Checksum

025741d1d638555af7c138bb4f581da73098234e2fdd025b606a79d06d6fe586  panel.tar.gz

v3.7.2-beta

01 Mar 05:33
Compare
Choose a tag to compare

Fixed

  • Error unmounting media (or ISOs) in the server control panel in the client area

SHA256 Checksum

843b6e148e23998b1de4dbe1bdc5061e1320d403cd442d0cca4c09a66833fb2a  panel.tar.gz

v3.7.1-beta

01 Mar 03:09
Compare
Choose a tag to compare

Fixed

  • Server bandwidth statistic not updating #14

SHA256 Checksum

9d137f78e512acfccab209cf65a9966e15847f86f16265cdd270924786e12e9a  panel.tar.gz

v3.7.0-beta

26 Feb 23:08
Compare
Choose a tag to compare

Fixed

  • Overallocation check logic whenever an administrator tries to update a server's build #16
  • Issue where you can't use IPv6 for nameservers

Changed

  • Made account_password required by default for creating new servers and server installations
  • Refactored all settings pages
  • Refactored menu component to reduce bundle size
  • Refactored Server Usages and Rate Limit sync for better scaling
  • Minor frontend styling
  • Refactored disk data transfer object
  • All password inputs (except for Convoy user account password) has these two validation rules:
    1. /^[A-Za-z0-9!@#$%^&*()_+\-=[\]{}|;\':",.\/<>?\\ ]*$/ for checking if the password contains only characters on
      the U.S. English keyboard.
    2. /^(?=.*[a-z])(?=.*[A-Z])(?=.*[0-9])(?=.*[!@#\$%\^&\*])(?=.{8,})/ for checking if the password contains 8
      characters, 1 uppercase, 1 lowercase, 1 number and 1 special character.

Added

  • Search bars in the administrator area
  • Log rotation for Laravel log file
  • Proxmox user pruning to prune expired temporary NoVNC users

SHA256 Checksum

ba7edc931ed3048c862cf953e376f629933dbe0a6826873592fb5088cd808ba7  panel.tar.gz

v3.6.2-beta

11 Feb 23:00
Compare
Choose a tag to compare

Fixed

  • IP Addresses being clipped if too long in the UI (x2)
  • Hostname validation regex in frontend
  • Viewport glitch when a server name or hostname is too long
  • Validation rule not catching special characters from other languages for OS password validation

Note

If you are developing automation software for Convoy, please implement these regular expressions in your code. Otherwise, your code will error when you send invalid requests.

  • server account_password validation
    • /^[A-z0-9!@£$%^&*()\'~*_+\-]+$/ to detect special characters from other language
    • /^(?=.*[a-z])(?=.*[A-Z])(?=.*[0-9])(?=.*[!@#\$%\^&\*])(?=.{8,})/u minimum password requirements
  • server hostname validation
    • /^(([a-zA-Z0-9]|[a-zA-Z0-9][a-zA-Z0-9\-]*[a-zA-Z0-9])\.)*([A-Za-z0-9]|[A-Za-z0-9][A-Za-z0-9\-]*[A-Za-z0-9])$/

SHA256 Checksum

9bc5331f039aef5ef32433e0140b912777239262bf757d928c418fd92775f477  panel.tar.gz

v3.6.1-beta

10 Feb 03:16
Compare
Choose a tag to compare

Fixed

  • IP Addresses being clipped if too long in the UI
  • Awkward delete address modal

SHA256 Checksum

a8224b730d744b713e59d8237c047b2bff838508068b98038efe5fb94e05afcb  panel.tar.gz

v3.6.0-beta

02 Feb 02:54
Compare
Choose a tag to compare

Fixed

  • IPv6 addresses wouldn't display in client area settings
  • Confusing "account password" placeholder when creating a server in the admin area

Added

  • Ability to view IP addresses of a server on the dashboard in the client area

SHA256 Checksum

11c5eb5e0bd37dad1d80062dcaaa636e471dafa2f70ada63aa947c43de13ea50  panel.tar.gz

v3.5.1-beta

31 Jan 21:38
Compare
Choose a tag to compare

Added

  • Support for hosting Convoy without a hostname

Changed

  • Default redis configuration in .env because some people were getting confused by the documentation

SHA256 Checksum

7f5c6643db978d22d4b6caf43d4fe29496c94a877caac54296e7846f18fc3212  panel.tar.gz

v3.5.0-beta

29 Jan 19:24
Compare
Choose a tag to compare

Changed

  • Settings layout for client side server settings

Fixed

  • possibility that address_ids will cause an exception when it's null when creating a new server

SHA256 Checksum

b58d5346a0dac66b748de6505e0aa0fa2e4cfb3fa18b948f9b9d7c1e0d1d890f  panel.tar.gz