Skip to content
This repository has been archived by the owner on Dec 21, 2021. It is now read-only.

Stackable Agent 0.6.0

Compare
Choose a tag to compare
@siegfriedweber siegfriedweber released this 08 Sep 06:29
· 27 commits to main since this release
a4c2adc

Added

  • Prints self-diagnostic information on startup (#270).
  • Check added on startup if the configured directories exist and are writable by the Stackable agent (#273).
  • Missing directories are created (#274).
  • Annotation featureRestartCount added to the pods to indicate if the restart count is set properly (#289).

Changed

  • Lazy validation of repository URLs changed to eager validation (#262).
  • certificates.k8s.io/v1 used instead of certificates.k8s.io/v1beta1 so that the Stackable Agent is now compatible with Kubernetes v1.22 but not any longer with versions prior to v1.19 (#267).
  • Error message improved which is logged if a systemd unit file cannot be created (#276).
  • Handling of service restarts moved from the Stackable agent to systemd (#263).

Removed

  • Check removed if a service starts up correctly within 10 seconds. systemd manages restarts now and the Stackable agent cannot detect if a service is in a restart loop (#263).

Fixed

  • Systemd services in session mode are restarted after a reboot (#263).