Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prepare for v1.14 development cycle #22614

Merged
merged 2 commits into from
Dec 9, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
11 changes: 11 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,17 @@ updates:
- kind/enhancement
- release-note/misc

- package-ecosystem: github-actions
directory: /
schedule:
interval: daily
target-branch: "v1.13"
open-pull-requests-limit: 5
rebase-strategy: "disabled"
labels:
- kind/enhancement
- release-note/misc

- package-ecosystem: github-actions
directory: /
schedule:
Expand Down
12 changes: 11 additions & 1 deletion .github/maintainers-little-helper.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
project: "https://github.com/cilium/cilium/projects/195"
project: "https://github.com/cilium/cilium/projects/214"
column: "In progress"
move-to-projects-for-labels-xored:
v1.13:
needs-backport/1.13:
project: "https://github.com/cilium/cilium/projects/213"
column: "Needs backport from master"
backport-pending/1.13:
project: "https://github.com/cilium/cilium/projects/213"
column: "Backport pending to v1.13"
backport-done/1.13:
project: "https://github.com/cilium/cilium/projects/213"
column: "Backport done to v1.10"
v1.12:
needs-backport/1.12:
project: "https://github.com/cilium/cilium/projects/212"
Expand Down
8 changes: 6 additions & 2 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"pruneStaleBranches": true,
"baseBranches": [
"master",
"v1.13",
"v1.12",
"v1.11",
"v1.10"
Expand All @@ -34,7 +35,8 @@
],
"allowedVersions": "22.04",
"matchBaseBranches": [
"master"
"master",
"v1.13"
]
},
{
Expand All @@ -55,7 +57,8 @@
],
"allowedVersions": "1.19",
"matchBaseBranches": [
"master"
"master",
"v1.13"
]
},
{
Expand Down Expand Up @@ -94,6 +97,7 @@
],
"allowedVersions": "3.16",
"matchBaseBranches": [
"v1.13",
"v1.12",
"v1.11",
"v1.10"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-images-garbage-collect.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ jobs:
- uses: docker://quay.io/cilium/scruffy:v0.0.2@sha256:6492638de03f4afd05ccb487f995766ebc8f2cddf034ee211107b3b4a0cf7aa7
with:
entrypoint: scruffy
args: --git-repository=./ --stable-branches=origin/master,origin/v1.9,origin/v1.10,origin/v1.11,origin/v1.12
args: --git-repository=./ --stable-branches=origin/master,origin/v1.9,origin/v1.10,origin/v1.11,origin/v1.12,origin/v1.13
env:
QUAY_TOKEN: ${{ secrets.SCRUFFY_QUAY_TOKEN }}