Skip to content

Commit

Permalink
chore: Update changelog
Browse files Browse the repository at this point in the history
Signed-off-by: Sergiy Kulanov <[email protected]>
  • Loading branch information
SergK committed Oct 10, 2023
1 parent fb698bd commit 0e57658
Showing 1 changed file with 28 additions and 1 deletion.
29 changes: 28 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,25 @@
<a name="unreleased"></a>
## [Unreleased]


<a name="v0.4.0"></a>
## [v0.4.0] - 2023-10-10
### Features

- Allow to get graph for specific Pipeline/PipelineRun provided by name

### Code Refactoring

- 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


<a name="v0.3.0"></a>
## [v0.3.0] - 2023-10-08
### Features

- Add start node for PUML format
Expand All @@ -15,6 +34,12 @@

- Remove deprecated code

### Documentation

- Update mmd example graph
- Update mmd format
- Update documentation with start/stop nodes support


<a name="v0.2.0"></a>
## [v0.2.0] - 2023-10-07
Expand Down Expand Up @@ -67,5 +92,7 @@
- Update README.md file


[Unreleased]: https://github.com/sergk/tkn-graph/compare/v0.2.0...HEAD
[Unreleased]: https://github.com/sergk/tkn-graph/compare/v0.4.0...HEAD
[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

0 comments on commit 0e57658

Please sign in to comment.