Releases: cortexproject/cortex-helm-chart
Releases · cortexproject/cortex-helm-chart
v2.4.0
What's Changed
- Bump nokogiri from 1.14.3 to 1.16.5 in /docs by @dependabot in #499
- Bump Cortex version to 1.17.1 by @theeYoshi in #501
- remove default livenessProbe for compactor and storage-gateway by @nschad in #502
- cut 2.4.0 by @nschad in #503
New Contributors
- @theeYoshi made their first contribution in #501
Full Changelog: v2.3.0...v2.4.0
v2.3.0
Cortex Helm Chart v2.2.0
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
Cortex Helm Chart v2.0.1
Cortex Helm Chart v2.0.0
Changelog
- [FEATURE] add purger components to cortex #407
- [CHANGE] With the release of memcached v6 bitnami renamed
extraEnv
toextraEnvVars
. UseextraEnvVars
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
andalertmanager_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
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
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
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