Skip to content

v0.17.0

Choose a tag to compare

@github-actions github-actions released this 13 Mar 15:54
· 166 commits to main since this release
Immutable release. Only release title and notes can be modified.
b53ef30

Changelog

  • 2bd17dc Merge pull request #328 from tmccoy14/feat/per-replica-pvcs
  • b53ef30 Merge pull request #338 from openclaw-rocks/release-please--branches--main
  • 19df835 chore(main): release 0.17.0
  • 2969f64 feat: use VolumeClaimTemplates for per-replica PVCs when HPA is enabled
  • 8547a6e fix: compare VCT specs in VolumeClaimTemplatesEqual to detect size/storageClass changes
  • 5094c0a fix: emit warning event for orphaned standalone PVC when HPA is enabled
  • 4fe0fbe fix: handle immutable VolumeClaimTemplates by recreating StatefulSet on VCT changes
  • 639c3ec fix: normalize VolumeMode on VCTs to prevent reconcile spec drift
  • 4c79955 fix: reduce noisy API calls and events in HPA reconcile path
  • baeb26f fix: use PascalCase+verb convention for StorageReady condition reason
  • cb46bc2 fix: use apiequality.Semantic.DeepEqual for VCT spec comparison
  • df28db4 fix: warn when existingClaim is ignored due to HPA-managed VolumeClaimTemplates
  • 8c6c779 refactor: compute desired StatefulSet once in reconcileStatefulSet
  • 46e940b refactor: extract IsPersistenceEnabled helper to deduplicate persistence checks
  • fba54ae refactor: hoist gwSecretName computation to avoid duplication in reconcileStatefulSet