Skip to content

Commit 3af8d41

Browse files
committed
fix: updated k8s-sync feature to enable token based authentication
1 parent 4d85cdd commit 3af8d41

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

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

10+
## [0.4.1](https://github.com/hubblo-org/scaphandre/releases/tag/v0.4.0)
11+
12+
### Changed
13+
14+
- Updated k8s-sync crate to 0.2.3 to get authentication by token feature
15+
1016
## [0.4.0](https://github.com/hubblo-org/scaphandre/releases/tag/v0.4.0)
1117

1218
### Added

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "scaphandre"
3-
version = "0.4.0"
3+
version = "0.4.1"
44
authors = ["Benoit Petit <[email protected]>"]
55
edition = "2018"
66
license = "Apache-2.0"
@@ -28,7 +28,7 @@ colored = "2.0.0"
2828
chrono = "0.4.19"
2929
docker-sync = { version = "0.1.2", optional = true }
3030
#docker-sync = { path = "../rs-docker-sync", optional = true }
31-
k8s-sync = { version = "0.2.2", optional = true }
31+
k8s-sync = { version = "0.2.3", optional = true }
3232
#k8s-sync = { path = "../rs-k8s-sync", optional = true }
3333
hyper = { version = "0.14", features = ["full"], optional = true }
3434
tokio = { version = "1", features = ["full"], optional = true}

0 commit comments

Comments
 (0)