fix(runtime): upgrade ingress-nginx to 4.15.0 for EKS 1.35 - #165
Open
plural-copilot[bot] wants to merge 1 commit into
Open
fix(runtime): upgrade ingress-nginx to 4.15.0 for EKS 1.35#165plural-copilot[bot] wants to merge 1 commit into
plural-copilot[bot] wants to merge 1 commit into
Conversation
Contributor
Author
There was a problem hiding this comment.
This PR was generated by the codex Plural Agent Runtime. Here's some useful information you might want to know to evaluate the ai's perfomance:
| Name | Details |
|---|---|
| 💬 Prompt | Create one focused prerequisite PR for management EKS 1.35 runtime ingress compatibility. Inspect main and current chart/release conventions first. Update pluralsh/bootstrap's runtime chart so both runtime-owned ingress-nginx dependencies (public and private, if both exist) move exactly from 4.14.1 to 4.15.0. Refresh all Helm dependency artifacts/lockfiles consistent with repository conventions, and bump the runtime chart version following existing semantic/version-release conventions so ... |
| 🔗 Run history | View run history |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This focused prerequisite updates the
runtimechart for management EKS 1.35 ingress compatibility.Changed paths
charts/runtime/Chart.yaml0.1.36→0.1.37.ingress-nginxdependency:4.14.1→4.15.0.ingress-nginxdependency (alias: ingress-nginx-private):4.14.1→4.15.0.charts/runtime/Chart.lockingress-nginxdependencies at4.15.0.charts/runtime/charts/ingress-nginx-4.14.1.tgzremoved.charts/runtime/charts/ingress-nginx-4.15.0.tgzadded.ingress-nginx4.15.0 is required to unblock management-cluster ingress compatibility on EKS 1.35. The patch version bump produces the distinct publishable runtime release0.1.37.Validation
Ran using Dockerized Helm
v3.17.3:helm dependency updatehelm dependency build .(after configuring required chart repositories)helm lint . --with-subcharts— 6 charts linted, 0 failedhelm template runtime .— rendered successfullygit diff --checkand changed-path reviewNo runtime values, unrelated dependencies, or
plrl-up-demosfiles were changed.Follow-up
After runtime
0.1.37is released, a subsequentplrl-up-demoschange must update the runtimeServiceDeploymentpin to consume that released chart version. This PR intentionally does not make that deployment-repository change.