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

[Post 2.16] Update upgrade test harness with v2.16 #8369

Merged
merged 4 commits into from
Jan 23, 2025
Merged
Show file tree
Hide file tree
Changes from 2 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
3 changes: 3 additions & 0 deletions hack/upgrade-test-harness/conf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@ testParams:
- name: v2150
operatorVersion: 2.15.0
stackVersion: 8.16.0
- name: v2160
operatorVersion: 2.16.0
stackVersion: 8.17.0
- name: upcoming
operatorVersion: 2.17.0-SNAPSHOT
stackVersion: 8.18.0-SNAPSHOT
Copy link
Contributor

@thbkrkr thbkrkr Jan 8, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

8.18.0-SNAPSHOT 👌

12 changes: 6 additions & 6 deletions hack/upgrade-test-harness/testdata/upcoming/stack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ kind: Elasticsearch
metadata:
name: es
spec:
version: 8.17.0-SNAPSHOT
version: 9.0.0-SNAPSHOT
naemono marked this conversation as resolved.
Show resolved Hide resolved
nodeSets:
- name: default
count: 3
Expand All @@ -23,7 +23,7 @@ kind: Kibana
metadata:
name: kb
spec:
version: 8.17.0-SNAPSHOT
version: 9.0.0-SNAPSHOT
count: 1
elasticsearchRef:
name: es
Expand All @@ -33,7 +33,7 @@ kind: ApmServer
metadata:
name: apm
spec:
version: 8.17.0-SNAPSHOT
version: 9.0.0-SNAPSHOT
count: 1
elasticsearchRef:
name: es
Expand All @@ -43,7 +43,7 @@ kind: EnterpriseSearch
metadata:
name: ent
spec:
version: 8.17.0-SNAPSHOT
version: 9.0.0-SNAPSHOT
count: 1
elasticsearchRef:
name: es
Expand All @@ -56,7 +56,7 @@ metadata:
name: heartbeat
spec:
type: heartbeat
version: 8.17.0-SNAPSHOT
version: 9.0.0-SNAPSHOT
elasticsearchRef:
name: es
config:
Expand All @@ -80,7 +80,7 @@ metadata:
name: ls
spec:
count: 1
version: 8.17.0-SNAPSHOT
version: 9.0.0-SNAPSHOT
elasticsearchRefs:
- clusterName: production
name: es
Expand Down
Loading