Skip to content
forked from kubernetes/release

Release infrastructure for Kubernetes and related components

License

Notifications You must be signed in to change notification settings

cpanato/release

This branch is 6 commits behind kubernetes/release:master.

Folders and files

NameName
Last commit message
Last commit date
Mar 18, 2025
Feb 24, 2025
Oct 5, 2021
Nov 14, 2023
Jan 28, 2025
Mar 4, 2025
Mar 6, 2025
Jul 24, 2023
Feb 24, 2025
Oct 4, 2023
Feb 24, 2025
Nov 21, 2024
Apr 1, 2024
Apr 1, 2024
Apr 1, 2024
Apr 3, 2024
Sep 25, 2020
Mar 23, 2016
Aug 28, 2024
Nov 22, 2021
Feb 27, 2023
Oct 10, 2023
Jul 27, 2020
Nov 25, 2022
Dec 20, 2017
Jun 26, 2024
Aug 25, 2021
Feb 27, 2025
Mar 13, 2025
Mar 13, 2025
Feb 16, 2023

Kubernetes Release Tooling

PkgGoDev Go Report Card Slack

This repo contains the tooling and infrastructure configurations for creating Kubernetes releases from the kubernetes/kubernetes main repository.

There are several scripts and helpers in this repository a Release Manager will find useful when managing all kinds of releases (alpha, beta, official, rc) across branches.

Golang-based tools can be built via the compile-release-tools script. Individual tools can be installed via go install k8s.io/release/cmd/$TOOL@latest.

Each of the headings below links to a tool's location.

Release Creation

If you create a new release for this repository, then the goreleaser GitHub action will attach all available binary artifacts to it automatically. To publish those artifacts to our k8s-artifacts-sig-release GCS bucket, run the following kpromo command for the new $TAG:

kpromo gh \
    --org kubernetes \
    --repo release \
    --bucket k8s-artifacts-sig-release \
    --tags $TAG

The release notes can be generated by using the release-notes tool from this repository, which is also available as binary artifact:

release-notes \
    --org kubernetes \
    --repo release \
    --required-author "" \
    --start-rev $PREVIOUS_TAG \
    --end-rev $TAG \
    --output release-notes.md

Release Management

Kubernetes release Toolbox: tooling for releasing Kubernetes

Status: Feature Complete

Audience: Release Managers

Details: Documentation

Generate a Markdown schedule for Kubernetes releases.

Status: In Progress

Audience: Release Managers

Details: Documentation

Artifact Management

Kubernetes artifact promotion tooling: tooling for promoting artifacts

Status: In Progress

Audience: Release Managers and subproject maintainers responsible for promoting file or container artifacts

Details: Documentation

End User

Generate SPDX-compliant Bills of Materials for a software project. Supports reading directories, images, files and more.

Details: Documentation

Scrape GitHub pull requests for release notes.

Status: Feature Complete

Details: Documentation

General purpose tool for triggering Google Cloud Build (GCB) runs with substitutions.

Status: Unused

Details: Documentation

A tool to announce software releases. Currently supports updating the release page on GitHub based on templates and updating release artifacts.

Details: Documentation

Legacy

Push a CI build of Kubernetes to Google Cloud Storage (GCS).

Status: Deprecated (but still in use)

Audience: Release Managers, Prowjobs

Contributing

Please see CONTRIBUTING.md for instructions on how to contribute.

About

Release infrastructure for Kubernetes and related components

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 89.7%
  • Shell 7.0%
  • Dockerfile 1.8%
  • Makefile 1.5%