Skip to content

Commit

Permalink
fix: updated k8s-sync feature to enable token based authentication
Browse files Browse the repository at this point in the history
  • Loading branch information
bpetit committed Oct 5, 2021
1 parent 4d85cdd commit 3af8d41
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

This may be not up to date, please check main branch.

## [0.4.1](https://github.com/hubblo-org/scaphandre/releases/tag/v0.4.0)

### Changed

- Updated k8s-sync crate to 0.2.3 to get authentication by token feature

## [0.4.0](https://github.com/hubblo-org/scaphandre/releases/tag/v0.4.0)

### Added
Expand Down
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "scaphandre"
version = "0.4.0"
version = "0.4.1"
authors = ["Benoit Petit <[email protected]>"]
edition = "2018"
license = "Apache-2.0"
Expand Down Expand Up @@ -28,7 +28,7 @@ colored = "2.0.0"
chrono = "0.4.19"
docker-sync = { version = "0.1.2", optional = true }
#docker-sync = { path = "../rs-docker-sync", optional = true }
k8s-sync = { version = "0.2.2", optional = true }
k8s-sync = { version = "0.2.3", optional = true }
#k8s-sync = { path = "../rs-k8s-sync", optional = true }
hyper = { version = "0.14", features = ["full"], optional = true }
tokio = { version = "1", features = ["full"], optional = true}
Expand Down

0 comments on commit 3af8d41

Please sign in to comment.