-
Notifications
You must be signed in to change notification settings - Fork 1
Changes related to the next Meilisearch release (v0.28.0) #87
Conversation
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 put it as ready to review since you requested my review @alallema :)
I'll approve it, but can we know in advance if this is going to work?
@@ -17,7 +17,7 @@ | |||
IMAGE_FORMAT = 'vmdk' | |||
IMAGE_DESTINATION_URI = f'gs://meilisearch-image/meilisearch-{MEILI_CLOUD_SCRIPTS_VERSION_TAG}-{DEBIAN_BASE_IMAGE_FAMILY}.{IMAGE_FORMAT}' | |||
IMAGE_DESTINATION_BUCKET_NAME = 'meilisearch-image' | |||
SERVICE_ACCOUNT_EMAIL = '591812945139-compute@developer.gserviceaccount.com' |
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.
So indeed we had to change something in the permissions 👀
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.
No, in fact, it was the typo that caused the error. We changed the service account because eskombro prefers to use this one. And yes, it works well, I ran it locally
bors merge |
Build succeeded: |
This PR gathers the changes related to the next Meilisearch release (v0.28.0) so that this package is ready when the official release is out.
This PR is auto-generated for the pre-release week purpose.
Related to this issue: meilisearch/integration-guides#205