Skip to content

Commit

Permalink
Merge pull request #145 from fussybeaver/ND-patch-0.10.1
Browse files Browse the repository at this point in the history
Patch release 0.10.1
  • Loading branch information
fussybeaver committed Mar 2, 2021
2 parents 243eec8 + 9393aed commit b17636e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions .circleci/config.yml
Expand Up @@ -3,7 +3,7 @@ version: 2
jobs:
test_ssl:
docker:
- image: docker:20.10.3
- image: docker:20.10.4
steps:
- checkout
- setup_remote_docker
Expand All @@ -15,7 +15,7 @@ jobs:
- run: docker run -ti -e DOCKER_CERT_PATH=/certs -e DOCKER_HOST='tcp://test.example.com:2376' --volumes-from certs --rm --link test-docker-daemon:docker bollard cargo test --features test_ssl -- --test test_version_ssl
test_http:
docker:
- image: docker:20.10.3
- image: docker:20.10.4
steps:
- checkout
- setup_remote_docker
Expand All @@ -24,31 +24,31 @@ jobs:
- run: docker run -ti -e DOCKER_HOST='tcp://test.example.com:2375' --rm --link test-docker-daemon:docker bollard cargo test --features test_http -- --test test_version_http
test_unix:
docker:
- image: docker:20.10.3
- image: docker:20.10.4
steps:
- checkout
- setup_remote_docker
- run: docker build -t bollard .
- run: dockerfiles/bin/run_integration_tests.sh
test_doc:
docker:
- image: docker:20.10.3
- image: docker:20.10.4
steps:
- checkout
- setup_remote_docker
- run: docker build -t bollard .
- run: docker run -ti --rm bollard cargo test --target x86_64-unknown-linux-gnu --doc
test_clippy:
docker:
- image: docker:20.10.3
- image: docker:20.10.4
steps:
- checkout
- setup_remote_docker
- run: docker build -t bollard .
- run: docker run -ti --rm bollard bash -c "rustup component add clippy && cargo clippy"
test_audit:
docker:
- image: docker:20.10.3
- image: docker:20.10.4
steps:
- checkout
- setup_remote_docker
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "bollard"
description = "An asynchronous Docker daemon API"
version = "0.10.0"
version = "0.10.1"
authors = [ "Bollard contributors" ]
license = "Apache-2.0"
homepage = "https://github.com/fussybeaver/bollard"
Expand Down

0 comments on commit b17636e

Please sign in to comment.