Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into production
Browse files Browse the repository at this point in the history
  • Loading branch information
jackkleeman committed Nov 28, 2023
2 parents 6fe6e1a + 552cd32 commit 9f73367
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 13 deletions.
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@ docker run --rm -p 3000:80 ghcr.io/restatedev/documentation:latest

This will serve the documentation under `localhost:3000`.

> **Note**
> Make sure that you have access to Github's container registry by [following these instructions](https://github.com/restatedev/restate-dist#container-registry).
You can also check this repository out and build the documentation yourself by following the instructions below.

## Developing the documentation
Expand Down Expand Up @@ -51,7 +48,7 @@ The `main` branch of the documentation is continuously deployed at `https://main

Before releasing the documentation, update schemas and version of Restate artifacts, either:

* Automatically by executing the _Pre-release updates_ workflow.
* Automatically by executing the _Pre-release updates_ workflow.
* Manually, as described below.

Once the branch `main` is ready to be released, merge `main` in `production` and push it, together with the release tag. E.g:
Expand Down
1 change: 0 additions & 1 deletion docs/services/deployment/lambda.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ This tutorial shows how to deploy a greeter service written with the Restate Typ
[Go to the GitHub repository of this tutorial](https://github.com/restatedev/examples/tree/main/typescript/lambda-greeter)

### Prerequisites
> 📝 As long as Restate hasn't been launched publicly, you need to have access to the private Restate npm packages and Docker container. Please follow the instructions in the [restate-dist](https://github.com/restatedev/restate-dist) Readme to set up access:

- Latest stable version of [NodeJS](https://nodejs.org/en/) >= v18.17.1 and [npm CLI](https://docs.npmjs.com/downloading-and-installing-node-js-and-npm) >= 9.6.7
- [Docker Engine](https://docs.docker.com/engine/install/) or [Podman](https://podman.io/docs/installation) to launch the Restate runtime (not needed for the app implementation itself).
Expand Down
1 change: 0 additions & 1 deletion docs/tour.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ The ticket example has three services, with the following functions:
As we go, you will discover how Restate can help you with some intricacies in this application.

## Prerequisites
> 📝 As long as Restate hasn't been launched publicly, you need to have access to the private Restate npm packages and Docker container. Please follow the instructions in the [restate-dist/README](https://github.com/restatedev/restate-dist) to set up access:

- Latest stable version of [NodeJS](https://nodejs.org/en/) >= v18.17.1 and [npm CLI](https://docs.npmjs.com/downloading-and-installing-node-js-and-npm) >= 9.6.7 installed.
- [Docker Engine](https://docs.docker.com/engine/install/) or [Podman](https://podman.io/docs/installation) to launch the Restate runtime (not needed for the app implementation itself).
Expand Down
4 changes: 2 additions & 2 deletions restate.config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"RESTATE_DIST_VERSION": "0.5.0",
"TYPESCRIPT_SDK_VERSION": "0.4.1",
"TOUR_VERSION": "0.4.1"
"TYPESCRIPT_SDK_VERSION": "0.5.1",
"TOUR_VERSION": "0.5.1"
}
6 changes: 3 additions & 3 deletions static/schemas/config_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
"aws_profile": null
}
},
"tmp_dir": "/tmp/invoker-018be364379f7668aa8c7002abe22679"
"tmp_dir": "/tmp/invoker-018c14f5852f7c819a297876783fd382"
},
"kafka": {
"clusters": {}
Expand Down Expand Up @@ -467,7 +467,7 @@
"aws_profile": null
}
},
"tmp_dir": "/tmp/invoker-018be36437a07c5ebd79ae258664245c"
"tmp_dir": "/tmp/invoker-018c14f5852f749ba3e04aeb1b762bdd"
},
"$ref": "#/definitions/InvokerOptions"
},
Expand Down Expand Up @@ -761,7 +761,7 @@
"tmp_dir": {
"title": "Temporary directory",
"description": "Temporary directory to use for the invoker temporary files. If empty, the system temporary directory will be used instead.",
"default": "/tmp/invoker-018be36437a07e34940810acf9df397d",
"default": "/tmp/invoker-018c14f5852f76c8888c70cefd20e523",
"type": "string"
},
"concurrency_limit": {
Expand Down
Loading

0 comments on commit 9f73367

Please sign in to comment.