Fix unbound check-generate failure and retry k8s-1.34 container builds#1849
Open
zeroalphat wants to merge 2 commits intomainfrom
Open
Fix unbound check-generate failure and retry k8s-1.34 container builds#1849zeroalphat wants to merge 2 commits intomainfrom
zeroalphat wants to merge 2 commits intomainfrom
Conversation
Signed-off-by: zeroalphat <taichi-takemura@cybozu.co.jp>
Bump build versions to include failed containers in next CI run. The previous build (triggered by k8s-1.34 update) was cancelled because unbound check-generate failed due to outdated root.hints. The unbound fix is included in this branch (TAG 1.24.2.3 + updated root.hints). - admission: 1.1.2 -> 1.1.3 - bmc-reverse-proxy: 0.1.34 -> 0.1.35 - coredns: 1.14.1.1 -> 1.14.1.2 - etcd: 3.6.8.1 -> 3.6.8.2 - kube-metrics-adapter: 0.2.7.1 -> 0.2.7.2 - kube-state-metrics: 2.18.0.1 -> 2.18.0.2 - kubernetes: 1.34.4.1 -> 1.34.4.2 - machines-endpoints: 0.9.9 -> 0.9.10 - unbound_exporter: 0.5.0.2 -> 0.5.0.3
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.
The CI in #1840 was failing to build the unbound image, and the builds of other images were also failing.
The pause image was successfully updated, so I have excluded it from this PR.
I'll be applying the following fixes.