Skip to content

fix: reliable log retrieval with events & waitForPodReady status check#266

Merged
Malaydewangan09 merged 22 commits intomainfrom
fix/pod-ready
Mar 10, 2026
Merged

fix: reliable log retrieval with events & waitForPodReady status check#266
Malaydewangan09 merged 22 commits intomainfrom
fix/pod-ready

Conversation

@Malaydewangan09
Copy link
Copy Markdown
Member

@Malaydewangan09 Malaydewangan09 commented Mar 9, 2026

@kestrabot kestrabot Bot added this to Pull Requests Mar 9, 2026
@github-project-automation github-project-automation Bot moved this to To review in Pull Requests Mar 9, 2026
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Mar 9, 2026

🧪 Java Unit Tests

TestsPassed ✅SkippedFailedTime ⏱
Java Tests Report46 ran46 ✅0 ⚠️0 ❌2m 20s 475ms

📦 Artifacts

Name Size Updated Expiration
jar 21.55 MB Mar 10, 26, 11:21:43 AM UTC Mar 17, 26, 11:21:42 AM UTC

🛡 Trivy

Vulnerability in: Java

Vulnerability Severity Package Installed Version Fixed Version
GHSA-72hv-8253-57qq HIGH com.fasterxml.jackson.core:jackson-core 2.20.1 2.18.6, 2.21.1, 3.1.0
CVE-2025-67735 MEDIUM io.netty:netty-codec-http 4.2.5.Final 4.2.8.Final, 4.1.129.Final

🔁 Unreleased Commits

3 commits since v1.6.0

SHA Title Author Date
e430c00 chore(deps): bump com.gradleup.shadow from 9.3.1 to 9.3.2 (#262) dependabot[bot] Mar 3, 26, 3:03:50 PM UTC
954a646 ci: add kestra-version input to workflow_dispatch François Delbrayelle Mar 9, 26, 11:57:54 AM UTC
4d2e579 fix: attempt to fix tests François Delbrayelle Mar 9, 26, 2:24:40 PM UTC

@Malaydewangan09 Malaydewangan09 changed the title Fix/pod ready fix: reliable log retrieval for failed pods & waitForPodReady status check Mar 10, 2026
@Malaydewangan09 Malaydewangan09 self-assigned this Mar 10, 2026
@Malaydewangan09 Malaydewangan09 changed the title fix: reliable log retrieval for failed pods & waitForPodReady status check fix: reliable log retrieval with events & waitForPodReady status check Mar 10, 2026
Comment thread .github/setup-unit.sh Outdated
Comment thread src/main/java/io/kestra/plugin/kubernetes/core/PodCreate.java Outdated
Comment thread src/main/java/io/kestra/plugin/kubernetes/core/PodCreate.java Outdated
Comment thread src/main/java/io/kestra/plugin/kubernetes/services/PodLogService.java Outdated
@Malaydewangan09 Malaydewangan09 merged commit 5fc65e8 into main Mar 10, 2026
6 checks passed
@Malaydewangan09 Malaydewangan09 deleted the fix/pod-ready branch March 10, 2026 13:01
@github-project-automation github-project-automation Bot moved this from To review to Done in Pull Requests Mar 10, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Archived in project

Development

Successfully merging this pull request may close these issues.

waitForPodReady does not check "True".equals(podCondition.getStatus()), may treat non-ready Pods as ready

2 participants