wasmCloud provider couchbase releases#25
Merged
brooksmtownsend merged 6 commits intomainfrom Apr 22, 2025
Merged
Conversation
Signed-off-by: Brooks Townsend <brooksmtownsend@gmail.com>
47e7bbb to
b873e69
Compare
Signed-off-by: Brooks Townsend <brooksmtownsend@gmail.com>
b873e69 to
23d6b80
Compare
Signed-off-by: Brooks Townsend <brooksmtownsend@gmail.com>
baea938 to
3eb4110
Compare
Signed-off-by: Brooks Townsend <brooksmtownsend@gmail.com>
d705118 to
34e370d
Compare
Signed-off-by: Brooks Townsend <brooksmtownsend@gmail.com>
34e370d to
900d3f0
Compare
joonas
reviewed
Apr 21, 2025
joonas
reviewed
Apr 21, 2025
joonas
reviewed
Apr 21, 2025
joonas
reviewed
Apr 21, 2025
joonas
reviewed
Apr 21, 2025
joonas
reviewed
Apr 21, 2025
joonas
reviewed
Apr 21, 2025
Signed-off-by: Brooks Townsend <brooksmtownsend@gmail.com>
1a33ced to
035f42c
Compare
joonas
reviewed
Apr 21, 2025
Comment on lines
+137
to
+141
| - name: Upload provider archive | ||
| uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2 | ||
| with: | ||
| name: couchbase-provider-archive | ||
| path: ${{ env.working_directory }}/couchbase.par.gz |
Member
There was a problem hiding this comment.
Is this intended for debugging Canary builds since canaries aren't pushed to ghcr?
Member
Author
There was a problem hiding this comment.
Yep that's right, just in case you want to download the par.gz from your specific PR action or something
joonas
approved these changes
Apr 21, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Feature or Problem
This PR prepares the wasmCloud couchbase provider and WIT for release under our contrib package so that we can keep the update cycle for provider releases here!
Related Issues
Release Information
provider-couchbase-v0.1.0: https://github.com/wasmCloud/contrib/pkgs/container/contrib%2Fproviders%2Fcouchbase
wit-wasmcloud-couchbase-v0.1.0-draft: https://github.com/wasmCloud/contrib/pkgs/container/interfaces%2Fwasmcloud%2Fcouchbase
Consumer Impact
Testing
Unit Test(s)
Acceptance or Integration
Manual Verification
I manually verified that both of these packages release properly by publishing initial releases from this PR