Skip to content

Commit

Permalink
Prepare for v1.16 development cycle
Browse files Browse the repository at this point in the history
Signed-off-by: Joe Stringer <joe@cilium.io>
  • Loading branch information
joestringer committed Dec 14, 2023
1 parent 65286ce commit 9b01690
Show file tree
Hide file tree
Showing 10 changed files with 40 additions and 16 deletions.
10 changes: 10 additions & 0 deletions .github/maintainers-little-helper.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@
move-to-projects-for-labels-xored:
v1.15:
needs-backport/1.15:
project: "https://github.com/cilium/cilium/projects/239"
column: "Needs backport from main"
backport-pending/1.15:
project: "https://github.com/cilium/cilium/projects/239"
column: "Backport pending to v1.15"
backport-done/1.15:
project: "https://github.com/cilium/cilium/projects/239"
column: "Backport done to v1.15"
v1.14:
needs-backport/1.14:
project: "https://github.com/cilium/cilium/projects/255"
Expand Down
25 changes: 18 additions & 7 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@
"pruneStaleBranches": true,
"baseBranches": [
"main",
"v1.15",
"v1.14",
"v1.13",
"v1.12"
Expand Down Expand Up @@ -137,6 +138,7 @@
],
matchBaseBranches: [
"main",
"v1.15",
"v1.14",
"v1.13",
"v1.12"
Expand All @@ -152,6 +154,7 @@
"go.sum"
],
matchBaseBranches: [
"v1.15",
"v1.14",
"v1.13",
"v1.12"
Expand Down Expand Up @@ -259,6 +262,7 @@
"allowedVersions": "22.04",
"matchBaseBranches": [
"main",
"v1.15",
"v1.14",
"v1.13"
],
Expand Down Expand Up @@ -286,9 +290,9 @@
"docker.io/library/golang",
"go"
],
"allowedVersions": "<1.21",
"allowedVersions": "<1.22",
"matchBaseBranches": [
"v1.14"
"v1.15"
]
},
{
Expand All @@ -298,17 +302,18 @@
],
"allowedVersions": "<1.21",
"matchBaseBranches": [
"v1.13"
"v1.14",
"v1.13",
"v1.12"
]
},
{
"matchPackageNames": [
"docker.io/library/golang",
"go"
"docker.io/library/alpine"
],
"allowedVersions": "<1.21",
"allowedVersions": "<3.20",
"matchBaseBranches": [
"v1.12"
"v1.15"
]
},
{
Expand Down Expand Up @@ -351,6 +356,11 @@
"matchDepNames": [
"cilium/cilium-cli"
],
"matchBaseBranches": [
"main",
"v1.15",
"v1.14"
]
},
{
// Do not bump the minor version for Cilium <v1.14. Certain workflows
Expand Down Expand Up @@ -400,6 +410,7 @@
"golangci/golangci-lint"
],
"matchBaseBranches": [
"v1.15",
"v1.14",
"v1.13",
"v1.12"
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ariane-scheduled.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ jobs:
- "1.12"
- "1.13"
- "1.14"
- "1.15"
runs-on: ubuntu-latest
steps:
- name: Checkout branch
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 @@ -21,6 +21,6 @@ jobs:
uses: docker://quay.io/cilium/scruffy:v0.0.3@sha256:ca997451b739cbf03c204cb2523a671c31c61edc606aa5d20dc3560bc7f25bc7
with:
entrypoint: scruffy
args: --git-repository=./ --stable-branches=origin/main,origin/v1.12,origin/v1.13,origin/v1.14
args: --git-repository=./ --stable-branches=origin/main,origin/v1.12,origin/v1.13,origin/v1.14,origin/v1.15
env:
QUAY_TOKEN: ${{ secrets.SCRUFFY_QUAY_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/container-scan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
{name: kvstoremesh, dockerfile: ./images/kvstoremesh/Dockerfile},
{name: operator-generic, dockerfile: ./images/operator/Dockerfile},
]
branch: [v1.12, v1.13, v1.14]
branch: [v1.12, v1.13, v1.14, v1.15]
exclude:
- image: {name: kvstoremesh, dockerfile: ./images/kvstoremesh/Dockerfile}
branch: v1.12
Expand Down
2 changes: 2 additions & 0 deletions Documentation/contributing/testing/ci.rst
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ them all at once:
+==================+==========================+
| main | /test |
+------------------+--------------------------+
| v1.15 | /test-backport-1.15 |
+------------------+--------------------------+
| v1.14 | /test-backport-1.14 |
+------------------+--------------------------+
| v1.13 | /test-backport-1.13 |
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.15.0-dev
1.16.0-dev
6 changes: 3 additions & 3 deletions install/kubernetes/cilium/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ apiVersion: v2
name: cilium
displayName: Cilium
home: https://cilium.io/
version: 1.15.0-dev
appVersion: 1.15.0-dev
kubeVersion: ">= 1.16.0-0"
version: 1.16.0-dev
appVersion: 1.16.0-dev
kubeVersion: ">= 1.26.0-0"
icon: https://cdn.jsdelivr.net/gh/cilium/cilium@main/Documentation/images/logo-solo.svg
description: eBPF-based Networking, Security, and Observability
keywords:
Expand Down
4 changes: 2 additions & 2 deletions install/kubernetes/cilium/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pkg/k8s/apis/cilium.io/register.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ const (
//
// Maintainers: Run ./Documentation/check-crd-compat-table.sh for each release
// Developers: Bump patch for each change in the CRD schema.
CustomResourceDefinitionSchemaVersion = "1.26.12"
CustomResourceDefinitionSchemaVersion = "1.29.0"
)

0 comments on commit 9b01690

Please sign in to comment.