Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

kubernetes1.35-client-common-1.35.7-1.1 RPM for x86_64

From OpenSuSE Tumbleweed for x86_64

Name: kubernetes1.35-client-common Distribution: openSUSE Tumbleweed
Version: 1.35.7 Vendor: openSUSE
Release: 1.1 Build date: Mon Jul 27 08:14:23 2026
Group: System/Management Build host: reproducible
Size: 256977 Source RPM: kubernetes1.35-1.35.7-1.1.src.rpm
Packager: https://bugs.opensuse.org
Url: https://kubernetes.io/
Summary: Kubernetes client tools common files
Kubernetes client tools common files

Provides

Requires

License

Apache-2.0

Changelog

* Mon Jul 27 2026 Priyanka Saggu <priyanka.saggu@suse.com>
  - CVE-2020-8561: kubernetes: Webhook redirect in kube-apiserver, bsc#1190099
    * TL;DR: Please refer to the official blogpost by the upstream Kubernetes project for details on mitigating the CVE: https://kubernetes.io/blog/2026/05/26/reconciling-unfixed-kubernetes-cves/#cve-2020-8561-webhook-redirect-in-kube-apiserver
    * ***Important note to users and administrators****
    The Issue: The kube-apiserver follows HTTP redirects when communicating with admission webhooks. An actor capable of configuring an AdmissionWebhookConfiguration can redirect API server requests to internal, private networks.
    Why it remains unfixed: Restricting this behavior would require breaking the standard HTTP client behavior that many legitimate integrations rely on.
    Mitigation: Set the API server log level to less than 10 (to prevent logging response bodies) and disable dynamic profiling (--profiling=false) to prevent unauthorized log-level changes.
* Mon Jul 27 2026 Priyanka Saggu <priyanka.saggu@suse.com>
  - Update to version 1.35.7:
    * Bump images and versions to golang 1.25.12 and update distroless-iptables
    * stop logging missing optional container annotations
    * Make utf8 replacement char test pass on Go 1.27
    * Restore string JSON encoding of cri-api KeyValue
    * kubeadm: treat already promoted learner as successful
    * kubeadm: use KubernetesAPICallTimeout for mandatory kubeadm-config fetch
    * Update google.golang.org/protobuf to v1.36.12-0.20260120151049-f2248ac996af
    * Fix job controller reporting active=0 during pod creation backoff
    * test/compatibility_lifecycle: resolve feature names from variables
    * kubeadm: skip promote call when etcd member is already a voting member
  - Update .spec file to bump go version build requirements:
    * `BuildRequires:  go >= 1.25.12`
    * ref: https://github.com/kubernetes/kubernetes/blob/v1.35.7/.go-version
* Wed Jul 01 2026 Priyanka Saggu <priyanka.saggu@suse.com>
  - Update to version 1.35.6:
    * Bump images and versions to go 1.25.11 and distroless iptables
    * kubeadm: fix dry-run CA copy paths in init certs
    * Fix DRA scoring bug with mixed allocated and unallocated claims
    * fix(endpoint): avoid panic on services with empty IPFamilies
    * fix(csi): preserve mount dir on NodePublish error during remount
    * feat(volume): add IsRemount to MounterArgs
    * Restore ability to plumb binary data through envvar values
    * Cache selinux conflicts
    * controller/selinuxwarning/cache: Add reverse index
    * controller/selinuxwarning: Pre-parse SELinux label
    * DRA: fix AllocationModeAll with consumed counters
* Wed May 13 2026 Priyanka Saggu <priyanka.saggu@suse.com>
  - Update to version 1.35.5:
    * kubeadm: use dedicated ClusterRole for apiserver kubelet client
    * kubeadm: skip LocalAPIEndpoint defaulting on worker join
    * kubeadm: use the localAPIEndpoint for all API calls in 'init'
    * kube-proxy: don't do full periodic syncs on large cluster mode
    * Delete remote endpoint if it has same ip as local endpoint in the system.
    * Delete remote endpoint if it has same ip as local endpoint in the system.
    * Add a (*Client) addEndpoint method
    * Evaluate etcd cluster health using quorum
    * Escape path inside the container
    * scheduler: address recreated pod review feedback
    * scheduler: skip requeueing recreated pods on scheduling failure
    * scheduler: fix inFlightPods leak when pod is recreated during scheduling failure
    * podStartSLOduration excludes init container runtime and image pulling time, includes only stateless and immediately schedulable pods
