From 59dd86f39594722bd88d9d8aa2a2c4e077e9530f Mon Sep 17 00:00:00 2001 From: Max Dymond Date: Thu, 26 Sep 2024 16:23:44 +0100 Subject: [PATCH] Release 2.1.0 Signed-off-by: Max Dymond --- CHANGELOG.md | 11 ++++++++--- Cargo.lock | 2 +- Cargo.toml | 2 +- README.md | 4 ++-- docs/content/documentation/getting-started.md | 2 +- 5 files changed, 13 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f0a2833..d7aa2a0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,11 +14,15 @@ Status: Available for use ### Breaking Changes ### Added -- Add `FLOKI_WORKING_DIR` environment variable that is accessible inside the - container. Can be used when `mount:` has been specified in `floki.yaml`. ### Fixed +## [2.1.0] - 2024-09-26 + +### Added +- Add `FLOKI_WORKING_DIR` environment variable that is accessible inside the + container. Can be used when `mount:` has been specified in `floki.yaml`. + ## [2.0.1] - 2024-05-15 ### Fixed @@ -364,7 +368,8 @@ Status: Available for use - Initial primitive version ### Changed -[unreleased]: https://github.com/Metaswitch/floki/compare/2.0.1...HEAD +[unreleased]: https://github.com/Metaswitch/floki/compare/2.1.0...HEAD +[2.1.0]: https://github.com/Metaswitch/floki/compare/2.0.1...2.1.0 [2.0.1]: https://github.com/Metaswitch/floki/compare/2.0.0...2.0.1 [2.0.0]: https://github.com/Metaswitch/floki/compare/1.2.1...2.0.0 [1.2.1]: https://github.com/Metaswitch/floki/compare/1.2.0...1.2.1 diff --git a/Cargo.lock b/Cargo.lock index 6a2c1ae..8cfa055 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -303,7 +303,7 @@ checksum = "25cbce373ec4653f1a01a31e8a5e5ec0c622dc27ff9c4e6606eefef5cbbed4a5" [[package]] name = "floki" -version = "2.0.1" +version = "2.1.0" dependencies = [ "anyhow", "atty", diff --git a/Cargo.toml b/Cargo.toml index 93a83c3..74acc85 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ keywords = ["docker"] categories = ["command-line-utilities"] license = "MIT" -version = "2.0.1" +version = "2.1.0" authors = ["Richard Lupton ", "Max Dymond "] edition = '2018' diff --git a/README.md b/README.md index deec31f..32b859b 100644 --- a/README.md +++ b/README.md @@ -70,14 +70,14 @@ Precompiled binaries can be downloaded from the releases page (for linux and OSX To obtain `curl` and extract the latest linux binary directly in your shell, run ```shell -$ curl -L https://github.com/Metaswitch/floki/releases/download/2.0.1/floki-2.0.1-linux.tar.gz | tar xzvf - +$ curl -L https://github.com/Metaswitch/floki/releases/download/2.1.0/floki-2.1.0-linux.tar.gz | tar xzvf - ``` You should be able to run `floki` from your working directory: ```shell $ ./floki --version -floki 2.0.1 +floki 2.1.0 ``` Move it onto your path to run it from anywhere. E.g. diff --git a/docs/content/documentation/getting-started.md b/docs/content/documentation/getting-started.md index c361a39..a8a1cac 100644 --- a/docs/content/documentation/getting-started.md +++ b/docs/content/documentation/getting-started.md @@ -25,7 +25,7 @@ Precompiled binaries for linux and OSX can be downloaded from the [releases](htt For example, to obtain the latest binary with `curl` and extract it, run ```shell -$ curl -L https://github.com/Metaswitch/floki/releases/download/2.0.1/floki-2.0.1-linux.tar.gz | tar xzvf - +$ curl -L https://github.com/Metaswitch/floki/releases/download/2.1.0/floki-2.1.0-linux.tar.gz | tar xzvf - ``` in a shell. You should now be able to run `floki` from your working directory: