Skip to content

Releases: cozystack/cozystack

v0.36.0-beta.2

05 Sep 12:26
7f477ee
Compare
Choose a tag to compare
v0.36.0-beta.2 Pre-release
Pre-release
Release v0.36.0-beta.2 (#1393)

This PR prepares the release `v0.36.0-beta.2`.

<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->

## Summary by CodeRabbit

- New Features
  - None.
- Bug Fixes
  - None.
- Chores
- Upgraded core components to v0.36.0-beta.2: Installer, E2E Sandbox,
CozyStack API, CozyStack Controller (version updated), Dashboard
(appVersion and images), Kamaji (image and migrate-image), ObjectStorage
Controller, SeaweedFS sidecar, Bootbox Matchbox.
- Refreshed pinned image digests for Nginx Cache, KubeVirt CSI Driver
(including node), Kube-OVN, and S3 Manager.
- No user-facing functionality changes; versions and image references
updated for consistency.

<!-- end of auto-generated comment: release notes by coderabbit.ai -->

v0.35.4

05 Sep 14:54
3dc2f1d
Compare
Choose a tag to compare

Fixes

  • [virtual-machine] Fix the regression in VM update hook introduced in #1169 by targeting the correct API resource and avoiding conflicts with KubeVirt resources. (@kvaps in #1376, backported in #1377)
  • [cozy-lib] Add the missing template cozy-lib.resources.flatten. (@kvaps in #1372, backported in #1375)
  • [platform] Fix a boolean override bug in Helm merge. ConfigMap values now correctly take precedence over bundle defaults. (@dyudin0821 in #1385, backported in #1388)
  • [seaweedfs] Resolve connectivity issues in SeaweedFS. Increase Nginx ingress timeouts for SeaweedFS S3 endpoint. (@kvaps in #1386, backported in #1390)
  • [dx] Remove the BUILDER and PLATFORM autodetect logic in Makefiles. (@kvaps in #1391, backported in #1392)

Full Changelog: v0.35.3...v0.35.4

v0.36.0-beta.1

02 Sep 20:38
c0d5e52
Compare
Choose a tag to compare
v0.36.0-beta.1 Pre-release
Pre-release
Release v0.36.0-beta.1 (#1379)

This PR prepares the release `v0.36.0-beta.1`.

<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->

## Summary by CodeRabbit

- Chores
- Upgraded platform container images to v0.36.0-beta.1 across the stack,
including the core installer, controllers and API, networking webhook,
dashboard components, control plane manager, object storage services
(controller, sidecar, S3 manager), ancillary services, and e2e testing
sandbox. Image digests updated accordingly.
  - Dashboard app version updated to v0.36.0-beta.1.
- No user-facing behavior changes expected; updates align component
versions and ensure consistency across deployments.

<!-- end of auto-generated comment: release notes by coderabbit.ai -->

v0.36.0-alpha.2

01 Sep 18:28
389ec27
Compare
Choose a tag to compare
v0.36.0-alpha.2 Pre-release
Pre-release
  • Updated SeaweedFS with server-side encryption support
  • New images instead of deprecated bitnami
  • Fix for specifying tenant quotas
  • Fix for vm-update hook
  • Enhanced rules for vm-routing to expose them with external IP

What's Changed

Full Changelog: v0.36.0-alpha.1...v0.36.0-alpha.2

v0.35.3

01 Sep 07:05
fdb8293
Compare
Choose a tag to compare

Fixes

  • Add a liveness check for the SeaweedFS S3 endpoint to improve health monitoring and enable automatic recovery. (@IvanHunters in #1368)

Full Changelog: v0.35.2...v0.35.3

v0.36.0-alpha.1

28 Aug 21:26
9c1563a
Compare
Choose a tag to compare
v0.36.0-alpha.1 Pre-release
Pre-release

What's Changed

Full Changelog: v0.35.2...v0.36.0-alpha.1

v0.35.2

26 Aug 23:55
6cd5e74
Compare
Choose a tag to compare

Features and Improvements

  • [talos] Add LLDPD (ghcr.io/siderolabs/lldpd) as a built-in system extension, enabling LLDP-based neighbor discovery out of the box. (@lllamnyp in #1351 and #1360)

Fixes

  • [cozystack-api] Sanitize the OpenAPI v2 schema. (@kvaps in #1353)
  • [seaweedfs] Fix a problem where S3 gateway would be moved to an external pod, resulting in authentication failure. (@kvaps in #1361)

Dependencies

Full Changelog: v0.35.1...v0.35.2

v0.35.1

19 Aug 19:54
60965df
Compare
Choose a tag to compare

Fixes

  • [cozy-lib] Fix malformed retrieval of cozyConfig in the cozy-lib template. (@lllamnyp in #1348)

Full Changelog: v0.35.0...v0.35.1

v0.35.0

19 Aug 07:09
ba6460e
Compare
Choose a tag to compare

Feature Highlights

External Application Sources in Cozystack

Cozystack now supports adding external application packages to the platform's application catalog. Platform administrators can include custom or third-party applications alongside built-in ones, using the Cozystack API.

Adding an application requires making an application package, similar to the ones included in Cozystack under packages/apps. Using external packages is enabled by a new CustomResourceDefinition (CRD) called CozystackResourceDefinition and a corresponding controller (reconciler) that watches for these resources.

Add your own managed application using the documentation and an example at github.com/cozystack/external-apps-example.

Cozystack API Improvements

This release brings significant improvements to the OpenAPI specs for all managed applications in Cozystack, including databases, tenant Kubernetes, virtual machines, monitoring, and others. These changes include more precise type definitions for fields that were previously defined only as generic objects, and many fields now have value constraints. Now many possible misconfigurations are detected immediately upon API request, and not later, with a failed deployment.

The Cozystack API now also displays default values for the application resources. Most other fields now have sane default values when such values are possible.

All these changes pave the road for the new Cozystack UI, which is currently under development.

Hetzner RobotLB Support

MetalLB, the default load balancer included in Cozystack, is built for bare metal and self-hosted VMs, but is not supported on most cloud providers. For example, Hetzner provides its own RobotLB service, which Cozystack now supports as an optional component.

Read the updated guide on deploying Cozystack on Hetzner.com to learn more and deploy your own Cozystack cluster on Hetzner.

S3 Service: Dedicated Clusters and Monitoring

You can now deploy dedicated Cozystack clusters to run the S3 service, powered by SeaweedFS. Thanks to the support for integration with remote filer endpoints, you can connect your primary Cozystack cluster to use S3 storage in a dedicated cluster.

For security, platform administrators can now configure the SeaweedFS application with a list of IP addresses or CIDR ranges that are allowed to access the filer service.

SeaweedFS has also been integrated into the monitoring stack and now has its own Grafana dashboard. Together, these enhancements help Cozystack users build a more reliable, scalable, and observable S3 service.

ClickHouse Keeper

The ClickHouse application now includes a ClickHouse Keeper service to improve cluster reliability and availability. This component is deployed by default with every ClickHouse cluster.

Learn more in the ClickHouse configuration reference.

Major Features and Improvements

Security

  • [keycloak] Store administrative passwords in the management cluster's secrets. (@IvanHunters in #1286)
  • [keycloak] Update Keycloak client redirect URI to use HTTPS instead of HTTP. Enable cookie-secure. (@klinch0 in #1287)

Fixes

  • [platform] Introduce a fixed 2-second delay at the start of reconciliation for system and tenant Helm operations. (@klinch0 in #1343)
  • [kubernetes] Add dependency for snapshot CRD and migration to the latest version. (@kvaps in #1275)
  • [kubernetes] Fix regression in volumesnapshotclass installation from #1203. (@kvaps in #1238)
  • [kubernetes] Resolve problems with pod names exceeding allowed length by shortening the name of volume snapshot CRD from *-volumesnapshot-crd-for-tenant-k8s to *-vsnap-crd. To apply this change, update each affected tenant Kubernetes cluster after updating Cozystack. (@klinch0 in #1284)
  • [kubernetes] Disable VPA for VPA in tenant Kubernetes clusters. Tenant clusters have no need for this feature, and it was not designed to work in a tenant cluster, but was enabled by mistake. (@lllamnyp in #1301 and #1318)
  • [kamaji] Fix broken migration jobs originating from missing environment variables in the in-tree build. (@lllamnyp in #1338)
  • [etcd] Fix the topologySpreadConstraints for etcd. (@klinch0 in #1331)
  • [tenant] Fix tenant network policy to allow traffic to additional tenant-related services across namespace hierarchies. (@klinch0 in #1232)
  • [tenant, monitoring] Improve the reliability of tenant monitoring by increasing the timeout and number of retries. (@IvanHunters in #1294)
  • [kubevirt] Fix building KubeVirt CCM image. (@kvaps in 3c7e256)
  • [virtual-machine] Fix a regression with optional=true field. (@kvaps in 01053f7)
  • [virtual-machine] Enable using custom instanceType values in virtual-machine and vm-instance by disabling field validation. (@lllamnyp in #1300, backported in #1303)
  • [cozystack-api] Show correct kind values of ApplicationList. (@kvaps in #1290)
  • [cozystack-api] Add missing roles to allow cozystack-controller to read Kubernetes deployments. (@klinch0 in #1342)
  • [linstor] Update LINSTOR monitoring configuration to use label controller_node instead of node. (@kvaps in #1326 and #1335)
  • [seaweedfs] Fix SeaweedFS volume configuration. Increase the volume size limit from 100MB to 30,000MB. (@kvaps in #1328)
  • [seaweedfs] Disable proxy buffering and proxy request buffering for ingress. (@kvaps in #1330)

Dependencies

Documentation

Read more

v0.35.0-beta.1

12 Aug 06:29
c02a381
Compare
Choose a tag to compare
v0.35.0-beta.1 Pre-release
Pre-release

Major Features and Improvements

Security

  • [keycloak] Store administrative passwords in the management cluster's secrets. (@IvanHunters in #1286)
  • [keycloak] Update Keycloak client redirect URI to use HTTPS instead of HTTP. Enable cookie-secure. (@klinch0 in #1287)

Fixes

  • [kubernetes] Fix regression in volumesnapshotclass installation from #1203. (@kvaps in #1238)
  • [kubernetes] Resolve problems with pod names exceeding allowed length by shortening the name of volume snapshot CRD from *-volumesnapshot-crd-for-tenant-k8s to *-vsnap-crd. To apply this change, update each affected tenant Kubernetes cluster after updating Cozystack. (@klinch0 in #1284)
  • [tenant] Fix tenant network policy to allow traffic to additional tenant-related services across namespace hierarchies. (@klinch0 in #1232)
  • [kubevirt] Fix building KubeVirt CCM image. (@kvaps in 3c7e256)
  • [virtual-machine] Fix a regression with optional=true field. (@kvaps in 01053f7)
  • [cozystack-api] Show correct kind values of ApplicationList. (@kvaps in #1290)
  • [virtual-machine] Enable using custom instanceType values in virtual-machine and vm-instance by disabling field validation. (@lllamnyp in #1300, backported in #1303)
  • [kubernetes] Disable VPA for VPA in tenant Kubernetes clusters. Tenant clusters have no need for this feature, and it was not designed to work in a tenant cluster, but was enabled by mistake. (@lllamnyp in #1301 and #1318)
  • [tenant, monitoring] Improve the reliability of tenant monitoring by increasing the timeout and number of retries. (@IvanHunters in #1294)
  • [linstor] Update LINSTOR monitoring configuration to use label controller_node instead of node. (@kvaps in #1326)
  • [seaweedfs] Fix SeaweedFS volume configuration. Increase the volume size limit from 100MB to 30,000MB. (@kvaps in #1328)
  • [seaweedfs] Disable proxy buffering and proxy request buffering for ingress. (@kvaps in #1330)
  • [etcd] Fix the topologySpreadConstraints for etcd. (@klinch0 in #1331)

Dependencies

Documentation

Development, Testing, and CI/CD

  • [tests] Add tests for S3 buckets. (@IvanHunters in #1283)
  • [tests, ci] Simplify test discovery logic; run two k8s tests as separate jobs; delete Clickhouse application after a successful test. (@lllamnyp in #1236)
  • [dx] When running make commands with BUILDER value specified, PLATFORM is optional. (@kvaps in #1288)
  • [tests] Fix resource specification in virtual machine tests. (@IvanHunters in #1308)
  • [tests] Increase available space for e2e tests. (@kvaps in 168a24f)
  • [tests, ci] Continue application tests after one of them fails. (@NickVolynkin in 634b77e)
  • [ci] Use a subdomain of aenix.org for Nexus service in CI. (@lllamnyp in #1322)

Full Changelog: v0.34.0...v0.35.0-beta.1
Since Last Release: v0.35.0-alpha.3...v0.35.0-beta.1