Skip to content

Commit 81d5cee

Browse files
committed
Merge branch 'main' into fix-237-cncf-lf
2 parents 82a1102 + f890727 commit 81d5cee

File tree

7 files changed

+23
-7
lines changed

7 files changed

+23
-7
lines changed

Diff for: public/img/logos/huawei.png

26.6 KB
Loading

Diff for: public/img/logos/huawei.svg

+22
Loading

Diff for: public/img/logos/neuroglia.png

-17.9 KB
Loading

Diff for: src/content/blog/releases/release-sdk-rust.md

-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ description: >
66
Introducing the first alpha release of the Serverless Workflow Rust SDK, version v1.0.0-alpha1.
77
---
88

9-
# Announcing the Serverless Workflow Rust SDK v1.0.0-alpha1
10-
119
Hello, Serverless Workflow community!
1210

1311
We are thrilled to announce the release of the very first alpha version of the **Serverless Workflow Rust SDK**! Version `v1.0.0-alpha6` marks an exciting milestone as we bring the power of the Serverless Workflow specification to the Rust ecosystem.

Diff for: src/content/blog/releases/release-sdk-typescript-1.0.0-alpha5.md

-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ description: >
66
Announcing the availability of the v1.0.0-alpha5.0 package for the Serverless Workflow TypeScript SDK.
77
---
88

9-
# Announcing the Serverless Workflow TypeScript SDK v1.0.0-alpha5.0
10-
119
Hello, Serverless Workflow community!
1210

1311
We are excited to announce the release of version `1.0.0-alpha5.0` of the TypeScript SDK for the Serverless Workflow specification. This release brings us one step closer to a stable and production-ready v1.0.0.

Diff for: src/content/blog/releases/release-sdk-typescript-legacy.md

-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ description: >
66
Legacy Branch & Release for the TypeScript SDK
77
---
88

9-
# Announcing the Legacy Branch & release for Serverless Workflow TypeScript SDK
10-
119
Hello, Serverless Workflow community!
1210

1311
I'm excited to share some important updates regarding the TypeScript SDK for the Serverless Workflow specification. As many of you know, our specification underwent a significant rewrite after version 0.9, culminating in the anticipated release of version 1.0.0-alpha. This update will bring many improvements and changes, aligning the spec with the latest needs and trends in serverless architectures.

Diff for: src/pages/index.astro

+1-1
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ const examples = (await getCollection('example'));
130130
<p>FaasNet makes it easy to deploy functions and API to Kubernetes without repetitive, boiler-plate coding.</p>
131131
<a class="link link-accent" href="https://github.com/simpleidserver/FaasNet" target="_blank" rel="noopener">Learn More</a>
132132
</Card>
133-
<Card title="Huawei" image="img/logos/huawei.png" imageSize="medium">
133+
<Card title="Huawei" image="img/logos/huawei.png" imageDark="img/logos/huawei.svg" imageSize="medium">
134134
<p>Huawei FunctionGraph hosts event-driven functions in a serverless context while ensuring high availability, high scalability, and zero maintenance.</p>
135135
<a class="link link-accent" href="https://www.huaweicloud.com/intl/en-us/product/functiongraph.html" target="_blank" rel="noopener">Learn More</a>
136136
</Card>

0 commit comments

Comments
 (0)