Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Post-Release] Add Breaking Changes for 0.22 to GitHub Release Notes #7169

Open
anna-geller opened this issue Feb 4, 2025 · 0 comments
Open
Assignees
Labels
area/docs Issues related to documentation, plugin examples, blueprints, and guides

Comments

@anna-geller
Copy link
Member

anna-geller commented Feb 4, 2025

Non-breaking change to readinessProbe and livenessProbe

Before this PR, both probes pointed to /health. This caused Kubernetes to restart the pod when an external component was unavailable. To resolve this, we updated the value file to configure the liveness and readiness probes to use the health paths recommended by Micronaut:

  • Liveness probe now points to /health/liveness
  • Readiness probe now points to /health/readiness

It is generally considered a best practice over a single /health endpoint.

Internal Storage Configuraiton

#3933

Plugins

kestra-io/plugin-elasticsearch#25 : Task Get property version was renamed to docVersion
kestra-io/plugin-mqtt#64 : All tasks, property version was renamed to mqttVersion
kestra-io/plugin-opensearch#11 : Task Get property version was renamed to docVersion
kestra-io/plugin-serdes#167: Task IonToParquet property version was renamed to parquetVersion

@anna-geller anna-geller added documentation Improvements or additions to documentation enhancement New feature or request labels Feb 4, 2025
@github-project-automation github-project-automation bot moved this to Backlog in Issues Feb 4, 2025
@kestra-io kestra-io locked and limited conversation to collaborators Feb 4, 2025
@anna-geller anna-geller added area/docs Issues related to documentation, plugin examples, blueprints, and guides and removed documentation Improvements or additions to documentation enhancement New feature or request labels Feb 10, 2025
@anna-geller anna-geller self-assigned this Feb 11, 2025
@MilosPaunovic MilosPaunovic pinned this issue Feb 11, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area/docs Issues related to documentation, plugin examples, blueprints, and guides
Projects
Status: Backlog
Development

No branches or pull requests

1 participant