Skip to content

Commit

Permalink
Finish 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sunsided committed Jul 17, 2023
1 parent 135badc commit 8a4798b
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 14 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Expand Up @@ -3,7 +3,7 @@
All notable changes to this project will be documented in this file.
This project uses [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Unreleased
## [0.2.0] - 2023-07-17

### Added

Expand All @@ -28,4 +28,5 @@ This project uses [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

- 🎉 Initial release with support for hierarchical `.k8sfwd` detection.

[0.2.0]: https://github.com/sunsided/k8sfwd/releases/tag/0.2.0
[0.1.0]: https://github.com/sunsided/k8sfwd/releases/tag/0.1.0
18 changes: 9 additions & 9 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
@@ -1,6 +1,6 @@
[package]
name = "k8sfwd"
version = "0.1.0"
version = "0.2.0"
description = "A Kubernetes port-forwarding utility for managing multiple targets"
homepage = "https://github.com/sunsided/k8sfwd"
repository = "https://github.com/sunsided/k8sfwd"
Expand All @@ -13,7 +13,7 @@ edition = "2021"

[dependencies]
anyhow = "1.0.72"
clap = { version = "4.3.12", features = ["derive", "env"] }
clap = { version = "4.3.14", features = ["derive", "env"] }
dotenvy = "0.15.7"
exitcode = "1.1.2"
indoc = "2.0.3"
Expand Down
6 changes: 4 additions & 2 deletions README.md
Expand Up @@ -2,8 +2,8 @@

A tool for handling port-forwards to multiple services and across multiple clusters.

The setup is currently based on `cargo` until platform-specific binaries can be provided.
To install the latest version, run:
The setup is currently based on [cargo] until platform-specific binaries can be provided.
To install the latest version (or update to it), run:

```shell
cargo install k8sfwd
Expand Down Expand Up @@ -108,3 +108,5 @@ targets:
ports:
- "5012:80"
```

[cargo]: https://crates.io/

0 comments on commit 8a4798b

Please sign in to comment.