-
Notifications
You must be signed in to change notification settings - Fork 39
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
[go.mod]Bump from v0.3.0 to pseudoversion #288
[go.mod]Bump from v0.3.0 to pseudoversion #288
Conversation
Build failed (check pipeline). Post https://review.rdoproject.org/zuul/buildset/8cdc1f8b612d4256b76a4bf172860b8f ❌ openstack-k8s-operators-content-provider FAILURE in 8m 16s |
b6dcf62
to
cb0ef17
Compare
The kuttl failure may be relevant, I see neutron-db-create failing with
|
The failure is probably related to https://github.com/openstack-k8s-operators/mariadb-operator/pull/172/files that added support for charsets for databases. But it's supposed to default to utf8, but the output suggests it's "". |
Looks like gibi has some details about the failure captured here: openstack-k8s-operators/nova-operator#660 (comment) AFAIU the solution is to pull a newer mariadb-operator into openstack-operator. Perhaps it's already done? I will recheck here and see if it's solved then. |
/retest |
/lgtm |
Our intention is to track service operator and lib-common dependencies via pseudoversions. However renovate does not automatically bump from a tagged version (e.g. v0.3.0) to a newer but not tagged pseudoversion. So this patch does the manual bump. After this renovate will bump the newer pseduoversions.
cb0ef17
to
9b1809d
Compare
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: gibizer, slawqo The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
004d76d
into
openstack-k8s-operators:main
Our intention is to track service operator and lib-common dependencies via pseudoversions. However renovate does not automatically bump from a tagged version (e.g. v0.3.0) to a newer but not tagged pseudoversion. So this patch does the manual bump. After this renovate will bump the newer pseduoversions.