Kubernetes v1.32
Find a file
Bradley G Smith 1f04437ecc
Update to release 1.32.11
- Upstream fixes
2025-12-16 14:05:37 -08:00
template Revise template 2025-11-12 08:16:58 -08:00
.gitignore Update to release 1.32.11 2025-12-16 14:05:37 -08:00
10-kubeadm.conf Update kubeadm systemd admin comments 2024-07-11 13:47:26 -07:00
build-with-debug-info.patch Update to v1.13.5 (CVE-2019-1002101 - Mishandling of symlinks allows for arbitrary file write via kubectl cp) 2019-05-02 16:06:52 +02:00
changelog Update to 1.25.4 from upstream. 2022-11-15 16:20:19 -08:00
environ-apiserver "contrib" is EOL, move files into this repo 2020-05-15 02:45:09 +08:00
environ-config Remove Obsolete logtostderr CLI Flag 2023-08-15 08:09:05 -07:00
environ-controller-manager "contrib" is EOL, move files into this repo 2020-05-15 02:45:09 +08:00
environ-kubelet Fix a config error in /etc/kubernetes/kubelet 2021-01-07 00:57:44 +08:00
environ-kubelet.kubeconfig "contrib" is EOL, move files into this repo 2020-05-15 02:45:09 +08:00
environ-proxy "contrib" is EOL, move files into this repo 2020-05-15 02:45:09 +08:00
environ-scheduler "contrib" is EOL, move files into this repo 2020-05-15 02:45:09 +08:00
go-vendor-tools.toml Update to release v1.32.10 2025-11-12 08:21:48 -08:00
kube-apiserver.service Remove Obsolete logtostderr CLI Flag 2023-08-15 08:09:05 -07:00
kube-controller-manager.service Remove Obsolete logtostderr CLI Flag 2023-08-15 08:09:05 -07:00
kube-proxy.service Remove Obsolete logtostderr CLI Flag 2023-08-15 08:09:05 -07:00
kube-scheduler.service Remove Obsolete logtostderr CLI Flag 2023-08-15 08:09:05 -07:00
kubelet.env Update kubelet configuration to mirror upstream 2024-06-08 15:26:41 -07:00
kubelet.service Update service file to be more consistent with upstream 2024-06-06 11:01:18 -07:00
kubernetes-accounting.conf Update the build steps to fit latest upstream 2020-05-15 02:33:28 +08:00
kubernetes.conf Corrected legacy directory reference 2022-10-23 14:28:59 -07:00
kubernetes.sysusers rhbz 2095427: make use of systemd-sysusers 2022-07-25 13:45:29 -04:00
kubernetes1.32.spec Update to release 1.32.11 2025-12-16 14:05:37 -08:00
MAINTAINERS-CHANGELOG.md Update MAINTAINERS-CHANGELOG 2024-08-13 11:25:55 -07:00
newrelease Display correct source file name 2024-11-21 14:52:07 -08:00
README.md Initialize v1.32 repository 2024-10-29 14:19:43 -07:00
sources Update to release 1.32.11 2025-12-16 14:05:37 -08:00

kubernetes1.32

Kubernetes v1.32 rpms for Fedora.

Kubernetes releases are tracked upstream at https://kubernetes.io/releases/. Upstream is the canonical source for Kubernetes lifecycle plans and status.

Kubernetes Package Workflow

The workflow to revise the spec file uses the newrelease script. This script uses a configuration file (newrelease.conf) and a template spec file to generate a revised spec file for use in the standard Fedora build processes. Edits made directly to the spec file will be over-written during the next update cycle.

Generate a configuration file, if none present

  1. Run

    newrelease -c
    

Upstream has a new minor or patch release

  1. Edit the newrelease.conf file with the revised patch number.

  2. Run

    newrelease -y
    
  3. Follow normal Fedora build and release process.

Other modifications to the spec file to fix errors or add features

  1. Edit the template (initially ./template/kubernetes-template.spec but set in configuration file)

  2. Run

    newrelease -y
    
  3. Follow normal Fedora build and release process.