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.3 development #2879

Merged
merged 2 commits into from
Sep 5, 2024
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.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,7 @@
"matchBaseBranches": [
"v1.0",
"v1.1",
"v1.2",
],
// postUpgradeTasks is only for when the Go module directives are bumped
"postUpgradeTasks": {
Expand Down Expand Up @@ -316,6 +317,7 @@
"matchBaseBranches": [
"v1.0",
"v1.1",
"v1.2",
]
},
{
Expand All @@ -325,6 +327,7 @@
"matchBaseBranches": [
"v1.0",
"v1.1",
"v1.2",
]
},
{
Expand All @@ -349,6 +352,7 @@
"allowedVersions": "/^1\\.22\\.[0-9]+-?(alpine)?$/",
"matchBaseBranches": [
"v1.1",
"v1.2",
]
},
// ignore deps section
Expand Down
2 changes: 1 addition & 1 deletion pkg/k8s/apis/cilium.io/v1alpha1/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ package v1alpha1
// Used to determine if CRD needs to be updated in cluster
//
// Developers: Bump patch for each change in the CRD schema.
const CustomResourceDefinitionSchemaVersion = "1.2.4"
const CustomResourceDefinitionSchemaVersion = "1.3.0"

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

Loading