Skip to content

Commit 3adc09d

Browse files
author
Max Dymond
committed
Release 0.8.0
Signed-off-by: Max Dymond <max.dymond@microsoft.com>
1 parent c39b400 commit 3adc09d

5 files changed

Lines changed: 14 additions & 6 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,20 @@ Status: Available for use
1313

1414
### Breaking Changes
1515

16+
### Added
17+
18+
### Fixed
19+
20+
## [0.8.0] - 2022-01-25
21+
1622
### Added
1723
- Change docker in docker image tag from `stable-dind` to `dind`
1824

1925
### Fixed
2026

2127
- Fix up clippy warnings and enforce clippy going forward
2228
- `image_exists_locally` now checks that the specified image exists
29+
2330
## [0.7.1] - 2021-12-08
2431

2532
### Fixed
@@ -292,7 +299,8 @@ Status: Available for use
292299
- Initial primitive version
293300
### Changed
294301

295-
[unreleased]: https://github.com/Metaswitch/floki/compare/0.7.1...HEAD
302+
[unreleased]: https://github.com/Metaswitch/floki/compare/0.8.0...HEAD
303+
[0.8.0]: https://github.com/Metaswitch/floki/compare/0.7.1...0.8.0
296304
[0.7.1]: https://github.com/Metaswitch/floki/compare/0.7.0...0.7.1
297305
[0.7.0]: https://github.com/Metaswitch/floki/compare/0.6.2...0.7.0
298306
[0.6.2]: https://github.com/Metaswitch/floki/compare/0.6.1...0.6.2

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ keywords = ["docker"]
88
categories = ["command-line-utilities"]
99
license = "MIT"
1010

11-
version = "0.7.1"
11+
version = "0.8.0"
1212
authors = ["Richard Lupton <richard.lupton@gmail.com>",
1313
"Max Dymond <max.dymond@metaswitch.com>"]
1414
edition = '2018'

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,14 +70,14 @@ Precompiled binaries can be downloaded from the releases page (for linux and OSX
7070
To obtain `curl` and extract the latest linux binary directly in your shell, run
7171

7272
```shell
73-
$ curl -L https://github.com/Metaswitch/floki/releases/download/0.7.1/floki-0.7.1-linux.tar.gz | tar xzvf -
73+
$ curl -L https://github.com/Metaswitch/floki/releases/download/0.8.0/floki-0.8.0-linux.tar.gz | tar xzvf -
7474
```
7575

7676
You should be able to run `floki` from your working directory:
7777

7878
```shell
7979
$ ./floki --version
80-
floki 0.7.1
80+
floki 0.8.0
8181
```
8282

8383
Move it onto your path to run it from anywhere. E.g.

docs/content/documentation/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Precompiled binaries for linux and OSX can be downloaded from the [releases](htt
2525
For example, to obtain the latest binary with `curl` and extract it, run
2626

2727
```shell
28-
$ curl -L https://github.com/Metaswitch/floki/releases/download/0.7.1/floki-0.7.1-linux.tar.gz | tar xzvf -
28+
$ curl -L https://github.com/Metaswitch/floki/releases/download/0.8.0/floki-0.8.0-linux.tar.gz | tar xzvf -
2929
```
3030

3131
in a shell. You should now be able to run `floki` from your working directory:

0 commit comments

Comments
 (0)