text
stringlengths
0
59.1k
cherryPickDeadline: "2026-04-10"
release: 1.33.11
targetDate: "2026-04-14"
previousPatches:
- cherryPickDeadline: "2026-03-13"
release: 1.33.10
targetDate: "2026-03-19"
- cherryPickDeadline: "2026-02-26"
note: Out of band patch release to pick up a new version of Go to [address several
Go CVEs](https://groups.google.com/g/golang-dev/c/ytMTMwK7QBk/m/hpcstrxADwAJ).
No other changes.
release: 1.33.9
targetDate: "2026-02-26"
- cherryPickDeadline: "2026-02-06"
note: January 2026 patches consolidated with February
release: 1.33.8
targetDate: "2026-02-10"
- cherryPickDeadline: "2025-12-05"
release: 1.33.7
targetDate: "2025-12-09"
- cherryPickDeadline: "2025-11-07"
note: October 2025 patches consolidated with November
release: 1.33.6
targetDate: "2025-11-11"
- cherryPickDeadline: "2025-09-05"
release: 1.33.5
targetDate: "2025-09-09"
- cherryPickDeadline: "2025-08-08"
release: 1.33.4
targetDate: "2025-08-12"
- cherryPickDeadline: "2025-07-11"
release: 1.33.3
targetDate: "2025-07-15"
- cherryPickDeadline: "2025-06-06"
release: 1.33.2
targetDate: "2025-06-17"
- cherryPickDeadline: "2025-05-09"
release: 1.33.1
targetDate: "2025-05-15"
release: "1.33"
releaseDate: "2025-04-23"
upcoming_releases:
- cherryPickDeadline: "2026-04-10"
targetDate: "2026-04-14"
- cherryPickDeadline: "2026-05-08"
targetDate: "2026-05-12"
- cherryPickDeadline: "2026-06-05"
targetDate: "2026-06-09"
<|endoftext|>
# source: k8s_docs/.github/PULL_REQUEST_TEMPLATE.md type: docs
<!--
Hello!
PLEASE title the FIRST commit appropriately, so that if you squash all
your commits into one, the combined commit message makes sense.
For overall help on editing and submitting pull requests, visit:
ERROR: type should be string, got " https://kubernetes.io/docs/contribute/suggesting-improvements/"
Use the default base branch, “main”, if you're documenting existing
features in the English localization.
If you're working on a different localization (not English), see
ERROR: type should be string, got " https://kubernetes.io/docs/contribute/new-content/overview/#choose-which-git-branch-to-use"
for advice.
If you're documenting a feature that will be part of a future release, see
ERROR: type should be string, got " https://kubernetes.io/docs/contribute/new-content/new-features/ for advice."
-->
### Description
<!--
Remember to ADD A DESCRIPTION and delete this note before submitting
your pull request. The description should explain what will change,
and why.
-->
### Issue
<!--
If this pull request resolves an open issue, please link the issue in the PR
description so it will automatically close when the PR is merged.
See the GitHub documentation for more details and other options:
ERROR: type should be string, got " https://docs.github.com/en/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue#linking-a-pull-request-to-an-issue-using-a-keyword"
-->
Closes: #
<|endoftext|>
# source: k8s_docs/.github/workflows/netlify-periodic-build.yml type: yaml
---
name: Scheduled Netlify site build
on:
schedule: # Build twice daily: shortly after midnight and noon (UTC)
# Offset is to be nice to the build service
- cron: '4 0,12 * * *'
permissions: {} # none
jobs: