Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Browser Specific Issues Fixed
    • Firefox: Settings tab now has correct padding
    • IE11: toast's text is now vertically aligned
  • Smart Filters Issues Fixed
    • Smart Filter Editing: fixed issue where clicking done overlay closes modal
    • Fixed styling of smartfilter advanced table headers
    • The "Save Smart Filter As..." dialog label now turns blue when you select the input field
    • Smart Filter Create / Edit: Tag cloud is now rendered
  • Widgets Issues Fixed
    • Cleaned up word cloud when there are many words
    • Made it possible to click on words in the Significant Terms Widget
    • Respecting additional query in Heat Map
    • Facets Table widget now able to scroll item detail
    • Facet table now works when one of the columns is set to Body
    • Time selection widget now shows current state
    • Proper position handling in custom widgets (added on December 14, 2017 with release 2.5.3-4098)
  • Miscellaneous Issues Fixed
    • Removed flicker when requesting API access token
    • Fixed width of item links on mobile
    • Fixed issue where facets visibility checkbox fails
    • Dropdown for projects is now correctly positioned
    • Fixed dataloader for newsriver
    • Prevented resume_source from deleting title
    • Facet settings page filter now shows non-analyzed string
    • Fixed sorting on keyword field
    • Dashboard Edit: text area sizes are now dynamic
    • Proper facet type checking (added on December 14, 2017 with release 2.5.3-4098)
    • Hardened Squirro Client ItemUploader to properly handle empty item list (added on December 14, 2017 with release 2.5.3-4098)
    • Fixed exporting of dashboards as PDFs (added on December 14, 2017 with release 2.5.3-4098)
    • Removed query prefix ("removed" on December 14, 2017 with release 2.5.3-4098)
    • Fixed snapshot generation after you remove the query from the searchbar (added on December 14, 2017 with release 2.5.3-4098)
    • Better tracking of Pipeline 2.0 data ingestion statistics (added on December 22, 2017 with release 2.5.3-4101)
    • Dashboard display fixed for items with no near-duplicate items (added on December 21 and 22, 2017 with releases 2.5.3-4099 and 2.5.3-4101)
    • Fixed an issue by which the pipeline 2.0 "opt-in" was opting in to additional builtin enrichments that hadn't been opted in to (added on January 15, 2018 with release 2.5.3-4102)
    • Fixed installation of the squirro-sql-config package on systems not necessarily running bash as a shell, also fixed erasing of individual Squirro services (added on January 17, 2018 with release 2.5.3-4103)
    • Fixed the pipeline 2.0 to work properly with pipelets configured via the squirro_data_load tool, e.g. --source-profile (added on February 5, 2018 with release 2.5.3-4104)
    • Fixed the filtering enrichment step to work with date-like values in keywords (added on March 1, 2018 with release 2.5.3-4108)
    • Pre 2.6.0 fix to not assume that services such as pipeline 1.0 are still running upon removal. This is useful to aid in the replacement of pipeline 1.0 with pipeline 2.0 (added on April 3, 2018 with release 2.5.3-4113)

Breaking Changes

With the release of the layers, the dashboard loader api has changed.
Loaders can no longer modify the dashboard sections.

...

Please follow the regular installation steps

Upgrade

Warning

Please ensure that your current version is 2.5.2. If you are on a version older than 2.5.2, please contact support.


Note

Additionally if you are using Squirro in a Box, additional steps are involved. In this case we also ask you to contact support.

Storage Nodes and Cluster Nodes on the same machine

If the storage and cluster nodes are installed on the same machine / VM, then following this process:

Code Block
# ensure that you have version = 2.5.2 installed, otherwise please update to version 2.5.2 first.
sudo su
cat /etc/squirro/version.ini
yum update squirro-storage-node-users
yum update squirro-storage-node
yum update squirro-cluster-node-users
yum update squirro-*

Storage Nodes and Cluster Nodes on separate machines

If the storage and cluster nodes are installed on separate machines / VMs, then following this process.

  1. Update all storage nodes with these commands:

    Code Block
    # ensure that you have elasticsearch = 5.6.0 installed before proceeding, otherwise please update to version 2.5.2 first.
    curl -XGET localhost:9200/
    sudo su
    yum update squirro-storage-node-users
    yum update squirro-storage-node


  2. After having updated all storage nodes, update all cluster nodes with these commands:

    Code Block
    # ensure that you have version = 2.5.2 installed, otherwise please update to version 2.5.2 first.
    sudo su
    cat /etc/squirro/version.ini
    yum update squirro-cluster-node-users
    yum update squirro-*