2021-05-15 20:01:02 +00:00
---
title: Release Managers
type: docs
---
"Release Managers" is an umbrella term that encompasses the set of Kubernetes
contributors responsible for maintaining release branches, tagging releases,
and building/packaging Kubernetes.
The responsibilities of each role are described below.
- [Contact ](#contact )
2021-07-22 12:44:08 +00:00
- [Security Embargo Policy ](#security-embargo-policy )
2021-05-15 20:01:02 +00:00
- [Handbooks ](#handbooks )
- [Release Managers ](#release-managers )
- [Becoming a Release Manager ](#becoming-a-release-manager )
- [Release Manager Associates ](#release-manager-associates )
- [Becoming a Release Manager Associate ](#becoming-a-release-manager-associate )
- [Build Admins ](#build-admins )
- [SIG Release Leads ](#sig-release-leads )
- [Chairs ](#chairs )
- [Technical Leads ](#technical-leads )
## Contact
| Mailing List | Slack | Visibility | Usage | Membership |
| --- | --- | --- | --- | --- |
| [release-managers@kubernetes.io ](mailto:release-managers@kubernetes.io ) | [#release-management ](https://kubernetes.slack.com/messages/CJH2GBF7Y ) (channel) / @release -managers (user group) | Public | Public discussion for Release Managers | All Release Managers (including Associates, Build Admins, and SIG Chairs) |
2021-05-19 21:12:28 +00:00
| [release-managers-private@kubernetes.io ](mailto:release-managers-private@kubernetes.io ) | N/A | Private | Private discussion for privileged Release Managers | Release Managers, SIG Release leadership |
2021-08-23 11:24:01 +00:00
| [security-release-team@kubernetes.io ](mailto:security-release-team@kubernetes.io ) | [#security-release-team ](https://kubernetes.slack.com/archives/G0162T1RYHG ) (channel) / @security -rel-team (user group) | Private | Security release coordination with the Security Response Committee | [security-discuss-private@kubernetes.io ](mailto:security-discuss-private@kubernetes.io ), [release-managers-private@kubernetes.io ](mailto:release-managers-private@kubernetes.io ) |
2021-05-15 20:01:02 +00:00
2021-07-22 12:44:08 +00:00
### Security Embargo Policy
2021-09-24 22:02:56 +00:00
Some information about releases is subject to embargo and we have defined policy about how those embargoes are set. Please refer to the [Security Embargo Policy ](https://github.com/kubernetes/committee-security-response/blob/main/private-distributors-list.md#embargo-policy ) for more information.
2021-07-22 12:44:08 +00:00
2021-05-15 20:01:02 +00:00
## Handbooks
2021-05-15 20:25:50 +00:00
**NOTE: The Patch Release Team and Branch Manager handbooks will be de-duplicated at a later date.**
2021-05-15 20:01:02 +00:00
2021-05-15 20:25:50 +00:00
- [Patch Release Team][handbook-patch-release]
- [Branch Managers][handbook-branch-mgmt]
- [Build Admins][handbook-packaging]
2021-05-15 20:01:02 +00:00
## Release Managers
**Note:** The documentation might refer to the Patch Release Team and the
Branch Management role. Those two roles were consolidated into the
Release Managers role.
Minimum requirements for Release Managers and Release Manager Associates are:
- Familiarity with basic Unix commands and able to debug shell scripts.
- Familiarity with branched source code workflows via `git` and associated
`git` command line invocations.
- General knowledge of Google Cloud (Cloud Build and Cloud Storage).
- Open to seeking help and communicating clearly.
2021-05-15 20:25:50 +00:00
- Kubernetes Community [membership][community-membership]
2021-05-15 20:01:02 +00:00
Release Managers are responsible for:
- Coordinating and cutting Kubernetes releases:
- Patch releases (`x.y.z`, where `z` > 0)
- Minor releases (`x.y.z`, where `z` = 0)
- Pre-releases (alpha, beta, and release candidates)
2021-05-15 20:25:50 +00:00
- Working with the [Release Team][release-team] through each
2021-05-15 20:01:02 +00:00
release cycle
2021-05-15 20:25:50 +00:00
- Setting the [schedule and cadence for patch releases][patches]
2021-05-15 20:01:02 +00:00
- Maintaining the release branches:
- Reviewing cherry picks
- Ensuring the release branch stays healthy and that no unintended patch
gets merged
- Mentoring the [Release Manager Associates ](#associates ) group
- Actively developing features and maintaining the code in k/release
- Supporting Release Manager Associates and contributors through actively
participating in the Buddy program
- Check in monthly with Associates and delegate tasks, empower them to cut
releases, and mentor
- Being available to support Associates in onboarding new contributors e.g.,
answering questions and suggesting appropriate work for them to do
This team at times works in close conjunction with the
2021-10-17 12:02:25 +00:00
[Security Response Committee][src] and therefore should abide by the guidelines
2021-05-15 20:01:02 +00:00
set forth in the [Security Release Process][security-release-process].
GitHub Access Controls: [@kubernetes/release-managers ](https://github.com/orgs/kubernetes/teams/release-managers )
GitHub Mentions: [@kubernetes/release-engineering ](https://github.com/orgs/kubernetes/teams/release-engineering )
- Adolfo García Veytia ([@puerco](https://github.com/puerco))
- Carlos Panato ([@cpanato](https://github.com/cpanato))
- Marko Mudrinić ([@xmudrii](https://github.com/xmudrii))
2021-12-16 11:47:23 +00:00
- Nabarun Pal ([@palnabarun](https://github.com/palnabarun))
2021-05-15 20:01:02 +00:00
- Sascha Grunert ([@saschagrunert](https://github.com/saschagrunert))
- Stephen Augustus ([@justaugustus](https://github.com/justaugustus))
2021-09-20 21:30:28 +00:00
- Verónica López ([@verolop](https://github.com/verolop))
2021-05-15 20:01:02 +00:00
### Becoming a Release Manager
To become a Release Manager, one must first serve as a Release Manager
Associate. Associates graduate to Release Manager by actively working on
releases over several cycles and:
- demonstrating the willingness to lead
- tag-teaming with Release Managers on patches, to eventually cut a release
independently
- because releases have a limiting function, we also consider substantial
contributions to image promotion and other core Release Engineering tasks
- questioning how Associates work, suggesting improvements, gathering feedback,
and driving change
- being reliable and responsive
- leaning into advanced work that requires Release Manager-level access and
privileges to complete
## Release Manager Associates
Release Manager Associates are apprentices to the Release Managers, formerly
referred to as Release Manager shadows. They are responsible for:
- Patch release work, cherry pick review
- Contributing to k/release: updating dependencies and getting used to the
source codebase
- Contributing to the documentation: maintaining the handbooks, ensuring that
release processes are documented
- With help from a release manager: working with the Release Team during the
release cycle and cutting Kubernetes releases
- Seeking opportunities to help with prioritization and communication
- Sending out pre-announcements and updates about patch releases
- Updating the calendar, helping with the release dates and milestones from
2021-05-15 20:25:50 +00:00
the [release cycle timeline][k-sig-release-releases]
2021-05-15 20:01:02 +00:00
- Through the Buddy program, onboarding new contributors and pairing up with
them on tasks
GitHub Mentions: @kubernetes/release -engineering
- Arnaud Meukam ([@ameukam](https://github.com/ameukam))
- Jim Angel ([@jimangel](https://github.com/jimangel))
- Joyce Kung ([@thejoycekung](https://github.com/thejoycekung))
- Max Körbächer ([@mkorbi](https://github.com/mkorbi))
- Seth McCombs ([@sethmccombs](https://github.com/sethmccombs))
- Taylor Dolezal ([@onlydole](https://github.com/onlydole))
- Wilson Husin ([@wilsonehusin](https://github.com/wilsonehusin))
### Becoming a Release Manager Associate
Contributors can become Associates by demonstrating the following:
- consistent participation, including 6-12 months of active release
engineering-related work
- experience fulfilling a technical lead role on the Release Team during a
release cycle
- this experience provides a solid baseline for understanding how SIG Release
works overall—including our expectations regarding technical skills,
communications/responsiveness, and reliability
- working on k/release items that improve our interactions with Testgrid,
cleaning up libraries, etc.
- these efforts require interacting and pairing with Release Managers and
Associates
## Build Admins
Build Admins are (currently) Google employees with the requisite access to
Google build systems/tooling to publish deb/rpm packages on behalf of the
Kubernetes project. They are responsible for:
- Building, signing, and publishing the deb/rpm packages
- Being the interlock with Release Managers (and Associates) on the final steps
of each minor (1.Y) and patch (1.Y.Z) release
GitHub team: [@kubernetes/build-admins ](https://github.com/orgs/kubernetes/teams/build-admins )
- Aaron Crickenberger ([@spiffxp](https://github.com/spiffxp))
- Benjamin Elder ([@BenTheElder](https://github.com/BenTheElder))
- Grant McCloskey ([@MushuEE](https://github.com/MushuEE))
2022-01-21 05:27:56 +00:00
- Juan Escobar ([@juanfescobar](https://github.com/juanfescobar))
2021-05-15 20:01:02 +00:00
## SIG Release Leads
SIG Release Chairs and Technical Leads are responsible for:
- The governance of SIG Release
- Leading knowledge exchange sessions for Release Managers and Associates
- Coaching on leadership and prioritization
They are mentioned explicitly here as they are owners of the various
communications channels and permissions groups (GitHub teams, GCP access) for
each role. As such, they are highly privileged community members and privy to
some private communications, which can at times relate to Kubernetes security
disclosures.
GitHub team: [@kubernetes/sig-release-leads ](https://github.com/orgs/kubernetes/teams/sig-release-leads )
### Chairs
- Sascha Grunert ([@saschagrunert](https://github.com/saschagrunert))
- Stephen Augustus ([@justaugustus](https://github.com/justaugustus))
### Technical Leads
2021-06-11 09:13:03 +00:00
- Adolfo García Veytia ([@puerco](https://github.com/puerco))
- Carlos Panato ([@cpanato](https://github.com/cpanato))
2021-05-15 20:01:02 +00:00
- Jeremy Rickard ([@jeremyrickard](https://github.com/jeremyrickard))
---
2021-05-15 20:25:50 +00:00
Past Branch Managers, can be found in the [releases directory][k-sig-release-releases]
of the kubernetes/sig-release repository within `release-x.y/release_team.md` .
2021-05-15 20:01:02 +00:00
2021-05-15 20:25:50 +00:00
Example: [1.15 Release Team ](https://git.k8s.io/sig-release/releases/release-1.15/release_team.md )
[community-membership]: https://git.k8s.io/community/community-membership.md#member
[handbook-branch-mgmt]: https://git.k8s.io/sig-release/release-engineering/role-handbooks/branch-manager.md
[handbook-packaging]: https://git.k8s.io/sig-release/release-engineering/packaging.md
[handbook-patch-release]: https://git.k8s.io/sig-release/release-engineering/role-handbooks/patch-release-team.md
[k-sig-release-releases]: https://git.k8s.io/sig-release/releases
[patches]: /patch-releases.md
2021-10-17 15:35:00 +00:00
[src]: https://git.k8s.io/community/committee-security-response/README.md
2021-05-15 20:25:50 +00:00
[release-team]: https://git.k8s.io/sig-release/release-team/README.md
2021-05-15 20:01:02 +00:00
[security-release-process]: https://git.k8s.io/security/security-release-process.md