* Thu Apr 16 2026 Priyanka Saggu <priyanka.saggu@suse.com>
  - Update to version 1.35.4:
    * Update github.com/moby/spdystream from v0.5.0 to v0.5.1
    * update go.opentelemetry.io/otel to v1.41.0
    * Bump images and versions to go 1.25.9 and distroless iptables
    * Deflake TestPodSubresourceAuth by waiting for effective permissions before testing
    * podresources: filter out inactive pods in Get()
    * e2e: node: podresources: fix expectations for Get() and terminated pods
    * Fix device plugin admission failure after container restart
    * Fix backport differences for 1.35 (remove WithOrigin and MarkAlpha)
    * Add slice and map union member support with tests
    * Use IsZero instead of IsNil for union ratcheting check
    * Add DRA test for device attribute with no value set
    * Add nil OldValue test coverage for union doc_tests
    * Fix union validation ratcheting when oldObj is nil
    * KEP-961: demote maxUnavailable feature in statefulset to off by default
    * kubelet: fix sidecar restart after kubelet restart
    * pkg/proxy/nftables: fix kube-proxy crash with newer nftables versions
    * Update knftables to v0.0.21
    * Bugfix: calculate request latency properly in audit log filter
  - Update .spec file to bump go version build requirements:
    * `BuildRequires:  go >= 1.25.9`
    * ref: https://github.com/kubernetes/kubernetes/blob/v1.35.4/build/dependencies.yaml#L132-L139
* Thu Mar 19 2026 Priyanka Saggu <priyanka.saggu@suse.com>
  - Update to version 1.35.3:
    * cmd/kubeadm: ignore EINVAL error during unmount
    * Use localhost image reference in PodObservedGenerationTracking test
    * drop publishing rules from dependencies.yaml on release branch
    * start scheduler after creating binding/non-binding slices
    * dra: stabilize DeviceBindingConditions BasicFlow by creating without-binding slice first
    * kubeadm: do not add learner member to etcd client endpoints
    * Fix flake TestDeviceTaintRule test by adjusting event hanlder status update logic
    * add dockerized go cache to  `make clean`
    * fake client-go: un-deprecate NewSimpleClientset
    * Fix flaky TestApplyCRDuringCRDFinalization test
* Mon Mar 02 2026 Priyanka Saggu <priyanka.saggu@suse.com>
  - Update to version 1.35.2:
    * Bump images and versions to go 1.25.7 and distroless iptables
  - Update .spec file to bump go version build requirements:
    * `BuildRequires:  go >= 1.25.7`
    * ref: https://github.com/kubernetes/kubernetes/blob/v1.35.2/build/dependencies.yaml#L119-L120
* Thu Feb 12 2026 Priyanka Saggu <priyanka.saggu@suse.com>
  - Update to version 1.35.1:
    * Apparently some EC2 images we use do not have /proc/net/nf_conntrack
    * test: Fix KubeProxy CLOSE_WAIT test for IPv6 environments
    * test: Read /proc/net/nf_conntrack instead of using conntrack binary
    * csi: raise kubelet CSI init backoff to cover ~140s DNS delays
    * test(ut/dra): add unit test for pod requesting prepared and new claims
    * test(e2e/dra): add test for pod requesting allocated and new claims
    * DRA integration: more pods per node, more parallelism
    * DRA integration: add "uses all resources" test
    * DRA scheduler: fix another root cause of double device allocation
    * DRA scheduler: fix one root cause of double device allocation
    * fix(kubelet): convert V().Error() to V().Info() for verbosity-aware logging
    * fix(expansion):Resolve the issue of UTF-8 characters being truncated, resulting in invalid UTF-8
    * Bump images and versions to go 1.25.6 and distroless iptables
    * kubelet(dra): fix multiple claims handling
    * Fix for preferred dualstack and required dualstack in winkernel proxier.
    * kubeadm: waiting for etcd learner member to be started before promoting during 'kubeadm join'
    * kubectl: Fix panic in exec terminal size queue
    * bump go to 1.25.6 for CVE fixes
    * kubeadm: fix a bug where kubeadm upgrade is failed if the content of the `kubeadm-flags.env` file is `KUBELET_KUBEADM_ARGS=""`
    * Switch ipvs and winkernel back to more regular forced syncs
    * mark QuotaMonitor as not running and invalidate monitors list
    * Add unit test with CSIDriver.SELinuxMount=false
    * Added e2e tests with disabled SELinux
    * Use only enqueuePod to add pods to the controller queue
    * Fix policy of Pods with unknown SELinux label
    * selinux: add e2e test with a completed pod
    * Rework unit tests to builder pattern
    * selinux: Do not report conflits with finished pods
    * refactoring: use a common function to enqueue Pod
    * add StatefulSetAvailabilityCheck test
    * replace "k8s.io/klog/v2/ktesting" with "k8s.io/kubernetes/test/utils/ktesting"
    * schedule pod availability checks at the correct time in StatefulSets
    * wire now (time) to the availability checks in the StatefulSet controller
    * Fix race condition in DRA health e2e test pod status update
    * kubeadm: always retry Patch() Node API calls
    * Disable SchedulerAsyncAPICalls in v1.35 due to performance issues
    * kubeadm: do not sort extraArgs alpha-numerically
    * Update vendored hnslib to v0.1.2
    * refactor: Ensure metricIdentifier uses scheme for kind resolution
    * Fix apiserver_watch_events_sizes metric.
    * hack/lib/util.sh: support uutils' `date` command
  - Update .spec file to bump go version build requirements:
    * `BuildRequires:  go >= 1.25.6`
    * ref: https://github.com/kubernetes/kubernetes/blob/v1.35.1/build/dependencies.yaml#L119-L120
