Skip to content

Conversation

@sszynrae
Copy link
Collaborator

This PR contains the following updates:

Package Update Change
kubernetes/kubernetes patch 1.34.1 -> 1.34.2

This PR bumps the Kubernetes version in the justfile and runs just renovate.


Release Notes

kubernetes/kubernetes (kubernetes/kubernetes)

v1.34.2: Kubernetes v1.34.2

Compare Source

See kubernetes-announce@. Additional binary downloads are linked in the CHANGELOG.

See the CHANGELOG for more details.


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

PR generated by Renovate Bot running in @clux's homelab.

@sszynrae sszynrae enabled auto-merge (rebase) November 12, 2025 23:00
@sszynrae
Copy link
Collaborator Author

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: justfile
Command failed: just generate
+ curl -sSL -o k8s-pb-codegen/openapi/swagger.json https://raw.githubusercontent.com/kubernetes/kubernetes/v1.34.2/api/openapi-spec/swagger.json
+ cd k8s-pb-codegen/openapi
+ jq -f patches/patch-nonexistent-gvk.jq
+ mv swagger-patched.json swagger.json
+ cd k8s-pb-codegen/openapi
+ jq -f transform.jq
+ cd k8s-pb-codegen
+ rm -rf protos
+ mkdir protos
+ cd protos
+ for x in api apimachinery apiextensions-apiserver kube-aggregator metrics
+ mkdir -p ./api
+ curl -sSL https://github.com/kubernetes/api/archive/refs/tags/kubernetes-1.34.2.tar.gz
+ tar xzf - -C ./api/ --strip-components=1
+ fd -e proto -x sh -c 'mkdir -p k8s.io/'\''{//}'\''; mv '\''{}'\'' k8s.io/'\''{}'\''' ';' . ./api
+ rm -rf ./api
+ for x in api apimachinery apiextensions-apiserver kube-aggregator metrics
+ mkdir -p ./apimachinery
+ curl -sSL https://github.com/kubernetes/apimachinery/archive/refs/tags/kubernetes-1.34.2.tar.gz
+ tar xzf - -C ./apimachinery/ --strip-components=1
+ fd -e proto -x sh -c 'mkdir -p k8s.io/'\''{//}'\''; mv '\''{}'\'' k8s.io/'\''{}'\''' ';' . ./apimachinery
+ rm -rf ./apimachinery
+ for x in api apimachinery apiextensions-apiserver kube-aggregator metrics
+ mkdir -p ./apiextensions-apiserver
+ curl -sSL https://github.com/kubernetes/apiextensions-apiserver/archive/refs/tags/kubernetes-1.34.2.tar.gz
+ tar xzf - -C ./apiextensions-apiserver/ --strip-components=1
+ fd -e proto -x sh -c 'mkdir -p k8s.io/'\''{//}'\''; mv '\''{}'\'' k8s.io/'\''{}'\''' ';' . ./apiextensions-apiserver
+ rm -rf ./apiextensions-apiserver
+ for x in api apimachinery apiextensions-apiserver kube-aggregator metrics
+ mkdir -p ./kube-aggregator
+ curl -sSL https://github.com/kubernetes/kube-aggregator/archive/refs/tags/kubernetes-1.34.2.tar.gz
+ tar xzf - -C ./kube-aggregator/ --strip-components=1
+ fd -e proto -x sh -c 'mkdir -p k8s.io/'\''{//}'\''; mv '\''{}'\'' k8s.io/'\''{}'\''' ';' . ./kube-aggregator
+ rm -rf ./kube-aggregator
+ for x in api apimachinery apiextensions-apiserver kube-aggregator metrics
+ mkdir -p ./metrics
+ curl -sSL https://github.com/kubernetes/metrics/archive/refs/tags/kubernetes-1.34.2.tar.gz
+ tar xzf - -C ./metrics/ --strip-components=1
+ fd -e proto -x sh -c 'mkdir -p k8s.io/'\''{//}'\''; mv '\''{}'\'' k8s.io/'\''{}'\''' ';' . ./metrics
+ rm -rf ./metrics
+ cd k8s-pb-codegen
+ fd -e proto -x sd 'k8s\.io\.(.+);' '$1;' '{}'
+ fd -e proto -x sd 'import "k8s\.io/(.+)";' 'import "$1";' '{}'
+ mv protos/k8s.io/api protos/k8s.io/apiextensions-apiserver protos/k8s.io/apimachinery protos/k8s.io/kube-aggregator protos/k8s.io/metrics protos/
+ rmdir protos/k8s.io/
+ cd k8s-pb-codegen
+ sort --version
+ fd -e proto
+ sort -fd
+ rm -rf k8s-pb/src
+ mkdir k8s-pb/src
+ touch k8s-pb/src/lib.rs
+ cd k8s-pb-codegen
+ rm -rf tmp/
+ mkdir tmp
+ cargo run
    Updating crates.io index
     Locking 74 packages to latest compatible versions
      Adding linux-raw-sys v0.11.0 (latest: v0.12.0)
      Adding petgraph v0.7.1 (latest: v0.8.3)
      Adding windows-sys v0.60.2 (latest: v0.61.2)
      Adding wit-bindgen v0.46.0 (latest: v0.47.0)
 Downloading crates ...
  Downloaded anstyle-parse v0.2.7
  Downloaded anyhow v1.0.100
  Downloaded anstyle-query v1.1.4
  Downloaded anstyle v1.0.13
  Downloaded is_terminal_polyfill v1.70.2
  Downloaded anstream v0.6.21
  Downloaded bitflags v2.10.0
  Downloaded errno v0.3.14
  Downloaded multimap v0.10.1
  Downloaded env_filter v0.1.4
  Downloaded either v1.15.0
  Downloaded colorchoice v1.0.4
  Downloaded fixedbitset v0.5.7
  Downloaded equivalent v1.0.2
  Downloaded getrandom v0.3.4
  Downloaded utf8parse v0.2.2
  Downloaded env_logger v0.11.8
  Downloaded tempfile v3.23.0
  Downloaded itoa v1.0.15
  Downloaded unicode-ident v1.0.22
  Downloaded prost-derive v0.14.1
  Downloaded serde_derive v1.0.228
  Downloaded serde_core v1.0.228
  Downloaded serde v1.0.228
  Downloaded prettyplease v0.2.37
  Downloaded memchr v2.7.6
  Downloaded serde_json v1.0.145
  Downloaded regex v1.12.2
  Downloaded itertools v0.14.0
  Downloaded hashbrown v0.16.0
  Downloaded aho-corasick v1.1.4
  Downloaded indexmap v2.12.0
  Downloaded proc-macro2 v1.0.103
  Downloaded ryu v1.0.20
  Downloaded prost-types v0.14.1
  Downloaded prost v0.14.1
  Downloaded syn v2.0.110
  Downloaded log v0.4.28
  Downloaded regex-syntax v0.8.8
  Downloaded prost-build v0.14.1
  Downloaded once_cell v1.21.3
  Downloaded rustix v1.1.2
  Downloaded heck v0.5.0
  Downloaded fastrand v2.3.0
  Downloaded cfg-if v1.0.4
  Downloaded bytes v1.10.1
  Downloaded quote v1.0.42
  Downloaded regex-automata v0.4.13
  Downloaded libc v0.2.177
  Downloaded petgraph v0.7.1
  Downloaded jiff v0.2.16
  Downloaded linux-raw-sys v0.11.0
error: rustc 1.81.0 is not supported by the following package:
  [email protected] requires rustc 1.82
Either upgrade rustc or select compatible dependency versions with
`cargo update <name>@<current-ver> --precise <compatible-ver>`
where `<compatible-ver>` is the latest version supporting rustc 1.81.0

error: Recipe `codegen` failed with exit code 101

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants