Skip to content

Commit

Permalink
RELEASE 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
andyquinterom committed Dec 14, 2023
1 parent 1550d25 commit 288251f
Show file tree
Hide file tree
Showing 7 changed files with 26 additions and 26 deletions.
38 changes: 19 additions & 19 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "faucet-server"
version = "0.3.1"
version = "0.4.0"
edition = "2021"
authors = ["Andrés F. Quintero <afquinteromoreano@gmail.com>"]
description = "Welcome to Faucet, your go-to solution for deploying Plumber APIs and Shiny Applications with blazing speed and efficiency. Faucet is a high-performance server built with Rust, offering Round Robin and Round Robin + IP Hash load balancing for seamless scaling and distribution of your R applications. Whether you're a data scientist, developer, or DevOps enthusiast, Faucet streamlines the deployment process, making it easier than ever to manage replicas and balance loads effectively."
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ for example when using Docker.
Download the latest release of faucet for Linux from the [GitHub Releases page](https://github.com/andyquinterom/faucet/releases). This should work with most Linux distributions.

```bash
FAUCET_VERSION="v0.3.1"
FAUCET_VERSION="v0.4.0"

wget https://github.com/andyquinterom/faucet/releases/download/$FAUCET_VERSION/faucet-x86_64-unknown-linux-musl -O faucet

Expand All @@ -170,7 +170,7 @@ curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
2. Install faucet with Cargo.

```bash
cargo install faucet-server --version 0.3.1
cargo install faucet-server --version 0.4.0
```

### Option 3: Build from Source (Linux, macOS, Windows)
Expand Down
2 changes: 1 addition & 1 deletion mkdocs/docs/en/in_containers.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ image as our base image. This image is based on the
which is a minimal R image based on Debian Linux.

```dockerfile
FROM andyquinterom/faucet:0.3.1-r4.3
FROM andyquinterom/faucet:0.4.0-r4.3

# Some environment variables to tell `renv`
# to install packages in the correct location
Expand Down
2 changes: 1 addition & 1 deletion mkdocs/docs/en/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Download the latest release of faucet for Linux from the
[GitHub Releases page](https://github.com/andyquinterom/faucet/releases).

```bash
FAUCET_VERSION="v0.3.1"
FAUCET_VERSION="v0.4.0"

wget https://github.com/andyquinterom/faucet/releases/download/$FAUCET_VERSION/faucet-x86_64-unknown-linux-musl -O faucet

Expand Down
2 changes: 1 addition & 1 deletion mkdocs/docs/es/in_containers.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ Si este fuera un proyecto real, probablemente también ignorarías archivos como
El primer paso para construir nuestra imagen de Docker es crear un archivo `Dockerfile` en la raíz de nuestro proyecto. Este archivo contendrá las instrucciones para construir nuestra imagen de Docker. En este caso, utilizarás la imagen [`andyquinterom/faucet`](https://hub.docker.com/r/andyquinterom/faucet) como base. Esta imagen se basa en la imagen [`rocker/r-ver`](https://hub.docker.com/r/rocker/r-ver), que es una imagen R mínima basada en Debian Linux.

```dockerfile
FROM andyquinterom/faucet:0.3.1-r4.3
FROM andyquinterom/faucet:0.4.0-r4.3

# Algunas variables de entorno para indicar a `renv`
# instalar paquetes en la ubicación correcta
Expand Down
2 changes: 1 addition & 1 deletion mkdocs/docs/es/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Descarga la última versión de faucet para Linux desde la
[página de lanzamientos en GitHub](https://github.com/andyquinterom/faucet/releases).

```bash
FAUCET_VERSION="v0.3.1"
FAUCET_VERSION="v0.4.0"

wget https://github.com/andyquinterom/faucet/releases/download/$FAUCET_VERSION/faucet-x86_64-unknown-linux-musl -O faucet

Expand Down

0 comments on commit 288251f

Please sign in to comment.