-
Notifications
You must be signed in to change notification settings - Fork 768
[Post 3.1] Update stack versions in recipes/samples and e2e matrix #8776
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
base: main
Are you sure you want to change the base?
Changes from 1 commit
e64c06c
f58e2ee
be32883
b94a49d
c05a88b
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
|
@@ -6,16 +6,16 @@ | |||||
- E2E_STACK_VERSION: "8.18.0" | ||||||
# current stack version 9.0.0 is tested in all other tests no need to test it again | ||||||
- E2E_STACK_VERSION: "8.19.0-SNAPSHOT" | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
8.19.0 should have been released in tandem with 9.1.0 I believe. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I guess the other question is whether we would like to replace 8.18. with 8.19 on L6. And keep 8.19.0-SNAPSHOT for future patch releases of the 8.19 branch here. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
This was my original plan, I forgot to update |
||||||
- E2E_STACK_VERSION: "9.1.0-SNAPSHOT" | ||||||
- E2E_STACK_VERSION: "9.2.0-SNAPSHOT" | ||||||
|
||||||
- label: ocp | ||||||
fixed: | ||||||
E2E_PROVIDER: ocp | ||||||
mixed: | ||||||
## Test the current stack version. | ||||||
- E2E_STACK_VERSION: "9.0.0" | ||||||
- E2E_STACK_VERSION: "9.1.0" | ||||||
## Also test the next stack version to detect any change in the images that might not be compatible with the CRI-O runtime. | ||||||
- E2E_STACK_VERSION: "9.1.0-SNAPSHOT" | ||||||
- E2E_STACK_VERSION: "9.2.0-SNAPSHOT" | ||||||
|
||||||
- label: kind | ||||||
fixed: | ||||||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ metadata: | |
name: e2e-agent | ||
namespace: {{ .E2ENamespace }} | ||
spec: | ||
version: 9.0.0 | ||
version: 9.1.0 | ||
elasticsearchRefs: | ||
- secretName: eck-{{ .TestRun }} | ||
daemonSet: | ||
|
@@ -227,7 +227,7 @@ spec: | |
meta: | ||
package: | ||
name: system | ||
version: 9.0.0 | ||
version: 9.1.0 | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I have to check this one, IIUC Agent packages have a different lifecycle. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. |
||
data_stream: | ||
namespace: default | ||
processors: | ||
|
Uh oh!
There was an error while loading. Please reload this page.