-
Notifications
You must be signed in to change notification settings - Fork 27
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
Updates site manifest and e2e for 1.12.1 release #82
base: main
Are you sure you want to change the base?
Conversation
f77ef41
to
b9c7022
Compare
Signed-off-by: danehans <[email protected]>
0042da4
to
0ca8498
Compare
Signed-off-by: danehans <[email protected]>
Signed-off-by: danehans <[email protected]>
if strings.Contains(ver, "1.12.1") { | ||
flavor = "v1" | ||
} | ||
require.Contains(t, buf.String(), fmt.Sprintf(`-tetrate-%s now`, flavor)) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I prefer to retain the canonical way -tetrate-v0
{ | ||
"version": "1.12.1", | ||
"flavor": "tetrate", | ||
"flavor_version": 1, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
1.12.1 - Did we have a v0 release already?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updates the site manifest and e2e tests to support the 1.12.1 release.
Fixes #81
Signed-off-by: danehans [email protected]