-
Notifications
You must be signed in to change notification settings - Fork 36
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
feat: add GCS support #231
Conversation
Thanks for your contribution! It is not our first priority and we need to setup a test environment to validate your work so it will be done but not very soon. |
@Shabablinchikow @paullaffitte - it would be great if merge conflicts could be resolved and get this into released version of kuik 👍 |
Fixed conflicts |
Sorry for the late reply, we had other priority that we had to handle on this project as well as on other ones. I reviewed and tested your code and it works as expected! Thanks for you great work. However your commits doesn't follow conventional commit spec, could you update please so we can merge? |
e36dd27
to
1ab2575
Compare
1ab2575
to
8cb3993
Compare
8cb3993
to
8d1d071
Compare
fixed commit message and re-rebased branch |
Amazing! Thanks for your quick reply! I'll merge it right now. PS: I see that you set the registry tag to |
🎉 This PR is included in version 1.11.0-beta.1 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
• added GCS support with service account key
• upgraded version of registry (2.8.2 doesn't have GCS plugin =/)
• added basic docs for GCS support