v0.6.2 - 2023-10-13
- Fix version path in ldflag
v0.6.1 - 2023-10-13
- Add version command
v0.6.0 - 2023-10-13
- Refactor common graph approach both for Pipeline/PipelineRun
- Remove unused variables from function signature
- Hide output in tests
- Update changelog
- We don't have plugins
- How to install with Homebrew
v0.5.0 - 2023-10-12
- Move common graph logic to separate package
- Add fake kubeconfig
- Add brew package delivery
- Update .gorelease.yaml fromatting
- Update changelog
v0.4.0 - 2023-10-10
- Allow to get graph for specific Pipeline/PipelineRun provided by name
- Do some minor sruff
- Use go-template for DOT format
- Use go-template for PlantUML
- Use go-template for Mermaid generation
- Use isRoot to define root task
- Move create logic to separate function
v0.3.0 - 2023-10-08
- Add start node for PUML format
- Add start node for DOT format
- Add support for start node using Mermaid format
- Add more tests
- Remove deprecated code
- Update mmd example graph
- Update mmd format
- Update documentation with start/stop nodes support
v0.2.0 - 2023-10-07
- Add support for writing graphs to file
- Add output format validator
- Align code base to tektoncd/cli repo approach
- First refactor iteration
- Add code coverage report for SonarCloud
- Add sonarqube check
- Add CHANGELEG.md file and approach to build it
- Update documentation
- Update documentation
- Add support for the TaskRef output
- Add Task Reference name to the graph
- Refactor tests to get rid of flanky results
- Refactor build graph function
- Change project structure
- Refactor buildgraph function
- Update gorelease options
- Add goreleaser
- Add go vet target to Makefile
- Add linting stuff
- Fix module
- Remove back-quote for mermaid format
- Add TOC for README file
- Update examples in documentation
- Update README.md file