Skip to content

Commit

Permalink
chore(changelog): update changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Tieske committed Jun 12, 2023
1 parent 4b2a61d commit e368957
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions CHANGELOGv2.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,24 @@ branch is ready for merging.
### Added

- Added a new command `openapi2kong` that will generate a deck file from an OpenAPI
3.0 spec. This is the replacement for the similar `inso` functionality.
The functionality is imported from the [go-apiops library](https://github.com/Kong/go-apiops).
[#939](https://github.com/Kong/deck/pull/939)
- Added a new command `merge` that will merge multiple deck files. The files will not be
validated, which allows for working with incomplete or even invalid files in a pipeline.
The functionality is imported from the [go-apiops library](https://github.com/Kong/go-apiops).
[#939](https://github.com/Kong/deck/pull/939)
- Added a new command `patch` for applying patches on top of a decK file. The patches can be
provided on the commandline, or via patch files. The deck file will not be
validated, which allows for working with incomplete or even invalid files in a pipeline.
The functionality is imported from the [go-apiops library](https://github.com/Kong/go-apiops).
[#939](https://github.com/Kong/deck/pull/939)

### Fixes


### Misc


[v2.0.0]: https://github.com/kong/deck/compare/main...v2

0 comments on commit e368957

Please sign in to comment.