Skip to content

Releases: cortexproject/cortex-helm-chart

v2.3.0

13 Apr 20:13
fcbcbb8
Compare
Choose a tag to compare

What's Changed

  • fix: change headless service to gRPC and expose 9094 TCP by @locmai in #494
  • cut release v2.3.0 by @locmai in #496

Full Changelog: v2.2.0...v2.3.0

Cortex Helm Chart v2.2.0

17 Jan 10:22
a572813
Compare
Choose a tag to compare

Changelog

  • [CHANGE] Removed config.storage.engine and any reference of it #488
  • [ENHANCEMENT] Add appProtocol field to templates/svc-memberlist-headless.yaml to fix issues wirth Istio #485
  • [ENHANCEMENT] Add option to autoscale on multiple metrics and custom metrics metrics #467
  • [ENHANCEMENT] Add control on store-gateway statefulset when autoscale (HPA) enabled or disabled #472
  • [DEPENDENCY] Update quay.io/cortexproject/cortex Docker tag to v1.15.0 #453
  • [DEPENDENCY] Update quay.io/cortexproject/cortex Docker tag to v1.15.1 #456
  • [DEPENDENCY] Update quay.io/cortexproject/cortex Docker tag to v1.15.2 #459
  • [DEPENDENCY] Update quay.io/cortexproject/cortex Docker tag to v1.15.3 #471
  • [DEPENDENCY] Update quay.io/cortexproject/cortex Docker tag to v1.16.0 #489
  • [BUGFIX] Correctly interpret .Capabilities.KubeVersion when it looks like a prerelease #457
  • [BUGFIX] Removed non-existent purger.enable flags in some components #488
  • [BUGFIX] Fix podTargetLabels in all Prometheus ServiceMonitor CRDs #487

Cortex Helm Chart v2.1.0

19 Mar 13:01
ca2a4e8
Compare
Choose a tag to compare

Changelog

  • [FEATURE] add autoscaler for the ruler #430
  • [ENHANCEMENT] Add annotations and labels to memberlist service #433
  • [ENHANCEMENT] Add podTargetLabels to all Prometheus servicemonitor CRs #439
  • [DEPENDENCY] Update Helm release memcached to v6.3.12 #441

Cortex Helm Chart v2.0.1

07 Jan 08:53
62007a3
Compare
Choose a tag to compare

Changelog

  • [DEPENDENCY] Update quay.io/cortexproject/cortex Docker tag to v1.14.1 #422
  • [DEPENDENCY] Update Helm release memcached to v6.3.3 #424
  • [BUGFIX] Fix memcache dependency condition #425

Cortex Helm Chart v2.0.0

16 Dec 08:27
46ea378
Compare
Choose a tag to compare

Changelog

  • [FEATURE] add purger components to cortex #407
  • [CHANGE] With the release of memcached v6 bitnami renamed extraEnv to extraEnvVars. Use extraEnvVars if you want to alter MEMCACHED_CACHE_SIZE, MEMCACHED_MAX_CONNECTIONS, etc... #303
  • [CHANGE] Caching for block storage can now be individually enabled. For example use memcached-blocks.enabled to enable caching for blocks. #417
  • [CHANGE] Drop cortex chunk support. #417
  • [CHANGE] Drop cortex configdb support. #417
  • [CHANGE] Removed legacy ruler and alertmanager storage configuration. Please use ruler_storage and alertmanager_storage. #417
  • [CHANGE] Dropped storage.index_queries_cache_config. #417
  • [ENHANCEMENT] Add verboseLogging option to nginx config #402
  • [ENHANCEMENT] Start using autoscaling/v2 for HorizontalPodAutoscaler in v1.23+ #414
  • [ENHANCEMENT] Add pod topology spread constrant option to Ingester/Alertmanager statefulset #403
  • [ENHANCEMENT] Add HPA to store gateways #406
  • [DEPENDENCY] Update quay.io/cortexproject/cortex Docker tag to v1.13.1 #401
  • [DEPENDENCY] Update Helm release memcached to v6 #303
  • [DEPENDENCY] Update Helm release memcached to v6.3.2 #418
  • [DEPENDENCY] Update Cortex to v1.14 #417

Cortex Helm Chart v1.7.0

27 Sep 07:12
aaeafe1
Compare
Choose a tag to compare

Changelog

  • [BUGFIX] Fix nginx extraContainers to indent correctly #373
  • [DEPENDENCY] Update dependency nginx to v1.23 #375
  • [DEPENDENCY] Update dependency kiwigrid/k8s-sidecar to v1.19.2 #370
  • [DEPENDENCY] Update quay.io/cortexproject/cortex Docker tag to v1.13.0 #381
  • [DEPENDENCY] Update kiwigrid/k8s-sidecar Docker tag to v1.19.4 #387
  • [DEPENDENCY] Update kiwigrid/k8s-sidecar Docker tag to v1.19.5 #392

Cortex Helm Chart v1.6.0

10 Jun 15:35
93dfb90
Compare
Choose a tag to compare

Changelog

  • [CHANGE] move from omegavvweapon/kopf-k8s-sidecar to kiwigrid/k8s-sidecar #365
  • [FEATURE] Add Overrides-Exporter #360
  • [ENHANCEMENT] Add dnsTTL option to nginx config #366
  • [BUGFIX] Fix query-scheduler address for query-frontend to use correct address #364
  • [DEPENDENCY] Update dependency nginx to v1.22 #357

Cortex Helm Chart v1.5.0

24 May 14:47
f3fbe01
Compare
Choose a tag to compare

Changelog

  • [FEATURE] Add Query-Scheduler #268
  • [ENHANCEMENT] Allow StoreGateway podManagementPolicy to be changed #332
  • [ENHANCEMENT] Add pod topology spread constrant option #343
  • [BUGFIX] Correct a typo in enabling distributor HPA #334
  • [BUGFIX] Frontend memcached address did not match the Service #337
  • [BUGFIX] Add service discovery method for query-scheduler addresses #338

Cortex Helm Chart v1.4.0

11 Mar 17:45
3cd0bb0
Compare
Choose a tag to compare

Changelog

  • [ENHANCEMENT] Upgrade to Cortex v1.11.1 #331
  • [ENHANCEMENT] Includes enable flags for each component #319
  • [ENHANCEMENT] Exclude cortex components endpoint from nginx config when disabled #326

Cortex Helm Chart v1.3.0

10 Feb 15:33
9bbf981
Compare
Choose a tag to compare

Changelog

  • [CHANGE] move from quay.io/kiwigrid/k8s-sidecar to omegavvweapon/kopf-k8s-sidecar image #302
  • [CHANGE] undo querier store optimization #304
    • config.querier.query_ingesters_within: 13h -> 0s (default)
    • config.querier.query_store_after: 12h -> 0s (default)
  • [CHANGE] Change sidecar default values to match values in documentation #317
  • [CHANGE] Remove ruler.persistentVolume.subPath since it was never persistent to begin with #317
  • [ENHANCEMENT] Fix the indentation of memcached guide #309
  • [ENHANCEMENT] Added api endpoints for Grafana 8 unified alerting #291
  • [ENHANCEMENT] Add guide on how to configure alertmanager/ruler with configmap #313
  • [DEPENDENCY] Update Helm release memcached to v5.15.14 #301