Skip to content

Commit e5a23da

Browse files
committed
Starting v1.7 development
Signed-off-by: Mahe Tardy <[email protected]>
1 parent d1d7ee9 commit e5a23da

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/renovate.json5

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,9 @@
6060
"pruneStaleBranches": true,
6161
"baseBranches": [
6262
"main",
63-
"v1.3",
6463
"v1.4",
6564
"v1.5",
65+
"v1.6",
6666
],
6767
"vulnerabilityAlerts": {
6868
"enabled": true
@@ -223,9 +223,9 @@
223223
"docker.io/library/golang"
224224
],
225225
"matchBaseBranches": [
226-
"v1.3",
227226
"v1.4",
228227
"v1.5",
228+
"v1.6",
229229
],
230230
// postUpgradeTasks is only for when the Go module directives are bumped
231231
"postUpgradeTasks": {
@@ -292,19 +292,19 @@
292292
"enabled": false,
293293
"matchPackageNames": ["*"],
294294
"matchBaseBranches": [
295-
"v1.3",
296295
"v1.4",
297296
"v1.5",
297+
"v1.6",
298298
]
299299
},
300300
{
301301
// update the base image for stable branches
302302
"enabled": true,
303303
"matchPackageNames": ["docker.io/library/alpine"],
304304
"matchBaseBranches": [
305-
"v1.3",
306305
"v1.4",
307306
"v1.5",
307+
"v1.6",
308308
]
309309
},
310310
{
@@ -316,9 +316,9 @@
316316
],
317317
"allowedVersions": "/^1\\.24\\.[0-9]+-?(alpine)?$/",
318318
"matchBaseBranches": [
319-
"v1.3",
320319
"v1.4",
321320
"v1.5",
321+
"v1.6",
322322
]
323323
},
324324
// ignore deps section

pkg/k8s/apis/cilium.io/v1alpha1/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ package v1alpha1
77
// Used to determine if CRD needs to be updated in cluster
88
//
99
// Developers: Bump patch for each change in the CRD schema.
10-
const CustomResourceDefinitionSchemaVersion = "1.6.9"
10+
const CustomResourceDefinitionSchemaVersion = "1.7.0"

vendor/github.com/cilium/tetragon/pkg/k8s/apis/cilium.io/v1alpha1/version.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)