diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b39915..5732d8d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,10 @@ Status: Available for use ### Added +### Fixed + +## [0.9.1] - 2022-06-28 + ### Fixed - Don't add "-i" to docker command when invoked without a tty. This allows a one-off `floki run -- ` to be run from a non-interactive shell. @@ -305,7 +309,8 @@ Status: Available for use - Initial primitive version ### Changed -[unreleased]: https://github.com/Metaswitch/floki/compare/0.9.0...HEAD +[unreleased]: https://github.com/Metaswitch/floki/compare/0.9.1...HEAD +[0.9.1]: https://github.com/Metaswitch/floki/compare/0.9.0...0.9.1 [0.9.0]: https://github.com/Metaswitch/floki/compare/0.8.0...0.9.0 [0.8.0]: https://github.com/Metaswitch/floki/compare/0.7.1...0.8.0 [0.7.1]: https://github.com/Metaswitch/floki/compare/0.7.0...0.7.1 diff --git a/Cargo.lock b/Cargo.lock index 21c45c5..bc002bf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -110,7 +110,7 @@ dependencies = [ [[package]] name = "floki" -version = "0.9.0" +version = "0.9.1" dependencies = [ "anyhow", "atty", diff --git a/Cargo.toml b/Cargo.toml index a7c5ae1..362a928 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ keywords = ["docker"] categories = ["command-line-utilities"] license = "MIT" -version = "0.9.0" +version = "0.9.1" authors = ["Richard Lupton ", "Max Dymond "] edition = '2018' diff --git a/README.md b/README.md index e0c332d..a12764f 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/0.9.0/floki-0.9.0-linux.tar.gz | tar xzvf - +$ curl -L https://github.com/Metaswitch/floki/releases/download/0.9.1/floki-0.9.1-linux.tar.gz | tar xzvf - ``` You should be able to run `floki` from your working directory: ```shell $ ./floki --version -floki 0.9.0 +floki 0.9.1 ``` 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 a5a6180..c8b6681 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/0.9.0/floki-0.9.0-linux.tar.gz | tar xzvf - +$ curl -L https://github.com/Metaswitch/floki/releases/download/0.9.1/floki-0.9.1-linux.tar.gz | tar xzvf - ``` in a shell. You should now be able to run `floki` from your working directory: diff --git a/floki_sleep.yaml b/floki_sleep.yaml new file mode 100644 index 0000000..c809d5e --- /dev/null +++ b/floki_sleep.yaml @@ -0,0 +1,6 @@ +image: docker-local.metaswitch.com/images.core/rust-dev/ubuntu20.04:9.3.2 +mount: /src +forward_ssh_agent: true +shell: bash +init: + - sleep 60