* Thu Dec 18 2025 Priyanka Saggu <priyanka.saggu@suse.com>
  - initial package for Kubernetes v1.35.0
    * Full changelog - https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG/CHANGELOG-1.35.md#v1350

Files

/usr/share/doc/packages/kubernetes1.35-client-common
/usr/share/doc/packages/kubernetes1.35-client-common/CONTRIBUTING.md
/usr/share/doc/packages/kubernetes1.35-client-common/README.md
/usr/share/licenses/kubernetes1.35-client-common
/usr/share/licenses/kubernetes1.35-client-common/LICENSE
/usr/share/man/man1/kubectl-alpha-kuberc-set.1.gz
/usr/share/man/man1/kubectl-alpha-kuberc-view.1.gz
/usr/share/man/man1/kubectl-alpha-kuberc.1.gz
/usr/share/man/man1/kubectl-alpha.1.gz
/usr/share/man/man1/kubectl-annotate.1.gz
/usr/share/man/man1/kubectl-api-resources.1.gz
/usr/share/man/man1/kubectl-api-versions.1.gz
/usr/share/man/man1/kubectl-apply-edit-last-applied.1.gz
/usr/share/man/man1/kubectl-apply-set-last-applied.1.gz
/usr/share/man/man1/kubectl-apply-view-last-applied.1.gz
/usr/share/man/man1/kubectl-apply.1.gz
/usr/share/man/man1/kubectl-attach.1.gz
/usr/share/man/man1/kubectl-auth-can-i.1.gz
/usr/share/man/man1/kubectl-auth-reconcile.1.gz
/usr/share/man/man1/kubectl-auth-whoami.1.gz
/usr/share/man/man1/kubectl-auth.1.gz
/usr/share/man/man1/kubectl-autoscale.1.gz
/usr/share/man/man1/kubectl-certificate-approve.1.gz
/usr/share/man/man1/kubectl-certificate-deny.1.gz
/usr/share/man/man1/kubectl-certificate.1.gz
/usr/share/man/man1/kubectl-cluster-info-dump.1.gz
/usr/share/man/man1/kubectl-cluster-info.1.gz
/usr/share/man/man1/kubectl-completion.1.gz
/usr/share/man/man1/kubectl-config-current-context.1.gz
/usr/share/man/man1/kubectl-config-delete-cluster.1.gz
/usr/share/man/man1/kubectl-config-delete-context.1.gz
/usr/share/man/man1/kubectl-config-delete-user.1.gz
/usr/share/man/man1/kubectl-config-get-clusters.1.gz
/usr/share/man/man1/kubectl-config-get-contexts.1.gz
/usr/share/man/man1/kubectl-config-get-users.1.gz
/usr/share/man/man1/kubectl-config-rename-context.1.gz
/usr/share/man/man1/kubectl-config-set-cluster.1.gz
/usr/share/man/man1/kubectl-config-set-context.1.gz
/usr/share/man/man1/kubectl-config-set-credentials.1.gz
/usr/share/man/man1/kubectl-config-set.1.gz
/usr/share/man/man1/kubectl-config-unset.1.gz
/usr/share/man/man1/kubectl-config-use-context.1.gz
/usr/share/man/man1/kubectl-config-view.1.gz
/usr/share/man/man1/kubectl-config.1.gz
/usr/share/man/man1/kubectl-cordon.1.gz
/usr/share/man/man1/kubectl-cp.1.gz
/usr/share/man/man1/kubectl-create-clusterrole.1.gz
/usr/share/man/man1/kubectl-create-clusterrolebinding.1.gz
/usr/share/man/man1/kubectl-create-configmap.1.gz
/usr/share/man/man1/kubectl-create-cronjob.1.gz
/usr/share/man/man1/kubectl-create-deployment.1.gz
/usr/share/man/man1/kubectl-create-ingress.1.gz
/usr/share/man/man1/kubectl-create-job.1.gz
/usr/share/man/man1/kubectl-create-namespace.1.gz
/usr/share/man/man1/kubectl-create-poddisruptionbudget.1.gz
/usr/share/man/man1/kubectl-create-priorityclass.1.gz
/usr/share/man/man1/kubectl-create-quota.1.gz
/usr/share/man/man1/kubectl-create-role.1.gz
/usr/share/man/man1/kubectl-create-rolebinding.1.gz
/usr/share/man/man1/kubectl-create-secret-docker-registry.1.gz
/usr/share/man/man1/kubectl-create-secret-generic.1.gz
/usr/share/man/man1/kubectl-create-secret-tls.1.gz
/usr/share/man/man1/kubectl-create-secret.1.gz
/usr/share/man/man1/kubectl-create-service-clusterip.1.gz
/usr/share/man/man1/kubectl-create-service-externalname.1.gz
/usr/share/man/man1/kubectl-create-service-loadbalancer.1.gz
/usr/share/man/man1/kubectl-create-service-nodeport.1.gz
/usr/share/man/man1/kubectl-create-service.1.gz
/usr/share/man/man1/kubectl-create-serviceaccount.1.gz
/usr/share/man/man1/kubectl-create-token.1.gz
/usr/share/man/man1/kubectl-create.1.gz
/usr/share/man/man1/kubectl-debug.1.gz
/usr/share/man/man1/kubectl-delete.1.gz
/usr/share/man/man1/kubectl-describe.1.gz
/usr/share/man/man1/kubectl-diff.1.gz
/usr/share/man/man1/kubectl-drain.1.gz
/usr/share/man/man1/kubectl-edit.1.gz
/usr/share/man/man1/kubectl-events.1.gz
/usr/share/man/man1/kubectl-exec.1.gz
/usr/share/man/man1/kubectl-explain.1.gz
/usr/share/man/man1/kubectl-expose.1.gz
/usr/share/man/man1/kubectl-get.1.gz
/usr/share/man/man1/kubectl-kustomize.1.gz
/usr/share/man/man1/kubectl-label.1.gz
/usr/share/man/man1/kubectl-logs.1.gz
/usr/share/man/man1/kubectl-options.1.gz
/usr/share/man/man1/kubectl-patch.1.gz
/usr/share/man/man1/kubectl-plugin-list.1.gz
/usr/share/man/man1/kubectl-plugin.1.gz
/usr/share/man/man1/kubectl-port-forward.1.gz
/usr/share/man/man1/kubectl-proxy.1.gz
/usr/share/man/man1/kubectl-replace.1.gz
/usr/share/man/man1/kubectl-rollout-history.1.gz
/usr/share/man/man1/kubectl-rollout-pause.1.gz
/usr/share/man/man1/kubectl-rollout-restart.1.gz
/usr/share/man/man1/kubectl-rollout-resume.1.gz
/usr/share/man/man1/kubectl-rollout-status.1.gz
/usr/share/man/man1/kubectl-rollout-undo.1.gz
/usr/share/man/man1/kubectl-rollout.1.gz
/usr/share/man/man1/kubectl-run.1.gz
/usr/share/man/man1/kubectl-scale.1.gz
/usr/share/man/man1/kubectl-set-env.1.gz
/usr/share/man/man1/kubectl-set-image.1.gz
/usr/share/man/man1/kubectl-set-resources.1.gz
/usr/share/man/man1/kubectl-set-selector.1.gz
/usr/share/man/man1/kubectl-set-serviceaccount.1.gz
/usr/share/man/man1/kubectl-set-subject.1.gz
/usr/share/man/man1/kubectl-set.1.gz
/usr/share/man/man1/kubectl-taint.1.gz
/usr/share/man/man1/kubectl-top-node.1.gz
/usr/share/man/man1/kubectl-top-pod.1.gz
/usr/share/man/man1/kubectl-top.1.gz
/usr/share/man/man1/kubectl-uncordon.1.gz
/usr/share/man/man1/kubectl-version.1.gz
/usr/share/man/man1/kubectl-wait.1.gz
/usr/share/man/man1/kubectl.1.gz


Generated by rpm2html 1.8.1

Fabrice Bellet, Sun Aug 2 01:54:38 2026