From 3f61ffa6fb53d88a9401d27184c310920afdb4b5 Mon Sep 17 00:00:00 2001 From: Julien Neuhart Date: Fri, 1 May 2020 13:08:53 +0200 Subject: [PATCH] Updating CONTRIBUTING.md (Go version) + Rebuilding documentation --- .github/CONTRIBUTING.md | 2 +- docs/index.html | 7 ++++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 5fa0d548..624d84f8 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -8,7 +8,7 @@ find below useful information about how to contribute to the Gotenberg project. ### Install from sources 1. Install and run the latest version of Docker -2. Verify your Go version (>= 1.13) +2. Verify your Go version (>= 1.14) 3. Fork this repository 4. Clone it outside of your `GOPATH` (we're using Go modules) diff --git a/docs/index.html b/docs/index.html index b5f8d0d9..1ad30e01 100755 --- a/docs/index.html +++ b/docs/index.html @@ -154,7 +154,7 @@

For instance:

$ git clone https://github.com/thecodingmachine/gotenberg.git
-$ make publish GOTENBERG_USER_GID=your_custom_gid GOTENBERG_USER_UID=your_custom_uid DOCKER_REGISTRY=your_registry DOCKER_USER=registry_user DOCKER_PASSWORD=registry_password VERSION=6.1.0 
+$ make publish GOTENBERG_USER_GID=your_custom_gid GOTENBERG_USER_UID=your_custom_uid DOCKER_REGISTRY=your_registry DOCKER_USER=registry_user DOCKER_PASSWORD=registry_password VERSION=6.2.0
 
@@ -204,7 +204,8 @@ $ make publish GOTENBERG_USER_GID= Cloud Run (Google Cloud) -

If you’re looking for cost savings, you might be interested by Cloud Run. However, this is not advisable if you need to do async conversion with a webhook.

+

If you’re looking for cost savings, you might be interested by Cloud Run. +However, according to some users, doing asynchronous conversion (with a webhook) might not working.

In the following examples, we will assume your Gotenberg API is available at http://localhost:3000.

@@ -1777,4 +1778,4 @@ restart your Gotenberg instances from time to time to ensure a nominal behaviour - + \ No newline at end of file