Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
Prev Previous commit
Revert 1.28 and 1.27 removal
  • Loading branch information
mauri870 committed Apr 1, 2025
commit 2046bd33ee11e088fb9b9382e93117d074ef6787
2 changes: 2 additions & 0 deletions .buildkite/bk.integration.pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -338,6 +338,8 @@ steps:
- "basic,slim,complete,service,elastic-otel-collector"
- "wolfi,slim-wolfi,complete-wolfi,elastic-otel-collector-wolfi"
version:
- v1.27.16
- v1.28.9
- v1.29.8
- v1.30.8
- v1.31.0
Expand Down
1 change: 1 addition & 0 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,7 @@ steps:
- "1.31.0"
- "1.30.0"
- "1.29.4"
- "1.28.9"
retry:
manual:
allowed: true
Expand Down
10 changes: 10 additions & 0 deletions pkg/testing/kubernetes/supported.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,16 @@ var versions = []define.OS{
Type: define.Kubernetes,
Version: "1.29.4",
},
// Kubernetes 1.28
{
Type: define.Kubernetes,
Version: "1.28.9",
},
// Kubernetes 1.27
{
Type: define.Kubernetes,
Version: "1.27.16",
},
}

// variants defines the list of variants and the image name for that variant.
Expand Down