Skip to content

Releases: ytsaurus/ytsaurus-k8s-operator

YTsaurus k8s operator 0.22.0

07 Mar 15:28
471f8f4
Compare
Choose a tag to compare

Features

  • Update to YTsaurus 24.2 is supported

Minor

  • Add lost CA bundle and TLS secrets VolumeMounts for jobs container by @imakunin in #449
  • Add bus client configuration by @imakunin in #450

Experimental

  • Add multiple update selectors by @wilwell in #383
  • Add blocked components column to kubectl output by @l0kix2 in #459

New Contributors

Full Changelog: release/0.21.0...release/0.22.0

YTsaurus k8s operator 0.21.0

24 Feb 09:34
aaf0d7d
Compare
Choose a tag to compare

Features

  • Support the ability to deploy a Kafka proxy by @savnadya in #407

Minor

  • Add config for kind with audit log by @koct9i in #441

Bugfix

  • Preserve object finalizers by @koct9i in #440
  • Set quota and min_disk_space for locations by @koct9i in #445
  • Fix zero port if no monitoring port configured by @l0kix2 in #447

YTsaurus k8s operator 0.20.0

23 Jan 15:06
16cf97b
Compare
Choose a tag to compare

Minor

Release notes

This release makes yt operator compatible with ytsaurus 24.2.
Update to this version will launch job for setting correct enable_real_chunks_value values in cypress and exec nodes will be updated with a new config.

Full Changelog: release/0.19.0...release/0.20.0

YTsaurus k8s operator 0.19.0

09 Jan 12:18
d2db891
Compare
Choose a tag to compare

Minor

Bugfix

Full Changelog: release/0.18.1...release/0.19.0

YTsaurus k8s operator 0.18.1

13 Dec 15:26
3c4499b
Compare
Choose a tag to compare

Minor

Bugfix

  • Fix updates for named cluster components @l0kix2 in #401

Full Changelog: release/0.18.0...release/0.18.1

YTsaurus k8s operator 0.18.0

26 Nov 12:36
7d23a05
Compare
Choose a tag to compare

Warning

This release has known bug, which broke update for YTsaurus components with non-empty names (names can be set for data/tablet/exec nodes) and roles (can be set for proxies).
The bug was fixed in 0.18.1.

Features

Minor

  • Update sample config for cluster with TLS by @koct9i in #369
  • Remove DataNodes from StatelesOnly update by @koct9i in #371
  • Added namespacedScope value to the helm chart by @qurname2 in #376
  • Upgrade crd-ref-docs by @koct9i in #379
  • Add observed generation for remote nodes by @koct9i in #382
  • Support different controller families in strawberry configuration by @dmi-feo in #355
  • kata-compat: mount TLS-related files to a separate directory by @kruftik in #388
  • Support OAuth login transformations by @l0kix2 in #397
  • Add diff for static config update case by @l0kix2 in #398

Bugfix

New Contributors

Full Changelog: release/0.17.0...release/0.18.0

YTsaurus k8s operator 0.17.0

23 Oct 14:37
805bba2
Compare
Choose a tag to compare

Minor

  • Separate CHYT init options into makeDefault and createPublicClique by @achulkov2 in #347

Bugfix

  • Fix queue agent init script usage for 24.* by @l0kix2 in #356

YTsaurus k8s operator 0.16.2

13 Sep 15:50
eb352d3
Compare
Choose a tag to compare

Bugfix

  • Fix strawberry controller image for 2nd job by @l0kix2 in #345

YTsaurus k8s operator 0.16.1

13 Sep 14:21
dce9397
Compare
Choose a tag to compare

Warning

This release has a bug if Strawberry components is enabled.
Use 0.16.2 instead.

Bugfix

  • Revert job image override for UI/strawberry by @l0kix2 in #344 — the bug was introduced in 0.16.0

YTsaurus k8s operator 0.16.0

12 Sep 13:22
b28e45a
Compare
Choose a tag to compare

Warning

This release has a bug for a configuration where UI or Strawberry components are enabled and some of their images were overridden (k8s init jobs will fail for such components).
Use 0.16.2 instead.

Minor

  • Add observedGeneration field to the YtsaurusStatus by @wilwell in #333
  • Set statistics for job low cpu usage alerts by @koct9i in #335
  • Add nodeSelector for UI and Strawberry by @l0kix2 in #338
  • Init job creates from InstanceSpec image if specified by @wilwell in #336
  • Add tolerations and nodeselectors to jobs by @l0kix2 in #342

New Contributors