diff --git a/CHANGELOG.md b/CHANGELOG.md index dcd6f17..6961d81 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,23 @@ ## [Unreleased] + +## [v0.5.0] - 2023-10-12 +### Code Refactoring + +- Move common graph logic to separate package + +### Testing + +- Add fake kubeconfig + +### Routine + +- Add brew package delivery +- Update .gorelease.yaml fromatting +- Update changelog + + ## [v0.4.0] - 2023-10-10 ### Features @@ -92,7 +109,8 @@ - Update README.md file -[Unreleased]: https://github.com/sergk/tkn-graph/compare/v0.4.0...HEAD +[Unreleased]: https://github.com/sergk/tkn-graph/compare/v0.5.0...HEAD +[v0.5.0]: https://github.com/sergk/tkn-graph/compare/v0.4.0...v0.5.0 [v0.4.0]: https://github.com/sergk/tkn-graph/compare/v0.3.0...v0.4.0 [v0.3.0]: https://github.com/sergk/tkn-graph/compare/v0.2.0...v0.3.0 [v0.2.0]: https://github.com/sergk/tkn-graph/compare/v0.1.0...v0.2.0 diff --git a/README.md b/README.md index 3b6f3c7..4edb20e 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,8 @@ - [Tekton Graph](#tekton-graph) - [Prerequisites](#prerequisites) - [Installation](#installation) + - [Downloading the Binary](#downloading-the-binary) + - [Building from Source](#building-from-source) - [Usage](#usage) - [Run the Command](#run-the-command) - [Examples](#examples) @@ -32,8 +34,21 @@ Before using the `tkn-graph` tool, you should ensure you have the following prer ## Installation +### Downloading the Binary + Download the latest binary from the [releases page](https://github.com/sergk/tkn-graph/releases/latest) +### Installing with Homebrew + +You can install the `tkn-graph` tool using [Homebrew](https://brew.sh/): + +```bash +brew tap sergk/homebrew-tap +brew install sergk/tap/tkn-graph +``` + +### Building from Source + or building locally: You need to have Go installed on your system. Once you have Go installed, you can build the project using the following command: