From fb6de0945201fbb55b01c122722882188b4ff464 Mon Sep 17 00:00:00 2001 From: Christopher Kolstad Date: Tue, 3 Sep 2024 12:45:52 +0200 Subject: [PATCH] docs: update dependency pointer to planned release --- README.md | 8 ++++---- server/README.md | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 2dadf879..faedc3a9 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ [![crates.io](https://img.shields.io/crates/v/unleash-edge?label=latest)](https://crates.io/crates/unleash-edge) [![Documentation](https://docs.rs/unleash-edge/badge.svg?version=latest)](https://docs.rs/unleash-edge/latest) ![MIT licensed](https://img.shields.io/crates/l/unleash-edge.svg) -[![Dependency Status](https://deps.rs/crate/unleash-edge/19.3.0/status.svg)](https://deps.rs/crate/unleash-edge/19.3.0) +[![Dependency Status](https://deps.rs/crate/unleash-edge/19.3.1/status.svg)](https://deps.rs/crate/unleash-edge/19.3.1) [![CI](https://github.com/Unleash/unleash-edge/actions/workflows/test-with-coverage.yaml/badge.svg)](https://github.com/Unleash/unleash-edge/actions/workflows/test-with-coverage.yaml) [![Coverage Status](https://coveralls.io/repos/github/Unleash/unleash-edge/badge.svg?branch=main)](https://coveralls.io/github/Unleash/unleash-edge?branch=main) ![downloads](https://img.shields.io/crates/d/unleash-edge.svg) @@ -45,7 +45,7 @@ Key features: You can run Edge in two different modes: **edge** or **offline**. To learn about the different modes and other Edge concepts, visit [Concepts](./docs/concepts.md). Unleash Edge is the successor to Unleash Proxy. For help with migrating from Proxy to Edge, refer to the [migration guide](./migration-guide.md). - + If you're looking for the simplest way to connect your client SDKs, explore our [Frontend API](https://docs.getunleash.io/reference/front-end-api). For additional recommendations on scaling your feature flag system, see our [Best practices for building and scaling feature flags](https://docs.getunleash.io/topics/feature-flags/feature-flag-best-practices) guide. ## Quickstart @@ -101,7 +101,7 @@ To run Edge in **edge** mode, use the tag `edge`. This is built from `HEAD` on e docker run -p 3063:3063 -e STRICT=true -e UPSTREAM_URL= -e TOKENS= unleashorg/unleash-edge: edge ``` -To run Edge in **offline** mode, use the `offline` tag and provide a volume with your feature toggles file. An example is available inside the examples folder. +To run Edge in **offline** mode, use the `offline` tag and provide a volume with your feature toggles file. An example is available inside the examples folder. ```shell docker run -v ./examples:/edge/data -p 3063:3063 -e BOOTSTRAP_FILE=/edge/data/features.json -e TOKENS= unleashorg/unleash-edge: offline @@ -159,4 +159,4 @@ For performance benchmarking, see our [Benchmarking](./docs/benchmarking.md) pag ### Contribution and development guide -See our [Contributors guide](./CONTRIBUTING.md) as well as our [development-guide](./development-guide.md). \ No newline at end of file +See our [Contributors guide](./CONTRIBUTING.md) as well as our [development-guide](./development-guide.md). diff --git a/server/README.md b/server/README.md index 2dadf879..faedc3a9 100644 --- a/server/README.md +++ b/server/README.md @@ -3,7 +3,7 @@ [![crates.io](https://img.shields.io/crates/v/unleash-edge?label=latest)](https://crates.io/crates/unleash-edge) [![Documentation](https://docs.rs/unleash-edge/badge.svg?version=latest)](https://docs.rs/unleash-edge/latest) ![MIT licensed](https://img.shields.io/crates/l/unleash-edge.svg) -[![Dependency Status](https://deps.rs/crate/unleash-edge/19.3.0/status.svg)](https://deps.rs/crate/unleash-edge/19.3.0) +[![Dependency Status](https://deps.rs/crate/unleash-edge/19.3.1/status.svg)](https://deps.rs/crate/unleash-edge/19.3.1) [![CI](https://github.com/Unleash/unleash-edge/actions/workflows/test-with-coverage.yaml/badge.svg)](https://github.com/Unleash/unleash-edge/actions/workflows/test-with-coverage.yaml) [![Coverage Status](https://coveralls.io/repos/github/Unleash/unleash-edge/badge.svg?branch=main)](https://coveralls.io/github/Unleash/unleash-edge?branch=main) ![downloads](https://img.shields.io/crates/d/unleash-edge.svg) @@ -45,7 +45,7 @@ Key features: You can run Edge in two different modes: **edge** or **offline**. To learn about the different modes and other Edge concepts, visit [Concepts](./docs/concepts.md). Unleash Edge is the successor to Unleash Proxy. For help with migrating from Proxy to Edge, refer to the [migration guide](./migration-guide.md). - + If you're looking for the simplest way to connect your client SDKs, explore our [Frontend API](https://docs.getunleash.io/reference/front-end-api). For additional recommendations on scaling your feature flag system, see our [Best practices for building and scaling feature flags](https://docs.getunleash.io/topics/feature-flags/feature-flag-best-practices) guide. ## Quickstart @@ -101,7 +101,7 @@ To run Edge in **edge** mode, use the tag `edge`. This is built from `HEAD` on e docker run -p 3063:3063 -e STRICT=true -e UPSTREAM_URL= -e TOKENS= unleashorg/unleash-edge: edge ``` -To run Edge in **offline** mode, use the `offline` tag and provide a volume with your feature toggles file. An example is available inside the examples folder. +To run Edge in **offline** mode, use the `offline` tag and provide a volume with your feature toggles file. An example is available inside the examples folder. ```shell docker run -v ./examples:/edge/data -p 3063:3063 -e BOOTSTRAP_FILE=/edge/data/features.json -e TOKENS= unleashorg/unleash-edge: offline @@ -159,4 +159,4 @@ For performance benchmarking, see our [Benchmarking](./docs/benchmarking.md) pag ### Contribution and development guide -See our [Contributors guide](./CONTRIBUTING.md) as well as our [development-guide](./development-guide.md). \ No newline at end of file +See our [Contributors guide](./CONTRIBUTING.md) as well as our [development-guide](./development-guide.md).