From ef30e6924549fa202aa5a9b8e25de2cbf2a22f52 Mon Sep 17 00:00:00 2001 From: Nick Volynkin Date: Wed, 25 Jun 2025 10:24:45 +0300 Subject: [PATCH] [docs] Changelog for v0.32.1 and changelog template Signed-off-by: Nick Volynkin --- docs/changelogs/template.md | 11 +++++++++++ docs/changelogs/v0.32.1.md | 38 +++++++++++++++++++++++++++++++++++++ 2 files changed, 49 insertions(+) create mode 100644 docs/changelogs/template.md create mode 100644 docs/changelogs/v0.32.1.md diff --git a/docs/changelogs/template.md b/docs/changelogs/template.md new file mode 100644 index 00000000..7b22e880 --- /dev/null +++ b/docs/changelogs/template.md @@ -0,0 +1,11 @@ +## Major Features and Improvements + +## Security + +## Fixes + +## Dependencies + +## Documentation + +## Development, Testing, and CI/CD diff --git a/docs/changelogs/v0.32.1.md b/docs/changelogs/v0.32.1.md new file mode 100644 index 00000000..6863292d --- /dev/null +++ b/docs/changelogs/v0.32.1.md @@ -0,0 +1,38 @@ +## Major Features and Improvements + +* [postgres] Introduce new functionality for backup and restore in PostgreSQL. (@klinch0 in https://github.com/cozystack/cozystack/pull/1086) +* [apps] Refactor resources in managed applications. (@kvaps in https://github.com/cozystack/cozystack/pull/1106) +* [system] Make VMAgent's `extraArgs` tunable. (@lllamnyp in https://github.com/cozystack/cozystack/pull/1091) + +## Fixes + +* [postgres] Escape users and database names. (@kvaps in https://github.com/cozystack/cozystack/pull/1087) +* [tenant] Fix monitoring agents HelmReleases for tenant clusters. (@klinch0 in https://github.com/cozystack/cozystack/pull/1079) +* [kubernetes] Wrap cert-manager CRDs in a conditional. (@lllamnyp in https://github.com/cozystack/cozystack/pull/1076) +* [kubernetes] Remove `useCustomSecretForPatchContainerd` option and enable it by default. (@kvaps in https://github.com/cozystack/cozystack/pull/1104) +* [apps] Increase default resource presets for Clickhouse and Kafka from `nano` to `small`. Update OpenAPI specs and readme's. (@kvaps in https://github.com/cozystack/cozystack/pull/1103 and https://github.com/cozystack/cozystack/pull/1105) +* [linstor] Add configurable DRBD network options for connection and timeout settings, replacing scripted logic for detecting devices that lost connection. (@kvaps in https://github.com/cozystack/cozystack/pull/1094) + +## Dependencies + +* Update cozy-proxy to v0.2.0 (@kvaps in https://github.com/cozystack/cozystack/pull/1081) +* Update Kafka Operator to 0.45.1-rc1 (@kvaps in https://github.com/cozystack/cozystack/pull/1082 and https://github.com/cozystack/cozystack/pull/1102) +* Update Flux Operator to 0.23.0 (@kingdonb in https://github.com/cozystack/cozystack/pull/1078) + +## Documentation + +* [docs] Release notes for v0.32.0 and two beta-versions. (@NickVolynkin in https://github.com/cozystack/cozystack/pull/1043) + +## Development, Testing, and CI/CD + +* [tests] Add Kafka, Redis. (@gwynbleidd2106 in https://github.com/cozystack/cozystack/pull/1077) +* [tests] Increase disk space for VMs in tests. (@kvaps in https://github.com/cozystack/cozystack/pull/1097) +* [tests] Upd Kubernetes v1.33. (@kvaps in https://github.com/cozystack/cozystack/pull/1083) +* [tests] increase postgres timeouts. (@kvaps in https://github.com/cozystack/cozystack/pull/1108) +* [tests] don't wait for postgres ro service. (@kvaps in https://github.com/cozystack/cozystack/pull/1109) +* [ci] Setup systemd timer to tear down sandbox. (@lllamnyp in https://github.com/cozystack/cozystack/pull/1092) +* [ci] Split testing job into several. (@lllamnyp in https://github.com/cozystack/cozystack/pull/1075) +* [ci] Run E2E tests as separate parallel jobs. (@lllamnyp in https://github.com/cozystack/cozystack/pull/1093) +* [ci] Refactor GitHub workflows. (@kvaps in https://github.com/cozystack/cozystack/pull/1107) + +**Full Changelog**: https://github.com/cozystack/cozystack/compare/v0.32.0...v0.32.1 \ No newline at end of file