Skip to content

[pre] Update Helm release altinity-clickhouse-operator to v0.23.5 - autoclosed

Soos requested to merge renovate/pre-altinity-clickhouse-operator-0.x into master

This MR contains the following updates:

Package Type Update Change
altinity-clickhouse-operator pre minor 0.22.2 -> 0.23.5

Warning

Some dependencies could not be looked up. Check the warning logs for more information.


Release Notes

Altinity/clickhouse-operator (altinity-clickhouse-operator)

v0.23.5

Compare Source

v0.23.4

Compare Source

Changed

NOTE: There was a lot of internal refactoring related to Keeper code, but no functional changes yet. The Keeper configuration functionality will be improved in the next major release.

v0.23.3

Compare Source

Changed
Fixed

v0.23.2

Compare Source

Changed

v0.23.1

Compare Source

Changed
Fixed

v0.23.0

Compare Source

Added
  • Kubernetes secrets are currently supported with the standard syntax for user passwords, configuration settings, and configuration files, for example:

        users:
          user1/password:
            valueFrom:
              secretKeyRef:
                name: clickhouse_secret
                key: pwduser1
        settings:
          s3/my_bucket/access_key:
            valueFrom:
              secretKeyRef:
                name: s3-credentials
                key: AWS_ACCESS_KEY_ID
        files:
          server.key:
            valueFrom:
              secretKeyRef:
                name: clickhouse-certs
                key: server.key

    See updated Security Hardening Guide for more detail.

  • Added experimental support for ClickHouse Keeper by @​frankwg in https://github.com/Altinity/clickhouse-operator/pull/1218

    kind: ClickHouseKeeperInstallation

    See examples in there: https://github.com/Altinity/clickhouse-operator/tree/0.23.0/docs/chk-examples The implementation is not final, following things yet needs to be done:

    1. dynamic reconfiguration, that is required in order to support adding and removing Keeper replicas
    2. integration with ClickHouseInstallation, so Keeper could be referenced by a reference, instead by a service
  • CHI labels are now added to exported Prometheus metrics

Changed
Fixed

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this MR and you won't be reminded about this update again.


  • If you want to rebase/retry this MR, check this box

This MR has been generated by Renovate Bot.

Edited by Soos

Merge request reports