Releases: cortexproject/cortex-helm-chart
Releases · cortexproject/cortex-helm-chart
v3.2.0
What's Changed
- chore(deps): update prom/memcached-exporter docker tag to v0.15.5 by @renovate[bot] in #581
- chore(deps): update memcached docker tag to v1.6.40 by @renovate[bot] in #580
- chore(deps): update kiwigrid/k8s-sidecar docker tag to v2 by @renovate[bot] in #568
- enable kiwigrid/k8s-sidecar in tests and configure health port by @kd7lxl in #597
- Release 3.2.0 by @github-actions[bot] in #598
Full Changelog: v3.1.0...v3.2.0
v3.1.0
Changelog
- [FEATURE] Add a parquet converter. #579
- [ENHANCEMENT] Avoid scheduling queriers and ingesters on the same node #583
- [ENHANCEMENT] Allow for the nginx service port and container port to be different #589
- [DEPENDENCY] Update quay.io/cortexproject/cortex Docker tag to v1.20.1 #577
- [BUGFIX] Ruler is using the wrongly generated Alertmanager URL #593
v3.0.0
Changelog
- [CHANGE] Replace bitnami images with community images. Config via .extraEnvVars must be migrated to .args. See memcached docs for standard args. #571
- [CHANGE] Memcacheds are now enabled by default #551
- [CHANGE] Change default config: distributors, rulers, queriers, query-frontend, nginx and compactors can be disrupted until 30%
- [CHANGE] Remove startup probes from compactors from default values. It's not recommended in general #542
- [CHANGE] Use default value for num_tokens in ingester configuration #544
- [BUGFIX] Fix discovering memcached instances #551
- [BUGFIX] Fix restarting query-schedulers when config changes #559
- [ENHANCEMENT] Run overrides-exporter with high availability #557
- [ENHANCEMENT] Persist subchart #572
- [ENHANCEMENT] Expose query frontend GRPC port on service for ruler #574
- [DEPENDENCY] Update dependency nginx to v1.29 #540
- [DEPENDENCY] Update kiwigrid/k8s-sidecar docker tag to v1.30.11 #547
- [DEPENDENCY] Update kiwigrid/k8s-sidecar docker tag to v1.30.5 #531
- [DEPENDENCY] Update quay.io/cortexproject/cortex Docker tag to v1.20.0 #566
v2.6.0
Changelog
- [DEPENDENCY] Update Helm release memcached to v6.14.0 #528
- [DEPENDENCY] Update dependency nginx to v1.27 #532
- [DEPENDENCY] Update quay.io/cortexproject/cortex Docker tag to v1.19.0 #521
- [ENHANCEMENT] Add
nginx.config.override_push_endpointfield to override push endpoint in the nginx configuration #522
v2.5.0
Changelog
- [CHANGE] Updated default
align_queries_with_stepto false to match documentation #513 - [ENHANCEMENT] Add
nginx.config.upstream_protocolfield to configure the upstream protocol in the nginx configuration #506 - [ENHANCEMENT] Add ability to set
persistentVolumeClaimRetentionPolicyon alertmanager, ingester, compactor, and store-gateway StatefulSets #517 - [BUGFIX] fix: upstream_protocol reference in auth_orgs #509
- [DEPENDENCY] Update quay.io/cortexproject/cortex Docker tag to v1.18.1 #510
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.engineand any reference of it #488 - [ENHANCEMENT] Add
appProtocolfield 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.enableflags in some components #488 - [BUGFIX] Fix podTargetLabels in all Prometheus ServiceMonitor CRDs #487