Version: 0.5.6

Changelog

Cortex-charts version 0.5.6

  • Updated bl service dependencies due to CVE-2020-8244
  • Metric events are now disabled internally
  • Added a readiness probe to the agents service, so that it is now more fault tolerant
  • Replication on the Postgres subchart has been disabled by default
  • Helm version 3 is now fully supported
  • Installation documentation has been improved and updated including adding a "Dependencies Compatibility Matrix"

Cortex-charts version 0.5.5

  • Cortex-Charts Docs updates:
  • Ingress resources are now fully compatible with Kubernetes 1.16

Cortex-charts version 0.5.4

  • In this release, all Cortex services have been updated to address CVE vulnerabilities discovered during a routine security scan. If you are updating an existing cluster to this release, please see the note below about steps to take to avoid upgrade issues.
  • This release also removes Elasticsearch and Kibana from our packaged components. These now must be installed and configured externally.

Cortex-charts version 0.5.3

Cortex-charts version 0.5.2

Cortex-charts version 0.5.1

Cortex-charts version 0.5.0

New features

  • Support for podspec has been added to manage and customize action deployment resources such as: GPU, memory, or CPU. The podspec feature works by patching the Kubernetes PodTemplateSpec generated by Fabric.
  • Support for non-root installation of the Cortex CLI
  • Documentation has been added to cortex-charts for:

Changed features

  • For action deploy, options --memory --vcpu are no longer available. Instead use the [podspec] feature to customize pod resources for actions at runtime.
  • When you use podspec for Kubernetes, action metrics are externalized from Cortex Console and will not be viewable there. To have access to logs and metrics you must use a third party aggregator like Grafana, Cloud Watch, or Azure Dashboards. Logging is delegated to a log aggregator defined on the cluster and will NOT be provided in Cortex Console.
  • Profile-of-one has migrated from a single event loading paradigm to a bulk loader, which is able to process multiple profile events in a single job. The following is a summary of the changes that resulted from this shift in paradigm:
    • The underlying data model changed to easily allow the bulk insertions of profile attributes against the underlying Po1 database.
    • The way profiles are versioned changed, allowing multiple attributes to be updated per version.
    • The association between Profile Attribute and Specific Profile Schemas was removed, so the profiles no longer need to rebuild every time a Profile Schema changes.

Cortex-charts version 0.4.1

February 28, 2020

  • For RedHat OpenShift 3.11 deployments, special privileges and/or run-as-root is not required to install and configure clusters under the OpenShift security context, non-root.
  • Cortex alpine-based images have been deprecated in favor of more secure UBI8-based images for all deployments.

Cortex-charts version 0.4.0

February 18, 2020

  • UBI images updated from ubi7 to ubi8 for improved security.
  • Images updated to ensure that Redis sentinels are optimally configured.